Ulysses Stuff > Releases
ULib Gatekeeper - Group Based Whitelisting for ULib
MrPresident:
In response to: http://forums.ulyssesmod.net/index.php/topic,6542.0.html
ULib Gatekeeper
Description:
This module for ULib hooks into ULib's authentication system and only allows whitelisted players to join the server.
The whitelist is controlled through ULib access strings. I'll touch on that in a second.
By default only admins can join a server if ULib GateKeeper is enabled. To add more people or groups:
ulx groupallow <group> "ugate_allowaccess" --This will allow anyone in a group to join.
ulx userallow <user> "ugate_allowaccess" --This will allow a specific player to join.
You can also completely enable and disable the system dynamically. This CVar should archive (saving it's most recent setting across server sessions), though if it does not, note that the default setting for this is enabled.
ugate_enabled 0 --System is disabled
ugate_enabled 1 --System is enabled
chadreed93:
Thank you very much!
Bite That Apple:
Now where have I seen this. :P
Decicus:
--- Quote from: chaos13125 on August 15, 2013, 07:18:55 AM ---Now where have I seen this. :P
--- End quote ---
Some guy named chaos made something similar, didn't he?
MrPresident:
Yours is similar but different.
Mine allows whole groups to be white listed, where yours requires individual players to be added.
Not to mention it's a whole 18 lines of code. Yours was a bit more complicated than what I felt the original requester was asking for.
Navigation
[0] Message Index
[#] Next page
Go to full version