⭐ Executable Blocks ⭐ Add Activators on your blocks !

MC Plugin ⭐ Executable Blocks ⭐ Add Activators on your blocks ! 4.24.6.1 [1.14-1.20.6]
‎Custom blocks plugin - Create Traps, Generators, Display blocks & more - 25+ Custom Triggers

Fix the custom command DAMAGE_NO_KNOCKBACK will not kill the players in creative

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
Fix a typo
Fix Remove some of my debug messages
Fix a minor issue with the LOOP activator
Fix an issue with requiredEI and requiredItems

New block conditions ifContainerEmpty ifContainerNotEmpty (to check if a block that can contains items, contains items or not.
New custom block command SELL_CONTENT, it will allow you to autosell chests for example
(it sells all the content of a chest / furnace / globally all blocks that have an inventory)
> require ShopGUIPlus & Vault
Thanks to @Artsuki#5478

New custom player command REGAIN SATURATION {value}
Fix a dupe issue when you have Lands + ExecutableBlocks

New custom block command : STRIKELIGHTNING

Fix a little issue with the cooldown when this one is in ticks

New entity conditions ifNotTamed & ifNotNamed
New the ifHasExecutableItem condition accepts multiple choices.
Example

Code (YAML):
playerConditions:
ifHasExecutableItems:
condition1:
multi-choices:
'1':
executableItem: test1
amount: 1
detailedSlots:
- 38
'2':
executableItem: test2
amount: 1
detailedSlots:
- 38
'3':
executableItem: test3
amount: 1
detailedSlots:
- 38
condition2:
executableItem: ddx
amount: 1
detailedSlots:
- 40
The player must have the chestplate test1 OR test2 OR test3 AND the item ddx in his off-hand

Fix an error with "ConcurrentModification" , it can appear when your EI has an activator with a LOOP
Top Bottom