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:

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!
-
View User Profile
-
Send Message
Posted Apr 7, 2013That plugin is the one doing it? Thanks for responding
-
View User Profile
-
Send Message
Posted Apr 6, 2013@Minepashers
SuperTab does not allows you to color all playernames!
-
View User Profile
-
Send Message
Posted Apr 3, 2013I use default config. TabConfig:
That if viewed in color. But the user name, not color. Screenshot; http://i1122.photobucket.com/albums/l523/Habbomax/Sintiacutetulo_zps36a483d5.png
-
View User Profile
-
Send Message
Posted Apr 3, 2013@dropposite
When they are disconnected. What tells the server? (the error)
@Minepashers
Config pls
-
View User Profile
-
Send Message
Posted Apr 2, 2013my server list is not colored. any solution ? :S
Sorry for me bad english!!
-
View User Profile
-
Send Message
Posted Apr 2, 2013just letting you know i tested this again, and chopped the lines down smaller, disabled all other plugins, and like 2 people connect and 6 others connect and drop every time.
-
View User Profile
-
Send Message
Posted Apr 2, 2013@Lukeer31
lol Yea, I just thought wrong. My plugin makes the String to 16 letters before it replaces the values. Fails ftw.. I'll change that tomorrow! :)
-
View User Profile
-
Send Message
Posted Apr 2, 2013@bubbleguj
You need to change %onlineplayers% to something shorter!
In minecraft the color code is counted as a letter, and if you put %onlineplayers% with a color it becomes 17 chars and thus causes the error Also can i ask for something that auto displays the %onlineplayers% / %slots% as i would like to be able to display that in one cell
-
View User Profile
-
Send Message
Posted Apr 1, 2013@Wysie
Updated! :)
@JeterLP
Updated! :)
@TheFluffey
Hmm, I'll try to..
@GioboiMC
Updated!
-
View User Profile
-
Send Message
Posted Mar 31, 201307:52:32 CONSOLE: [SEVERE] Could not load 'plugins/SuperTab.jar' in folder 'plugins' 07:52:32 CONSOLE: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R1/Packet 07:52:32 CONSOLE: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R1.Packet
-
View User Profile
-
Send Message
Posted Mar 30, 2013Wann updatest du das Plugin?
-
View User Profile
-
Send Message
Posted Mar 26, 2013@bubbleguj
Doesn't work with 1.5.1, also, if you could add the option to ping a remote server (Using bungeecord proxy, found spigotmc.org), that would be amazing.
-
View User Profile
-
Send Message
Posted Mar 24, 2013@bubbleguj
As Sahee linked you. It's a modified bukkit that reduces lag and is more configurable. Anyways it didn't work last time I tried 1.5.1, however it did work on 1.5.0.
-
View User Profile
-
Send Message
Posted Mar 24, 2013@bubbleguj
the config doesnt have more than 16 characters on any given line.
I am using the %playername% variable, a dash, equals, Greater and Less than signs, and square brackets in the config. Are they all supported?
I will try using just ur sample and see if that makes a difference.
-
View User Profile
-
Send Message
Posted Mar 24, 2013@bubbleguj
http://www.spigotmc.org/
-
View User Profile
-
Send Message
Posted Mar 24, 2013@GioboiMC
What's spigot? :/ (I'm german...)
@busterguy
Working on it ;)
-
View User Profile
-
Send Message
Posted Mar 24, 2013@bubbleguj
It's spigot 1.5.1 (that it doesn't work with)
It works with spigot 1.5
-
View User Profile
-
Send Message
Posted Mar 23, 2013Can we get an update for 1.5.1? They changed the packet handling.
-
View User Profile
-
Send Message
Posted Mar 23, 2013very good!!
-
View User Profile
-
Send Message
Posted Mar 22, 2013@GioboiMC
You're not using CraftBukkit 1.5 ;) Update or download an older version of SuperTab!
@MannyTheDJ
Haha, kk :D
@dropposite
Your config? Maybe to many characters..