diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-12 15:49:46 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-12 15:49:46 +0700 |
commit | 9cf578387f6bc5b5f2259910fb86aba1b9e5329a (patch) | |
tree | bd0f7a1bdb9439244a2e89db25247838979a6901 /docs/chattabs.md | |
parent | eece3cb994280498d2a9c259030cc79a4be3fce3 (diff) | |
download | Chatting-9cf578387f6bc5b5f2259910fb86aba1b9e5329a.tar.gz Chatting-9cf578387f6bc5b5f2259910fb86aba1b9e5329a.tar.bz2 Chatting-9cf578387f6bc5b5f2259910fb86aba1b9e5329a.zip |
chat tab json changelogs in docs
Diffstat (limited to 'docs/chattabs.md')
-rw-r--r-- | docs/chattabs.md | 14 |
1 files changed, 13 insertions, 1 deletions
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 |