Custom EI Conditions
Conditions that are related to other plugins such as Lands, IridiumSkyblock, PlotSquared and more.
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 !
Example:
customConditions:
ifOwnerOfTheEI: true
ifOwnerOfTheEIMsg: '&cMy custom error message here'
ifOwnerOfTheEICancel: true
- Description: Asks the player to confirm if he/she is going to activate that activator once.
- Example:
customConditions:
ifNeedPlayerConfirmation: true
- Example Situations:
- If the player left-clicks the item, the message will pop up notifying you if
- Required: NO (Default: false)
- More Info: You can edit the message by editing it on the locale:
confirmMessage: 'Click again to confirm' or in ingame.
- Description: Checks if the player (not) owns the executable item (Owners are selected by the first player who obtained the item)
- Example:
customConditions:
ifOwnerOfTheEI: true
ifOwnerOfTheEIMsg: '' #<- Here is where you will add the custom message.
ifNotOwnerOfTheEI: false
ifNotOwnerOfTheEIMsg: '' #<- Here is where you will add the custom message.
- Example Situations:
- If the player obtained it first and attempts to use it, it will work.
- Required: NO (Default: false)
Last modified 1yr ago