Mythic Conditions

Mythic Condition

Evaluate any MythicMobs Condition against the player. Requires MythicMobs to be installed.

The argument inside {} is passed directly to MythicMobs as a condition line. Any condition supported by MythicMobs can be used here.

Argument Description Example
(raw) A valid MythicMobs condition line. {onGround} {inCombat} {night}

Example

conditions:
# Hide if player is not on the ground.
- mythic{onGround} false hide
# Color the hud red if player is in combat.
- mythic{inCombat} true color red
# Change texture at night.
- mythic{night} true texture assets/hud/night_overlay.png
Updated Aug 19, 2026