Page cover

🪶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.

1) HTML CSS Color Picker

2) Coolors

3) MyColor Space

4) HTML Color Codes

5) RGB Color Codes Chart

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'
diplay_name and lore with RGB HEX Color
Title menu with RGB HEX Color
mesage_join and title with RGB HEX Color

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.

config.yml
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

config.yml
sound_on_click: 'SOUND,VOLUME,PITCH'

sound_type: 'SOUND,VOLUME,PITCH'

Replacing the values ​​would be as follows

config.yml
sound_on_click: 'NOTE_PLING,3,4'

sound_type: 'NOTE_PLING,5'

You can also put only the volume value and nothing will happen if you don't put thepitch

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.

config.yml
sound_on_click: 'NONE'

sound_type: 'NONE'

Minecraft sound 1.8+, click here.

Minecraft sound 1.13+, click here.

Minecraft sound 1.16+, click here.

Minecraft sound 1.19, click here.

Última actualización