Add comment about Paper's "bungee-online-mode" option. Resolves #6

This commit is contained in:
Luck 2016-09-03 21:30:37 +01:00
parent 7970e2a1c6
commit 4d48ef1939
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@ include-global: true
# 2. You are only running one server instance using LuckPerms, (not a network)
# In this case, set online-mode to true no matter what is set in server.properties. (we can just fallback to the servers uuid cache)
# 3. If your proxy is running in offline mode, and/or you are using PaperSpigot (https://ci.destroystokyo.com/job/PaperSpigot/),
# you should set "bungee-online-mode" to false in the paper.yml, and set "online-mode" to true in all LuckPerms configs.
# This approach is thoroughly recommended for offline mode networks, or networks without "ip-forward" set to true in the BungeeCord config.
online-mode: true
# If the plugin should apply wildcard permissions.

View File

@ -22,6 +22,10 @@ include-global: false
# 2. You are only running one server instance using LuckPerms, (not a network)
# In this case, set online-mode to true no matter what is set in server.properties. (we can just fallback to the servers uuid cache)
# 3. If your proxy is running in offline mode, and/or you are using PaperSpigot (https://ci.destroystokyo.com/job/PaperSpigot/),
# you should set "bungee-online-mode" to false in the paper.yml, and set "online-mode" to true in all LuckPerms configs.
# This approach is thoroughly recommended for offline mode networks, or networks without "ip-forward" set to true in the BungeeCord config.
online-mode: true
# If the plugin should apply wildcard permissions.