#Adding any user to permissions file gives them OP
18 messages · Page 1 of 1 (latest)
Operator
I have worked around it by adding my member group permissions to the default group. Meaning I could remove all users from my permissions file.
Not going to work if I do ever need to add users to groups though.
Can I get some help with this, plz.
Have tried removing all mods.
With all users removed from the permissions.json file, a new player is added to the file and the Adventure group when they join the server.
When the server is then restarted all users are given the OP group.
<@&1460292947093487809>
Sende mir mal bitte deine permission.json
{ "users": { "5789ae49-efca-4a21-b5b9-7f8ff2361170": { "groups": [ "Adventure", "OP" ] }, "c9e71b69-ce55-4ffd-82e2-0a87fb8da624": { "groups": [ "Adventure", "OP" ] }, "8afce37a-5b49-454f-954f-a1b795ea792d": { "groups": [ "Adventure", "OP" ] }, "71e4b97a-0103-4d27-ba82-dde86984e109": { "groups": [ "Adventure", "OP" ] } }, "groups": { "Default": [], "OP": [ "*" ], "Adventure": [ "dev.ninesliced.bettermap.command.waypoint.global" ] } }
Try this:
{
"users": {
"5789ae49-efca-4a21-b5b9-7f8ff2361170": {
"groups": [
"Adventure",
"OP"
]
},
"c9e71b69-ce55-4ffd-82e2-0a87fb8da624": {
"groups": [
"Adventure",
"OP"
]
},
"8afce37a-5b49-454f-954f-a1b795ea792d": {
"groups": [
"Adventure",
"OP"
]
},
"71e4b97a-0103-4d27-ba82-dde86984e109": {
"groups": [
"Adventure",
"OP"
]
}
},
"groups": {
"Default": [],
"OP": [
"*"
],
},
"Adventure": [
"dev.ninesliced.bettermap.command.waypoint.global"
]
}
}
Going with this, OP removed from each user, then will start the server again
{ "users": { "5789ae49-efca-4a21-b5b9-7f8ff2361170": { "groups": [ "Adventure" ] }, "c9e71b69-ce55-4ffd-82e2-0a87fb8da624": { "groups": [ "Adventure" ] }, "8afce37a-5b49-454f-954f-a1b795ea792d": { "groups": [ "Adventure" ] }, "71e4b97a-0103-4d27-ba82-dde86984e109": { "groups": [ "Adventure" ] } }, "groups": { "Default": [], "OP": [ "*" ], }, "Adventure": [ "dev.ninesliced.bettermap.command.waypoint.global" ] } }
Getting this when I try to start it now