From e3a35861ec0516c51e457f6a9e4b3919f954fcbe Mon Sep 17 00:00:00 2001 From: Coury Richards Date: Wed, 20 Dec 2023 20:54:57 -0500 Subject: [PATCH] Updated README.md permissions env (#385) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3646af..d19aa0a 100644 --- a/README.md +++ b/README.md @@ -134,15 +134,15 @@ are also printed to the log when a player joins. There are 3 levels of permissio - `OPS` is used to define operators on the server. ```shell --e OPS "1234567890,0987654321" +-e OPS="1234567890,0987654321" ``` - `MEMBERS` is used to define the members on the server. ```shell --e MEMBERS "1234567890,0987654321" +-e MEMBERS="1234567890,0987654321" ``` - `VISITORS` is used to define visitors on the server. ```shell --e VISITORS "1234567890,0987654321" +-e VISITORS="1234567890,0987654321" ``` ## Allowlist