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

Last edited by Ethan Aug 03, 2020
Page history

Recipe 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: .... triggers: - 'vanilla{type=STICK,amount=3}' ```

Available Trigger Types

Trigger Description Format/Example
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!"}"}
experience Gives player experience. exp{profession=<PROFESSION>;amount=<AMOUNT>}
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}

Optional Trigger Types

Trigger Requires Description Format/Example
mmskill MythicMobs 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
  • Recipe Options

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