You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rcon commands on startup, first connect, and last disconnect don't seem to apply.
would appreciate it if this compatibility was extended to the helm config unless there is another way to apply these, for example environment variables
rcon:
# If you enable this, make SURE to change your password below.enabled: true# By default, the container will generate a random password at startup# to ensure internal RCON tooling, including a backup container,# can be used, but the password is secure.withGeneratedPassword: falseport: 25575rconCmdsStartup: |- /gamerule doFireTick false /pregen start 1000rconCmdsFirstConnect: |- /pregen stoprconCmdsLastDisconnect: |- /pregen start 1000
The text was updated successfully, but these errors were encountered:
Enhancement Type
Improve an existing feature
Describe the enhancement
rcon commands on startup, first connect, and last disconnect don't seem to apply.
would appreciate it if this compatibility was extended to the helm config unless there is another way to apply these, for example environment variables
The text was updated successfully, but these errors were encountered: