ULX

Author Topic: ULX Group Inheritance  (Read 2541 times)

0 Members and 1 Guest are viewing this topic.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
ULX Group Inheritance
« on: July 28, 2016, 06:39:54 PM »
I want to get a better idea of setting up group inheritance. I know there are many posts regarding this, but I could not find anything about this question:

Which method is better (more recommended)?

admin
Inherits from moderator
Can target: !%admin

or

admin
Inherits from moderator
Can target: #user, #moderator

Also, sometimes when I do something like !%admin, players with the rank admin can still target each other, I thought !% meant you cannot target that group or above?



Offline Undercover Orange

  • Full Member
  • ***
  • Posts: 139
  • Karma: -14
  • Leader of Undercover Gaming Community
Re: ULX Group Inheritance
« Reply #1 on: July 28, 2016, 07:49:58 PM »
Pretty sure !%admin just means they cant target anyone above admin. at least that is how it works on my server.
~ Undercover Orange

Offline OpticPotatOS

  • Jr. Member
  • **
  • Posts: 53
  • Karma: 0
  • GLaDOS
    • Gaming for Everyone
Re: ULX Group Inheritance
« Reply #2 on: July 29, 2016, 01:43:51 AM »
!%admin would mean that players in that group can target admin and below. Method wise, depends on what you're trying to do, for example, you might not want a trial moderator to be able to target donators, even though donators are below trial mods.
My website isn't my website, rather, it's the gaming network my sever is connected to.

ttt.gfe.nu

Unforeseen Consequences

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: ULX Group Inheritance
« Reply #3 on: July 29, 2016, 03:54:12 AM »
Ohhhhh lol. So for admin rank I would make it !%moderator, rather than !%admin?

Offline OpticPotatOS

  • Jr. Member
  • **
  • Posts: 53
  • Karma: 0
  • GLaDOS
    • Gaming for Everyone
Re: ULX Group Inheritance
« Reply #4 on: July 29, 2016, 04:12:00 AM »
Ohhhhh lol. So for admin rank I would make it !%moderator, rather than !%admin?
Yes, and for moderator you would do, for example, !%donator.
My website isn't my website, rather, it's the gaming network my sever is connected to.

ttt.gfe.nu

Unforeseen Consequences

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: ULX Group Inheritance
« Reply #5 on: July 29, 2016, 07:11:03 AM »
!%admin would mean that players in that group can target admin and below. Method wise, depends on what you're trying to do, for example, you might not want a trial moderator to be able to target donators, even though donators are below trial mods.
No, I believe this is wrong.
Read the syntax of that again.
!%admin
Not group admin and above.
! - invert (not)
% - this group and groups above

So, DrCheesepuffs, you would want !%admin to say that admin can only target groups below admin, ie moderator and below.
See http://forums.ulyssesmod.net/index.php/topic,5346.0.html
bw81@ulysses-forums ~ % whoami
Homepage

Offline OpticPotatOS

  • Jr. Member
  • **
  • Posts: 53
  • Karma: 0
  • GLaDOS
    • Gaming for Everyone
Re: ULX Group Inheritance
« Reply #6 on: July 29, 2016, 07:21:14 AM »
No, I believe this is wrong.
Read the syntax of that again.
!%admin
Not group admin and above.
! - invert (not)
% - this group and groups above

So, DrCheesepuffs, you would want !%admin to say that admin can only target groups below admin, ie moderator and below.
See http://forums.ulyssesmod.net/index.php/topic,5346.0.html
That's weird, doesn't work like that on my server.
My website isn't my website, rather, it's the gaming network my sever is connected to.

ttt.gfe.nu

Unforeseen Consequences

Offline roastchicken

  • Respected Community Member
  • Sr. Member
  • *****
  • Posts: 476
  • Karma: 84
  • I write code
Re: ULX Group Inheritance
« Reply #7 on: July 29, 2016, 07:52:08 AM »
No, I believe this is wrong.
Read the syntax of that again.
!%admin
Not group admin and above.
! - invert (not)
% - this group and groups above

So, DrCheesepuffs, you would want !%admin to say that admin can only target groups below admin, ie moderator and below.
See http://forums.ulyssesmod.net/index.php/topic,5346.0.html

That's weird, doesn't work like that on my server.

I can confirm that Bytewave is correct. The default ULX group 'operator' has its 'Can Target' set to "!%admin". When in the 'operator' group, I cannot target players in group 'admin' or above.
Give a man some code and you help him for a day; teach a man to code and you help him for a lifetime.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: ULX Group Inheritance
« Reply #8 on: July 29, 2016, 12:46:45 PM »
How come when I do something like:

Rank: admin
Inherits from: moderator
Can target: !%admin

It doesn't work? Admins can still kick and ban other admin.