add more variables

This commit is contained in:
Fl3xm3ist3r 2024-12-07 13:17:24 +01:00
parent fff03a24bb
commit dae6943a6a
3 changed files with 50 additions and 16 deletions

View file

@ -33,18 +33,13 @@ As the end user, you are repsonsible for accepting the EULA from Mojang to run t
## Options
These environment variables can be set at run time to override their defaults.
These environment variables can be set to override their defaults.
* JVM_OPTS "-Xms2048m -Xmx4096m"
* MOTD "All the Mods 10-1.27.0 Server Powered by Docker"
* LEVEL world
### Adding Minecraft Operators
Set the enviroment variable `OPS` with a comma separated list of players.
example:
`OPS="OpPlayer1,OpPlayer2"`
* ENABLE_WHITELIST "true" or "false"
* WHITELIST_USERS "TestUserName1, TestUserName2"
* OP_USERS "TestUserName1, TestUserName2"
## Troubleshooting