2016-05-22 08:57:10 +08:00
|
|
|
# LuckPerms Configuration
|
|
|
|
|
|
|
|
# The name of the server, used for server specific permissions. Set to 'global' to disable.
|
|
|
|
server: bungee
|
|
|
|
|
2016-07-12 18:50:49 +08:00
|
|
|
# The default group assigned to all users on their first join.
|
2016-05-22 08:57:10 +08:00
|
|
|
default-group: default
|
|
|
|
|
|
|
|
# If users on this server should have their global permissions/groups applied.
|
|
|
|
include-global: false
|
|
|
|
|
2016-06-22 23:47:54 +08:00
|
|
|
# Which storage method the plugin should use.
|
2016-06-29 00:10:01 +08:00
|
|
|
# Currently supported: mysql & flatfile
|
2016-06-22 23:47:54 +08:00
|
|
|
# Fill out connection info below if you're using MySQL
|
2016-06-29 00:10:01 +08:00
|
|
|
storage-method: flatfile
|
2016-06-22 23:47:54 +08:00
|
|
|
|
2016-05-22 08:57:10 +08:00
|
|
|
sql:
|
|
|
|
address: localhost:3306
|
|
|
|
database: minecraft
|
|
|
|
username: root
|
|
|
|
password: ''
|
|
|
|
sync-minutes: 3
|