-
Notifications
You must be signed in to change notification settings - Fork 245
Commands & Permissions
NEZNAMY edited this page Apr 23, 2022
·
81 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.
- Configuration
- Bossbar
- Scoreboard
-
Nametags / Teams
- /tab nametag preview
- /tab nametag toggle
- [/tab setcollision <true/false>]
- MySQL
- [Other]
- Additional permissions
-
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.
- For tablist:
tabprefix
,customtabname
, andtabsuffix
. - For nametag:
tagprefix
andtagsuffix
. - Additional properties available when unlimited nametag mode is enabled:
abovename
,belowname
, andcustomtagname
.
- The
playeruuid
argument requires the name of an online player to apply the property change. - If no value is set, that property will be removed instead.
-
Permission:
tab.remove
- Description: Removes all direct data from the given player/group.
- The
playeruuid
argument requires the name of an online player to remove data from.
-
Permission:
tab.reload
- Description: Unloads the plugin, loads configuration files including changes and loads the plugin.
-
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.
-
Permission:
tab.bossbar.toggle
- Description: Toggles bossbar(s) for player who executed the command
-
Permission:
tab.announce.bar
-
Description: Shows the boss bar with the given
name
to every player on the server for the givenduration
, in seconds.
-
Permission:
tab.send.bar
-
Description: Sends the boss bar with the given
name
to the givenplayer
for the givenduration
, in seconds.
-
Permission:
tab.scoreboard.show
for showing to yourself,tab.scoreboard.show.other
for showing to others -
Description: Shows the scoreboard with the given
name
, either to yourself if noplayer
was given, or to the givenplayer
.
-
Permission:
tab.announce.scoreboard
-
Description: Shows the scoreboard with the given
name
to every player on the server for the givenduration
, in seconds.
-
Permission:
tab.nametag.preview
- 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.
-
Permission:
tab.setcollision
-
Description: Sets whether the given
player
will collide with other entities to the given option, eithertrue
orfalse
.
- 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.
- This command is a toggle.
-
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.
-
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.
-
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.staff
- Allows the player to be counted in the%staffonline%
placeholder. -
tab.spectatorbypass
- If enabling bypass permission in Spectator fix, this is the permission. -
tab.scoreboard.toggle
- Allows the player to toggle their own scoreboard. -
tab.scoreboard.toggle.other
- Allows the player to toggle scoreboards of other players. -
tab.bossbar.toggle
- Allows the player to toggle their own boss bar. -
tab.tabcomplete
- Allows the player to tab-complete the/tab
or/btab
command, depending on what server it is granted. -
tab.seevanished
- Allows the player to see other vanished players on the Global Playerlist and Layout.
- Why TAB?
- Installation
- Commands & Permissions
- Frequently Asked Questions
- Compatibility
- How to assign players into groups
- Known issues
- TAB-Bridge plugin
- Belowname
- Bossbar
- Global playerlist
- Header/Footer
- Layout
- Nametags
- Per world playerlist
- Ping spoof
- Playerlist objective
- RedisBungee support
- Scoreboard
- Sorting in tablist
- Spectator fix
- Tablist name formatting
- Animations
- Conditional placeholders
- Error logging
- MySQL
- Placeholder output replacements
- Placeholders
- RGB/font usage
- Client-sided mechanics
- Quick PlaceholderAPI startup guide
- How to setup compatibility with glow plugins
- How to display name from nickname plugins
- How to configure weights in LuckPerms
- How to save config in UTF-8 encoding
- Mini guides collection
- Additional information
- Optimizing plugin's CPU usage
- Developer API