Updated Item Creation (markdown) authored by Indyuce's avatar Indyuce
...@@ -3,6 +3,7 @@ There are two methods you can use to create items with MMOItems. ...@@ -3,6 +3,7 @@ There are two methods you can use to create items with MMOItems.
## First method: Item Edition GUI ## First method: Item Edition GUI
This method is used to create items directly in game, without the use of config files.\ This method is used to create items directly in game, without the use of config files.\
This is a powerful and easy-to-understand method but I'd recommend advanced users to use the second one, which is way quicker if you already know all the item stats and how they work.\ This is a powerful and easy-to-understand method but I'd recommend advanced users to use the second one, which is way quicker if you already know all the item stats and how they work.\
![](https://i.imgur.com/GtRzKfH.gif) ![](https://i.imgur.com/GtRzKfH.gif)
1. Open the game and create your item via this command: `/mi create <ITEM_TYPE> <YOUR_ITEM_ID>` 1. Open the game and create your item via this command: `/mi create <ITEM_TYPE> <YOUR_ITEM_ID>`
... ...
......