From 4d48ef1939a10975d95c8b9645380de21e22278f Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 3 Sep 2016 21:30:37 +0100 Subject: [PATCH] Add comment about Paper's "bungee-online-mode" option. Resolves #6 --- bukkit/src/main/resources/config.yml | 4 ++++ bungee/src/main/resources/config.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 80a1483f..6d767b62 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -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. diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 83e11722..fd29b831 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -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.