From c61fed14be7685c97c7fccecef07bde0c3501143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Lystb=C3=A6k?= Date: Sun, 10 Mar 2024 02:33:09 +0100 Subject: [PATCH] Update README.md with two TODOs. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2752029..5d6a86c 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ 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. \ No newline at end of file +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. + +## TODO: + - [ ] Add config file to allow specifying other formatting codes to replace. + - [ ] Add support for applying the fix to chat messages sent by players and more. \ No newline at end of file