Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  2.  
  3. groups:
  4. Tourist:
  5. default: true
  6. permissions:
  7. - -bukkit.command.kill
  8. - -bukkit.command.plugins
  9. inheritance:
  10. - g:essentials_default
  11. info:
  12. prefix: '&f[&6Tourist&f]'
  13. Citizen:
  14. default: false
  15. permissions:
  16. - -bukkit.command.kill
  17. - -bukkit.command.plugins
  18. inheritance:
  19. - g:essentials_default
  20. info:
  21. prefix: '&f[&eCitizen&f]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement