Skip to content

Commit e3a3586

Browse files
authored
Updated README.md permissions env (#385)
1 parent 20b5370 commit e3a3586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ are also printed to the log when a player joins. There are 3 levels of permissio
134134
135135
- `OPS` is used to define operators on the server.
136136
```shell
137-
-e OPS "1234567890,0987654321"
137+
-e OPS="1234567890,0987654321"
138138
```
139139
- `MEMBERS` is used to define the members on the server.
140140
```shell
141-
-e MEMBERS "1234567890,0987654321"
141+
-e MEMBERS="1234567890,0987654321"
142142
```
143143
- `VISITORS` is used to define visitors on the server.
144144
```shell
145-
-e VISITORS "1234567890,0987654321"
145+
-e VISITORS="1234567890,0987654321"
146146
```
147147

148148
## Allowlist

0 commit comments

Comments
 (0)