Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg : "&c[BlockTimer] : Some error occured."
  5.  
  6. HelpMessages:
  7. banner:
  8. msg: "=== &e[&aBlockTimer Commands List (%version%)&e] &r==="
  9. help:
  10. msg: "&a/blocktimer help : displays this help menu."
  11. reload:
  12. msg: "&a/blocktimer reload : reloads config file."
  13. permission: "blocktimer.reload"
  14. debug:
  15. msg: "&a/blocktimer debug <true|false> : turn on / off the debug mode."
  16. permission: "blocktimer.debug"
  17. news:
  18. msg: "&a/blocktimer news : display the news associated with the current release."
  19. permission: "blocktimer.news"
  20.  
  21. # if you find this plugin is not working because even process was interfered by
  22. # other plugins, you can adjust this plugin's event priority here.
  23. # options are: LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR
  24. # LOWEST -> this plugin will try to process it first
  25. # MONITOR -> this plugin will try to process it last
  26. EventPriorityMap:
  27. BlockExplodeEvent: "HIGH"
  28. BlockPlaceEvent: "LOWEST"
  29. EntityExplodeEvent: "HIGH"
  30. ExplosionPrimeEvent: "HIGH"
  31. PlayerInteractEvent: "LOWEST"
  32.  
  33. # the delay time to start despan/rebuild process
  34. Delay: 3
  35.  
  36. # the rate used to rebuild exploded blocks
  37. ExplosionRebuildRate: 1 # in seconds
  38.  
  39. # allow placement of TNT as prime TNT
  40. PlacePrimedTNT : false
  41. FuseTicks: 3 #in seconds
  42.  
  43. BlockList:
  44. - WEB
  45. - WOOL
  46.  
  47. Event:
  48. BlockExplode: true
  49. EntityExplode: true
  50. ExplosionPrime: true
  51.  
  52. InvalidWorlds:
  53. #- invalidworld
  54.  
  55. InvalidRegions:
  56. #- invalidregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement