The archer

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
miminkek
Příspěvky: 565
Registrován: 14 čer 2014, 11:29
Reputation: 0
Bydliště: U počítače

The archer

#1 Příspěvekod miminkek » 28 črc 2015, 15:47

93.91.250.124:27504
Ahoj, používám plugin The Archer, tento plugin umožňuje aby hráč mohl mět například jedovaté šípy,ohnivé,vybuchující. Ale u toho jedovatého šípu když ho hráč střelí do příšery tak ten šíp tu příšeru neotráví. Nevíte čím by to mohlo být? :)
Config pluginu:
Spoiler: zobrazit

Kód: Vybrat vše

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# About Plugin/Author #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# Plugin Name: TheArcher
# Author: Jose Manuel Gassin Perez-Traverso
# Bukkit Profile: http://dev.bukkit.org/profiles/Mayhem777/
# Description: This plugin adds to your server various types of arrows easily changeable.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# About Plugin/Author #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Commands & Permissions #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# /ta reload command      |      thearcher.admin               |      Reloads this file.
# /ta toggle command      |      thearcher.user               |      Toggles the plugin for the player on/off, when off, will always shoot normal arrows even if had a different arrow selected.
# ...                  |      thearcher.ammo.bypass         |      let players shoot arrows for free (just the material costs, not arrows)
# ...                  |      thearcher.cooldown.bypass      |      let players shoot arrows with a cooldown bypass.
# ...                  |      thearcher.arrowgod            |      let players use any arrow.
#
### Arrow Permissions: (players will only be able to switch and shoot arrows if have the correct perm.)
# thearcher.arrow.fire
# thearcher.arrow.poison
# thearcher.arrow.explosive
# thearcher.arrow.napalm
# thearcher.arrow.slowing
# thearcher.arrow.dizzy
# thearcher.arrow.nuke
# thearcher.arrow.clusterbomb
# thearcher.arrow.torch
# thearcher.arrow.eagleeye
# thearcher.arrow.teleport
# thearcher.arrow.web
# thearcher.arrow.thunder
# thearcher.arrow.shotgun
# thearcher.arrow.gatling
# thearcher.arrow.gravity
# thearcher.arrow.healing
# thearcher.arrow.trap
# thearcher.arrow.mine
# thearcher.arrow.mob
# thearcher.arrow.c4
# thearcher.arrow.redstone
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Commands & Permissions #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Plugin Version #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# Don't change this or your config will be renamed to "old_config.yml" and the correct config.yml version will be created. (Same system for the lang files)
Version: 2.4.2
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Plugin Version #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#



#====================================== Language Settings ======================================#
### Select the language file you wish, this plugin supports "spanish" and "english" from default, feel free to edit or add the files you wish:
Language: english

#====================================== WorldGuard Region Settings ======================================#
### WARNING: YOU NEED "WORLDGUARD" AND "WORLDEDIT" INSTALLED TO USE THIS FEATURE OR YOU'LL GET INFINITE ERRORS!
# Enable WorldGuard Region Feature? (with this on, you can restrict usage of "The Archer" arrows in the desired WG regions)
Enable_WorldGuard_Hook: false

### Region BlackList (regions in which The Archer arrows are NOT PERMITTED)
# USE ALWAYS LOWERCASE, WORLDGUARD SAVES ALL REGION NAMES IN LOWERCASE!
BlackListed_Regions:
- city
- park

#====================================== Other Plugin Settings ======================================#
### You can disable arrow effects if the PvP event is denied from any reason, plugins or just no-pvp server.
DisableEffectOnNoPvP: true

### You can enable/disable the Lore System:
# The lore system will save the arrow to the BOW LORE (description), therefore you can have varios bows with different arrows selected in each one.
# If a player doesn't have permission to use an arrow, the lore will be reset, to prevent the player of using the arrow.
Enable_Lore: false

#====================================== Auto-Switch to Normal Arrow Settings ======================================#
### Auto-Normal Arrow Toggle:
# Change and shoot if player runs out of ammo for the chosen arrow:
Change_To_Normal(No_Ammo): false

# Change and shoot if player is on cooldown from previous fired arrow.
Change_To_Normal(On_CoolDown): false

#====================================== SHIFT(Sneak Key) Settings ======================================#
### Enable/Disable SHIFT(Sneak Key) working for this plugin.
# This setting is also needed (true) for the Instant Change feature below.
Enable_SHIFT: true

### Instant change to Normal Arrows on SHIFT:
Enable_Instant_Normal_Arrow: false

#====================================== Arrow Settings ======================================#
# Time is in Server Ticks (20 Ticks = 1 Second)
# Damage Note: think a player has 10 hearts (20 health), so if you write 10 you'll deal 5 hearts of damage.
# Explosions Note: you can disable explosion block damage/breaking by setting to "false" the option "DestroyBlocks".
# And finally, you can enable/disable completely any arrow in the server by setting the "Enable" entry to "false".

