Skip to content

Commit

Permalink
Updated README.md permissions env (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
couryrr authored Dec 21, 2023
1 parent 20b5370 commit e3a3586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a3586

Please sign in to comment.