Execute commands on all connected spigot servers with only one single command!
Example
API
public static void main(String[] args) throws IOException {
UniversalCommands.getApi().sendRequest("time set 0");
}
- Clone this repo to your local machine using
https://github.com/janbnz/UniversalCommands.git
- Coming soon
- Spigot for the spigot plugin.
- BungeeCord for the bungeecord plugin.
- RabbitMQ as message broker.
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/janbnz/UniversalCommands.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/janbnz/UniversalCommands/compare/
.
-
What is UniversalCommands?
- With UniversalCommands you can execute a command to all connected spigot servers.
-
What is needed for UniversalCommands?
- For UniversalCommands you need at least:
- A Spigot server.
- A BungeeCord server.
- A RabbitMQ server.
- For UniversalCommands you need at least:
-
How can I use UniversalCommands?
- Just execute
/executeAll **your command**
on one of the connected spigot servers.
- Just execute
- The Unlicense
- Copyright 2020 © Jan Benz.