Config Example

Config Example

-config.yml

GENERAL:
  default-cooldown-seconds: 30
  display-charge-message: true
NERFED_ITEM_IDS:
  173-0: BLOCK
  322-1: COOLDOWN=1200
  333-0: COOLDOWN
  368-0: COOLDOWN=300, CHARGE=10
  373-*: CHARGE=2
  373-16421: CHARGE=5

In this example:

  • Coal Block (173-0) is blocked from being used (placed)
  • Golden Apple II (322-1) has a cooldown of 1200 seconds (20 minutes)
  • Boat (333-0) placement uses the default cooldown of 30 seconds
  • Enderpearl (368-0) has a cooldown of 300 seconds (5 minutes), and usage charges 10 currency
  • All potions (373-*) cost 2 currency to use
  • Splash potion of Healing 2 (373-16421) overrides the above setting, charges 5 currency per use

Comments

Posts Quoted:
Reply
Clear All Quotes