πŸ”§ Repair

πŸ“Œ The Repair feature allows you to repair your items through a GUI. You can repair multiple items by placing them into the GUI.

Repair GUI

πŸ”§ How Repair Works

The Repair function works only when the player places the item they wish to repair into the GUI. The behavior and permissions for which items can be repaired can be fully configured in the plugin's configuration file.


πŸ”‘ Permission

Each station has its own permission requirement in order to be used. Of course, you can customize or change the permission to suit your needs.


🌟 Features

1. Filter Type Applies To

🎯 When enabled, this will only filter for types that match those defined in applies-to (for MMOItems).


2. Allow Vanilla Item

πŸͺ“ When enabled, you will be able to repair Vanilla Minecraft items within this GUI.


3. Cost System

πŸ’° This feature allows you to use currencies such as PlayerPoints, CoinsEngine, or Vault.

If you want to use a currency other than Vault, you must specify it using the currency: option β€” for example:

  • currency: pp β†’ PlayerPoints

  • currency: ce;<currency> β†’ CoinsEngine

And it also supports using custom placeholders from the system itself.


πŸ’΅ Example Cost Configurations

PlayerPoints Example

CoinsEngine Example (Custom Currency)

Vault (Default) Example


Last updated