メインコンテンツまでスキップ

Skill Mechanics Reference

Mechanics are the actions your mobs perform. BTCMobs registers 367 mechanics, targeting full parity with MythicMobs 5.13 plus exclusive modern enhancements. The tables below are curated highlights — run /btc audit in-game for the exact registered set, and see the category pages (Combat, Visuals, World, Utility) for details.

Stats & Resource Mechanics

MechanicAliasesDescription
healhealpercentRestores health (can use percent=true).
sethealth-Directly sets current health.
setmaxhealth-Directly sets maximum health.
feed-Restores hunger/saturation for players.
oxygen-Modifies the target's air supply.

State & Status Mechanics

MechanicAliasesDescription
setname-Dynamically changes the entity's display name.
setlevel-Changes the mob's level for stat scaling.
glowglowingApplies/removes the spectral outline effect.
freeze-Applies the frost/slow effect (1.17+).
shield-Adds a temporary absorption shield.

Movement & Threat Mechanics

MechanicAliasesDescription
jumpleapMakes the mob jump or leap towards target.
lunge-Fast forward dash towards target.
threataddthreatAdds/Subtracts threat from the threat table.
taunt-Forces the target to attack the caster.
clearthreat-Resets the threat table.

Combat & Projectile Mechanics

MechanicAliasesDescription
arrowvolley-Cascading rain of arrows from the sky.
shootfireball-Shoots a Ghast/Blaze fireball.
shootskull-Shoots a Wither skull.
shootshulker-Shoots a tracking Shulker bullet.
missileguidedHoming projectile with onHit/onTick skills.

World & Block Mechanics

MechanicAliasesDescription
breakblock-Mines a block and plays the breaking effect.
setblock-Changes a block at the target location.
prison-Encapsulates a target in a cage of blocks.
removeblock-Turns the target block into air.

Visual & Message Mechanics

MechanicAliasesDescription
sendtitletitleSends a large text overlay to the player.
sendtoasttoastSends a "New Challenge" toast notification.
sendactionmessageactionbarSends text above the hotbar.
messagemsgStandard chat message (MiniMessage support).
soundplaysoundPlays a Bukkit sound at the location.
raytrace-Visual line/beam between two points.

Logic & Meta Mechanics

MechanicAliasesDescription
skillsk, metaskillExecutes another skill from the config.
randomskill-Picks one skill from a list based on chance.
chain-Executes multiple skills in strict sequence.
sudo-Forces the target to execute a skill.
delaysleepPauses execution for X ticks.
cooldown-Applies a cooldown to a specific skill.
variablemathmathPerforms complex math on variables (add, sub, pow, mod).
customrandom-Calculates weighted random values for variables.
onchat-(Aura) Triggers a skill when the target speaks in chat.

New in MythicMobs 5.13 parity

MechanicDescription
orbitalOrbiting damage points that circle the caster for a duration.
slashprojectileInstant slash arc in front of the caster.
showdialog / closedialogOpens/closes a Paper dialog for target players (1.21.6+).
cinematiccamera / cinematiccancelLocks a player's camera to a scene point via packets, then restores it.
setpitch · setusegravity · setblocktype · summonfallingblock · velocitydirectionalFine entity/world/movement control.
備考

Rideable mounts also react to the rider's input via the ~onLeftClick, ~onKeyPress and ~onKeyRelease triggers (Paper 1.21.6+).

Innovation Mechanics (Exclusive)

MechanicDescription
displayBlockSpawns an interpolated Block Display (Zero server lag).
displayItemSpawns an interpolated Item Display.
displayTextFloating dynamic text/damage numbers.
squadTriggers coordinated "Formation AI" behavior.

For detailed parameters of each mechanic, refer to the MythicMobs Wiki — BTCMobs supports all standard syntax!