From 36cd3886074f02468663b8443d1ccc259d87b48a Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 3 Sep 2016 21:34:35 +0100 Subject: [PATCH] Slight re-wording --- bukkit/src/main/resources/config.yml | 4 ++-- bungee/src/main/resources/config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 6d767b626..e802d9073 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -23,9 +23,9 @@ 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/), +# 3. If your proxy is running in offline mode, and 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. +# This approach is thoroughly recommended for offline mode networks. 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 fd29b8314..fca6d52c7 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -23,9 +23,9 @@ 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/), +# 3. If your proxy is running in offline mode, and 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. +# This approach is thoroughly recommended for offline mode networks. online-mode: true # If the plugin should apply wildcard permissions.