[BDS-136] ops.json does not create itself on server start or when using the command op <playername> Created: 05/Oct/18 Updated: 14/Oct/18 Resolved: 06/Oct/18 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Haley Tortorich | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Running on Linux - Ubuntu 18.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
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. |