We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b5370 commit e3a3586Copy full SHA for e3a3586
README.md
@@ -134,15 +134,15 @@ are also printed to the log when a player joins. There are 3 levels of permissio
134
135
- `OPS` is used to define operators on the server.
136
```shell
137
--e OPS "1234567890,0987654321"
+-e OPS="1234567890,0987654321"
138
```
139
- `MEMBERS` is used to define the members on the server.
140
141
--e MEMBERS "1234567890,0987654321"
+-e MEMBERS="1234567890,0987654321"
142
143
- `VISITORS` is used to define visitors on the server.
144
145
--e VISITORS "1234567890,0987654321"
+-e VISITORS="1234567890,0987654321"
146
147
148
## Allowlist
0 commit comments