⚔️ ExecutableItems ⭐ Create Custom Items with Abilities & Skills ✅

MC Plugin ⚔️ ExecutableItems ⭐ Create Custom Items with Abilities & Skills ✅ 7.26.7.26
Create custom items with 100+ triggers, in-game editor, and 120+ premade items. Supports 1.8 - 26.2

New you can now create a custom SPECTRAL_ARROW projectile with SCore (/score projectiles) and launch it with the LAUNCH command

Fix a minor issue in the edition of the fireworks colours.
New feature for the AROUND command: you can now add conditions !

Example:
- AROUND 10 false CONDITIONS(%:
:p
layer_health::%>10&%:
:p
layer_name::%=2Ssomar) SENDMESSAGE &eclick

This command will display the message click for all* players around the initial player in range of 10.
* ONLY if the player health is above 10 and the player name is 2Ssomar

For multiple conditions add a '&' between the conditions

The placeholder must be placed in the first position and it's not %_% its %::_::% (very important)


New the feature detailedBlocks support the custom blocks of ItemsAdder:
example:

detailesBlocks:
- STONE
- ANDESITE
- FURNACE{lit:true}
- ITEMSADDER:turquoise_block
Fix an issue with the custom FRONTDASH command
Fix now the feature detailedBlocks accept upper or lower cases. that makes it easier to use.

Fix an issue when you transfer an EI from a custom inventory
Fix a minor issue with the custom command SPAWNENTITYONCURSOR

Fix an issue with the custom block command SELL_CONTENT and when the player has a shopguiplus pricemodifier

Fix a minor issue with the custom block command FARMINCUBE that consume more item that it should with the replant feature

Fix a issue with the plugin that can appears when the server is not localised in euw or us (related to number and java)
New The activator EI_ENTER_IN_THE_PLAYER_INVENTORY is now compatible with MMOInventory (Thank you DieMees for the bounty)

Fix the usage of the LAUNCH command with a custom rotation in the PLAYER_LAUNCH_PROJECTILE activator. (it allows you to create bow with multiple shoots)

Fix the custom command DAMAGE_BOOST

Fix an issue with the activator PLAYER_DROP_THE_EI, it deleted...
Fix the custom player command SETBLOCK

Fix an issue with log4j and versions below the 1.12

Fix a console error that appears when placing a block in 1.8.9
New placeholder %timestamp%

Fix an issue with Log4j
Fix an issue with the %around_target% placeholder

Another improvement of the performances
Top Bottom