Update throwing.conf

This commit is contained in:
Ombridride 2015-06-03 22:54:47 +02:00
parent 259b7f46cb
commit de3fff812b
1 changed files with 14 additions and 14 deletions

View File

@ -1,33 +1,33 @@
#
# You can disable or disable any bow and arrow by writing lines like these inside throwing.conf
#
# Bows
-- You can disable or disable any bow and arrow by writing lines like these inside throwing.conf
-- Bows
DISABLE_WOODEN_BOW = false
DISABLE_LONGBOW = false
DISABLE_COMPOSITE_BOW = false
DISABLE_STEEL_BOW = false
DISABLE_ROYAL_BOW = false
#
# Crossbows
-- Crossbows
DISABLE_CROSSBOW = false
DISABLE_ARBALEST = false
DISABLE_AUTOMATED_ARBALEST = false
#
# Arrow
# Special Arrows
-- Arrow
-- Special Arrows
DISABLE_TELEPORT_ARROW = false
DISABLE_DIG_ARROW = false
DISABLE_BUILD_ARROW = false
DISABLE_TNT_ARROW = true # Desactivated because too dangerous
DISABLE_FIRE_ARROW = true # Desactivated because too dangerous
DISABLE_TNT_ARROW = true -- Desactivated because too dangerous
DISABLE_FIRE_ARROW = true -- Desactivated because too dangerous
DISABLE_TORCH_ARROW = false
DISABLE_SHELL_ARROW = false # /!\ Need test it /!\
DISABLE_SHELL_ARROW = false -- /!\ Need test it /!\
# Fireworks arrows
-- Fireworks arrows
DISABLE_FIREWORKS_BLUE_ARROW = false
DISABLE_FIREWORKS_RED_ARROW = false
# Normal arrows
-- Normal arrows
DISABLE_STONE_ARROW = false
DISABLE_STEEL_ARROW = false
DISABLE_DIAMOND_ARROW = false