Ulysses Stuff > General Chat & Help and Support

Regarding the order of my ulx ranks

<< < (2/2)

E.L.M.S:
Well Mr Jammin, I am trying to set up a clockwork server, and I haven't edited the text document you were talking about in your prior statement. The description of the issue would probably be that either the rank hierarchy seems to be in the wrong order, or something else, as admins and such can pickup higher levels, such as superadmins. This in turn poses an issue as it seems that admins have around the same authority as superadmins.

If this isn't enough information, I may be able to go more detailed, just I believe the current insight into the issue will suffice.

JamminR:
Many addons affect physgun, and it's quite likely even gamemodes affect physgun. (I know little of Clockwork)
Though we try to remain gamemode and addon agnostic, due to the physgun being a large integral part of Gmod having, honestly, little to do with administration of a server, it's possible and likely the low priority control of physgun we attempt is getting overwritten.

From server console, while both a higher level group person and an admin that 'can pickup higher levels' are connected, please run "ulx debuginfo"
The server will tell you a location of a file to attach to your next post using the "Attachments and other options" link when posting.

If your 'lower' access groups can perform other ulx only functions on higher access groups, and you can give us an example or two of those exact commands (ie, ulx slap), we can look at the file and perhaps better determine why it's not working.
We may also be able to determine why physgun isn't workiing, but, as it's an often modified tool, it may not be as easy.

E.L.M.S:
Mister Jammin, I did as you asked and me and a com padre had done your command, we then received the dump file and here it is.

JamminR:
Apologies for such a late reply. I somehow missed the fact you had responded.
I hope you have a great Christmas and New Year.

I see no reason any "user" player would be able to use physgun due to ULX configuration.
The only possible oddity I see is that OPERATOR group would be able to physgun, or any other ULX command OPERATOR has, the MODERATOR group.
If, however, you have USER group perforuming physgun commands on any other group, It is most likely the gamemode or one of your addons.

I did make some notes below from the file you provided. You don't really have a hierarchy set up for the 'moderator' group you created.
I preffaced my notes with standard lua remark "--"

--- Code: --- superadmin:
allow:
            -- <INHERITS ulx physgunplayer from admin>
ulx adduser = * <operator,admin,moderator> -- why limit superadmin for adduser?
inherit_from = admin

admin:
allow:
47 = ulx physgunplayer

ulx adduser = !%superadmin -- can add to any group except superadmin
can_target = !%superadmin
inherit_from = operator -- <is moderator not the next lower group>?
moderator:
allow:
            -- <INHERITS ulx physgunplayer from operator>
can_target = !%operator
inherit_from = user
    operator:
allow:
27 = ulx physgunplayer
77 = ... -- <OPERATOR has 77!! access strings. This is almost the same power as admin, is that intended????>
can_target = !%admin -- <OPERATOR can target MODERATOR - is that intended?>
inherit_from = user

--- End code ---
Now, you CAN use the group order you have - it just makes it more difficult to remember who can do what, who can target who.

Navigation

[0] Message Index

[*] Previous page

Go to full version