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

[FEATURE] Allow configuration of TeamChat message format #487

Closed raffel080108 closed 5 months ago

raffel080108 commented 11 months ago

What is the feature request for?

Like the title says - I would like a configuration option for the message format that the TeamChat and AllyChat are displayed in. Maybe this exists already and I'm blind, but I looked trough all files and couldn't find anything Please include placeholder-support as well

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.

EarthCow commented 5 months ago

I believe this does already exist and does support PlaceholderAPI. You can change the chat and ally syntax via the chat.syntax and allychat.syntax keys in your messages.yml file.

https://github.com/booksaw/BetterTeams/blob/a949af5371d6d2ce507b73eb45d02d66c1dc0e66/src/main/resources/messages.yml#L178 https://github.com/booksaw/BetterTeams/blob/a949af5371d6d2ce507b73eb45d02d66c1dc0e66/src/main/resources/messages.yml#L152

booksaw commented 5 months ago

Agreed, this already exists. I am closing this issue.