Changes
Page history
changed the positio and link of the Sprinting condition
authored
Jun 04, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
64026517
...
...
@@ -182,7 +182,6 @@ Conditions
|
[
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 |
|
[
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 |
|
[
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 |
...
...
@@ -235,6 +234,7 @@ Conditions
|
[
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. |
|
[
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 |
|
[
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 |
...
...
...
...