Tracking commands¶
Commands related to NabBot's tracking system.
allowlist¶
Commands to manage allowlists in the server.
- Command cannot be used in direct messages.
-
Manage Serverpermission is needed to use this command by default.
allowlist guild¶
Commands to manage allowlisted guilds in the server.
/allowlist guild add¶
Add a guild to the allowlist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
guild |
Text | Guild to add. Only characters in this guild will be announced in this server. |
/allowlist guild list¶
Show the guilds currently in the allowlist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
/allowlist guild remove¶
Remove a guild from the allowlist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
guild |
Text | Guild to remove. |
blocklist¶
Manage blocklists.
- Command cannot be used in direct messages.
-
Manage Serverpermission is needed to use this command by default.
blocklist user¶
Manage users excluded from announcements in this server.
/blocklist user add¶
Add a user to the blocklist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user |
User | User to add. Their characters won't be announced in this server anymore. |
/blocklist user list¶
Show the users currently in the blocklist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
/blocklist user remove¶
Remove a user from the blocklist.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user |
User | User to remove. |
/blocklist user remove-unknown¶
Remove a user from the blocklist that is no longer in the server.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user_id |
Discord ID | ID of the user to remove. |
/characters¶
See all the characters registered to you.
- Command response will only be visible to you.
/im¶
Register your characters.
- Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
character |
Text | Name of the character you want to register. |
/imnot¶
Unregister one of your characters.
- Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
character |
Text | Name of the character you want to unregister. |
/online¶
Show which members from this server are online in the tracked world.
- Command response will only be visible to you.
- Command cannot be used in direct messages.
search-team¶
Search for characters in this server.
- Command cannot be used in direct messages.
/search-team by-character¶
Search characters in this server in the share range with a character.
- Command response will be visible to everyone.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
name |
Text | Only characters in the share range with this one will be shown. Must be between 2 and 29 characters long. |
/search-team by-level¶
Search characters in this server in the share range with a specific level.
- Command response will be visible to everyone.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
level |
Number | Only characters that can share experience with this level will be shown. Must be a value between 2 and 10000. |
/search-team by-level-range¶
Search characters in this server in a specified range.
- Command response will be visible to everyone.
- Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
min_level |
Number | Only characters this level or higher will be shown. Must be a value between 2 and 10000. |
|
max_level |
Number | Only characters at this level or lower will be shown. Must be a value between 2 and 10000. |