Replacing server command
It is fairly simple to replace the proxy's default /server command with the queue command.
Replace the server command with the queue command
Bungeecord
- Open modules.yml (in the bungeecord server folder)
- Remove the line that says
'jenkins://cmd_server'
- Save and close modules.yml
- Delete cmd_server.jar in the modules folder
- Set
enable-server-command
to true in ajQueue's config - Restart bungeecord
Velocity
- Set
enable-server-command
to true in ajQueue's config - Restart velocity
Undo replacing the server command
Bungeecord
Follow these steps to undo this:
- Delete modules.yml (or just add back the line that says
'jenkins://cmd_server'
) - Set
enable-server-command
to false in ajQueue's config - Restart bungeecord
Velocity
- Set
enable-server-command
to false in ajQueue's config - Restart velocity