... | ... | @@ -97,11 +97,12 @@ Conditions |
|
|
----------
|
|
|
|
|
|
| Condition | Type | Description |
|
|
|
|--------------------------------------------------------------|----------|---------------------------------------------------------------------------------------------|
|
|
|
|-------------------------------------------------------------------------------|----------|---------------------------------------------------------------------------------------------|
|
|
|
| [Altitude](/skills/conditions/altitude) | Entity | Tests how far above the ground the target entity is |
|
|
|
| [Biome](/skills/conditions/biome) | Location | Tests if the target is within the given list of biomes |
|
|
|
| [BlockType](/skills/conditions/blocktype) | Location | Tests the material type present at the target location |
|
|
|
| [Blocking](/skills/conditions/blocking) | Entity | Tests if the targeted player is blocking with a shield |
|
|
|
| [BowTension](/skills/conditions/bowtension) | Meta | Checks the bow tension of when an entity shoots from a bow |
|
|
|
| [Burning](/skills/conditions/burning) | Entity | Whether or not the target entity is on fire |
|
|
|
| [Children](/skills/conditions/children) | Entity | Tests how many children the caster has |
|
|
|
| [Color](/skills/conditions/color) | Entity | Tests the entity's colors |
|
... | ... | @@ -124,7 +125,7 @@ Conditions |
|
|
| [FoodLevel](/skills/conditions/FoodLevel) | Entity | Checks if the target has food within the range |
|
|
|
| [FoodSaturation](/skills/conditions/FoodSaturation) | Entity | Checks if the target has food within the range |
|
|
|
| [Gliding](/skills/conditions/gliding) | Entity | If the target is gliding |
|
|
|
| [Globalscore](/skills/conditions/globalscore) | Entity | Checks a global scoreboard value |
|
|
|
| [GlobalScore](/skills/conditions/globalscore) | Entity | Checks a global scoreboard value |
|
|
|
| [HasAura](/skills/conditions/hasaura) | Entity | Checks if the target entity has the given aura |
|
|
|
| [HasAuraStacks](/skills/conditions/hasaurastacks) | Entity | Tests if the target has the given range of stacks from an aura |
|
|
|
| [HasCurrency](/skills/conditions/hascurrency) | Entity | If the target has the given amount of vault currency |
|
... | ... | @@ -136,14 +137,14 @@ Conditions |
|
|
| [HasGravity](/skills/conditions/hasgravity) | Entity | Tests if the target mob has gravity |
|
|
|
| [HasPotionEffect](/skills/conditions/haspotioneffect) | Entity | Tests if the target entity has a potion effect |
|
|
|
| [HasTag](/skills/conditions/hastag) | Entity | Tests if the target has a scoreboard tag |
|
|
|
| [Haspermission](/skills/conditions/haspermission) | Entity | Tests if the target player has a permission |
|
|
|
| [HasPermission](/skills/conditions/haspermission) | Entity | Tests if the target player has a permission |
|
|
|
| [Health](/skills/conditions/health) | Entity | Matches the target's health |
|
|
|
| [Height](/skills/conditions/height) | Location | Checks if the target's Y location is within a range |
|
|
|
| [HeightAbove](/skills/conditions/heightabove) | Location | Checks if the target's Y location is above a value |
|
|
|
| [HeightBelow](/skills/conditions/heightbelow) | Location | Checks if the target's Y location is below a given value |
|
|
|
| [Holding](/skills/conditions/holding) | Entity | Checks if the target is holding a given material(support MythicMobs and MMOItems) |
|
|
|
| [Inblock](/skills/conditions/inblock) | Location | Checks the material at the target location |
|
|
|
| [Incombat](/skills/conditions/incombat) | Entity | If the target mob is considered in combat |
|
|
|
| [InBlock](/skills/conditions/inblock) | Location | Checks the material at the target location |
|
|
|
| [InCombat](/skills/conditions/incombat) | Entity | If the target mob is considered in combat |
|
|
|
| [Inside](/skills/conditions/inside) | Location | Checks if the target has a block over their head |
|
|
|
| [isCaster](/skills/conditions/iscaster) | Entity | Checks if the target is the caster |
|
|
|
| [isChild](/skills/conditions/ischild) | Entity | Checks if the target is a child of the caster |
|
... | ... | @@ -152,6 +153,7 @@ Conditions |
|
|
| [isMonster](/skills/conditions/ismonster) | Entity | Checks if the target is a monster |
|
|
|
| [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player |
|
|
|
| [isSprinting](/skills/conditions/issprinting) | Entity | Checks if the target **Player** is sprinting |
|
|
|
| [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 |
|
|
|
| [LastDamageCause](/skills/conditions/lastdamagecause) | Entity | Checks the target's last damage cause |
|
|
|
| [LastSignal](/skills/conditions/lastsignal) | Entity | Matches the last signal received by the target mob |
|
... | ... | @@ -159,9 +161,9 @@ Conditions |
|
|
| [LightLevel](/skills/conditions/lightlevel) | Location | Tests the light level at the target location |
|
|
|
| [LineOfSight](/skills/conditions/lineofsight) | Compare | Tests if the target is within line of sight of the caster |
|
|
|
| [LunarPhase](/skills/conditions/lunarphase) | Location | Checks the target world's lunar phase |
|
|
|
| [Mobsinradius](/skills/conditions/mobsinradius) | Location | Checks how many mobs are in a given radius |
|
|
|
| [Mobsinchunk](/skills/conditions/mobsinchunk) | Location | Matches a range to how many mobs are in the target location's chunk |
|
|
|
| [Mobsinworld](/skills/conditions/mobsinworld) | Location | Matches a range to how many mobs are in the target world |
|
|
|
| [MobsInRadius](/skills/conditions/mobsinradius) | Location | Checks how many mobs are in a given radius |
|
|
|
| [MobsInChunk](/skills/conditions/mobsinchunk) | Location | Matches a range to how many mobs are in the target location's chunk |
|
|
|
| [MobsInWorld](/skills/conditions/mobsinworld) | Location | Matches a range to how many mobs are in the target world |
|
|
|
| [MotionX](/skills/conditions/motionx) | Entity | Checks the X motion of the target entity against a range. |
|
|
|
| [MotionY](/skills/conditions/motiony) | Entity | Checks the Y motion of the target entity against a range. |
|
|
|
| [MotionZ](/skills/conditions/motionz) | Entity | If the target has a velocity greater than zero |
|
... | ... | @@ -194,15 +196,15 @@ Conditions |
|
|
| [TargetInLineOfSight](/skills/conditions/targetinlineofsight) | Entity | Tests if the target has line of sight to their target |
|
|
|
| [TargetNotInLineOfSight](/skills/conditions/targetnotinlineofsight) | Entity | Tests if the target doesn't have line of sight to their target |
|
|
|
| [TargetWithin](/skills/conditions/targetwithin) | Entity | Tests if the target's target is within a certain distance |
|
|
|
| [Targetnotwithin](/skills/conditions/targetnotwithin) | Entity | Tests if the target's target is not within a certain distance |
|
|
|
| [TargetNotWithin](/skills/conditions/targetnotwithin) | Entity | Tests if the target's target is not within a certain distance |
|
|
|
| [Targets](/skills/conditions/targets) | Meta | Tests if the number of inherited targets from the parent skilltree matches the given range. |
|
|
|
| [Thundering](/skills/conditions/thundering) | Location | If it's thundering in the target world |
|
|
|
| [VariableInRange](/skills/conditions/variableinrange) | Meta | Checks if the given numeric variable is within a certain range. |
|
|
|
| [VariableIsSet](/skills/conditions/variableisset) | Meta | Checks if the given variable is set. |
|
|
|
| [Variableequals](/skills/conditions/variableequals) | Meta | Checks if the given variable has a particular value. |
|
|
|
| [VariableEquals](/skills/conditions/variableequals) | Meta | Checks if the given variable has a particular value. |
|
|
|
| [Wearing](/skills/conditions/wearing) | Entity | Tests what the target entity has equipped. |
|
|
|
| [World](/skills/conditions/world) | Location | Checks the name of the target world. |
|
|
|
| [Worldtime](/skills/conditions/worldtime) | Location | Matches a range against the target location's world's time. |
|
|
|
| [WorldTime](/skills/conditions/worldtime) | Location | Matches a range against the target location's world's time. |
|
|
|
| [Yaw](/skills/conditions/yaw) | Entity | Checks the yaw of the target entity against a range. |
|
|
|
| [yDiff](/skills/conditions/ydiff) | Entity | Checks the difference in Y between the targeted entity and the caster. |
|
|
|
|
... | ... | |