For conditions that require numerical values, you can assign 2 conditions.
Example: "I want to create a condition that only activates if the value is greater than 50 but less than 250"
So what you would type in the config will be 50 < CONDITION < 250
If a condition fails to be met, you can enable cancelEvent so if a specific condition isn't completed, cancelEvent will run. You can also customize the error message !
You can also run commands if the condition has failed to execute!
Example:
blockConditions:
ifBlockAge: <2
ifBlockAgeMsg: "héhéhé you can custom your message here"
ifBlockAgeCancel: true
ifBlockAgeCancelCmds:
- say how sad
If the wheat crop is fully grown, the activator will activate.
Required: NO (Default: false)
ifBlockAge
Description: Checks the target block age (crops)
Example:
blockConditions:
ifBlockAge: <2
ifBlockAgeMsg: "héhéhé you can custom your message here"
ifBlockLocationX - Y -Z
Description: Checks the target block location X / Y / Z
Example:
blockConditions:
ifBlockLocationX: 500 < CONDITION < 1500
ifBlockLocationXMsg: "héhéhé you can custom your message here"
ifBlockLocationY: 50 < CONDITION < 150
ifBlockLocationYMsg: "héhéhé you can custom your message here"
ifBlockLocationZ: 500 < CONDITION < 1500
ifBlockLocationZMsg: "héhéhé you can custom your message here"
ifUsage
It checks the usage of the clicked ExecutableBlock, if the usage is valid, the activator will work, otherwise an error message is displayed.
Example:
blockConditions:
ifUsage: 4< #it also supports intervals like 4 < CONDITION <= 8
ifUsageMsg: "&cError the executableBlock clicked must have more than 3 usages but less than 10"
Required: NO
ifContainerContainsSellableItem
Description: Checks if the clicked container has items that can be sold
Example:
blockConditions:
ifContainerContainsSellableItem: true
ifContainerContainsSellableItemMsg: "&cError the executableBlock clicked must have more than 3 usages but less than 10"
Block Around Conditions
Description: Checks the blocks around the clicked block:
Q: What exactly is going on in placeholder conditions?
A: The placeholder %var_x% is being parsed according to the block in that position. Meaning, you can use this method to assign a specific number to insane amount of unique EBs without writing each id that may change overtime in blockTypeMustBe