Skip to content

ClemchDev/RepairCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RepairCommand Configurable - PMMP5 for MCBE

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.

Installation

Follow these steps to install the plugin on your Minecraft Bedrock Edition server:

  1. Clone the GitHub repository to your local machine:
git clone https://github.com/ClemchDev/RepairCommand.git
  1. 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.
  1. Restart the server to properly load the plugin.

Configuration

The configuration file for the plugin can be found at RepairCommand/config.yml. You can modify the settings to fit your preferences.

Console Message Configuration

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"

Command Message Configuration

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"

Command Parameters Configuration

This section allows you to configure various parameters for the repair command.

# Allows configuring the command parameters
parameters:
  cooldown-command: 60

Command Configuration

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: ""

Support

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!

About

RepairCommand Configurable - PMMP5 for MCBE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages