-
Bug
-
Resolution: Duplicate
-
None
-
1.6.1.0
-
None
-
Running on Linux - Ubuntu 18.04
When using the command: op <playername>, it will only temporarily op a player until they are disconnected from the server.
I noticed that my server could not find an ops.json file and so I created my own using the format :
[
{ "permission": "operator", "xuid": "xxxxx"},
{ "permission": "operator", "xuid": "xxxxx" }]
I then manually added the player(s) I wanted to op by going into ops.json, which works.
I am still finding that using the op command does not add a player to the ops.json.
- duplicates
-
BDS-43 ops.json and whitelist.json missing
- Resolved