#Adding any user to permissions file gives them OP

18 messages · Page 1 of 1 (latest)

hardy bear
#

Adding any user to the permissions file, results in them being added to the OP group when the server restarts.
It seems any user added to the permissions file is automagically added to the OP group. Is this normal?
Game is Hytale.

simple pivot
#

What is op?

#

<@&1460292947093487809>

hardy bear
#

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.

hardy bear
#

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>

hallow wave
hardy bear
#

{ "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" ] } }

hallow wave
#

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"
    ]
  }
}
hardy bear
#

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

hallow wave
#

Open a Ticket on the GPortal Dashboard pleace

#

/ensupport

hardy bear
#

/ensupport

hardy bear
#

That was helpful.

#

Have restored my json file.
Opened a ticket for my original query.