Advertisement
Guest User

Untitled

a guest
Mar 19th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsAntiBuild | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # Disable various default physics and behaviors
  8. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  9.  
  10. # Should people with build: false in permissions be allowed to build?
  11. # Set true to disable building for those people.
  12. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  13. build: true
  14.  
  15. # Should people with build: false in permissions be allowed to use items?
  16. # Set true to disable using for those people.
  17. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  18. use: true
  19.  
  20. # Should we tell people they are not allowed to build?
  21. warn-on-build-disallow: true
  22.  
  23. # For which block types would you like to be alerted?
  24. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  25. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  26. alert:
  27. on-placement: 10,11,46,327
  28. on-use: 327
  29. on-break:
  30.  
  31. blacklist:
  32.  
  33. # Which blocks should people be prevented from placing?
  34. placement: 11,327
  35.  
  36. # Which items should people be prevented from using?
  37. usage: 327
  38.  
  39. # Which blocks should people be prevented from breaking?
  40. break:
  41.  
  42. # Which blocks should not be pushed by pistons?
  43. piston:
  44.  
  45. # Which blocks should not be dispensed by dispensers
  46. dispenser:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement