Skip to main content

Installation

Dependencies

Required:

PluginPurpose
MMOItemsProvides the equipment and item data read by MMOitemsUpgrade.
MythicLibProvides the item/stat infrastructure used by MMOItems.
VaultRequired when upgrade costs use economy money.

Optional:

PluginPurpose
AuraSkillsAdds skill experience, success-rate bonuses, and cost reduction.
ItemsAdderAllows custom item materials.
CraftEngineAllows custom item integrations where supported.
MythicMobsAllows MythicMobs item materials.
NexoAllows Nexo item materials.
PlaceholderAPIExposes player upgrade statistics as placeholders.

Install Steps

  1. Stop the server.
  2. Install MMOItems, MythicLib, and any optional integrations you plan to use.
  3. Place the MMOitemsUpgrade jar into the server plugins folder.
  4. Start the server once.
  5. Check the console for startup errors.
  6. Edit the generated files under plugins/MMOitemsUpgrade/.
  7. Run /mmoupgrade reload after changes.

Language

Set the language option in config.yml:

language: en_US

Supported values:

ValueLanguage
en_USEnglish
zh_CNSimplified Chinese
zh_TWTraditional Chinese

Restart or reload the plugin after changing language so cached GUI text and messages can refresh.

Version Notes

The current project version is 2.0.50. The plugin declares api-version: '1.20' and is built for modern Paper-compatible servers.