This plugin allows you to configure repair commands on your Minecraft Bedrock Edition server running PMMP5. The plugin is fully customizable with configuration options for cooldowns and permission management.
Follow these steps to install the plugin on your Minecraft Bedrock Edition server:
- Clone the GitHub repository to your local machine:
git clone https://github.com/ClemchDev/RepairCommand.git
- Use devtool.phar from PocketMine to install the plugin:
- Place the cloned project folder into the plugins directory of your Minecraft Bedrock Edition server with PMMP5 DevTools.phar.
- Alternatively, if you have compiled the plugin yourself, you can place the .phar file directly into the plugins folder.
- Restart the server to properly load the plugin.
The configuration file for the plugin can be found at RepairCommand/config.yml
. You can modify the settings to fit your preferences.
This section allows you to customize the messages sent to the console when the plugin is enabled or disabled.
# Allows configuring console messages
console-messages:
enable: "(+) RepairCommand"
disable: "(-) RepairCommand"
This section allows you to customize the messages sent to players when they use the repair command. You can set the messages that will be sent when a player uses the repair command, including success, permission, and cooldown messages. You can also use the placeholder {COOLDOWN} to dynamically show the remaining time.
# Allows configuring messages when a player uses a command
messages:
only-ingame-message: "This command can only be used in-game"
no-permission-message: "§cYou do not have permission to use this command"
not-repairable-message: "§cThis item cannot be repaired"
cooldown-message: "§c{COOLDOWN}s before you can use this command again"
sucess-message: "§bYou have successfully repaired your item"
This section allows you to configure various parameters for the repair command.
# Allows configuring the command parameters
parameters:
cooldown-command: 60
This section allows you to configure the command name and aliases, making the repair command flexible for different use cases.
# Allows configuring the command itself
command:
usage: "repair"
description: "Allows you to repair the item in your hand"
aliase: ""
If you have any questions, issues, or suggestions, feel free to open an issue on the GitHub repository or contact us directly. We appreciate your contributions and feedback! Thank you for using RepairCommand Configurable. Enjoy customizing your Minecraft server experience!