Skip to content

Commands & Permissions

Callum Seabrook edited this page Nov 28, 2021 · 92 revisions

All of the commands that are available with TAB. Some of these commands have required permissions associated with them. If you have TAB installed on BungeeCord, use /btab instead of /tab. Permissions are identical on BungeeCord.

Content

/tab reload

Permission: tab.reload Description: Unloads the plugin, loads configuration files including changes and loads the plugin.

/tab <player/group/playeruuid> <name> <property> [value]

Permission: tab.change.<property> Description: Changes a property of a group/player to the given value. No value argument will result in that property being deleted.
List of properties: For tablist: tabprefix, customtabname, and tabsuffix. For nametag: tagprefix and tagsuffix. Additional ones when unlimited nametag mode is enabled: abovename, belowname, and customtagname. Note: The playeruuid argument requires the name of an online player to apply the property change. Note 2: If no value is set, that property will be removed instead.

/tab <player/group/playeruuid> <name> remove

Permission: tab.remove Description: Removes all direct data from the given player/group. Note: The playeruuid argument requires the name of an online player to remove data from.

/tab debug [player]

Permission: tab.debug Description: Shows the server version, plugin version, permission group choice logic, and sorting type. If player argument is filled, shows info about that player:

  • Sorting value & explanation, useful to see what went wrong if players are not sorted correctly.
  • Primary group set using How to assign players into groups
  • List of all configured properties of players, their values and source.

/tab cpu

Permission: tab.cpu
Description: Shows approximate CPU usage of the plugin from the 10 seconds. There are parts which are impossible to be measured, so this shows slighty less than the real value is. It also includes usage of placeholders, which can be optimized by increasing the refresh interval.

/tab announce bar <name> <length>

Permission: tab.announce.bar
Description: Temporarily shows the bossbar with the given name to all players for the given length of time, in seconds.

/tab ntpreview

Permission: tab.ntpreview Description: Since unlimited nametag mode uses armor stands instead of vanilla nametags, clients that allow you to see your own nametag won't work for abovename/belowname lines. For this reason, this command was made so you can see your own armor stands and test if it looks like what you expect it to. Note 1: There's a delay in armor stand movement. This is caused by ping and movement animations. This delay is not present when looking at other players. Note 2: This command is a toggle.

/tab parse <text>

Permission: tab.parse
Description: Replaces all placeholders (both the plugin's internal ones, and those from PlaceholderAPI if it is installed) in the given text. Can be used to test if a placeholder works as expected.

Additional permissions

tab.admin - Allows the player to execute all commands.
tab.bypass - If per-world player list is enabled as well as this permission, it allows the player to see everyone on the server, regardless of what the per-world player list settings allow. For example, if your per-world player list is set up to isolate worlds A and B, players with this permission will see all players from both A and B on their player list, whereas players that don't will only see either players from world A or players from world B, depending on what world they are in. tab.bossbar.<barname> - Allows the player to see the boss bar with the given barname, if that boss bar requires permission to view. tab.staff - Allows the player to be counted in the %staffonline% (and %canseestaffonline%) placeholders. tab.sort.<group> - If sorting by permission nodes is enabled, this sorts the player in the given group. tab.spectatorbypass- If [allow-spectator-bypass-permission](https://github.com/NEZNAMY/TAB/wiki/config.yml#do-not-move-spectators-allow-spectator-bypass-permission) is enabled, this is the permission. tab.togglescoreboard- If the option to only allow scoreboards to be toggled by players with a specific permission is enabled, this is the permission.tab.togglebar- If the option to only allow boss bars to be toggled by players with a specific permission is enabled, this is the permission.tab.tabcomplete- Allows the player to tab-complete the/tabor/btab` command, depending on what server it is granted.

Clone this wiki locally