Minecraft SuperTab mod 2026 download
logo
minecraft mod SuperTab

SuperTab

Game Version: 1.6.4
Total Downloads: 18,163
Updated: Oct 8, 2013
Created: Mar 9, 2013
Download SuperTabDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SuperTab [1.6.4] release 12.96 KB Oct 8, 2013 1.6.4 8,399 download SuperTab SuperTab [1.6.4] releaseDownload
SuperTab [1.6.2] release 12.96 KB Sep 4, 2013 CB 1.6.2-R0.1 1,249 download SuperTab SuperTab [1.6.2] releaseDownload
SuperTab [1.6.2] release 12.96 KB Aug 24, 2013 CB 1.6.2-R0.1 816 download SuperTab SuperTab [1.6.2] releaseDownload
SuperTab [1.6.2|just one more bug] release 12.35 KB Aug 22, 2013 CB 1.6.2-R0.1 659 download SuperTab SuperTab [1.6.2|just one more bug] releaseDownload
SuperTab [1.5.2 | fixed all] release 5.91 KB May 4, 2013 CB 1.5.2-R0.1 3,496 download SuperTab SuperTab [1.5.2 | fixed all] releaseDownload
SuperTab [1.5.2 | fixed] release 5.82 KB May 3, 2013 1.5.2 450 download SuperTab SuperTab [1.5.2 | fixed] releaseDownload
SuperTab [1.5.2] release 5.90 KB May 3, 2013 1.5.2 547 download SuperTab SuperTab [1.5.2] releaseDownload
SuperTab [1.5.1 | fixed all] release 5.23 KB Apr 15, 2013 CB 1.5.1-R0.2 822 download SuperTab SuperTab [1.5.1 | fixed all] releaseDownload
SuperTab [1.5.1 | fixed] release 4.79 KB Apr 14, 2013 CB 1.5.1-R0.2 186 download SuperTab SuperTab [1.5.1 | fixed] releaseDownload
SuperTab [1.5.1] release 3.98 KB Apr 1, 2013 1.5.1 507 download SuperTab SuperTab [1.5.1] releaseDownload
SuperTab v1.2 [1.5] release 4.00 KB Mar 16, 2013 1.5.0 613 download SuperTab SuperTab v1.2 [1.5] releaseDownload
SuperTab v1.2 release 3.99 KB Mar 9, 2013 CB 1.4.7-R1.0 419 download SuperTab SuperTab v1.2 releaseDownload

Description

Share this:

SuperTab

About

SuperTab is a plugin that allows server owners and plugin developers to change the server tab-list.

Features

For server admins:

  • very easy configuration
  • a lot of variables
  • very compact

For developers:

  • very, very easy API

Example

Here's an example how it could look like:

Example

Configuration

#  _____                     _____     _     
# /  ___|                   |_   _|   | |    
# \ `--. _   _ _ __   ___ _ __| | __ _| |__  
#  `--. \ | | | '_ \ / _ \ '__| |/ _` | '_ \ 
# /\__/ / |_| | |_) |  __/ |  | | (_| | |_) |
# \____/ \__,_| .__/ \___|_|  \_/\__,_|_.__/ 
#             | |                            
#             |_|   
#
# SuperTab plugin by bubbleguj
#
# -----------------------------------------------------------------------------
#
# Every new "tabslot" is marked with a "-"
#
# You can use those variables in the list:
#
# %onlineplayers% - Shows, how many players are online
# %slots% - Shows, how many slots the server has
# %playername% - Shows the name of the player, looking at the list
# %motd% - Shows the motd
# %health% - Shows the health of the player, looking at the list
# %level% - Shows the XP-level of the player, looking at the list
# %ip% - Shows the IP of the player, looking at the list
# %gamemode% - Shows the gamemode of the player, looking at the list
# %fly% - Shows if the player can fly
# %hour% - Shows the system time hour
# %minute% - Shows the system time minutes
# %day% - Shows the system date day
# %month% - Shows the system date month
#
# .:!IMPORTANT!:. More than 16 characters will be reduced .:!IMPORTANT!:.
# .:!IMPORTANT!:. Don't create two slots with the same content .:!IMPORTANT!:.
#
# To create an empty list:
# - '&1 '
# So, just take an colourcode and one or more spaces
# 
# -----------------------------------------------------------------------------
#
# Here's an example config:
#
# TabConfig:
#  - '&1 '
#  - '&1Servername'
#  - '&2 '
#  - '&1Admins:'
#  - '&3 xxxxx'
#  - '&8 '
#  - '&1Health:'
#  - '&3 %health%'
#  - '&9 '
#  - '&7Players:'
#  - '&5 '
#  - '&4 '
#
# This would create this tablist:
# ________________________________
#|          |Servername|          |
#|__________|__________|__________|
#|Admins:   |xxxxx     |          |
#|__________|__________|__________|
#|Health:   |4         |          |
#|__________|__________|__________|
#|Players:  |          |          |
#|__________|__________|__________|
#
# Good luck! ;)
#
# -----------------------------------------------------------------------------
 
# If this is false, SuperTab will be disabled
UseSuperTab: true

TabConfig:
 - '&1 '
 - '&1SERVERNAME'
 - '&2 '
 - '&5[]=========='
 - '&5=========='
 - '&5==========[]'
 - '&7Players:'
 - '&5 '
 - '&4 '

Developers

Look here: http://dev.bukkit.org/bukkit-plugins/supertab/pages/developers-de-de/

Commands and permissions

There's one command with a permission. The command is /streload. This will reload the SuperTab config. The permission is: supertab.reload

Installation

Put the SuperTab.jar into your plugin folder and restart your server. That's it, have fun!

Comments

Add a comment