Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belikhun/simplerepair
Simple Item Repairing Plugin [1.20+]
https://github.com/belikhun/simplerepair
bukkit paper papermc plugin spigot spigot-plugin
Last synced: about 2 months ago
JSON representation
Simple Item Repairing Plugin [1.20+]
- Host: GitHub
- URL: https://github.com/belikhun/simplerepair
- Owner: Belikhun
- Created: 2023-11-16T08:12:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:45:52.000Z (6 months ago)
- Last Synced: 2024-08-15T14:41:16.477Z (6 months ago)
- Topics: bukkit, paper, papermc, plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleRepair - A simple and lightweight repair plugin with economy support
## š® Features
- Repair holding item with `/repair` or `/fix` `(simplerepair.repair)`
- Check repairing cost with `/repairc` or `/fixc` `(simplerepair.repair)`
- Reload configuration `/simplerepair reload` `(simplerepair.reload)`
- All messages are fully customizable
- Cost are calculated based on the amount of damage the tool was given.## š Example Config
```yaml
# SimpleRepair Configuration File# Base cost for repairing an item
base-cost: 10.0# Additional cost per percentage of damage
cost-percentage: 10.0# Messages
messages:
prefix: "cac2ff&lš§°&r &7&l>>&r "
no-console: "&cThis command can only be executed by a player."
must-hold-item: "&cYou must hold an item in your hand to use this command."
not-repairable: "&cThis item cannot be repaired."
not-damaged: "&cThe item is not damaged and doesn't need repairing."
not-enough-money: "&cYou don't have enough money to repair this item."
item-repaired: "&aItem repaired for &e$%cost%&a."
repair-cost: "&aRepair cost: &e$%cost%."
simplerepair-info: "&fSimpleRepair by d1ffcfBelikhun"
simplerepair-command-list:
- "&e/repair - Repair the item in your hand"
- "&e/repairc - Calculate the repair cost"
- "&e/simplerepair reload - Reload the configuration"
simplerepair-reload-success: "&aConfiguration reloaded!"
no-permission: "&cYou don't have permission to use this command."
```