Advertisement
Guest User

kjy0349 better permissions

a guest
Jan 12th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.76 KB | None | 0 0
  1. groups:
  2.   Guest:
  3.     options:
  4.       default: true
  5.       build: true
  6.       prefix: '&7[Guest]&f'
  7.     permissions:
  8.      - modifyworld.chat
  9.       - modifyworld.*
  10.  Villager:
  11.     options:
  12.       build: true
  13.       prefix: '&6[Villager]&f'
  14.     inheritance:
  15.      - Guest
  16.   Noble:
  17.     options:
  18.       build: true
  19.       prefix: '&6[Noble]&f'
  20.     inheritance:
  21.      - Villager
  22.   Vip:
  23.     options:
  24.       build: true
  25.       prefix: '&6[Vip]&f'
  26.     inheritance:
  27.      - Noble
  28.   Mod:
  29.     options:
  30.       build: true
  31.       prefix: '&6[Mod]&f'
  32.     permissions:
  33.      - Worldedit.*
  34.     inheritance:
  35.      - Vip
  36.   Admin:
  37.     options:
  38.       build: true
  39.       prefix: '&6[Admin]&f'
  40.     permissions:
  41.      - '*'
  42.     inheritance:
  43.      - Mod
  44. schema-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement