diff --git a/TrotCraft/server/config/yosbr/config/styled-chat.json b/TrotCraft/server/config/yosbr/config/styled-chat.json index f630c1a..66a35fe 100644 --- a/TrotCraft/server/config/yosbr/config/styled-chat.json +++ b/TrotCraft/server/config/yosbr/config/styled-chat.json @@ -9,9 +9,9 @@ "respect_colors_client_setting": true }, "auto_completion": { - "tags": false, - "tag_aliases": false, - "emoticons": false + "tags": true, + "tag_aliases": true, + "emoticons": true }, "default": { "display_name": "${default}", @@ -75,7 +75,60 @@ "item": "[%player:equipment_slot mainhand%]", "pos": "%player:pos_x% %player:pos_y% %player:pos_z%" }, + "defaultEnabledFormatting": { + "dark_red": true, + "color": true, + "underline": true, + "yellow": true, + "italic": true, + "dark_blue": true, + "dark_purple": true, + "gold": true, + "red": true, + "aqua": true, + "hover": true, + "gray": true, + "light_purple": true, + "white": true, + "dark_gray": true, + "spoiler": true, + "strikethrough": true, + "lang": true, + "obfuscated": true, + "dark_grey": true, + "key": true, + "change_page": true, + "st": true, + "b": true, + "green": true, + "c": true, + "dark_green": true, + "gradient": true, + "black": true, + "em": true, + "i": true, + "bold": true, + "gr": true, + "grey": true, + "orange": true, + "rb": true, + "rainbow": true, + "obf": true, + "colour": true, + "blue": true, + "dark_aqua": true, + "underlined": true, + "reset": true, + "page": true, + "font": true, + "hard_gradient": true, + "hgr": true, + "open_url": true, + "url": true, + "copy_to_clipboard": true, + "copy": true + }, "custom_message_types": {} }, "styles": [] -} \ No newline at end of file +}