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.
You can program a plugin yourself if you are a dev
player.setTablistName (PREFIX + player.getName ());
Am just not the best uff am currently still studying
Ah xD
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?
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.
Ok yo I'm just about the vectors, so to speak