FancyTab

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

FancyTab

FancyTab is a plugin, which allows server owners or developers to decorate the tablist.



Features:

  • bugless
  • very compact
  • auto refresh!
  • easy configuration
  • many useful variables
  • much wow!
  • compactible with everyone Bukkit version from 1.4.5 to 1.7.10


Installation:

  1. Download "FancyTab.jar" from here
  2. Put the "FancyTab.jar" in your plugins folder
  3. Restart/Reload the Server
  4. Edit the config.yml
  5. That's all!

Important: The tablist will only reload at a new join.


Configuration:

#  ______                  _______    _     
# |  ____|                |__   __|  | |    
# | |__ __ _ _ __   ___ _   _| | __ _| |__  
# |  __/ _` | '_ \ / __| | | | |/ _` | '_ \ 
# | | | (_| | | | | (__| |_| | | (_| | |_) |
# |_|  \__,_|_| |_|\___|\__, |_|\__,_|_.__/ 
#                       __/ |              
#                      |___/     
#  
# FancyTab Version 1.8 by Codebucket
# http://www.codebucket.de/plugins/fancytab/
# ------------------------------------------------------------------------
#  
# Each new tabslot is marked with a "-"
#  
# You can use those variables in your tablist:
#  
# %username% - Displays the name of the player
# %displayname% - Displays the displayname of the player
# %numplayers% - Displays the amount of online players
# %maxplayers% - Displays the maximum amount of players
# %ip-address% - Displays the IP adress of the player
# %day% - Displays the system date day
# %month% - Displays the system date month
# %year% - Displays the system date year
# %hours% - Displays the system time hour
# %minutes% - Displays the system time minute
# %seconds% - Displays the system time second
# %version% - Displays the version of FancyTab
# %bukkitversion% - Displays the version of Bukkit (Minecraft)
# %serverversion% - Displays the version of Minecraft Server
# %servername% - Displays the name of the server
# %serverip% - Displays the IP adress of the server
# %motd% - Displays the Message of the day (MOTD)
#  
# You can also use special slots in your tablist:
# http://dev.bukkit.org/bukkit-plugins/fancytab/pages/special-slots/
#  
# ColorCodes are supported with '&' + Code.
# You can use now special characters in your tablist. (Experimental!)
#  
# -------------------------------------------------------------------------
#  
# IMPORTANT: If the length of a slot is bigger then 16 characters, 
# then will be the text of the slot reduced to 16 characters!
#  
# ------------------------------------------------------------------------

logConsole: true

useMetrics: true
autoRefresh: false
refreshInterval: 5

Slots:
- '     &b%sl1'
- '&3%servername%'
- '  &b%sl2'
- '&9&l[]=========='
- '&9&l============'
- '&9&l==========[]'


Commands:

CommandDescriptionPermission
/tabreloadReloads the configuration of FancyTabfancytab.reload


Other Permissions:

PermissionDescription
fancytab.updateYou will get a notification if there is an update for FancyTab available


Incompatible Plugins:

This plugins are incompatible with FancyTab:

  • TabAPI
  • HealthBar
  • CombatLog
  • FakePlayers
  • TagAPI (older versions)

If you have found a plugin, which are incompatible with FancyTab, please write this in the comments below :)


Developers:

You can use the "PlayerTablistRefreshEvent" to set a other tablist, or to cancel this event.

Example:

@EventHandler
public void playerTablist(PlayerTablistRefreshEvent e)
{
	ArrayList<String> tablist = new ArrayList<>();
	tablist.add("           §e>>>");
	tablist.add("    §cPvP Server");
	tablist.add("           §e<<<");
	tablist.add("§6§l<===========");
	tablist.add("§6§l============");
	tablist.add("§6§l===========>");
		
	e.setTablist(tablist);
}

This example will set the player a new custom tablist ;)


Statistics:




Tutorials:

German tutorial by BukkitFAQ:


German tutorial by FidikadosWorld:


Spanish tutorial by YanPerez:




Disclaimer:

Metrics

This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:

  • A unique identifier
  • The server's version of Java
  • Whether the server is in offline or online mode
  • The plugin's version
  • The server's version
  • The OS version/name and architecture
  • The core count for the CPU
  • The number of players online
  • The Metrics version If you wish to disable this feature ( :( ), you can do so by opt-ing out, which you can do in the config file under "/plugins/PluginMetrics/"

Auto-updater

This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you, for some reason, wish to disable this process, you can do so by setting 'autoUpdate' to false in the config.yml ;)

Copyright

This plugin is licensed under GPLv3, if someone uses source codes from FancyTab without permission or to mention me as the author of the project, the project will be taken down and the author and the author will be prosecuted! This is also true for selling the plugin or the source code for money!


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Recent Files