Installation
Requirements
Install these before installing MMOItemsRepair:
MMOItems
Recommended environment:
Minecraft: 1.21.x
Server: Paper or compatible Bukkit fork
Java: 21
Install
- Stop the server.
- Place the MMOItemsRepair jar into the
pluginsfolder. - Make sure MMOItems is already installed.
- Start the server.
- Confirm that
plugins/MMOItemsRepair/was created. - Edit the generated configuration files.
- Run
/mmoitemsrepair reloadafter changing configuration.
Updating
- Stop the server.
- Back up
plugins/MMOItemsRepair/. - Replace the old jar with the new jar.
- Start the server.
- Compare your old configuration with the latest default configuration.
- Run
/mmoitemsrepair reload.
When updating from an older version, check config.yml, menu.yml, and display-names.yml. New versions may add new GUI fields, minigame fields, or language messages.
Language
The active language is configured in config.yml:
lang: en_us
Examples:
lang: en_us
lang: zh_cn
lang: zh_tw
The value is resolved to a file under lang/. For example, zh_cn loads:
lang/zh_cn.yml