Update Conditions authored by SharkGirl kunjang's avatar SharkGirl kunjang
...@@ -167,6 +167,7 @@ Conditions ...@@ -167,6 +167,7 @@ Conditions
| [Mounted](/conditions/mounted) | Entity | If the target entity is riding a mount/vehicle | | [Mounted](/conditions/mounted) | Entity | If the target entity is riding a mount/vehicle |
| [Moving](/conditions/moving) | Entity | If the target has a velocity greater than zero | | [Moving](/conditions/moving) | Entity | If the target has a velocity greater than zero |
| [MythicMobType](/conditions/mythicmobtype) | Entity | Checks the MythicMob type of the target mob | | [MythicMobType](/conditions/mythicmobtype) | Entity | Checks the MythicMob type of the target mob |
| [Name](/conditions/name) | Entity | Checks against the entity's name |
| [Night](/conditions/night) | Location | If the time is night, from 14000 to 22000 in-game time | | [Night](/conditions/night) | Location | If the time is night, from 14000 to 22000 in-game time |
| [NotInRegion](/conditions/notinregion) | Location | If the target location is not within the given WorldGuard region | | [NotInRegion](/conditions/notinregion) | Location | If the target location is not within the given WorldGuard region |
| [OffGCD](/conditions/offgcd) | Entity | Checks if the target mob has an active Global Cooldown | | [OffGCD](/conditions/offgcd) | Entity | Checks if the target mob has an active Global Cooldown |
... ...
......