RepairUI


Repair and customize your item names with RepairUI, use money or experience to perform these actions. Only for PocketMine-MP 5.0 servers


๐ Wiki
- Check our plugin wiki for features and secrets in the...
๐ก Implementations
๐พ Config
# ____ _ _ _ ___
# | _ \ ___ _ __ __ _ (_) _ __ | | | | |_ _|
# | |_) | / _ \ | '_ \ / _` | | | | '__| | | | | | |
# | _ < | __/ | |_) | | (_| | | | | | | |_| | | |
# |_| \_\ \___| | .__/ \__,_| |_| |_| \___/ |___|
# |_|
# by fernanACM
# Repair and customize your item names with RepairUI, for PocketMine-MP 5.0 servers
# DO NOT TOUCH!
config-version: "1.0.0"
# Plugin prefix
Prefix: "&l&f[&dRepairUI&f]&8ยป&r "
# Languages
# "eng", // English
# "spa", // Spanish
# "ger", // German
# "indo", // Indonesian
# "vie" // Vietnamese
language: eng
# Usa economyapi, bedrockeconomy, xp
Economy:
provider: bedrockeconomy
# ==(SETTINGS)==
Settings:
Use:
# Use "true" or "false" to interact with the anvil
anvil: true
Commands:
# Use "true" or "false" to run the command
# RepairAll command; /repair all
all: true
# Use "true" or "false" to run the command
# RepairHand command: /repair hand
hand: true
# Use "true" or "false" to run the command
# RepairAll command; /repair rename <name>
rename: true
# Use "true" or "false" to run the command
# RepairAll command; /repair lore <lore>
lore: true
# ==(REPAIR COST)==
RepairCost:
# Repair mode
Repair:
# Put the amount of money cost to repair the items
money-cost: 30
# Put the amount of experience cost to repair the items
xp-cost: 10
# Damage repair mode. The price will be multiplied by the damage of the item.
# IT IS RECOMMENDED TO PUT THE PRICE LOW IF THIS OPTION IS CURRENT.
# Use "true" or "false" to enable/disable this option
damage-mode: false
# Lore mode
Lore:
# Put the amount of money cost to change the lore of the items
money-cost: 60
# Put the amount of experence cost to change the lore of the items
xp-cost: 20
# Rename mode
Rename:
# Put the amount of money cost to change the name of the items
money-cost: 50
# Put the amount of experence cost to change the name of the items
xp-cost: 20
๐น Commands
Command | Description |
---|
/repairui | Open the main menu |
/repairui help | Command list |
/repairui all | Repair all items |
/repairui hand | Repair the items in your hand |
/repairui rename | Rename the item in your hand |
/repairui lore | Lore the item in your hand |
๐ Permissions
Permission | Description |
---|
repairui.cmd.acm | Executing the command |
repairui.help.acm | Command list |
repairui.repair.all | Repair all command |
repairui.repair.hand | Repair hand command |
repairui.repair.money | Repair with money |
repairui.repair.xp | Repair with xp |
repairui.rename.money | Rename with money |
repairui.rename.xp | Rename with xp |
repairui.rename.cmd | Rename command |
repairui.lore.money | Lore with money |
repairui.lore.xp | Lore with xp |
repairui.lore.cmd | Lore command |
๐ MultiLanguage
๐ข Report bug
- If you find any bugs in this plugin, please let me know via: issues
๐ Contact
โ Credits