Facebook
From Cycki dupa, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 232
  1. # ChopTree 4
  2. # ReWritten by gkid117
  3. #
  4. # Configuration File
  5. #
  6. # ActiveByDefault: Do new players given choptree.chop 'POP' trees by default?
  7. #
  8. # UseAnything: Can a player use anything to 'POP' trees (rather than just an axe)?
  9. #
  10. # AllowedTools: If UseAnything is false, what tools can be used (separated with commas, NO SPACES)?
  11. #
  12. # MoreDamageToTools: Do tools take the amount of damage they WOULD if they chopped the whole tree?
  13. #
  14. # InterruptIfToolBreaks: If the tool does not have enough durability to 'POP' the whole tree, should the 'POP' be stopped?
  15. #
  16. # LogsMoveDown: Are all item drops dropped by the chopped log (rather than by each 'POP'ed log)?
  17. #
  18. # OnlyTrees: Does the 'POP' only work if the player chopped a tree (rather than ANY pile of logs)?
  19. #
  20. # PopLeaves: Leaves are 'POP'ed when teh tree 'POP's
  21. #
  22. # LeafRadius: How far out should leaves be popped from each log block
  23.  
  24. ActiveByDefault: true
  25. UseAnything: false
  26. AllowedTools: WOOD_AXE,STONE_AXE,IRON_AXE,GOLD_AXE,DIAMOND_AXE
  27. MoreDamageToTools: false
  28. InterruptIfToolBreaks: false
  29. LogsMoveDown: false
  30. OnlyTrees: true
  31. PopLeaves: false
  32. LeafRadius: 3
  33.