This plugin allows you to send command to other server without bungee. It using MySQL database.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.8
- 1.12
- 1.16
- Languages Supported:
- English
Setup:
1) Upload the plugin to all servers, that will be connected to network
2) Setup MySQL config at all servers to same database
3) Setup the server name at row "server" in config.yml
4) Restart the servers
5) Use command /cscmd <server> <command> to send the command to the server. (Like "/cscmd Survival eco give MineDragonCZ_ 1000")
How it works?
After configuration, the plugin will check every 5 seconds mysql database if contains row that contains server that is configurate in config.yml
If the plugin find any row that contains that server, the plugin will execute the command in column command in MySQL.
Features:
- It´s easy to setup
- The plugin don´t lag the server.
- Plugin can be connected to Skript plugin. (because its on spigot API)
If you have any question or problem, contact me bellow.
Config:
Code (Text):
config_version: '1.0'
prefix: '&6&lServer &8&l>> &f'
error_message: An internal error has ocured!
command_is_not_complete_message: Error! Command is not complete! Use /cscmd help
succes_mess: Command successfully send!
db_host: localhost
db_user: user
db_database: database
db_password: secret password
server: survival
admin_perm: cscmd.edmin
perm_mess: You are not allowed to do this!
help_mess: Usage: /cscmd <server> <command>
Command:
/cscmd <server> <command> - send command to specific server (type the <command> without "/")

Cross Server Command [1.8.x - 1.16.x] 1.0-SNAPSHOT
Send command to other server with spigot!