Configuration

Customize repair costs and behavior for your server

The plugin is configured through a single JSON file located at:

worldFolder/mods/BjornV_RepairBench/config.json

If the file does not exist, it will be created automatically on first server start with default values.

Structure

Key
Type
Description

DefaultRepairCost

Object

Base repair cost applied to all items unless overridden.

CustomRepairCosts

Array

Per-pattern overrides for specific items.

ExcludedMatches

Array

Patterns for items that cannot be repaired.

If CustomRepairCosts is omitted entirely, the plugin populates it with a built-in set of defaults. If it is present but empty, no custom costs are applied.

Subpages

Reloading

After editing the config file, apply changes without restarting the server:

Troubleshooting

Config fails to load on startup:

The config file contains invalid JSON. To recover:

  1. Stop the server.

  2. Delete worldFolder/mods/BjornV_RepairBench/config.json.

  3. Restart the server. A fresh default config will be generated.

Changes are not applying:

Run /rbreload or restart the server after every edit.

An item is not appearing in the repair menu:

Check whether the item matches a pattern in ExcludedMatches. See the ExcludedMatches page for details.

Last updated