Advertisement
andrew35133

LimitsV2

Apr 13th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1. # default to unlimited protections
  2. defaults:
  3.     default: unlimited
  4.  
  5. # Overrides for Permissions groups
  6. groups:
  7.    # 5 chests, unlimited everything else
  8.     Guest:
  9.         default: unlimited
  10.         chest: 5
  11.  
  12.     # 5 total protections
  13.     SampleGroup2:
  14.         default: 5
  15.  
  16. players:
  17.    # Gives Notch unlimited protections
  18.     Notch:
  19.         default: unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement