MythicMobsGUI [MMGUI]

MC Plugin MythicMobsGUI [MMGUI] 1.12.4
MMGUI is the best GUI editor plugin for MythicMobs

- Added a sign button to input value via chat in Number Selector GUI
To edit the icon add this section and replace <Material>:
Code:
 Icon: <Material>

Example with a pattern Condition:
Code:
 bowtension:
  Conditions:
  - bowtension{value=>0.5} true
  Icon: BRICK
You can now add conditions, mechanics, triggers and targeters yourself to use it in the GUI.
Exemples to create a condition pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Conditions
Code:
bowtension:
  Conditions:
  - bowtension{value=>0.5} true
Exemples to create a Mechanic pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Mechanics
Code:
Jump:
  Mechanics:
  - jump{velocity=20}
  - blockwave{d=100;m=stone;r=5;n=5;v=10;s=sphere} @selflocation...
- Fix issues related to ItemsAdder and MMOItems
Top Bottom