Tab Manager [API 5/6/7] [v 1.0.4/v 2.1.3] - Customize your tab list

How does someone make a second line in the header of the vanilla json file? I would just like to have a space between the header and the players names

Place the \n where ever you want a new line to begin :slight_smile:

It was frowned upon in Bukkit and family because it messed with a lot of setup, registration, loading, etc. and required every plugin to handle it. Sponge is different in that it lets plugins define what a “reload operation” is, and provides a centralized way to activate it. It doesn’t do anything but fire the event, making it safe, unlike Bukkit.

So I changed the “Add Players to Teams” to true in the tabmanager.conf and did /tabs reload, which well, did what it was supposed to do and added players to scoreboard teams but the prefixes/suffixes above players within game only seem to appear for a split second when I first log on, is there an issue with the plugin on that part or is it something on my server that’s causing the issue?

What plugins do you have? If one of them is creating a new scoreboard object every couple of seconds instead of replacing the existing scoreboard then that’ll be the issue.

I actually just realized I forgot I had this on PixelmonGym - PixelmonMod Gym Management [API 7 + Pixelmon 1.12] - #60 by ABkayCkay which caused my issue.

Sorry that the plugin is causing conflict issues, I’d recommend you make an issue report on it if you want to continue using it, it shouldn’t be hard for the author to edit their code so that it respects other mods/plugins that use scoreboards.

I think that would actually be pretty cool btw, and probably not too hard to add since there’s already some kind of group order implemented, for a different reason maybe but it could probably work for that as well right?

Can Proxying add new feature update tab automatic or time interval when player change group ?

Think you should be able to use the reload command for that.
But reload isn’t working for me for some reason, so can’t test it out. (Haven’t spent too much time configuring the mod, so possibly a problem on my end)

reload command not working!
Unknown command

Picture detail unknown command for reload command v.1.0.4 :

v1.0.4 works with /sponge plugins reload

Can you try with tab reload or tm reload? Think I miswrote the docs.

Both tab and tm reload work.

prefix not support over 16 Characters error in console
Please fix prefix for support over 16 Characters.

code error link : [11:08:04] [Server thread/ERROR] [Sponge]: The Scheduler tried to run the task t - Pastebin.com

@11115 That’s the Scoreboard my friend, I don’t think that’s something he can fix. The real issue you have is that your groups’ names are too long. It takes the names as scoreboard teams. For example if you had the default group, the default scoreboard team would be named TabM_default which is 12 characters. Only thing it could potentially do would be reducing/removing the TabM_ part. On your end, you could reduce the amount of characters in the names of your ranks/groups.

There’s not much I can do to fix that, Minecraft scoreboards do not nativly support names longer than 16 characters. The only option would be for you to instead of showing the full rank e.g. [Awesome Rank] Proxying, show something that is short for it such as [A R] Proxying.

Hmm, do you know if the pixelmon scoreboard is able to support more than 16 characters? Want to know if Ill run into this problem in the future or not.

11115’s error is from Pixelmon. Pixelmon is just a mod of Minecraft, at the end of the day, MINECRAFT does not support more than 16 characters, an no Mod can change that.