This plugin allows you to configure random teleportation commands on your Minecraft Bedrock Edition server running PMMP5. The plugin is fully customizable with configuration options for cooldowns, permission management, and teleportation boundaries.
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/RtpCommand.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 RtpCommand/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: "(+) RtpCommand"
disable: "(-) RtpCommand"
This section allows you to customize the messages sent to players when they use the teleport command. You can set the messages that will be sent when a player uses the teleport 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 executed in-game"
no-permission-message: "§cYou do not have permission to use this command"
cooldown-message: "§c{COOLDOWN}s before the next use"
success-message: "§bYou have been teleported successfully"
This section allows you to configure various parameters for the teleportation command, including cooldown time, teleportation boundaries, and required permissions.
# Allows configuring the command parameters
parameters:
cooldown-command: 60
min-X: -2000 # Minimum X boundary for teleportation
max-X: 2000 # Maximum X boundary for teleportation
min-Z: -2000 # Minimum Z boundary for teleportation
max-Z: 2000 # Maximum Z boundary for teleportation
This section allows you to configure the command name and aliases, making the teleportation command flexible for different use cases.
# Allows configuring the command itself
command:
usage: "rtp"
description: "Allows random teleportation"
aliase: "randomtp"
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 RtpCommand Configurable. Enjoy customizing your Minecraft server experience!