🪶Others
Here we will talk about more things about the plugin
Use RGB HEX color
To be able to use the colors of the new version you must do the following. Go to one of these pages, where you can get the colors.
2) Coolors
Remember that you can choose the page that you like the most, but if you have another, there is no problem. Well, we start by copying the RGB code and pasting it into the configuration file wherever you like.
Mi_mensaje: '#A6371FMy message'
You can use it throughout the plugin, but remember that this only works for servers higher than 1.16.



Correct use of sounds
This is an important section, since it is used both for the creation of a new sound event and for sound_on_click
If what you simply want is to place the sound without volume
and pitch
, you can do it without problem. For this you only have to place the name of the sound in the corresponding section.
sound_on_click: 'NOTE_PLING'
sound_type: 'NOTE_PLING'
If what you want is to add the other values, you can do it as follows
sound_on_click: 'SOUND,VOLUME,PITCH'
sound_type: 'SOUND,VOLUME,PITCH'
Replacing the values would be as follows
sound_on_click: 'NOTE_PLING,3,4'
sound_type: 'NOTE_PLING,5'
If you don't like the idea of putting sound in the events, just put the word none
and that way no action will be executed.
sound_on_click: 'NONE'
sound_type: 'NONE'
Última actualización