booksaw / BetterTeams

Create teams to fight to be the best (Minecraft Plugin)
https://www.spigotmc.org/resources/better-teams.17129/
MIT License
63 stars 43 forks source link

placeholder #507

Open FormalPath opened 9 months ago

FormalPath commented 9 months ago

What is the feature request for?

create a placeholder in message.yml that displays in tab red name for gang other gang and green name for your name

Relevant links

No response

Additional Information

No response

Feature requests are not going to be implemented by booksaw, instead you will have to find another developer to make a pull request to implement the feature.

booksaw commented 9 months ago

You may be able to do this with a plugin such as https://www.spigotmc.org/resources/conditional-text-placeholders.82920/ using a condition to check if the player is in a team based on the response of the placeholder betterteams.name

NOTE: I have not used this plugin nor tested it, I would be able to offer any support as to how this may be done

FormalPath commented 9 months ago

So, how can i do? No placeholder exists that provide to get the name of the team you are in. Can i create it and separate the other teams and the team im in?

booksaw commented 9 months ago

A placeholder does exist, specifically %placeholder_name%. You can view information about supported placeholders here: https://github.com/booksaw/BetterTeams/wiki/PlaceholderAPI I am just trying to suggest a workaround as feature requests are not particularly active on this plugin at the moment.