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
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?
The text was updated successfully, but these errors were encountered:
I looked into the volume, and the uuid-s are different than the ones in the usercache.json. If I populate the whitelist/ops from the usercache, it works.
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?
The text was updated successfully, but these errors were encountered: