New item option:
Code (YAML):
itemRecognition
:
- NAME
- MATERIAL
You have MATERIAL, LORE, NAME, HIDE_ATTRIBUTE.
by default its HIDE_ATTRIBUTE
New activator option:
(only for RIGHT_CLICK, LEFT_CLICK, ALL_CLICK)
Code (YAML):
onlyAirClick
: true / false
onlyBlockClick
: true /false
New custom conditions:
Now you can add ifPlaceholder condition:
exemple if placeholder > TEXT:
Code (YAML):
conditions:
customConditions:
ifPlaceholder
:
"%player_name%='Ssomar'"
ifPlaceholderMsg
:
"You don't have the correct name"
exemple if placeholder > NUMBER:
Code (YAML):
conditions:
customConditions:
ifPlaceholder
:
"%player_empty_slot%=8"
ifPlaceholderMsg
:
"You need more empty slot"
and you can add multiple conditions like that: (max 3)
Code (YAML):
conditions:
customConditions:
ifPlaceholder
:
"%player_name%='Ssomar'"
ifPlaceholderMsg
:
"You don't have the correct pseudo"
ifPlaceholder2
:
"%player_empty_slot%=8"
ifPlaceholder2Msg
:
"You need more empty slot"
New Potion settings:
#color in int with this site
https://www.shodor.org/stella2java/rgbint.html
#potionType here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
#potionEffectType here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
Code (YAML):
potionColor
: 56575
potionType
: strength
potionExtended
: true
potionUpgraded
: true
potionEffects:
1:
potionEffectType
: POISON
duration
: 10
amplifier
: 1
isAmbient
: true
hasParticles
: true
New activator option:
Code (YAML):
requiredLevel
: 1
requiredLevelMsg
:
"You don't have %level%"
Add all option required for the activator: EQUIP
New EI support PlaceholderAPI
Fix displayCooldownMessage (invert true to false)
Fix usageLimit configuration in the GUI
New for the option requiredItems, requiredExecutableItems, requiredMoney, requiredLevel, now you can hide the error message. You just need to set only a color in the message. exemple
Code (YAML):
requiredMoney
: 50
requiredMoneyMsg
:
"&e"
Fix for IfHasPermission, IfNotHasPermission
Good dev, if you have problem or suggestion join my discord !