Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # Configuration file
  2. # #################
  3. # How to setup:
  4. # 1. Follow the instructions at https://goo.gl/ESlSaR to setup mysql backend on PEX
  5. # 2. Fill the options below with your database connection details
  6. # 3. Start up the server and enjoy!
  7. #
  8. # If you require assistance contact me:
  9. # EMAIL: nostrumg@gmail.com SKYPE: gui_poseidon
  10.  
  11. # Choose your permissions system. (ALL UPPERCASE AS ON THE LEFT LIST)
  12. # Supported systems:
  13. # PEX - PermissionsEx
  14. # SEXYPEX - SexyPex
  15. # ZPERMS - zPermissions
  16.  
  17. permissionsSystem: PEX
  18.  
  19. mysql:
  20.  
  21. # MySQL Hostname
  22. hostname: localhost
  23.  
  24. # MySQL Username
  25. user: permissions
  26.  
  27. # MySQL Password
  28. pass: 'permissions'
  29.  
  30. # MySQL Database
  31. db: permissions
  32.  
  33. # MySQL Port
  34. port: '3306'
  35.  
  36. # Minutes between updating/reloading permissions automatically
  37. updateInterval: 120
  38.  
  39.  
  40.  
  41. # Optional settings for each permissions system. Only edit the settings under the permissions system you are using
  42.  
  43. # PermissionsEx settings
  44. pex:
  45. tables:
  46.  
  47. # PEX MySQL table names
  48. # If you didn't change the default values on pex's config for 'aliases' leave as it is
  49. permissions: permissions
  50. permissionsInheritance: permissions_inheritance
  51.  
  52.  
  53. # SexyPex settings
  54. sexypex:
  55. tables:
  56.  
  57. # SEXYPEX MySQL table names
  58. # If you didn't change the default values on permissionsex's config for 'aliases' leave as it is
  59. permissions: permissions
  60. permissionsInheritance: permissions_inheritance
  61. zperms:
  62. tables:
  63.  
  64. # ZPERMS MySQL table names
  65. # If you didn't change the default values on permissionsex's config for 'aliases' leave as it is
  66. permissions: entries
  67. permissionsInheritance: inheritances
  68. memberships: memberships
  69. entities: entities
  70. def-group: "Survivor"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement