Animated-TabList

Animated-TabList

65.2k Downloads

Tablist gets shrunk after turning off and back on

nikawiwi opened this issue ยท 4 comments

commented

Problem

I just downloaded tablist today, was working well, didn't edit anything in the config files. Then tested the "toggle" command, it worked, but when I toggled tablist back on, I didn't have any of the animations or half of the info (RAM, website, colors, etc) It just said Tablist at the top, and then had all the players.
I tried deleting the jar and config folder and reinstalling, and now even without toggling it only shows the limited info.
I've tested this on 2 computers, and tried toggling someone else's off and on, and the same thing happens. Didn't include config since it is all default.

Thanks
N

Details

Plugin version:
5.5.2 (most recent)

Software version:
Paper 1.16.5. v498

Relevant plugins:
EssentialsX
Vault
Luckperms
Super Vanish

Console error

Insert here the console error if you have it or use paste server.
commented

There is file generated on server stop called toggledtablists.yml. This holds the toggled tablists for each player who's switched off the tablist. Deleting this will result to show the tablist for those players. Please include a screenshot about the "shrunk" and tablist from game.

commented

Ok, thank you! I will try deleting that in the morning.
Here is a screenshot of the shrunktablist (config was apparently edited by someone, but they only added izzbeans, instead of tablist):
Screen Shot 2021-02-28 at 4 12 14 AM

commented

Delete this section entirely from tablist.yml:

permissions:
  '1':
    header:
    - "%anim:tablist%"
    - ""
    - "&7<57> &2%player%"
  node2:
    header: "%anim:tablist%"
    footer:
    - "&c+++++++++++++++"
    - "&a%player%, &e%world%"
    - "&c+++++++++++++++"

After that it will work as intended.

commented

Ok! All works now.
Thank you !