itzg / itzg/minecraft-server-charts
OPS or WHITELIST doesn't work in offline mode
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 406
- Forks
- 164
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
Im working with java version
I installed the server with the helm chart, added player usernames to the ops and whitelist fields, like this:
whitelist: User1,User2,User3,User4,klucsik
ops: User1,User2,User3,User4,klucsik
overrideServerProperties: true
The server is freshly installed, its in offline mode, but I got rejected with the klucsik username.
[15:09:13] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@6b639c5c[id=09cfa1dc-dd17-3c85-bb06-5e391a0f199e,name=klucsik,properties={},legacy=false] (/192.168.100.201:38299): You are not white-listed on this server!
Is it possible to use whitelist/ops in offline mode?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Helm chart values for whitelist, ops, and overrideServerProperties, then check how those settings are applied to the offline Java server. Reproduce the configuration with the provided klucsik username and log; done when whitelist and operator access works in offline mode, or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, java, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100