You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For banning users via the ban button, we're using permban in order to give a reason; we should use banid as it accepts a reason after a duration in minutes:
Using banid will ban the player even if they leave the server before the command is issued, unlike permban; additionally, we should add a duration input to allow temporary bans.
The text was updated successfully, but these errors were encountered:
For banning users via the ban button, we're using
permban
in order to give a reason; we should usebanid
as it accepts a reason after a duration in minutes:Using
banid
will ban the player even if they leave the server before the command is issued, unlikepermban
; additionally, we should add a duration input to allow temporary bans.The text was updated successfully, but these errors were encountered: