Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Only activate when the player hits the very bottom of the tree.
  2. baseOnly=false
  3. # Whether the axe should also log the tree downwards.
  4. breakDownwards=false
  5. # Whether to consume durability from tools that support it.
  6. consumeDurability=true
  7. # Enable/disable this plugin functionality
  8. enabled=true
  9. # List of items that can be used as axe
  10. items=[
  11. "pixelmon:thunder_stone_axe"
  12. ]
  13. # Maximum amount of blocks that will be destroyed in one hit
  14. maxBlocks=200
  15. # Place the according sapling after logging the tree.
  16. placeSapling=false
  17. # Amount of time in seconds to protect the placed sapling. (0 to disable)
  18. saplingProtection=60
  19. version=7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement