Guest User

Untitled

a guest
Dec 4th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. gserver@vulturis ~/Minecraft/plugins/PermissionsEx $ cat config.yml
  2. permissions:
  3. backends:
  4. file:
  5. file: permissions.yml
  6. sql:
  7. driver: mysql
  8. password: RAWR
  9. user: usr_gserver
  10. uri: mysql://localhost/usr_gserver
  11. backend: file
  12. superperms:
  13. disable-unmatched: false
  14. enable: true
  15. matched-permissions: true
  16. raw-permissions: true
  17. allowOps: false
  18. debug: false
  19. basedir: plugins/PermissionsEx
Add Comment
Please, Sign In to add comment