Skip to content

Releases: ryderbelserion/ChatterBox

v1.2.4

04 Feb 22:16
ed78850

Choose a tag to compare

  • Fixed an error when talking in chat while LuckPerms is not present.

Full Changelog: v1.2.3...v1.2.4

v1.2.3

21 Feb 06:18
ca55d40

Choose a tag to compare

  • Fixed a null pointer when a player disconnects.
  • Fixed a null pointer when a player joins, while LuckPerms is on the server.
    • getPrefix & getSuffix returns nullable, so a null check was added.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

21 Feb 06:18
24cd757

Choose a tag to compare

  • Fixed a bug with LuckPerms mod check not being correct

Full Changelog: v1.2.1...v1.2.2

v1.2.1

21 Feb 06:18
e9c35d4

Choose a tag to compare

  • Fixed a bug with incorrect configuration check, which caused per group format defaults to be used instead.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jan 20:58
0103ec8

Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Feb 06:18
67550ee

Choose a tag to compare

  • Added the ability to enable sending titles on join/quit updated config.yml
    • This will not send the message in chat.
  • Added /chatterbox motd
  • Disconnect messages now show in chat.
  • output in join-message/quit-message now supports being a String List, or a String
output: "your_message" 

or

output:
  - "line 1"
  - "line 2"
  • Multi-locale support is setup internally, We need more translated files!
    • It would be much appreciated if people would offer translations for the messages.yml

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Feb 06:17
c6353a7

Choose a tag to compare

The initial release of ChatterBox

  • Customize your chat with LuckPerms support for prefix/suffix
  • Message of the Day on join with a configurable delay
  • MiniMessage support

What's coming?

  • Extra placeholders like getting a player's join date
  • Ability to send titles on player join/quit
  • Multi locale support
  • /nickname with admin support and logging
  • /motd
  • and much more, I have a lot of ideas.

Please submit any suggestions to https://github.com/ryderbelserion/ChatterBox/issues, and I'll look into adding them

I can no longer type, my fingers are just so cold.

Full Changelog: https://github.com/ryderbelserion/ChatterBox/commits/v1.0.0