Custom Items, custom triggers, reproduce your favorite items !
Fix the error message of the head feature, the id of the problematic EI was not displayed correctly.
New placeholder for cooldown %time_int% , it's the same that %time% but cast to int so no .0 at the end.
New feature for projectile particles -> particlesDensity (between 1 and 200), particularly useful when you want a clean trail for your projectiles.
New custom player command: EQUIPMENT_VISUAL_REPLACE {EquipmentSlot} {material} {amount} {timeinticks}
(No risk of loosing stuff, the replace is just visual with packet, it requires ProtocolLib)
Example: EQUIPMENT_VISUAL_REPLACE HEAD CARVED_PUMPKIN 1 100 (https://discord.com/channels/701066025516531753/922829586427957298/1033745930173825024)
New feature for the custom projectiles that have the visualItem feature, now the visual item can be a custom head
For the 1.8 users Fix the activators EI_ENTER_IN_THE_PLAYER_INVENTORY , EI_LEAVE_THE_PLAYER_INVENTORY
Reminder: to have these activators working properly, it requires ProtocolLib
+ Fix some other errors
Fix an issue with the /ei create that imported not correctly the durability of your item
Fix the custom player command GLOWING, MOB_NEAREST
New player custom commands SETGLOW [color], REMOVEGLOW [color]
New custom entity command JUMP {number}
Fix desactive drops feature for the activator PLAYER_KILL_ENTITY, PLAYER_KILL_PLAYER
Remame the Desactive drops feature in the editor to 'Remove Drops' (not in the config)
Fix the strength boost for the custom command DAMAGE before it added 1.5 damages per strength level, now 3 damages (the correct vanilla value)
Fix an issue with the custom block command SETBLOCK
Fix another issue when you tried to use placeholder in the DELAY command
If when a plugin gives an ExecutableItem to a player it doesnt trigger the activator EI_ENTER_IN_THE_PLAYER_INVENTORY, you should go on their support and ask them to call this method, ty: https://docs.ssomar.com/executableitems/developer-api#event-to-call-when-you-add-an-executableitem-in-a-player-inventory
Fix an issue with the activator EI_LEAVE_THE_PLAYER_INVENTORY when you doesnt have ProtocolLib (BUT ProtocolLib is hightly recommended if you want to have this activator works properly)
New, the command /ei reload can be completed with 1 arg (the id of the item you want to reload)
Example: /ei reload Free_Lotery
New the custom commands that break blocks for example, FARMINCUBE, MINEINCUBE, now supports the custom block loots from RoseLoots
Fix the custom command DAMAGE_NO_KNOCKBACK will not kill the players in creative
Fix an issue with the projectile activators
For coherency ALL_MOB has been renamed to ALL_MOBS
Fix the custom commands DELAY, RANDOM RUN, can now be added in the custom command ALL_PLAYERS, ALL_MOBS, NEAREST, MOB_NEAREST
Should Fix a problem with the enchants from the plugin tokenEnchant
New "Target has no effects to remove" "Showing new title", "Showing new subtitle"
are added in the list of message that the feature silenceOutput removes
Fix a Semi-Bug where Thorns enchant actives the entity click activator
BETA New the placeholders of the owner , variables, usage can be added directly in the name of the item
New custom player command SWING_MAIN_HAND and SWING_OFF_HAND (they are in the ANIMATIONS part)