Advertisement
MathewAlden

PEX1

Apr 14th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.03 KB | None | 0 0
  1. users:
  2.    guy1:
  3.         group:
  4.        - user
  5.         permissions:
  6. groups:
  7.     default:
  8.         default: true
  9.         permissions:
  10.        - example1.*
  11.     user:
  12.         inheritance:                        
  13.         - default  
  14.         permissions:
  15.        - example2.*
  16.         worlds:
  17.             world1:
  18.                 permissions:
  19.                - modifyworld.*
  20.             kurast:
  21.                 permissions:
  22.                - modifyworld.blocks.interact.*
  23.                 - modifyworld.blocks.place.35:1
  24.                 - modifyworld.blocks.destroy.35:1
  25.                 - modifyworld.blocks.place.354
  26.                 - modifyworld.blocks.destroy.354
  27.                 - modifyworld.blocks.place.92
  28.                 - modifyworld.blocks.destroy.92
  29.                 - modifyworld.blocks.destroy.82
  30.                 - modifyworld.blocks.place.50
  31.                 - modifyworld.blocks.destroy.50
  32.                 - -modifyworld.blocks.place.*
  33.                 - -modifyworld.blocks.destroy.*
  34.                 - modifyworld.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement