Animated-TabList

Image Removed: http://www.mediafire.com/convkey/45b2/d545510uyo2boe6zg.jpg?size_id=2

1.8.x-1.14.x

Commands & Permissions | Config.yml | Placeholders | Symbols | Issues

 

 
Animated tab examples

Features
Bukkit
➢ Animated tab (header/footer)
➢ Animated groups
➢ Create your own animation by set interval.
➢ Tab auto update (in ticks)
➢ Blacklisted players where the tab does not appear for player.
➢ PlaceholderAPI support (optional)
➢ Plugin working on CraftBukkit
➢ Option to ignore vanished players in %online-players% placeholder. (Supports EssentialsX and SuperVanish)
➢ Player group sort priority
➢ Custom variables
➢ API for developers
➢ Option to show the afk status format in player list.
➢ 160+ symbols
➢ Fake players
➢ Tab group prefixes and suffixes
➢ Per player tablist
➢ Hide group when player afk or vanish. (Requires EssentialsX)
➢ Hide tab when player vanished. (Requires EssentialsX)
➢ Per player group prefixes & suffixes
➢ Per world player list
➢ Per world-group tablist
➢ Per group tablist
➢ Per world tablist
➢ Change player tab name
➢ Toggle on/off tab
➢ Tablist object types (health; ping tab & custom value (just right))
Tablist object types (health & ping tab (just right))
➢ Blacklist tab name
➢ Set the specified player prefix/suffix from command.
➢ Using Essentials nick name in groups & tabname.
➢ Ping placeholder format (good, medium, bad)
➢ Disabled worlds where health tab, ping tab, tabname, tablist and custom value does not appear.
➢ Hides player from tab when afk (Requires EssentialsX)
Bungee
➢ Animated tab (header/footer)
➢ Animated groups
➢ 160+ symbols
➢ Custom variables
➢ Blacklisted players where the tab does not appear for player.
➢ Tab auto update (in milliseconds)
➢ Toggle on/off tab
➢ Disabled servers where the tab does not appear.
➢ Different tablist for each server
➢ Per player tablist​
 
Why is the permission for the player's rank to display the group prefix/suffix on the tab?
It has to be because there are many plugins that do not support the Vault plugin and have their own Permission system and group. So this is so easy and it is not need to do this with a permission system update with lots of upgrades.​
WARNING!
If you use the group options in TabList and use a scoreboard plugin on your server, it is recommended that you change the changing-type in the Tablist config.yml from scoreboard to namer.​

Commands
[ ] = optional arguments

< > = required arguments
( ) = command abbreviations

Bukkit
- /tablist (or /tl) - Main plugin info.
- /tl help - Help commands.
- /tl reload (or rl) - Reload the plugin.
- /tl fakeplayers (or fp) - Fake player command usage.
- /tl fp <add/remove> <name> - Add/remove the fake player.
- /tl fp list - Lists all fake players.
- /tl toggle - Toggle on/off the tab.
- /tl toggle all - Toggle on/off the tab for all online players.
- /tabname <name> - Changing your player tab name.
- /tname <player> <name> - Changes the specified player tab name.
- /tl setprefix <player> <prefix> - Sets the specified player prefix.
- /tl setsuffix <player> <suffix> - Sets the specified player suffix.
- /tl setpriority <player> <priority> - Sets the specified player sorting priority.
- /tl removeplayer <player> - Removes the specified player prefix/suffix.
- /tname reset [player] - Reset your or other player tab name.
- /tl get [player] - Get player tab name.
 
Bungee
- /tablist - Help commands.
- /tablist reload (or rl) - Reload the plugin.
- /tablist toggle - Toggle on/off tab.
Permissions
Bukkit
tablist.* - Allow all TabList permission.
tablist.reload
- You can use the "/tl reload" command. - default: op
tablist.fakeplayers - You can use the "/tl fp" command. - default: false
tablist.fakeplayers.add
- You can use the "/tl fp add" command. - default: false
tablist.fakeplayers.remove
- You can use the "/tl fp rem" command. - default: false
tablist.fakeplayers.list - You can use the "/tl fp list" command. - default: false
tablist.onlinestaff - Online staff permission for %staff-online% placeholder. - default: false
tablist.help
- You can use "/tl help" command. - default: false
tablist.toggle - You can use the "/tl toggle" command. - default: false
tablist.tabname - You can use "/tabname" command. - default: false
tablist.tabname.other - You can use "/tabname [player] " command. - default: false
tablist.reset - You can use "/tabname reset" command. - default: false
tablist.reset.other - You can use "/tabname reset [player]" command. - default: false
tablist.get - Get your tab name. - default: false
tablist.get.other - Get other player tab name. - default: false
tablist.setprefix - You can use "/tl setprefix " command. - default: false
tablist.setsuffix - You can use "/tl setsuffix " command. - default: false
tablist.setpriority - You can use "/tl setpriority " command. - default: false
tablist.removeplayer - You can use "/tl removeplayer " command. - default: false
Bungee
tablist.help - You can use "/tablist help" command. - default: false
tablist.reload - You can use the "/tablist reload" command. - default: false
tablist.toggle - You van use the "/tablist toggle" command. - default: false
Config
Bukkit

#=================================OOO====================================#
# TabList Configuration File #
# Author, created by: montlikadani #
#=================================OOO====================================#
# [Default configuration] #
# https://github.com/montlikadani/TabList/blob/master/config.yml #
# #
# [Placeholders] #
# https://github.com/montlikadani/TabList/wiki/Placeholders #
# #
# [Tips] #
# - Use color coding '&' character, on this page: #
# https://minecraft.gamepedia.com/Formatting_codes #
# - If you find a bug, send here: #
# https://github.com/montlikadani/TabList/issues #
# - Use symbols in messages, on this page: #
# https://github.com/montlikadani/TabList/wiki/Symbols #
# - If the string is empty does not send the message. #
#=================================OOO====================================#

# PlaceholderAPI use for the plugin.
placeholderapi: true

# Hook plugins
hook:
# Hooking to my RageMode plugin. (https://www.spigotmc.org/resources/69169/)
# If true, will disable the tablist, groups and the tablist objects, while
# running a game.
RageMode: false

# Different playerlist in different world.
per-world-player-list: false

# Fake players that are on the tab.
enable-fake-players: false

# Ignoring vanished players in %online-players% placeholder.
# true - does not count the vanished players to placeholder.
# Requires Essentials or SuperVanish plugin!
ignore-vanished-players-in-online-players: false

# Hides player from tab when afk status.
# Requires Essentials plugin!
hide-player-from-tab-when-afk: false

# Placeholder formatting
placeholder-format:
# When the player changes the afk status, changes the tablist name format.
afk-status:
enable: false

# Should show the afk format in right or left side?
# true - displays in right side
# false - displays in left side
show-in-right-or-left-side: true

format-yes: "&7 [AFK]&r "
format-no: ""

time:
# Time zones: https://www.mkyong.com/java/java-display-list-of-timezone-with-gmt/
time-zone: "GMT0"

# Formats/examples: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
# Used for %server-time% placeholder.
time-format:
format: "mm:HH"
# Used for %date% placeholder.
date-format:
format: "dd/MM/yyyy"

# Ping color format for %ping% placeholder.
ping:
enable: true

# Use color coding "&" for color.
good-ping:
color: "&a"
amount: 200
medium-ping:
color: "&6"
amount: 500
bad-ping: "&c"

# TPS color format for %tps% placeholder.
tps:
enable: true

# Use color coding "&" for color.
good-tps:
color: "&a"
amount: 18.0
medium-tps:
color: "&6"
amount: 16.0
bad-tps: "&c"

# Custom variables with unlimited variables.
# Use: <something>: "&6Message..."
custom-variables:
<name>: "&5&o%player_name%"
<lines>: "&5&m======================"

# Enables to change prefix & suffix in player tablist.
# WARNING! Overwrites the tabname function.
change-prefix-suffix-in-tablist:
enable: false

# Refresh interval in seconds, if using animation then counts in ticks.
# Set to 0 if you don't want to refresh the groups.
# If 0 you will required to execute the /tl rl command, to reload the groups.
refresh-interval: 30

# Do you want to use animation in groups?
# This creates a new task scheduler when this enabled.
# If this true, then you need to change the refresh interval such as 4, because counting in ticks.
# If this false, then back to seconds interval.
enable-animation: false

# By enabling this, you will be able to specify the correct Vault group name in groups file
# and if correct, then it will grant the group to player.
use-vault-group-names: true

# Hide player group in tablist when the player is vanished?
# Required Essentials plugin!
hide-group-when-player-vanished: false

# Hide player group in tablist when the player is afk?
# Required Essentials plugin!
hide-group-when-player-afk: false

# Use the Essentials nickname instead of groups?
use-essentials-nickname: false

# Use the player displayname instead of groups?
# This supports the player "prefix playerName suffix" format like on chat.
# If the player has no any format on chat then display the player name.
use-displayname: false

# Scoreboard changing types (if you experience some problems by changing group).
# scoreboard - Maximum character is 16 (if use 1.13+ version max. 64) in prefix & suffix.
# namer - Max. character is unlimited.
changing-type: scoreboard

# Tablist objective types
# Shows your current health (with life indicator), shows your current ping or a custom placeholder
# that shows number.
tablist-object-type:
enable: false

# Types:
# ping - ping of player
# health - health of player
# custom - custom value
type: ping

# Objective settings
object-settings:
# The ping side next to the player's name indicates the right side.
ping:
# Ping update time interval in seconds.
update-interval: 3

# Which worlds do not show up in ping (world names)?
disabled-worlds:
#- testingWorld

# The player health (life) the player's name indicates the right side.
health:
# Which worlds do not show the players health in tab?
disabled-worlds:
- world_the_end

# Blacklisted players who do not show the health in tab.
blacklisted-players:
- exampleplayer
- players

# It only accepts number-ending placeholders, such as player levels (doubled numbers "2.1" do NOT work).
custom:
custom-value: "%player_level%"

# Refresh interval in seconds.
refresh-interval: 3

# Which worlds do not show the custom value setting (world names)?
disabled-worlds:
#- worlds

# Changing player tablist name with unlimited characters.
tabname:
# Allow to change player tab name.
enable: false

# Use the Essentials nickname instead of tab name?
use-essentials-nickname: false

# How many letters should be allowed?
max-name-length: 200

# When the player left the server, delete the tab name?
clear-player-tabname-on-quit: false

# Enables color coding for tab names. ("&")
# false - disables all placeholders, symbols, and color codes.
enable-color-code: true

# Enable the default color. (If the player has not written a color code, this color will be given by default.)
default-color:
enable: false
color: "&6"

# Which worlds can not be change the tab name?
disabled-worlds:
#- myworld

# Which names can not be used?
blacklist-names:
- tabname

# Tablist, header & footer with animation.
# Current plugin placeholders: https://github.com/montlikadani/TabList/wiki/Placeholders
# Use placeholders: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
# Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
# Use %anim:animationName% placeholder to make an animation.
# How do I use this tab section? Usage: https://github.com/montlikadani/TabList/wiki/TabList-Usage
tablist:
# Enable the tab? (Header & footer)
enable: true

# Hide tab when the player is vanished?
# Required Essentials plugin!
hide-tab-when-player-vanished: false

# What world does not display the tab?
disabled-worlds:
- "world1"
- "worldTest"

# Blacklisted players, where the player not see the tab.
blacklisted-players:
#- myname

# Tab update time interval. (In ticks!)
# Set 0 to disable the tab refresh.
interval: 4

header:
- "<lines>"
- "%anim:tablist%"
- "&7<75> %anim:welcome% <name>&c!&7 <74>\n&6Ping:&r %ping%&7ms"

footer:
- "<13>&e&l Players:&6 %online-players%&7/&6%max-players%"
- "&7<28> %anim:website%&7:&2 &nexample.com&7 <28>\n<lines>"

# Per world tablist
per-world:
enable: false

# If the world name is not specified, will see the default tab.
use-default-tab-if-world-not-specified: true

world_nether:
header: "&3This is a per world plugin %anim:tablist%&3."
footer: "&6World:&7 %player_world%"
world:
header: "%anim:perWorld%"
footer: "&6World:&7 %player_world%"

# Per player in per world tablist
per-player:
enable: false

# If the player name is not specified, will see the default tab.
use-default-tab-if-player-not-specified: true

playerName:
header: "&3This is a per player plugin %anim:tablist%&3."
footer:
- "&6World:&7 %player_world%"
- "&aPlayer:&8 %player_name%"
testWorld:
# Per group in per world tablist
# Requires Vault plugin!
per-group:
enable: false

# If the group name is not specified, will see the default tab.
use-default-tab-if-group-not-specified: true

groupName:
header: "&3This is a per group plugin %anim:tablist%&3."
footer:
- "&6World:&7 %player_world%"
- "&aGroup:&8 %vault_rank%"

# Per player tablist
per-player:
enable: false

# If the player name is not specified, will see the default tab.
use-default-tab-if-player-not-specified: false

testplayer:
header: "%anim:perPlayer%"
footer: "<lines>"

# Per group tablist
# Requires Vault plugin!
per-group:
enable: false

# If the group name is not specified, will see the default tab.
use-default-tab-if-group-not-specified: true

default:
header: "%anim:perGroupHead%"
footer: "%anim:perGroupFoot%"

#=========================================#
# Plugin Settings #
#=========================================#
# Check for updates.
check-update: true

# Log plugin messages into console.
logconsole: true

# Plugin enable/disable messages in console.
# Use %newline% placeholder.
plugin-enable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&a The plugin successfully enabled&6 v4.6&a!'
plugin-disable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&c The plugin successfully disabled!'

# DO NOT CHANGE THIS!
config-version: 13

Bungee

# Formats/examples: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
# Used for %time% placeholder.
time-format: "mm:HH"
# Used for %date% placeholder.
date-format: "dd/MM/yyyy"

# Custom variables with unlimited variables.
# Use: <something>: "&6Message...'
custom-variables:
<name>: "&7&o%player-name%"
<lines>: "&5&m======================"

# Should enable the tablist groups?
tablist-groups:
enabled: false

# Group refreshing time in milliseconds.
# If you want animation just decrease the value.
refresh-time: 160

# Group list
groups:
admin:
name:
- "&a[&cAdmin&a]&6 %player-name%"
- "&a"
- "&a["
- "&a[&cA"
- "&a[&cAd"
- "&a[&cAdm"
- "&a[&cAdmi"
- "&a[&cAdmin"
- "&a[&cAdmin&a"
- "&a[&cAdmin&a]"
- "&a[&cAdmin&a]&6 %player-name%"
- "&a[&cAdmin&a]&6 %player-name%"
- "&a[&cAdmin&a]&a %player-name%"
- "&a[&cAdmin&a]&e %player-name%"
- "&a[&cAdmin&a]&f %player-name%"
- "&a[&cAdmin&a]&c %player-name%"
- "&a[&cAdmin&a]&b %player-name%"
- "&a[&cAdmin&a]&9 %player-name%"
permission: groups.admin # any permission name are accepted
default:
name: "&7 %player-name%"
permission: tablist.default

# TabList, header & footer
# Current plugin placeholders: https://github.com/montlikadani/TabList/wiki/Placeholders#bungee
# Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
tablist:
# Enable tablist header & footer?
enable: true

# Disabled servers, where you can not see the tab.
disabled-servers:
- someserver
- servername

# Blacklisted players, where the player not see the tab.
blacklisted-players: []

# How often to refresh the tablist (in milliseconds).
refresh-interval: 180

header:
- "&b&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&6&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&4&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&9&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&a&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&e&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&5&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&b&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&6&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&4&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&9&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&a&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&e&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&5&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&b&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&6&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&4&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&9&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&a&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&e&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&5&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
- "&b&lTabList\n&6Ping:&r %ping%&7ms\n<lines>"
footer:
- "<lines>\n&7Website:&2 example.com"
# Per player tablist
per-player:
playername:
header:
- "&2Tab&6List\n&7<93>&3 Welcome&e &l%player-name%&7! <91>\n \n&5&l&m================="
footer:
- "&5&l&m================="
- "&a&l&m================="
- "&b&l&m================="
- "&f&l&m================="
- "&7&l&m================="
- "&4&l&m================="
- "&6&l&m================="
someone:
header:
- "&7<93>&3 Welcome&e &l%player-name%&7! <91>\n \n&5&l&m================="
footer:
- "<lines>"
# Per server tablist
per-server:
pvp:
header:
- "&7<93>&3 Welcome&e &l%player-name%&7! <91>&6 to&4 M&ay&3 Kit&4PvP&9 S&6e&2r&8v&5e&1r&6!"
footer:
- "&aGo to the PvP server!"
lobby:
header:
- "&7<93>&3 Welcome&e &l%player-name%&7! <91>&6 to&4 M&ay&9 S&6e&2r&8v&5e&1r&6!"
footer:
- "&7<28>&a Choose a minigame or server and start playing!&7 <28>"
per-player:
exampleplayer:
header:
- ""
footer:
- "&7Website&7: example.org"

# Plugin messages
messages:
reload-config: "&aThe plugin successfully reloaded!"
no-permission: "&cYou don't have permission for this!"
toggle:
enabled: "&aThe tab is successfully turned on!"
disabled: "&cThe tab is successfully turned off!"
no-player: "&cThere is no player available on the server."
chat-messages:
- "&8&l-----------"
- "&7/&atablist reload&7 (or rl)&e -&6 Reloads the plugin and config."
- "&7/&atablist toggle&e -&6 Toggle the tablist."
- "&8&l-----------"

# DO NOT CHANGE THIS!
config-version: 6

What do these features mean in the configuration?
Here you will find it. (Click)
How to create a group?
Here you will find it. (Click)
Dependencies (Bukkit)
- PlaceholderAPI (optional)
  • If you do not use PlaceholderAPI, here is the article about what it says: Click
- Vault (optional)
  • If you want per-group tablist​
- EssentialsX (optional)
  • If you want to change the player tab name to nick name.​

- SuperVanish (optional)

  • If you want to ignore the vanished players in %online-players% placeholder.
Questions about plugin
  • How can I create groups?

READ THE PAGE AND YOU WILL UNDERSTAND, JUST SOME PEOPLE DON'T WANT TO READ. Thanks.

  • If I use %online-players% placeholder, and if a player is vanished, then counts that one player?

It does not count because if the Essentials or SuperVanish plugin is installed it will work.

  • Why freezes the tablist when a new player joins the server?

In the config.yml file, the update interval for the tablist is set to 0 so the tab not refresh anymore.
But still freezes! What can I do?
I can't help that much because the plugin updates the tablist when a player joins the server. Try restart your server completely.

  • Is it possible for temporary groups? (time)

Yes!! If you use the LuckPerms plugin, you can set a timer with its temporary command and the specified group permission, so that after the time has elapsed, the player will not see the groups on the tablist.

More

View full changes log: Click

Who cares for money:
- Use PlaceholderAPI, add the Vault plugin and find the amount of money here: Vault-Economy
API

You can check this if you a developer: TabListAPI

 

Videos

Thanks @ChestHub the video!

PlaceholderAPI usage

You don't want to use the PlaceholderAPI?

No prob, just see this: https://github.com/montlikadani/TabList/wiki/If-you-do-not-use-PlaceholderAPI

 

You must first enable the cloud_enabled boolean in the PlaceholderAPI configuration to use.
/papi ecloud download Player - Enables %player_name%, %player_displayname% etc. placeholder.
/papi reload - Reloads the plugin and the cloud.
More help: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders

bStats

Download

File Name Status Version Downloads Date
TabList v4.6 R 1.14 +6 326 07/09/2019
TabList v4.2 R 1.13 +5 697 10/04/2019
TabList v1.3 (Bungee) R 1.12 +4 391 18/07/2018
Animated-TabList 1.20.2 Updating 1.20.2 Updating Updating
Animated-TabList 1.20.1 Updating 1.20.1 Updating Updating
Animated-TabList 1.20 Updating 1.20 Updating Updating
Animated-TabList 1.19.2 Updating 1.19.2 Updating Updating
Animated-TabList 1.19.1 Updating 1.19.1 Updating Updating
Animated-TabList 1.19 Updating 1.19 Updating Updating
Animated-TabList 1.18 Updating 1.18 Updating Updating
Animated-TabList 1.17.1 Updating 1.17.1 Updating Updating
Animated-TabList Forge Updating Forge Updating Updating
Animated-TabList Fabric Updating Fabric Updating Updating
Animated-TabList
Animated-TabList

Dear youtuber!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!

Related Posts

Smarty Productivity Happiness

9LifeHack.com - make things smart