Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. server: global
  2. include-global: true
  3. include-global-world: true
  4. apply-global-groups: true
  5. apply-global-world-groups: true
  6. use-server-uuid-cache: false
  7. use-server-properties-name: false
  8. allow-invalid-usernames: false
  9. debug-logins: false
  10. log-notify: true
  11. world-rewrite: null
  12. temporary-add-behaviour: deny
  13. primary-group-calculation: all-parents-by-weight
  14. prevent-primary-group-removal: false
  15. argument-based-command-permissions: false
  16. apply-wildcards: true
  17. apply-regex: true
  18. apply-shorthand: true
  19. apply-bukkit-child-permissions: true
  20. apply-bukkit-default-permissions: true
  21. apply-bukkit-attachment-permissions: true
  22. inheritance-traversal-algorithm: depth-first-pre-order
  23. group-weight: null
  24. meta-formatting:
  25. prefix:
  26. format:
  27. - highest
  28. start-spacer: ""
  29. middle-spacer: ' '
  30. end-spacer: ""
  31. suffix:
  32. format:
  33. - highest
  34. start-spacer: ""
  35. middle-spacer: ' '
  36. end-spacer: ""
  37. enable-ops: true
  38. auto-op: false
  39. commands-allow-op: true
  40. use-vault-server: true
  41. vault-server: global
  42. vault-include-global: true
  43. vault-ignore-world: false
  44. vault-debug: false
  45. storage-method: MariaDB
  46. watch-files: true
  47. split-storage:
  48. enabled: false
  49. methods:
  50. user: h2
  51. group: h2
  52. track: h2
  53. uuid: h2
  54. log: h2
  55. data:
  56. address: '127.0.0.1:3306'
  57. database: minecraft
  58. username: root
  59. password: 'MU&123sqldb'
  60. pool-settings:
  61. maximum-pool-size: 10
  62. minimum-idle: 10
  63. maximum-lifetime: 1800000
  64. connection-timeout: 5000
  65. properties:
  66. useUnicode: true
  67. characterEncoding: utf8
  68. useSSL: false
  69. verifyServerCertificate: false
  70. table_prefix: luckperms_
  71. mongodb_collection_prefix: ""
  72. mongodb_connection_URI: ""
  73. sync-minutes: -1
  74. messaging-service: none
  75. auto-push-updates: true
  76. push-log-entries: true
  77. broadcast-received-log-entries: true
  78. redis:
  79. enabled: false
  80. address: localhost
  81. password: ""
  82. default-assignments:
  83. rule1:
  84. if:
  85. has-true: '<group.default>'
  86. take:
  87. - group.default
  88. give:
  89. - group.peasant
  90. set-primary-group: peasant
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement