Blacklisting
TeamAPM offers built in server blacklisting. If you do not want specific servers advertised to your users you can add them to a blacklist.
Adding to and removing from the blacklist.
Adding a server to the blacklist
In order to add a server to the blacklist you must use the following command:
t.blacklist add
will add a server to the blacklist. can either be a singular server ID or a server invite, or a space-separated list of invites/IDs. For example: "123456789 24681357 369258147"
Removing a server from the blacklist
In order to remove a server from the blacklist you must use the following command:
t.backlist remove
will remove a server from the blacklist. can either be a singular server ID or a server invite, or a space-separated list of invites/IDs. For example: "123456789 24681357 369258147"
Resetting the blacklist
To fully clean the blacklist you must use the following command:
t.blacklist clear
will remove ALL servers from the blacklist.
Invite info
Getting the invite info will show the servers standing on the blacklist.
t.invite info
in this command MUST be a valid server invite. This command will show the server name, icon, member count, blacklist status and the age of the server.
Last updated
Was this helpful?