Skip to content

Releases: TownyAdvanced/TownyChat

0.107 for Towny 0.99.1.0+

05 Jun 20:31
Compare
Choose a tag to compare
  • 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

Spigot_Banner_Towny

0.106 For Towny 0.99.1.0+

30 May 15:54
Compare
Choose a tag to compare
  • 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+

09 May 20:04
945b66f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.104...0.105

0.104 for Towny 0.99.0.0+

27 Apr 15:22
Compare
Choose a tag to compare
  • Update min. Towny version to 0.99.0.0.
  • Update EssentialsX maven details.
  • Translate spy message colour codes.

Full Changelog: 0.103...0.104

0.103 for Towny 0.98.5.0+

22 Jan 15:42
93aa367
Compare
Choose a tag to compare

What's Changed

  • Make exclamation point shouting optional. by @LlmDl in #45

Full Changelog: 0.102...0.103

0.102 for Towny 0.98.5.0+

21 Jan 21:44
915285a
Compare
Choose a tag to compare

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+

11 Jan 13:06
Compare
Choose a tag to compare

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+

06 Jan 14:17
261c789
Compare
Choose a tag to compare

What's Changed

  • Use internal Essentials instance. by @LlmDl in #39
  • Fix incorrect lang string called in /ch mutelist {channelname} by @LlmDl in #40
  • Fix a player who has lost their town being stuck in /tc or /nc. by @LlmDl in #41

Full Changelog: 0.99...0.100

0.99 for Towny 0.98.4.0+

07 Dec 23:20
Compare
Choose a tag to compare
  • 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+

03 Oct 20:38
Compare
Choose a tag to compare
  • 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.