CodeCrafter47 / BungeeTabListPlus

GNU General Public License v3.0
147 stars 70 forks source link

Add Support for Relative Placeholders [Feature Request] #579

Open kakduman opened 4 years ago

kakduman commented 4 years ago

My server is currently creating a minigame that color-codes names in the tablist according to their role in-game. However, not everyone can see everyone's role. For instance, all players are yellow in the tablist for innocents, but they're green and red for saboteurs.

With in-game chat, all players are yellow for innocents and green/red for saboteurs. The variation comes from the ability for some teams to see other teams, while other teams cannot. In this case, saboteurs can see each others' teams, but innocents cannot. The vanilla tablist also supports this feature. Could BungeeTabListPlus add support for relative placeholders?

CodeCrafter47 commented 4 years ago

There is no support for relative placeholders at this point in time. While I agree this would be something nice to have, it is not something I plan on implementing soon.

That being said, I think you can create the tab list you want for your minigame using features already present in the plugin. The config is very flexible. You can achieve the variation you want using the !conditional component or the custom placeholder mechanic.