MythicMobsElement (MythicMobs Add-on) [1.17-1.21.X] icon

MythicMobsElement (MythicMobs Add-on) [1.17-1.21.X] -----

It allows the use of MythicLib element resistance in MythicMobs



Java version 17 or higher is required
This plugin is a MythicMobs add-on


Requirements
- MythicMobs 5.4.0 or higher
- MythicLib 1.6 or higher

Description
- It allows the use of MythicLib element system through MythicMobs Variable feature

Code (YAML):
Elements:
  FIRE
: #Element ID in MythicLib
    Variable
: MME_FIRE #Name of variable to use in MythicMobs
  ICE
:
    Variable
: MME_ICE
  EARTH
:
    Variable
: MME_EARTH
  WIND
:
    Variable
: MME_WIND
  THUNDER
:
    Variable
: MME_THUNDER
  WATER
:
    Variable
: MME_WATER
  DARKNESS
:
    Variable
: MME_DARKNESS
  LIGHTNESS
:
    Variable
: MME_LIGHTNESS
  #Add or change as much as you like
 

Code (Text):

aliases: mme

/mythicmobselement reload
mythicmobselement.command.reload

How to use (Based on default config.yml)
All of the following examples produce the same result
TestMob Receive 50% more FIRE damage
TestMob Take 50% less ICE damage

Code (YAML):
TestMob:
  Type
: Zombie
  Variables
:
    MME_FIRE
: -0.5
    MME_ICE
: 0.5

Code (YAML):
TestMob:
  Type
: Zombie
  Skills
:
 - setvariable {var=MME_FIRE;value= "-0.5";type=STRING;s=CASTER } @self ~onSpawn
  - setvariable {var=MME_ICE;value= "0.5";type=STRING;s=CASTER } @self ~onSpawn


If you have any errors or suggestions, please report them on Discord or Github issue

Dev builds are uploaded on the Discord.

Join Discord if you need help:
https://discord.gg/JvgEQrTehz
Resource Information
Author:
----------
Total Downloads: 50
First Release: Jan 1, 2025
Last Update: Jan 1, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings