Skip to main content

⛔ Blacklist

This command is used to take an action on certain types of users based on a list of restrictions.

/blacklist

Add

Add a new restriction to the server's blacklists.

/blacklist add

Name

/blacklist add by_name

Parameters

*Required

name*

type: String | Regex

description: Users' name to be blacklisted | Regex to match the users' name to be blacklisted
info

To add the case insensitive flag to the regex, add (?i) at the start/end of the regex.

If you want to learn a bit more about Regex you can check regexr.com to help you build your expressions.

reason*

type: String

description: The reason why you are adding it to the blacklist

action*

type: Option

description: Action to take with the offenders

options: [ Kick, Ban ]

warn

type: Boolean

description: Whether to try to warn the user why the action was taken or not

default: False

use_regex

type: Boolean

description: Use the name parameter as a Regex expression

default: False

Example Usage

/blacklist add by_name name:Admin reason:Admin action:Kick warn:True

Remove

Remove a restriction from one of the server's blacklists.

/blacklist remove

Name

/blacklist remove by_name

Parameters

*Required

name*

type: Option

description: The name/regex that will be removed

options: [ All your names on the blacklist restrictions ]
info

These options only show up if you have at least one name blacklist restriction.

Example Usage

/blacklist remove by_name name:.*