Releases: TownyAdvanced/TownyChat
Releases · TownyAdvanced/TownyChat
0.107 for Towny 0.99.1.0+
- Remove usage of Version, using new Towny version checker instead.
- Handle knock-off Essentials plugins fooling TownyChat into hooking the real EssentialsX.
Full Changelog: 0.106...0.107
0.106 For Towny 0.99.1.0+
- Add focusable option to channels in the channels.yml.
- By default channels are focusable and adding focusable: true has no effect.
- Adding focusable: false will prevent players making their primary channel, ie using /tc with no message.
- Add new chat slug: {primaryresidentrank}
- When a resident has a primary rank with a prefix this will display their prefix with a space added to the end.
- Primary ranks and their prefixes are set in the townyperms.yml like so:
- towny.rankpriority.#
- towny.rankprefix.
<somewordshere>
- Fix version check, courtesy of Warrior with PR #48.
- Update min. Towny version to 0.99.1.0
0.105 for Towny 0.99.0.6+
What's Changed
- Folia Support by @Warriorrrr in #46
New Contributors
- @Warriorrrr made their first contribution in #46
Full Changelog: 0.104...0.105
0.104 for Towny 0.99.0.0+
- Update min. Towny version to 0.99.0.0.
- Update EssentialsX maven details.
- Translate spy message colour codes.
- Closes TownyAdvanced/Towny#6634
Full Changelog: 0.103...0.104
0.103 for Towny 0.98.5.0+
What's Changed
Full Changelog: 0.102...0.103
0.102 for Towny 0.98.5.0+
What's Changed
- Parse placeholders when we're unable to find a channel to speak into, but modify_chat is true. by @LlmDl in #44
Full Changelog: 0.101...0.102
0.101 for Towny 0.98.5.0+
What's Changed
- Update min. Towny version to 0.98.5.0 & replace deprecated methods. by @LlmDl in #42
- Fix permission test used with /channel join {channelname}. by @LlmDl in #43
Full Changelog: 0.100...0.101
0.100 for Towny 0.98.4.0+
0.99 for Towny 0.98.4.0+
- Allow for players to use !message to send chat to a Global channel.
- Will not work when chat is being directed to a channel, ie: /nc !chat message.
- Make TownyChat better able to handle broken PAPI placeholders that won't parse.
- On the off chance you have put unparse-able placeholders into your chatconfig.yml you will be made aware of them in your log.
- This new system should be able to let TownyChat format your chat properly when this occurs.
- Update min. Towny version to 0.98.4.0.
0.98 for Towny 0.98.3.0+
- Fix hex colouring not being parsed for some tags.
- Replace TownyChatReplacerCallable with TownyChatReplacer.
- Makes use of Functions to do what the old Callable did.
- Refactor a bunch of the plugin to get rid of old/ugly code.
- There is a chance that some 3rd party chat plugins will break. Let me know about this asap.