KcCommandBridge
Fix issues with command execution across servers in MultiPaper.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
KcCommandBridge
The plugin only supports MultiPaper 1.20.1 server.
Plugin Introduction
- This is a command forwarding plugin developed specifically for MultiPaper servers, offering highly customizable features and compatibility with the majority of plugins.
Reason for Development
- Many MultiPaper server owners may have encountered a situation where two players are on different sub-servers, and one player sends a TPA request to the other. While the recipient can see the request prompt, they receive a message stating there are no requests to accept when entering the accept command. - This plugin aims to solve this issue. By defining commands in the configuration file, the plugin automatically forwards command requests to the target player's MultiPaper sub-server, ensuring normal execution.
Command & Permissions
- kccommandbridge.reload - kccommandbridge.reload - Reload the configuration file.
Configuration File
```
Output debug logs
debug: false
List of commands to forward
Asterisks represent custom content
commands: - "cmi tpa *" - "trade *" ```