generated from AriasCreations/vsmodtemplate
Begin to add the admin bypass cooldown option
This commit is contained in:
parent
f86030dc61
commit
cd00e620c3
4 changed files with 24 additions and 3 deletions
|
@ -124,6 +124,14 @@ namespace AriasServerUtils
|
|||
.WithDescription("DANGER: This updates the flag allowing anybody to create warps, even non-admins. It is recommended to leave this alone. The default is true/on/yes")
|
||||
.HandleWith(Events.HandleUpdateASUMgrWarps)
|
||||
.EndSubCommand()
|
||||
.BeginSubCommand("adminBypassCooldown")
|
||||
.RequiresPrivilege(Privilege.controlserver)
|
||||
.WithArgs(
|
||||
parsers.Bool("bypass")
|
||||
)
|
||||
.WithDescription("This flag controls whether admins can or can not bypass the cooldown system")
|
||||
.HandleWith(Events.HandleUpdateASUBypassCD)
|
||||
.EndSubCommand()
|
||||
.BeginSubCommand("maxback")
|
||||
.RequiresPrivilege(Privilege.controlserver)
|
||||
.WithArgs(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue