Advertisement
SwiftSwamp

Untitled

Jan 15th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. multiserver:
  2. use-netevents: true
  3. permissions:
  4. debug: false
  5. allowOps: false
  6. user-add-groups-last: false
  7. log-players: false
  8. createUserRecords: false
  9. backend: sexy
  10. informplayers:
  11. changes: false
  12. basedir: plugins/PermissionsEx
  13. backends:
  14. file:
  15. type: file
  16. file: permissions.yml
  17. sql:
  18. uri: mysql://localhost/hub
  19. user: hub
  20. password: REMOVE
  21. aliases:
  22. permissions: hub_permissions
  23. permissions_inheritance: hub_permissions_inheritance
  24. permissions_entity: hub_permissions_entity
  25. type: sql
  26. sexy:
  27. type: sexy
  28. file: permissions.yml
  29. uri: mysql://localhost/hub
  30. user: hub
  31. password: REMOVE
  32. aliases:
  33. permissions: hub_permissions
  34. permissions_inheritance: hub_permissions_inheritance
  35. permissions_entity: hub_permissions_entity
  36. updater: false
  37. alwaysUpdate: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement