Mechanics
Other WikisDonate
  • Home
  • Examples
  • Placeholders
  • ⚙️Mechanics
    • Action Bar
    • Boss Bar
    • Command
    • Custom Sound
    • Damage
    • Drop Item
    • Fake Item
    • Firework
    • Flinch
    • Ignite
    • Leap
    • Lightning
    • Message
    • Particle
    • Potion
    • Push
    • Sculk Bloom
    • Sculk Shriek
    • Sound
    • Title
    • Warden Disturbance
  • 🎯Targeters
    • ServerPlayers
    • Shapes
      • Box
      • Scatter
    • Source
    • Target
    • World
  • ❔Conditions
    • Biome
    • Custom Biome
    • Entity Type
    • Gliding
    • Has Permission
    • InCone
    • Light Level
    • Material Category
    • On Ground
    • Range
    • Riding
    • Sneaking
    • Sprinting
  • 🔌Integrations
    • 🌊GeyserMC
    • 🌎MechanicsEverywhere
    • 👽MythicMobs
    • 🔫WeaponMechanics
Powered by GitBook
On this page
  • Mythic Skill Mechanic
  • Mythic Mobs Entity Condition
  • Mythic Mobs Faction Condition
  1. Integrations

MythicMobs

Mechanics and Conditions added for MythicMobs

Last updated 1 year ago

MythicMobs is a custom mob creation plugin with an advanced skills system. Their skill system allow custom mythic mob entities to cast special abilities.

We add the following mechanics for MythicMobs users:

  1. Mythic Skill Mechanic

  2. Mythic Mobs Entity Condition

  3. Mythic Mobs Faction Condition

MythicMobs inspired our Mechanics system, which is why we use similar formats!


Mythic Skill Mechanic

The MythicSkill mechanic allows you to execute a . This lets you use MythicMob's skill system. You can summon mobs, shoot volleys, and many other things. Check out their wiki for a complete list.

MythicMobs wiki:

Argument
Description
Default Value

skill

Which skill to execute

*Required

power

Determines the power variable, if you are a Mythic Premium user

1.0

Mechanics:
  - "MythicSkill{skill=SpawnSkeletons}"

Runs the SpawnSkeletons skill, with the source entity being the cause and trigger.


Mythic Mobs Entity Condition

The MythicMobsEntity condition checks to see if a targeted entity is a specific type of mythic mob. This lets you target specific mythic mobs.

Argument
Description
Default Value

entity

Which mythic mob to check

*Required

Mechanics:
  - "Potion{potion=POISON} @World{} ?MythicMobsEntity{entity=Skeleton_King}"

This example poisons all skeleton king mythic mobs in the current world.


Mythic Mobs Faction Condition

The MythicMobsFaction condition checks to see if a targeted entity is a part of a faction from MythicMobs. This can be used to make undead creates immune to a mechanic (for example).

Argument
Description
Default Value

faction

Which faction should the entity be a part of

None

Mechanics:
  - "Potion{potion=LEVITATION} @World{} ?MythicMobsFaction{faction=undead}"

This example makes all undead mobs in the world levitate.

Mechanics:
  - "Potion{potion=LEVITATION} @World{} ?MythicMobsFaction{}"

This example makes all mobs who ARE a MythicMob but ARE NOT a part of a faction levitate.

🔌
👽
Skill
https://git.mythiccraft.io/mythiccraft/MythicMobs