Skip to main content

Prerequisites

Before installing IonTech’s Modular Systems, ensure you have the following plugins installed on your server:
  • MythicMobs Premium (latest build)
  • Crucible (required for items)
  • ModelEngine (required for Model Modules, optional for other features)
  • PlaceholderAPI (required)
This framework requires MythicMobs Premium. The free version of MythicMobs will not work.

Installation Steps

1

Install Dependencies

Download and install all required plugins listed above. Make sure you’re running the latest build of MythicMobs Premium for best compatibility.
2

Configure MythicMobs

Navigate to MythicMobs/Config/config-skills.yml and set the following options:
TargetArmorStands: true
TargetMarkers: true
After making these changes, reload MythicMobs with /mm reload.
Both TargetArmorStands and TargetMarkers must be set to true for the modular system to function correctly.
3

Install PlaceholderAPI Expansions

IonTech’s Modular Systems requires two PlaceholderAPI expansions:
/papi ecloud download Math
/papi ecloud download String
/papi reload
4

Configure PlaceholderAPI

Open Plugins/PlaceholderAPI/config.yml and add the following string replacements configuration. If a string: section already exists, merge these settings into it:
string:
  replacements:
    cleanup:
      '_': ""
    small-text:
      '0': 
      '1': 
      '2': 
      '3': 
      '4': 
      '5': 
      '6': 
      '7': 
      '8': 
      '9': 
      a: 
      b: ʙ
      c: 
      d: 
      e: 
      f: ғ
      g: ɢ
      h: ʜ
      i: ɪ
      j: 
      k: 
      l: ʟ
      m: 
      n: ɴ
      o: 
      p: 
      q: ǫ
      r: ʀ
      s: s
      t: 
      u: 
      v: 
      w: 
      x: x
      y: ʏ
      z: 
    small-numbers:
      '0': 
      '1': 
      '2': 
      '3': 
      '4': 
      '5': 
      '6': 
      '7': 
      '8': 
      '9': 
  separator: _
After adding this configuration, reload PlaceholderAPI with /papi reload.
5

Install the Skill Pack

Copy the IonTech's Modular Systems pack folder into your MythicMobs/Packs/ directory.Reload MythicMobs with /mm reload to load all the modular skills.
6

Verify Installation

Check that everything loaded correctly:
/mm skills list
Look for skills like spell-init, Spell, and the demo spells (e.g., burning_blast-cast, flame_flicker-cast).

Next Steps

Now that you’ve installed IonTech’s Modular Systems, you’re ready to start creating your own spells and abilities! Check out the Quick Start guide to build your first modular spell.

Build docs developers (and LLMs) love