Skip to main content

Configuration

The main configuration file is:

plugins/MMOItemsRepair/config.yml

Basic Options

lang: en_us
display-names-file: display-names.yml

lang selects the language file.

display-names-file selects the item display name override file used by the repair GUI.

Sounds

sounds:
open: BLOCK_ANVIL_PLACE
success: BLOCK_ANVIL_USE
fail: ENTITY_VILLAGER_NO

Sound values use Bukkit sound names.

Set a value to an empty string if you do not want to use that sound.

Repair Section

Repair settings are stored under:

repair:
minigame:
enabled: false
profiles: {}

repair.minigame controls the optional timing minigame.

repair.profiles controls what can be repaired, what materials are required, and how much durability is restored.

Configuration Reload

After changing configuration, use:

/mir reload

If the reload fails, check the error message in chat or console. Common causes are invalid Bukkit material names, invalid MMOItems type names, missing sections, or malformed YAML indentation.