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
The player must have the chestplate test1 OR test2 OR test3 AND the item ddx in his off-handCode (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
Fix an error with "ConcurrentModification" , it can appear when your EI has an activator with a LOOP
Fix an issue where when you are op you was not able to break an EB in a protected region of worldguard
Fix an editor issue where you couldn't select correctly the EI in the features that require EI, like the condition ifHasExecutableItem
some other minor fixes
Fix a minor issue with Block around condition
Fix a minor issue when you try to go down a line in the commands editor
Fix an issue with the custom command UNSAFE_TELEPORTONCURSOR
Fix an issue with the colours in the custom command ACTIONBAR
Fix a little issue when you specify a MythicMob in detailedEntities
Fix a minor issue when you have more than 1 page of folders in your editor
TO SEE All news features in video join this discord channel: UPDATE
Fix the in-game editor for the 1.19.1 users