- Added no-permission message for each particle. This will show a custom message whenever a player tries to equip a particle they don't have permission for. If this is left blank the default message in messages.yml will be used
- Added no-permission-lore A list that will be added to the end of a particles description if the player does not have permission for this particle
Example
Code (Text):
'11':
id: INK_SACK
damage-value: 1
name: "&6Red Hearts"
description:
- "&9{TYPE} &7- &9{LOCATION}"
particle: heart
permission: vip
no-permission: "&4You need to be VIP to use this particle"
no-permission-lore:
- ""
- "&4This particle is only available for VIP"