Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M mmoitems
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • mmoitems
  • Wiki
  • Recipe Triggers

Recipe Triggers · Changes

Page history
added new triggers authored Aug 03, 2020 by Ethan's avatar Ethan
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 3 deletions
+6 -3
  • Recipe-Triggers.creole Recipe-Triggers.creole +6 -3
  • No files found.
Recipe-Triggers.creole
View page @ 8a9f77b5
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, there is no default triggers but you can add some using an addon. 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.
``` ```
recipes: recipes:
steel-sword: steel-sword:
.... ....
triggers: triggers:
- 'exp{profession=smithing,amount=5}' - 'vanilla{type=STICK,amount=3}'
``` ```
...@@ -13,4 +13,7 @@ recipes: ...@@ -13,4 +13,7 @@ recipes:
| message | Sends a message to the player. | {{{message{format="&aYour message here... "}}}} | | message | Sends a message to the player. | {{{message{format="&aYour message here... "}}}} |
| command | Makes the console perform a command. | {{{command{format="tellraw @a {"text":"Hello!"}"}}}} | | command | Makes the console perform a command. | {{{command{format="tellraw @a {"text":"Hello!"}"}}}} |
| experience | Gives player experience. | {{{exp{profession=<PROFESSION>;amount=<AMOUNT>}}}} | | experience | Gives player experience. | {{{exp{profession=<PROFESSION>;amount=<AMOUNT>}}}} |
| sound | Broadcasts a sound to the player. | {{{sound{sound=<SOUND_NAME>;volume=<VOLUME>;pitch=<PITCH>}}}} | | sound | Broadcasts a sound to the player. | {{{sound{sound=<SOUND_NAME>;volume=<VOLUME>;pitch=<PITCH>}}}} |
\ No newline at end of file | 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}}}} |
Clone repository

  • Home
  • Installation Guide
  • Commands

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Upgrading
  • Soulbound

Crafting Stations

  • Crafting Stations
  • Upgrading Recipes
  • Recipe Conditions
  • Recipe Ingredients
  • Recipe Triggers

Custom Blocks

  • Custom Blocks
  • World Gen Templates

Item Management

  • Item Updater
  • Item Drop Tables

Item Generator

  • General
  • Item Templates
  • Item Modifiers
  • Complex Stats
  • Obtaining a random item

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Main API Features
  • Stat API