admins not working #269
allice-flp
started this conversation in
General
Replies: 1 comment
-
|
what i noticed: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, ive got a problem and want to ask if there is anyone who is able to help me there.
So, ive just set up my server 2 days ago. I've configured everything exactly as it should be, including incorporating various tips from the bug reports and discussion forums. Everything seems to be working perfectly, but the admins don't have the necessary permissions.
I've followed all the instructions, both on this GitHub repository and on the mods' websites, and I don't understand what the problem is.
Is it possible to get some help with this here?
The console shows that the admins and all their associated information are loading successfully, including the admin groups (which were taken from the example).
My admin file looks something like this:
{ "Player1": { "identity": "765611980803XXXXX", "groups": [ "#css/admin" ] }, "Player2": { "identity": "765611981505XXXXX", "groups": [ "#css/admin" ] }, "Player3": { "identity": "765611981242XXXXX", "groups": [ "#css/admin" ] }, "Player4": { "identity": "765611984528XXXXX", "groups": [ "#css/admin" ] }, "Player5": { "identity": "765611984353XXXXX", "groups": [ "#css/admin" ] }, "Player6": { "identity": "765611989553XXXXX", "groups": [ "#css/admin" ] }, "Player7": { "identity": "765611992292XXXXX", "groups": [ "#css/admin" ] }, "Player8": { "identity": "765611981487XXXXX", "groups": [ "#css/moderator" ] } }What else can I do? I would really appreciate any help.
Thanks, Leon <3
Beta Was this translation helpful? Give feedback.
All reactions