![MythicMobsGUI [MMGUI] icon](https://images.polymart.org/product/2641/thumbnail.png?t=1&v=3)
MythicMobsGUI [MMGUI] 1.11.4
MMGUI is the best GUI editor plugin for MythicMobs
1.7.4
Dec 8, 2023
Version 1.7.4: Filter added on ModelEngine 3 and 4
- Filter added on ModelEngine 3 and 4
1.7.3
Nov 24, 2023
Version 1.7.3: Filter Added on ItemsAdder Drops
- Filter Added on ItemsAdder Drops
1.7.2
Nov 17, 2023
Version 1.7.2: Fix an issue with DecentHolograms
- Fix an issue with DecentHolograms
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