Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 136
    • Issues 136
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Conditions
  • health

health · Changes

Page history
updated layout and informations authored May 29, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 15 deletions
+12 -15
  • Skills/conditions/health.md Skills/conditions/health.md +12 -15
  • No files found.
Skills/conditions/health.md
View page @ 69f96ec4
**Description:** Matches the target's health ## Description
Matches the target's health
---
**Attributes:** ## Attributes
| Attribute | Alias | Description | | Attribute | Aliases | Description | Default |
| --------- | -------------------| ----------------------------- | |-----------|-----------|----------------------------------------------------------------------|---------|
| health | h, amount, a | The health range to check for | | health | h, amount, a | The health range to check for | 0 |
---
**Examples:** ## Examples
``` ```yaml
Conditions: Conditions:
- health{h=50} true - health{h=50} true
``` ```
``` ```yaml
# Below 50 health # Below 50 health
Conditions: Conditions:
- health{h=<50} true - health{h=<50} true
``` ```
``` ```yaml
# Above 10 health # Above 10 health
Conditions: Conditions:
- health{h=>10} true - health{h=>10} true
``` ```
---
**Extra Information:**
- [x] Type: Entity ## Aliases
\ No newline at end of file - [x] hp
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples