From 547cdb943a76b74aaa281b8e83fb3d1df107df67 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 16 Oct 2024 23:52:06 +0100 Subject: [PATCH] CHANGELOG: note addition of new notification system --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dd4d7..0c8f634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Note to self: See the bottom of this file for the release template text. - Added Unified Axis Syntax (UAS) parser. - Implementation by @VorTechnix - See [UAS System reference] for details. (Note to self hook up hyperlink) - Added `//uasparse` command to show the vectors produced by a given UAS expression. - Implementation by @VorTechnix +- Added new player notification system with coloured output - thanks, @VorTechnix! + - Please be patient as we switch all usages over to the new system. ### Bugfixes and changes - When commands produce an error, the name of the command that produced the error is now also printed. Useful when using e.g. [`//multi`](https://worldeditadditions.mooncarrot.space/Reference/#multi) etc.