How to customize your chat

here you will know where to start with the personalization of your chat

Where to start?

The first thing that we must modify for our personalized chat is the chat format that we are going to use, below you will see the section that you must change

ChatFormat:
  Chat-Type: normal

once the section is found, it must be modified but not with anything because it would give us an error and the chat would not change, the allowed formats are found below as well as a brief description

There are three types of formats allowed within the plugin, which are

default | normal | group

Default

It will use the plugin's color customization but you will not be able to use the HoverEvent and ClickEvent, this option is recommended if you want to have more compatibility with other plugins that work directly with AsyncPlayerChatEvent, AdvancedChat also works with this event but does not use setFormat or setMessage to customize the chat uses its own methods

Normal

This option allows you to use the custom chat format, here you can modify the color and how it looks and you can also use color codes for that it is necessary to have the color permissions or you can only write with the color defined in the configuration

The Custom option only works until version 1.6.0, from version 1.7.0 it was renamed to Normal

Group

As its name says, this feature allows you to use groups that can have different chat formats through a permission that you define. You can also use all the options of the custom format.

Last updated