... | @@ -182,7 +182,6 @@ Conditions |
... | @@ -182,7 +182,6 @@ Conditions |
|
| [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player |
|
|
| [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player |
|
|
| [isRaiderPatrolLeader](/skills/conditions/isRaiderPatrolLeader) | Entity | Checks if the target entity is the captain of a pillager group |
|
|
| [isRaiderPatrolLeader](/skills/conditions/isRaiderPatrolLeader) | Entity | Checks if the target entity is the captain of a pillager group |
|
|
| [isSaddled](/skills/conditions/issaddled) | Entity | Checks if the target entity is saddled |
|
|
| [isSaddled](/skills/conditions/issaddled) | Entity | Checks if the target entity is saddled |
|
|
| [isSprinting](/skills/conditions/issprinting) | Entity | Checks if the target **Player** is sprinting |
|
|
|
|
| [isTamed](/skills/conditions/IsTamed) | Entity | Checks if the target entity is tamed |
|
|
| [isTamed](/skills/conditions/IsTamed) | Entity | Checks if the target entity is tamed |
|
|
| [ItemIsSimilar](/skills/conditions/itemissimilar) | Entity | Checks that targeted player's inventory slot if it's similar to an item |
|
|
| [ItemIsSimilar](/skills/conditions/itemissimilar) | Entity | Checks that targeted player's inventory slot if it's similar to an item |
|
|
| [ItemRecharging](/skills/conditions/itemrecharging) | Entity | Checks if the target's weapon is recharging |
|
|
| [ItemRecharging](/skills/conditions/itemrecharging) | Entity | Checks if the target's weapon is recharging |
|
... | @@ -235,6 +234,7 @@ Conditions |
... | @@ -235,6 +234,7 @@ Conditions |
|
| [ServerNmsVersion](/skills/conditions/servernmsversion) | Meta | Checks if the server is running the specified minecraft NMS version. |
|
|
| [ServerNmsVersion](/skills/conditions/servernmsversion) | Meta | Checks if the server is running the specified minecraft NMS version. |
|
|
| [ServerVersion](/skills/conditions/serverversion) | Meta | Checks if the server is running the specified minecraft version. |
|
|
| [ServerVersion](/skills/conditions/serverversion) | Meta | Checks if the server is running the specified minecraft version. |
|
|
| [SkillOnCooldown](/skills/conditions/skilloncooldown) | Entity | Checks if the given skill is in cooldown for the target |
|
|
| [SkillOnCooldown](/skills/conditions/skilloncooldown) | Entity | Checks if the given skill is in cooldown for the target |
|
|
|
|
| [Sprinting](/skills/conditions/Sprinting) | Entity | Checks if the target **Player** is sprinting |
|
|
| [Stance](/skills/conditions/stance) | Entity | Checks the stance of the target mob |
|
|
| [Stance](/skills/conditions/stance) | Entity | Checks the stance of the target mob |
|
|
| [StringEquals](/skills/conditions/stringequals) | Meta | Checks if value1 equals value2. Both values can use variables and placeholders. |
|
|
| [StringEquals](/skills/conditions/stringequals) | Meta | Checks if value1 equals value2. Both values can use variables and placeholders. |
|
|
| [Structure](/skills/conditions/structure) | Location | Matches if the target location is inside of a structure |
|
|
| [Structure](/skills/conditions/structure) | Location | Matches if the target location is inside of a structure |
|
... | | ... | |