RedstoneFuture / missilewars

MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
https://www.spigotmc.org/resources/62947
GNU General Public License v3.0
13 stars 9 forks source link

Team color in tab #101

Closed XXY233 closed 7 months ago

XXY233 commented 1 year ago

Is your feature request related to a problem? Please describe. Hello, I used this plugin a few years ago, when the color of the player name in the tab was related to the team. But does the latest version not have this function, and the names are all white? image

Describe the solution you'd like Player name in tab with team color

RedstoneFuture commented 1 year ago

Hi, the tablist color is realized differently on each server.

Many servers have a Bungee/Bukkit plugin for the Tablist, which allows you to use the MissileWars - PlaceholderAPI placeholders here. The color can also come from the permission system or be overridden by other plugins.

I like to take a look at what additional solutions make sense for which setup and what are the solutions of other plugins. But there is certainly no solution here that will always work for all servers.

Thanks for the report.

RedstoneFuture commented 7 months ago

I have added new PAPI placeholders that any tab-list plugin with PAPI support can use. You can find an example setup with a known tab-list plugin in this new wiki article.

I hope this helps.