mirror of
https://gitlab.com/echoes91/throwing.git
synced 2025-07-03 00:30:22 +02:00
Version MFF.
This commit is contained in:
39
throwing.conf
Executable file
39
throwing.conf
Executable file
@ -0,0 +1,39 @@
|
||||
|
||||
-- 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
|
||||
DISABLE_MINOTAUR_HORN_BOW = false
|
||||
DISABLE_MINOTAUR_HORN_IMPROVED_BOW = false
|
||||
|
||||
-- Crossbows
|
||||
DISABLE_CROSSBOW = false
|
||||
DISABLE_ARBALEST = false
|
||||
DISABLE_AUTOMATED_ARBALEST = false
|
||||
|
||||
-- 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_TORCH_ARROW = false
|
||||
DISABLE_SHELL_ARROW = true -- Desactivated because haven't the dependencie
|
||||
|
||||
-- Fireworks arrows
|
||||
DISABLE_FIREWORKS_BLUE_ARROW = false
|
||||
DISABLE_FIREWORKS_RED_ARROW = false
|
||||
|
||||
-- Normal arrows
|
||||
DISABLE_STONE_ARROW = false
|
||||
DISABLE_STEEL_ARROW = false
|
||||
DISABLE_OBSIDIAN_ARROW = false
|
||||
DISABLE_DIAMOND_ARROW = false
|
||||
DISABLE_MITHRIL_ARROW = false
|
||||
-- lesser damages to better damages
|
||||
|
Reference in New Issue
Block a user