![MythicMobsGUI [MMGUI] icon](https://images.polymart.org/product/2641/thumbnail.png?t=1&v=3)
MythicMobsGUI [MMGUI] 1.11.1
MMGUI is the best GUI editor plugin for MythicMobs
1.6.0
May 19, 2023
Version 1.6.0: Fix issues & new feature added
- Added a sign button to input value via chat in Number Selector GUI
1.5.6
Mar 31, 2023
Version 1.5.6: You can now change the item Icon of a Pattern
To edit the icon add this section and replace <Material>:
Icon: <Material>
Example with a pattern Condition:
bowtension:
Conditions:
- bowtension{value=>0.5} true
Icon: BRICK
1.5.5
Mar 24, 2023
Version 1.5.5: new Feature Patterns
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
Exemples to create a condition pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Conditions
bowtension:
Conditions:
- bowtension{value=>0.5} true
Exemples to create a Mechanic pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Mechanics
Jump:
Mechanics:
- jump{velocity=20}
- blockwave{d=100;m=stone;r=5;n=5;v=10;s=sphere} @selflocation
Exemples to create a Trigger pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Triggers
every2sec:
Trigger: "~onTimer:40"
Exemples to create a Targeter pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/Targeters
playernearest:
Targeter: "@PlayersInRadius{r=30;limit=2;sort=NEAREST}"
new command /mmgui reload this command is to reload the pattern files for the moment
1.5.3
Mar 3, 2023
Version 1.5.3: Fix issues related to ItemsAdder and MMOItems
- Fix issues related to ItemsAdder and MMOItems