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
TO SEE All news features in video join this discord channel: UPDATE
New Support of BentoBox added by @evlad
Fix the entity placeholder: %entity_direction%
New More checks are done when you add a custom command from our plugins, to dont let you make error.
Intern structures of SCore changed to make it cleaner for the potential other developers
TO SEE All news features in video join this discord channel: UPDATE
Fix the error message of detaileBlocks support placeholders : messageIfNotValid: '%block% %player_name%'
TO SEE All news features in video join this discord channel: UPDATE
New custom player/entity command: GLOWING {time in ticks} [color]
Fix the error message of requiredMoney feature appears twice, if you doesnt have the good amount of money
New NPC are supported they will be considered as entity so with activators, PLAYER_CLICK_ON_ENTITY, PLAYER_RECEIVE_HIT_BY_ENTITY, ... , and entityCommands will work on them.
(exception : MOB_AROUND will still ignore NPC for safety, if you need a NPC_AROUND command suggest it)![]()
Fix an issue with the entity command CHANGETOMYTHICMOB command
Fix an issue with the player command FRONTDASH
TO SEE All news features in video join this discord channel: UPDATE
Fix an issue with GriefPrevention and MINEINCUBE
Fix the loading of requiredMoney & requiredLevel & requiredMana features
New More checks are done when you add a custom command from our plugins, to dont let you make error.
TO SEE All news features in video join this discord channel: UPDATE
New More checks are done when you add a custom command from our plugins, to dont let you make error.