Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1. ---
  2. # Sets the data provider for PurePerms :3
  3. # - yaml, sqlite3, ...
  4. data-provider: yaml
  5.  
  6. # Setting this option will enable multiworld permissions to allow per-world permissions
  7. # - true / false
  8. enable-multiworld-perms: false
  9.  
  10. # Broadcasts this message when a player's group has been changed
  11. # - STRING
  12. msg-on-group-change: Your group has been changed into a / an %group%!
  13.  
  14. # Gives all permissions to ops instead of giving their original permissions
  15. # - true / false
  16. override-op-permissions: false
  17. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement