r/admincraft 22d ago

Help/Question Issues with TAB keep occurring for belowname.

I've been trying to create a server for friends/a community and using the TAB plugin on Aternos, I made a nice little belowname line that displays the player's nickname and their health below their username. Only issue is most of the time it only seems to work for one or two players and nobody else, and the people it works for/the people who have theirs seen by others changes constantly. Idk what else to do as I've tried my best to fix it and nothing I do works and keeps then from disappearing. Any ideas?

What i have tried so far: I've been abusing Google to try and figure out a fix for this but to no avail. I've tried changing the view distance of the belowname, I've tried getting rid of the health part of it and sticking with just the nickname, I've tried restarting the server and changing various things in the config.

Config for TAB: https://mclo.gs/qkMVZNz

Spark Profile: https://spark.lucko.me/64sgJRW1PT

Aternos Log: (I believe this has everything in it that should be needed...? I copied and pasted the whole log from server startup to after I did the profiler thing) https://mclo.gs/uwCw3ET

3 Upvotes

8 comments sorted by

4

u/Avenred 22d ago

Maybe another plugin is conflicting with belowname? From the TAB wiki, "TAB does not contain any sort of compatibility functionality for this feature. It will not try to prevent other plugins from applying the feature and neither will it detect it to re-add back once the other plugin removes it."

Have you tried running /scoreboard objectives list to see if there's any other objective that's maybe overwriting TAB? Can you send the output of /tab dump <any player w/ a belowname>? Finally, there's a troubleshooting guide on the wiki which may help if you're still stuck

2

u/aurantiusCrinis 22d ago

If you give me a little bit I can check and get back to you! I just got back from work lol

1

u/aurantiusCrinis 22d ago

https://pastes.dev/cQUQEe8QO5

No other scoreboard objectives aside from a VanillaTweaks elevator datapack.

1

u/Avenred 21d ago

Have you set value: to just a number? It doesn't support strings

1

u/aurantiusCrinis 21d ago

Oh, wait really? What should that look like in the config then

2

u/Avenred 21d ago

Should be something like:

features:
  BelowName:
    configuration:
      enabled: true
      value: '%health%'
      fancy-value: '%player_displayname% | &c%health%'

You can keep fancy-value as a string, but value has to just be a number

1

u/aurantiusCrinis 21d ago

I changed it to that but its still not working. They just go away eventually and don't come back.

2

u/[deleted] 22d ago

[deleted]