Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # type:
  2. # default = LIMIT counts ALL default protections (IGNORES chest:, furnace:, Etc)
  3. # custom = LIMIT becomes a default PER-BLOCK limit, while chest:, furance:, etc is the PER-BLOCK limit (e.g 0 protected furnaces, 2 chests)
  4.  
  5. # chest: unlimited, etc is just shown in master block to make it
  6. # clear they can be used here
  7. master:
  8. limit: 5
  9. type: custom
  10. chest: 3
  11. furnace: 1
  12. dispenser: 1
  13. wooden_door: 0
  14. iron_door: 0
  15.  
  16. # Overrides for Permissions groups
  17. groups:
  18. # Gives the group Example limits of 5 chests, 2 furnaces, and 1 dispenser, and 0 of everything else
  19. bedrock:
  20. limit: 14
  21. type: custom
  22. chest: 7
  23. furnace: 3
  24. dispenser: 2
  25. wooden_door: 1
  26. iron_door: 1
  27. diamond:
  28. limit: 13
  29. type: custom
  30. chest: 6
  31. furnace: 3
  32. dispenser: 2
  33. wooden_door: 1
  34. iron_door: 1
  35. platinum:
  36. limit: 12
  37. type: custom
  38. chest: 5
  39. furnace: 3
  40. dispenser: 2
  41. wooden_door: 1
  42. iron_door: 1
  43.  
  44. players:
  45. # Gives Notch unlimited protections
  46. Notch:
  47. limit: unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement