Skip to content

Releases: DiscordSRV/Staff-Chat

Release v1.4.5

04 Feb 03:21
Compare
Choose a tag to compare

Get the update at Modrinth: https://modrinth.com/plugin/discordsrv-staff-chat/version/1.4.5

Add:

  • /togglestaffchatsounds command.
    • Allows staff members to mute/unmute staff chat sounds for themselves.

Change:

  • Update dependencies.

Release v1.4.4

14 Mar 04:53
Compare
Choose a tag to compare

Fix:

  • Properly load configs at startup.
    • Configs weren't being generated for new installs.

Release v1.4.3

06 Mar 23:32
Compare
Choose a tag to compare

Change:

  • Handle chat-based messages later so other plugins can still modify the message.
  • Update dependencies (target spigot 1.18.2).

Release v1.4.2

13 Dec 03:37
Compare
Choose a tag to compare

Fix:

  • Exceptions are no longer thrown when certain characters are used in messages. Placeholder content is now properly escaped.

Release v1.4.1

07 Oct 00:29
Compare
Choose a tag to compare

Add:

  • Discord placeholders from DiscordSRV (like %toprole%)
    • See your updated messages.config.yml for all available placeholders.

Release v1.4.0

19 Jul 01:19
b09f6ef
Compare
Choose a tag to compare

This update requires Java 11 at minimum.

Add:

  • Ability to leave the staff chat.
    • Stop receiving staff chat messages with: /leavestaffchat
      • This can be disabled in the config if you don't want staff members to turn off their staff chat.
    • Start receiving messages again with: /joinstaffchat
  • Configurable message sounds.
  • Send staff chat messages from console.
  • Persistent toggles that last beyond server restart.
  • Update checker.

Change:

  • Entirely new configs that automatically update.
    • staff-chat.config.yml: plugin behavior and settings.
    • messages.config.yml: chat formatting and message customization.
      • Supports &#RRGGBB hex color codes.
      • Lets you define your own reusable placeholders.
    • Previously configured settings in your legacy config.yml will automatically migrate into the new configs.

Release v1.3.4

16 Apr 22:30
d7073e7
Compare
Choose a tag to compare

This update has significant changes to the config, so it is recommended that you generate a fresh config to access the new options.

  • Add prefixed staff-chat messages (#17)
  • Hook into DiscordSRV if it's loaded late (#23)
  • Add support for Hex color codes (using the &x&R&R&G&G&B&B format)
  • Add bStats metrics
  • Add new config options/rewrite config comments
  • Improve debugging
  • Remove unnecessary /managestaffchat aliases

Release v1.3.3

09 Jan 06:55
Compare
Choose a tag to compare

Fix EmojiParser import to match recent DiscordSRV relocation.

Release v1.3.2

15 Jul 19:56
Compare
Choose a tag to compare

Fix nicknames for incoming Discord messages (if a user doesn't have a nickname, it will fallback to their username). Add an api-version entry so this plugin doesn't cause Spigot to load backward-compatibility classes.

Release v1.3.1

04 Feb 22:42
Compare
Choose a tag to compare

Add PlaceholderAPI support for discord -> in-game message format. Now both message formats are capable of using PAPI placeholders if desired.