Advertisement
Guest User

Untitled

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