Skip to content

FAQ: How to send a command to other server

jingwenMC edited this page Aug 21, 2021 · 5 revisions

Compatable: v1.2-x


Here's what you need to do:

  1. Remember: Players without permission OR not open enable-player-command in configuration cannot send any command to any other server through this plugin.
  2. Please make sure you are using "MessageQueue" mode.
    If you are using "MessageQueue" mode, dependency MQEasy is required.
  3. Please make sure you have set a unique server id in plugin/CommandBridge/config.yml file on each server.
  4. Using the following command to send a command (%serverid% replace for the target server's id you'd set in the targert server's plugin/CommandBridge/config.yml file):
/sendcmdtoserver %serverid% alert helloworld

NOTE: You should set the password in the Spigot plugin/CommandBridge/config.yml file as same as you'd set in the BungeeCord plugin/CommandBridge/config.yml file

This command also have aliases:

scts
sctsbungee (Bungeecord only)
sctsbukkit (Bukkit only)

Further Reading:
Installing EasyMQ: https://github.com/jingwenMC/MQEasy/wiki/Installation
Configuring EasyMQ: https://github.com/jingwenMC/MQEasy/wiki/Configuration

Clone this wiki locally