Skip to main content

Installation

Requirements

Install these before installing MMOItemsRepair:

MMOItems

Recommended environment:

Minecraft: 1.21.x
Server: Paper or compatible Bukkit fork
Java: 21

Install

  1. Stop the server.
  2. Place the MMOItemsRepair jar into the plugins folder.
  3. Make sure MMOItems is already installed.
  4. Start the server.
  5. Confirm that plugins/MMOItemsRepair/ was created.
  6. Edit the generated configuration files.
  7. Run /mmoitemsrepair reload after changing configuration.

Updating

  1. Stop the server.
  2. Back up plugins/MMOItemsRepair/.
  3. Replace the old jar with the new jar.
  4. Start the server.
  5. Compare your old configuration with the latest default configuration.
  6. 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