MythicMobs
Official compatibility
| Element | Reference |
|---|---|
TypeWriter | Required. Use the official TypeWriter release supported by the extension release. |
| Related extensions | Install 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.
- Source Code — View the source on GitHub.
- Official release v0.8 — Download the published JAR.
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.
- Spawn Mob — Spawn custom entities.
- Despawn Mob — Remove active mobs.
- Execute Skill — Run Mythic skills.
Events
Triggers responding to MythicMob activities.
- Mob Death — Detect mob kills.
- Interact — Handle clicks on mobs.
- Kill Player — Detect player deaths.
Cinematics
Scripted sequences involving MythicMobs.
- Mob Cinematic — Script mob behaviors in scenes.
- Skill Cinematic — Trigger skills during cutscenes.
Facts & Systems
- Mythic Facts — Check level, faction, stance, and counts.
- Mythic Spawners — Manage active spawners.
Objectives
Track quest progress related to MythicMobs.
- Mob Kill — Kill specific MythicMobs entities.
External Dependencies
Required: MythicMobs - The core plugin for custom mob and skill definitions.
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.