πŸ”„ Update Item

πŸ“Œ The Update Item feature is only used to update items that are broken or bugged due to various processes. You can use this station to replace the item based on the MMOItems config, similar to using /mi browse to give the player a new item.

Update Item GUI

πŸ› οΈ How Update Item Works

The Identification station only works when the item placed in the GUI is an MMOItem. Once the player clicks the Confirm button, the item will be Update New Item


πŸ”‘ Permission

Each station has its own permission requirement in order to be used. Of course, you can customize or change the permission to suit your needs.


πŸ’Έ 1. Cost

This feature allows you to use currencies such as PlayerPoints, CoinsEngine, or Vault. If you want to use a currency other than Vault, you must specify it using the currency: option β€” for example:

  • currency: pp for PlayerPoints

  • currency: ce;<currency> for CoinsEngine

And it also supports using custom placeholders from the system itself.


πŸ’΅ Example Cost Configurations

PlayerPoints Example


CoinsEngine Example (Custom Currency)


Vault (Default) Example


Last updated