Add this to your weapon files if you want this feature:
Code (Text):
# Sounds config
sounds:
# Sound to play on hit.
on-hit:
# Enabled?
enabled: true
# Which sound? Sound List: http://pastebin.com/giyy6JKp
sound: ARROW_HIT
# Sound to play on throw.
on-throw:
# Enabled?
enabled: true
# Which sound? Sound List: http://pastebin.com/giyy6JKp
sound: IRONGOLEM_THROW
Note: Only works for items that can have a durability (tools, weapons, armor, etc)
Add this to your weapon files if you want this feature:
Code (Text):
# Only works on items that have durability (swords, etc).
durability:
# Should the item decrease at each use or not.
decreases: true
# How much it decreases at each use.
decrease-per-use: 50
Wanna change from Dropping to throw? You can also set that you need to right or left click to throw.
Add this to your weapon files if you want this feature:
Code (Text):
# How should it be thrown?
# Possible:
# DROP
# LEFT_CLICK
# RIGHT_CLICK
throw-manner: RIGHT_CLICK