### Fire Arrow
Fire_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 263
  ItemAmountCost: 1

### Poison Arrow
Poison_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 375
  ItemAmountCost: 1
  Effects:
    PoisonTime: 100
    PoisonPower: 1

### Incendiary Arrow
Incendiary_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 377
  ItemAmountCost: 1
  Effects:
    BurnTime: 200

### Explosive Arrow
Explosive_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 289
  ItemAmountCost: 1
  Effects:
    ExplosionPower: 3
    DestroyBlocks: false

### Napalm Arrow
Napalm_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 385
  ItemAmountCost: 1
  Effects:
    Damage: 5
    ExplosionPower: 2
    DestroyBlocks: false
    BurnTime: 100

### Slowing Arrow
Slowing_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 287
  ItemAmountCost: 1
  Effects:
    SlowTime: 200
    SlowPower: 2

### Dizzy Arrow
Dizzy_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 367
  ItemAmountCost: 1
  Effects:
    DizzyTime: 200
    DizzyPower: 2

### Nuke Arrow
Nuke_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 46
  ItemAmountCost: 10
  Effects:
    ExplosionPower: 25
    DestroyBlocks: false

### Cluster Bomb Arrow (Take care about the frags, TNTs will destroy block if you don't have another plugin denying the block damage from TNT).
ClusterBomb_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 46
  ItemAmountCost: 3
  Effects:
    ExplosionPower: 2
    DestroyBlocks: false
    ClusterAmount: 2

### Torch Arrow
Torch_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 50
  ItemAmountCost: 1

### Eagle Eye Arrow
EagleEye_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 20
  ItemAmountCost: 2

### Teleport Arrow
Teleport_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 381
  ItemAmountCost: 1

### Web Arrow (Only Effective on Entities)
Web_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 287
  ItemAmountCost: 4
  Effects:
    WebDuration: 160

### Thunder Arrow
Thunder_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 348
  ItemAmountCost: 3

### Shotgun Arrow
Shotgun_Arrow:
  Enable: true
  CoolDown: 100

### Gatling Arrow
Gatling_Arrow:
  Enable: true
  CoolDown: 100

### Gravity
Gravity_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 121
  ItemAmountCost: 1

### Healing (Heals a % of the max life)
Healing_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 260
  ItemAmountCost: 2
  Effects:
    Healing_Percentage: 25.00

### Trap
Trap_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 101
  ItemAmountCost: 6

### Mine
Mine_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 370
  ItemAmountCost: 1
  Special:
    Disguise_As: 281
  Effects:
    ExplosionPower: 3
    DestroyBlocks: false

### Mob Arrow
Mob_Arrow:
  Enable: true
  CoolDown: 100

### C4 Arrow
C4_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 289
  ItemAmountCost: 10
  Effects:
    Explosion_Delay: 3
    ExplosionPower: 4
    DestroyBlocks: false

### Redstone Arrow
Redstone_Arrow:
  Enable: true
  CoolDown: 100
  ItemIDCost: 76
  ItemAmountCost: 1

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: The archer

#2 Příspěvekod Hanakocz » 28 črc 2015, 16:06

A na jakých mobech to zkoušíš? Někteří jsou proti jedu odolní.
Plus otázka, když hodíš na moba poison splash lektvar, funguje to?

A na hráče to funguje?
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

miminkek
Příspěvky: 565
Registrován: 14 čer 2014, 11:29
Reputation: 0
Bydliště: U počítače

Re: The archer

#3 Příspěvekod miminkek » 28 črc 2015, 16:21

no zkouším to na Zombikovi. :)
když hodím na moba ten potion tak to nefunguje.
na hráče když to hodím tak to funguje(pouze když hráč není v residenci)

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: The archer

#4 Příspěvekod Hanakocz » 28 črc 2015, 16:36

Tak když ti nefunguje ani potion, tak bude zakopaný pes v tom. Buď máš blokované splash potiony (např worldguard atp) nebo je zombie na poison opravdu imunní (tak to zkus ještě třeba na ovci apod.)
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

miminkek
Příspěvky: 565
Registrován: 14 čer 2014, 11:29
Reputation: 0
Bydliště: U počítače

Re: The archer

#5 Příspěvekod miminkek » 28 črc 2015, 16:38

na ovce to jde

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: The archer

#6 Příspěvekod Hanakocz » 28 črc 2015, 17:06

Takže ve funkčnosti pluginu to nebude. Spíš to bude v zombíkovi :) čistě tematicky, jak bys chtěl nemrtvýho zombíka otrávit? ;)
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

miminkek
Příspěvky: 565
Registrován: 14 čer 2014, 11:29
Reputation: 0
Bydliště: U počítače

Re: The archer

#7 Příspěvekod miminkek » 28 črc 2015, 18:57

nwm :D


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 29 hostů