From 9cf578387f6bc5b5f2259910fb86aba1b9e5329a Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sat, 12 Mar 2022 15:49:46 +0700 Subject: chat tab json changelogs in docs --- docs/chattabs.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/chattabs.md b/docs/chattabs.md index 2c8ca9a..b8ce66d 100644 --- a/docs/chattabs.md +++ b/docs/chattabs.md @@ -222,4 +222,16 @@ The `selected_color` property allows you to change the color of the chat tab tex over all the other color properties. Like the other color properties, it is in RGBA format. The `prefix` property appends the prefix to any message sent while in the specific chat tab **if it is not a command**. -This can be used to automatically send messages in a specific channel in servers, like in Hypixel. \ No newline at end of file +This can be used to automatically send messages in a specific channel in servers, like in Hypixel. + +## Chat Tabs JSON Changelogs + + +### Version 4 +- Added color text options (`color`, `hovered_color`, and `selected_color`) + +### Version 3 +- Added `ignore_` options (`ignore_starts`, `ignore_ends`, `ignore_equals`, and `ignore_regex`) + +### Version 2 +- Added `enabled` property \ No newline at end of file -- cgit