Hi there users!
I added a new feature to the plugin! Now you can add
Minecraft Sounds to play to the users when they
rename an item or
add lore to an item.
⚠️ IMPORTANT
The config file has been updated, and by so, you have to add two new lines to your config file. See the changes right here!
So here you have the full changelog for this update:
- ✔ Now you can play Minecraft sounds when a player renames an item or adds lore to it.
This added new lines to the config, which you can add them in the "options" section (feel free to check the full updated config here):
Code (YAML):
# Play a custom sound when a player renames or adds a lore to an item! (Full sounds list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html#enum-constant-summary)
# The format follows like this: SOUND_ID;VOLUME;PITCH
# If you don't want to use sounds, just replace it with "none" (ex.; name_set_sound: none)
name_set_sound
: ENTITY_EXPERIENCE_ORB_PICKUP;100;5
lore_set_sound
: ENTITY_EXPERIENCE_ORB_PICKUP;100;1
- ✔ Just the same as in my other StaffChatReloaded plugin, I added new checks when the config file lacks some values internally replacing them with the default ones and warning you about it in the Console Log, so the plugin can work perfectly fine without crashing even if you mess up with the config!
- ⓘ Some internal code changes.
Thanks for your dowload!