Skip to content
Ticketon Logo Ticketon

Blacklist Command

The /blacklist command allows moderators to prevent users from creating tickets in the server. This can be useful for managing users who have abused the ticketing system or for temporarily restricting access to support tickets.

This command is available to members with the Moderate Members permission by default.

SubcommandDescription
addAdd a user to the server blacklist
removeRemove a user from the server blacklist
checkCheck if a user is in the server blacklist

To add a user to the server blacklist, use the following command:

/blacklist add user:@user reason:Spamming

This will prevent the specified user from creating new tickets in the server.

To remove a user from the server blacklist, use the following command:

/blacklist remove user:@user

This will allow the specified user to create tickets again.

To check if a user is in the server blacklist, use the following command:

/blacklist check user:@user

This will return whether the specified user is currently blacklisted from creating tickets.

  • Blacklisted users will still be able to view and interact with existing tickets they have created prior to being blacklisted.
  • Moderators can still open tickets for blacklisted users if necessary. See Opening Tickets for Other Users for more information.
  • The blacklist is server-specific and does not affect the user’s ability to create tickets in other servers using Ticketon.