Skip to content

Commands & Permissions

NEZNAMY edited this page Sep 2, 2021 · 92 revisions

Commands available with TAB if the player has the given permission required.
If you have TAB installed on BungeeCord, use /btab instead of /tab. Permissions are same 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 property of a group/player to given value. No value argument will result in that property being deleted.
List of properties:
For tablist: tabprefix customtabname tabsuffix
For nametag: tagprefix tagsuffix
Additional ones when unlimited nametag mode is enabled: abovename belowname customtagname
Note: playeruuid argument requires name of an online player to apply given value.
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 given player/group.
Note: playeruuid argument requires name of an online player to remove data from.

/tab debug [player]

Permission: tab.debug
Description: Shows 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 refresh interval.

/tab announce bar <name> <length>

Permission: tab.announce.bar
Description: Temporarily shows bossbar name to all players for length 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 you want.
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 plugin's and from placeholderapi) in a given text. Can be used to test if a placeholder works.

Additional permissions

tab.admin - Allows user to execute all commands.
tab.bypass - If per-world-playerlist is enabled as well as this permission, it allows players to see everyone on the server despite per-world-playerlist enabled.
tab.bossbar.<barname> - Permission to see specific boss bar if permission is required to see it.
tab.staff - Allows user to be counted in %staffonline% (and %canseestaffonline%) placeholders.
tab.sort.<group> - If sorting by permission nodes is enabled, this is permission to be sorted as such group defined in sorting list.
tab.spectatorbypass - If allow-spectator-bypass-permission is enabled, this is the permission.
tab.togglescoreboard - If an option is enabled to require permission to toggle scoreboard, this is it.
tab.togglebar - If an option is enabled to require permission to toggle bossbar, this is it.
tab.tabcomplete - Being able to auto complete commands in /tab command.

Clone this wiki locally