EDIT: Nevermind, I ended up going onto my own server and running it myself (the RCON tool didn't show the formatting so I wasn't sure), what I thought was the case.
EDIT2: I have a separate question though, how does ULX check if a player can target another player? Like, inheritance-wize?
I'm a bit confused about how
ULib.ucl.getInheritanceTree() works. From the example it gives:
PrintTable( ULib.ucl.getInheritanceTree() )
user:
trusted:
members:
thedumbones:
admin:
superadmin:
serverowner:
clanowner:
respected:
does that mean like this (going down means higher in the chain)
user — thedumbones — admin — respected
| |
trusted superadmin — serverowner — clanowner
|
members
So in simple words, trusted inherits from user, and members inherits from trusted, then superadmin, serverowner, and clanowner inherit from admin, etc.?
Sorry if that doesn't really make sense I'm not really sure how to explain it.