Replaces legacy chat formatting with modern chat formatting.
Go to file
Mathias Lystbæk a43c19f748 Add ability to replace legacy color codes - used by EssentialsX Signs when an error occurs (e.g., when you don't have enough to sell). 2024-03-10 02:11:55 +01:00
src/main Add ability to replace legacy color codes - used by EssentialsX Signs when an error occurs (e.g., when you don't have enough to sell). 2024-03-10 02:11:55 +01:00
.gitignore Add ability to replace legacy color codes - used by EssentialsX Signs when an error occurs (e.g., when you don't have enough to sell). 2024-03-10 02:11:55 +01:00
README.md Add ability to replace legacy color codes - used by EssentialsX Signs when an error occurs (e.g., when you don't have enough to sell). 2024-03-10 02:11:55 +01:00
pom.xml Add ability to replace legacy color codes - used by EssentialsX Signs when an error occurs (e.g., when you don't have enough to sell). 2024-03-10 02:11:55 +01:00

README.md

Legacy Chat Fix

This is a simple plugin that aims to fix some of the issues with the legacy chat system in Minecraft. It is designed to be as lightweight as possible, and only fix the issues that are present in the legacy chat system.

Specifically, this plugin fixes the issue that EssentialsX Signs (sell signs in particular) would not be formatted correctly, leaving behind legacy formatting tags in the readable chat. This plugin listens to system chat, looks for legacy chat formatting codes, and replaces them with the appropriate modern formatting codes, while cleaning up the chat message.