itzg / itzg/minecraft-server-charts
rcon commands in helm config file not working
- Dominant language
- Mustache
- Stars
- 406
- Forks
- 164
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
### 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
```yaml
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: false
port: 25575
rconCmdsStartup: |-
/gamerule doFireTick false
/pregen start 1000
rconCmdsFirstConnect: |-
/pregen stop
rconCmdsLastDisconnect: |-
/pregen start 1000
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the Helm values and templates that handle rconCmdsStartup, rconCmdsFirstConnect, and rconCmdsLastDisconnect; no specific files or tests are named in the issue. Check how these settings are passed to the server, then verify that each command runs at startup, first connect, and last disconnect using the provided configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100