Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # type:
- # default = LIMIT counts ALL default protections (IGNORES chest:, furnace:, Etc)
- # custom = LIMIT becomes a default PER-BLOCK limit, while chest:, furance:, etc is the PER-BLOCK limit (e.g 0 protected furnaces, 2 chests)
- # chest: unlimited, etc is just shown in master block to make it
- # clear they can be used here
- master:
- limit: 5
- type: custom
- chest: 3
- furnace: 1
- dispenser: 1
- wooden_door: 0
- iron_door: 0
- # Overrides for Permissions groups
- groups:
- # Gives the group Example limits of 5 chests, 2 furnaces, and 1 dispenser, and 0 of everything else
- bedrock:
- limit: 14
- type: custom
- chest: 7
- furnace: 3
- dispenser: 2
- wooden_door: 1
- iron_door: 1
- diamond:
- limit: 13
- type: custom
- chest: 6
- furnace: 3
- dispenser: 2
- wooden_door: 1
- iron_door: 1
- platinum:
- limit: 12
- type: custom
- chest: 5
- furnace: 3
- dispenser: 2
- wooden_door: 1
- iron_door: 1
- players:
- # Gives Notch unlimited protections
- Notch:
- limit: unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement