Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
commands [2019/10/03 03:44]
joshin
commands [2020/07/01 03:13] (current)
Line 3: Line 3:
  
 MMOItems has an intuitive and clickable in game commands/​help viewer. When running the base plugin command /mi or /mmoitems, it will pull up the same menu as shown in the image above. The arrows are clickable, and hovering over a command will give you a detailed description of the command and give you optional/​required syntax. MMOItems has an intuitive and clickable in game commands/​help viewer. When running the base plugin command /mi or /mmoitems, it will pull up the same menu as shown in the image above. The arrows are clickable, and hovering over a command will give you a detailed description of the command and give you optional/​required syntax.
- 
-==Tips== 
  
 () = Optional - This shows that these arguments are not required to run the command. () = Optional - This shows that these arguments are not required to run the command.
Line 11: Line 9:
 We also have auto-completion. We also have auto-completion.
  
-====/mi help page==== +| **Usage** | **Description** | 
-Opens this menu up and takes you straight to the page requested+/mi help <page> | Opens this menu up and takes you straight to the page requested ​| 
- +/mi <​type>​ <​item>​ (player) (min-max) (unident-chance) ​| Gives an item to a player | 
-====/mi <​type>​ <​item>​ (player) (min-max) (unident-chance)==== +/mi browse ​| Pulls up an interactable GUI library of ALL of our created items, sorted by item types | 
-This is the command used to give items to players or get an item yourself. Often confusing because it doesn'​t state that it is the give command. +/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 browse==== +/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). ​| 
-This is an extremely useful command which pulls up an interactable GUI library of ALL of our created items, sorted by item types. +/mi heal Similar to essentials/​CMI heal, this heals you and removes all negative effects. ​| 
-====/mi ability <​ability>​ (player) (mod1) (val1) (mod2) (val2)==== +/mi identify | Manually identifies the item you are holding. ​| 
-This is a command used to manually cast MMOItems ​abilities ​(works with MythicMobs ​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 unidentify | Manually UNidentifies the item you are holding. ​| 
-====/mi drop <​type>​ <​item-id>​ <​world>​ <x> <y> <x>==== +/mi info (player) ​Opens up a useful chat menu with information about the player. This includes stats like class and mana (if applicable). ​| 
-A command to generate and drop (essentially spawn in an item without putting it in a players inventory). +/mi list (type/​spirit/​ability) ​Shows all available types for weapons,​staff spirits, entities etc. | 
-====/mi heal==== +/mi reload (adv-recipes/​stations) ​Reloads the plugin or reloads the advanced recipes/​crafting stations if applicable. ​| 
-Similar to essentials/​CMI heal, this heals you and removes all negative effects. +/mi create <​type>​ <​id> ​Creates a new item with the specified item type and item ID. ID is NOT the display name. | 
-====/mi idenfity==== +/mi 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. ​| 
-Manually identifies the item you are holding. +/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 unidentifty==== +/mi delete <​type>​ <​id> ​Deletes the specified item. | 
-Manually UNidentifies the item you are holding. +/mi edit <​type>​ <​id> ​Edits the specified item inside the in game GUI. | 
-====/mi info (player)==== +/mi itemlist <​type> ​Lists all items from a specific item type. | 
-Opens up a useful chat menu with information about the player. This includes stats like class and mana (if applicable). +/mi allitems ​Lists all created items, not as useful as /mi browse. ​| 
-====/mi list (type/​spirit/​ability)==== +/mi stations list Lists all current crafting stations. ​| 
-Shows all available types for weapons,​staff spirits, entities etc. +/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. ​| 
-====/mi reload (adv-recipes/​stations)==== +/​advancedworkbench ​Manually opens the advanced workbench. ​| 
-Reloads the plugin or reloads the advanced recipes/​crafting stations if applicable. +/​updateitem ​Updates the item you are holding. ​| 
-====/mi create <​type>​ <id>==== +/updateitem <​type>​ <​id> ​Turns on the automatic 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. ​|
-Creates a new item with the specified item type and item ID. ID is NOT the display name. +
-====/mi 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. +
-====/mi itemlist <​type>​==== +
-Lists all items from a specific item type. +
-====/mi allitems==== +
-Lists all created items, not as useful as /mi browse. +
-====/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. +
-====/updateitem==== +
-Updates the item you are holding. +
-====/updateitem <​type>​ <id>==== +
-Turns on the automatic 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. +
- +

commands.1570074268.txt.gz · Last modified: 2020/07/01 03:13 (external edit)