Commands & Permissions Bukkit - montlikadani/TabList GitHub Wiki

Index

Commands & Permissions for Bukkit

Basic commands

Command Permission Description
/tablist (or /tl) - Main plugin info
/tl help tablist.help Full commands list
/tl reload tablist.reload Reloads the entire plugin
/tl toggle tablist.toggle Toggle on/off the tab for player
/tl toggle all tablist.toggle.all Toggle on/off the tab for all online players.

Meta formatting

Group

Command Permision Description
/tl group name prefix prefix tablist.groupmeta Sets a prefix for the given group's
/tl group name suffix suffix tablist.groupmeta Sets a suffix for the given group's
/tl group name tabname tabName tablist.groupmeta Sets a tab name for the given group's
/tl group name priority priority tablist.groupmeta Sets a priority for the given group's
/tl group name remove tablist.groupmeta Removes the given group meta entirely if exists

Player

Command Permision Description
/tl player name prefix prefix tablist.playermeta Sets a prefix for the given player's
/tl player name suffix suffix tablist.playermeta Sets a suffix for the given player's
/tl player name tabname tabName tablist.playermeta Sets a tab name for the given player's
/tl group name priority priority tablist.groupmeta Sets a priority for the given player's
/tl player name remove tablist.playermeta Removes the given player meta entirely if exists

If you want to put a space between prefix and tabname you can use the prefix command like this: Use quotation mark "" in order to use space: "myPrefix "

/tl player playerName prefix "myPrefix "

Fake players

Command Permision Description
/tl fakeplayers tablist.fakeplayers Lists all available fake player commands.
/tl fakeplayers add name tablist.fakeplayers Adds a fake player to the tablist with a specific name.
/tl fakeplayers rename name newname tablist.fakeplayers Renames the given fake player to the new name.
/tl fakeplayers setdisplayname name " displayname even with spaces" tablist.fakeplayers Sets the display name of the given fake player.
/tl fakeplayers remove name tablist.fakeplayers Removes a fake player from tablist.
/tl fakeplayers setskin name uuid tablist.fakeplayers Sets a skin of the given fake player from an existing player uuid.
/tl fakeplayers setskin name playerName --force tablist.fakeplayers Sets a skin for the given fake player forcing a web request from mojang (server can hang). Executing this command without --force argument will tries to find an offline player whose played on your server before.
/tl fakeplayers setping name pingAmount tablist.fakeplayers Sets the ping value for the given fake player.
/tl fakeplayers list tablist.fakeplayers Lists all available fake players

Another Permissions

tablist.* - Allow all TabList permissions.

tablist.onlinestaff - If you use %staff-online% placeholder, it will only count players with this permission. (And server operators by default)