Rank is not displayed in the tablist MC 1.16.5?

Li
- in Servers
6

I have a friend who owns a small Minecraft server network and I'm a developer with him. We made the ranks so:

-Owner

-Admin

-Dev

etc. Everything is fine and good, everything is displayed in the tablist except for the dev rank. We then also got LuckTab but it works in the chat and he prefix but not in the tab. Could anyone help us? Spigot 1.16.5 the version where the server is running.

gl

You can program a plugin yourself if you are a dev

player.setTablistName (PREFIX + player.getName ());

Li

Am just not the best uff am currently still studying

gl

Ah xD

Li

Yes ik xD.

player.setTablistName (PREFIX + player.getName ()); How can you convert that into a ne jar file or do you have to write a little more on it?

gl

So I recommend you to write this line in a command class so that you can change the prefixes with a command

Then you need a main class, a plugin.yml, …

But first learn a little more.

Li

Ok yo I'm just about the vectors, so to speak