From d2649508b365bf5a32a14a36987311637bf0ea76 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 30 Jul 2022 19:26:26 -0500 Subject: [PATCH] *sigh* --- server/src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/src/main/resources/config.yml b/server/src/main/resources/config.yml index 2b8a051..f4bef18 100644 --- a/server/src/main/resources/config.yml +++ b/server/src/main/resources/config.yml @@ -31,6 +31,7 @@ chat: # Should Plex use a "true op" system with ranks or only permission nodes # Options are "permissions" or "ranks" +# NOTE: If you are using a proxy such as BungeeCord or Velocity, it is highly recommended to use permissions system: ranks data: @@ -232,4 +233,4 @@ update_repo: "plexusorg/Plex" update_branch: "master" # Additional logging for debugging -debug: false \ No newline at end of file +debug: false