Skip to main content

MythicMobs

Official compatibility

ElementReference
TypeWriterRequired. Use the official TypeWriter release supported by the extension release.
Related extensionsInstall the related extensions listed on this page before using entries that depend on them.

The MythicMobs Extension provides deep integration with the MythicMobs plugin. It allows you to spawn custom mobs, execute complex skills, listen to mob-specific events, and manage Mythic Spawners directly within your TypeWriter scripts.

Key Features

  • Entity Management — Spawn and despawn MythicMobs dynamically. Support for level and stance management.
    • Skill Execution — Trigger any MythicMob skill directly from TypeWriter actions or cinematics.
    • Event System — Reactive triggers for mob death, target kills, and player interactions.
    • Spawner Control — Activate, deactivate, and manage Mythic Spawners programmatically.

Entry Library

Actions

Direct commands to interact with MythicMobs.

Events

Triggers responding to MythicMob activities.

Cinematics

Scripted sequences involving MythicMobs.

Facts & Systems

Objectives

Track quest progress related to MythicMobs.

  • Mob Kill — Kill specific MythicMobs entities.

External Dependencies

info

Required: MythicMobs - The core plugin for custom mob and skill definitions.

tip

Related: MythicMobs NPC Extension for using MythicMobs as interactive characters.

User guide

  • 1. Trigger Actions — Use action entries to interact with the extension: spawn_mob, despawn_mob, execute_skill. Trigger them from commands, NPCs, events, or other entries. → spawn_mob → despawn_mob

Troubleshooting

The extension is not visible

Check that the installed release matches the supported TypeWriter release and that the related extensions listed in the compatibility section are present.

An entry is missing

In the Typewriter Web panel, use the Search bar or the + button to find or create the entry with its exact identifier. Entry IDs and field names are case-sensitive; do not translate them.

The entry saves but nothing happens

Check that the entry is connected to the trigger, command, objective, event, or menu interaction required by its type. Test with optional permissions and criteria removed, then add them back one at a time.

An integration does not work

Verify the dependency and version shown in the extension card, then check the server log for the first error. Do not replace a missing dependency with a similarly named plugin unless the extension source explicitly supports it.