- 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
Exemples to create a Mechanic pattern: create a file named <name>.yml in MythicMobsGUI/Patterns/MechanicsCode:bowtension: Conditions: - bowtension{value=>0.5} true
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