itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.24k stars 1.52k forks source link

docs: removed duplicated RCON_CMDS variable #3072

Closed omarx11 closed 1 week ago

omarx11 commented 2 weeks ago

Removed duplicated RCON_CMDS_STARTUP

omarx11 commented 1 week ago

It looks like the original contributor left out RCON_CMDS_FIRST_CONNECT and maybe the duplicate was a copy-paste to get ready for it

https://docker-minecraft-server.readthedocs.io/en/latest/configuration/auto-rcon-commands/

Do you mind fixing it that way?

Thank you for pointing that out. I understand now that the original contributor might have intended to include RCON_CMDS_FIRST_CONNECT. I'll make the necessary changes and add RCON_CMDS_FIRST_CONNECT with the appropriate description to the documentation. I'll update the pull request shortly.