generated from AriasCreations/vsmodtemplate
Allow admins to bypass the max rtp distance
This commit is contained in:
parent
700de94ffe
commit
c5c605d057
4 changed files with 25 additions and 4 deletions
|
@ -133,6 +133,14 @@ namespace AriasServerUtils
|
|||
.WithDescription("This flag controls whether admins can or can not bypass the cooldown system")
|
||||
.HandleWith(Events.HandleUpdateASUBypassCD)
|
||||
.EndSubCommand()
|
||||
.BeginSubCommand("adminsBypassRTPMaxDist")
|
||||
.RequiresPrivilege(Privilege.controlserver)
|
||||
.WithArgs(
|
||||
parsers.Bool("bypass")
|
||||
)
|
||||
.WithDescription("This flag would allow admins to go further than the max server RTP distance when manually specifying a distance to RTP")
|
||||
.HandleWith(Events.HandleUpdateASUBypassRTPMaxDist)
|
||||
.EndSubCommand()
|
||||
.BeginSubCommand("maxback")
|
||||
.RequiresPrivilege(Privilege.controlserver)
|
||||
.WithArgs(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue