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>:
Icon: <Material>
Example with a pattern Condition:
bowtension:
Conditions:
- bowtension{value=>0.5} true
Icon: BRICK
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
- Fix issues related to ItemsAdder and MMOItems
- Mobs Filter added on the spawnertool