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
  • Commands

Commands · Changes

Page history
Added commands page to Github. authored Apr 30, 2020 by Ashen's avatar Ashen
Hide whitespace changes
Inline Side-by-side
Showing with 30 additions and 0 deletions
+30 -0
  • Commands.creole Commands.creole +30 -0
  • No files found.
Commands.creole 0 → 100644
View page @ 3717a1fd
| **GENERAL**
| /mmoitems help <page> | Opens this menu up and takes you straight to the page requested |
| /mmoitems reload | Reloads the entire plugin, after editing config files. No need to restart your server! |
| /mi reload (adv-recipes/stations) | Reloads the plugin or reloads the advanced recipes/crafting stations if applicable. |
| **ITEM COMMANDS**
| /mmoitems create <type> <id> | Creates a new item with the specified item type and item ID. ID is NOT the display name.|
| /mmoitems load <type> <id> | Creates a new item based off of the item you are holding. It will carry over all data. Very useful if migrating from another item plugin. |
| /mi copy <type> <current-id> <new-id> | Copies the item you are holding into a new item with a different ID. Useful if mass producing. |
| /mi delete <type> <id> | Deletes the specified item. |
| /mi edit <type> <id> | Edits the specified item inside the [[in game GUI|Item-Creation]]. |
| /updateitem | Updates the item you are holding. |
| /updateitem <type> <id> | Turns on the automatic [[item updater|Item-Updater]] for a specific item. It is not totally recommended to leave this on constantly as always updating items may eventually cause lag if you have enough. |
| /mi drop <type> <item-id> <world> <x> <y> <x> | A command to generate and drop (essentially spawn in an item without putting it in a players inventory). |
| /mi identify | Manually identifies the item you are holding. |
| /mi unidentify | Manually UNidentifies the item you are holding. |
| /mi <type> <item> (player) (min-max) (unident-chance) | Gives an item to a player |
| **ITEM MANAGEMENT**
| /mi browse | Pulls up an interactable [[GUI|Item-Creation]] library of ALL of our created items, sorted by item types. (Recommended for most item creation!) |
| /mi itemlist <type> | Lists all items from a specific item type. |
| /mi allitems | Lists all created items, not as useful as /mi browse. |
| **CRAFTING STATIONS**
| /mi stations list | Lists all current crafting stations. |
| /mi stations open <station> (player) | This opens the specified station, for the specified player. This is the command you would use to bind stations to blocks. |
| /advancedworkbench | Manually opens the advanced workbench. |
== Other Commands
| /mi ability <ability> (player) (mod1) (val1) (mod2) (val2) | Cast an MMOItems ability (works with MM skills as well). There is arguments to select the ability, the player who casts it, and modify the values like damage and cooldown etc. |
| /mi heal | Similar to essentials/CMI heal, this heals you and removes all negative effects. |
| /mi info (player) | Opens up a useful chat menu with information about the player. This includes stats like class and mana (if applicable). |
| /mi list (type/spirit/ability) | Shows all available types for weapons,staff spirits, entities etc. |
\ No newline at end of file
Clone repository

  • Home
  • Installation Guide

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

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API