default config

saveTime: 3600

Server:
  #note, block rate is actually the % of damage neglected
  #I just named it blockRate for consistency
  enabledStats:
    - dodgeRate
    - attackRate
    - blockRate
    - criticalRate
    - criticalModifier
  defaults:
    dodgeRate: 2
    attackRate: .5
    blockRate: 20
    criticalRate: 10
    criticalModifier: 1.5
  #if true, swinging too fast will result in longer wait times
  enableSwingPenalty: true
   
weapons:
  - WOOD_PICKAXE
  - STONE_PICKAXE
  - IRON_PICKAXE
  - GOLD_PICKAXE
  - DIAMOND_PICKAXE
  - WOOD_HOE
  - STONE_HOE
  - IRON_HOE
  - GOLD_HOE
  - DIAMOND_HOE
  - WOOD_AXE
  - STONE_AXE
  - IRON_AXE
  - GOLD_AXE
  - DIAMOND_AXE
  - WOOD_SPADE
  - STONE_SPADE
  - IRON_SPADE
  - GOLD_SPADE
  - DIAMOND_SPADE
  - WOOD_SWORD
  - STONE_SWORD
  - IRON_SWORD
  - GOLD_SWORD
  - DIAMOND_SWORD
  - BOW
  - AIR

Comments

Posts Quoted:
Reply
Clear All Quotes