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 144
    • Issues 144
    • 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
  • Placeholders

Placeholders · Changes

Page history
Update Placeholders authored Jul 31, 2021 by Phillip's avatar Phillip
Show whitespace changes
Inline Side-by-side
Showing with 10 additions and 1 deletion
+10 -1
  • Skills/Placeholders.md Skills/Placeholders.md +10 -1
  • No files found.
Skills/Placeholders.md
View page @ c6179814
......@@ -91,6 +91,10 @@ These placeholders will return whatever variable has been called. For instance <
| <skill.var.\[name\]> | Returns the value of the variable \[name\] on the current skill tree.|
| <skill.var.damage-amount> | Returns the amount of damage taken in the onDamaged trigger |
| <skill.var.damage-type> | Returns the type of damage taken as specified in a mechanic, aura, etc.|
| <skill.var.aura-name> | Returns the name of the aura as specified in an aura. |
| <skill.var.aura-charges> | Returns the amount of charges the aura has left. |
| <skill.var.aura-duration | Returns the duration of the aura. |
| <skill.var.aura-stacks | Returns the amount of stacks the aura has. |
**Target Placeholders**
-----------------
......@@ -109,6 +113,9 @@ These placeholders will return whatever target selector has been used. For insta
|<target.l.y.#>|Returns the Y coordinate of the target +- random number between #|
|<target.l.z>|Returns the Z coordinate of the target|
|<target.l.z.#>|Returns the Z coordinate of the target +- random number between #|
|<target.l.yaw> |Returns the yaw of the target|
|<target.l.pitch> |Returns the pitch of the target|
|<target.block.type> |Returns the block type of the target|
**Trigger Placeholders**
These placeholders will return whatever attribute of the entity that caused the skill to happen. For instance `<trigger.name>` combined with an `~onDeath` trigger will return the name of the entity that killed the mob.
......@@ -130,6 +137,8 @@ These placeholders will return whatever attribute of the entity that caused the
|<trigger.l.y.#> |Returns the Y coordinate of the entity triggering the skill +- random number between #|
|<trigger.l.z> |Returns the Z coordinate of the entity triggering the skill|
|<trigger.l.z.#> |Returns the Z coordinate of the entity triggering the skill +- random number between #|
|<trigger.l.yaw> |Returns the yaw of the trigger|
|<trigger.l.pitch> |Returns the pitch of the trigger|
Misc Placeholders
......
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: MiniaturePets

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables

Items & Drops

  • Drops and Drop Tables
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Spawning

  • Spawners
  • Random Spawns

Tutorials

  • DamageSpells