|
|
Recipe triggers are recipe options which do not display in the recipe GUI item. They dictate actions which are performed when the recipe is used by a player. Currently, these are the default triggers.
|
|
|
Recipe triggers are recipe options which do not display in the recipe GUI item. They dictate actions which are performed when the recipe is used by a player. Currently, these are the available triggers.
|
|
|
```
|
|
|
recipes:
|
|
|
steel-sword:
|
... | ... | @@ -16,4 +16,7 @@ recipes: |
|
|
| sound | Broadcasts a sound to the player. | {{{sound{sound=<SOUND_NAME>;volume=<VOLUME>;pitch=<PITCH>}}}} |
|
|
|
| vanilla | Gives a vanilla item to the player. | {{{vanilla{type=DIAMOND;amount=3}}}} |
|
|
|
| mmoitem | Gives an mmoitem to the player. | {{{mmoitem{type=SWORD;id=FALCON_BLADE;amount=2}}}} |
|
|
|
| mmskill | Cast a MythicMobs skill. | {{{mmskill{id=MythicMobsSkillInternalName}}}} | |
|
|
|
|
|
== Optional Trigger Types
|
|
|
| Trigger | Requires | Description | Format/Example |
|
|
|
| mmskill | MythicMobs | Cast a MythicMobs skill. | {{{mmskill{id=MythicMobsSkillInternalName}}}} | |