Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
/ UniversalCommands Public archive

Send commands to all connected spigot servers with only one command!

License

Notifications You must be signed in to change notification settings

janbnz/UniversalCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniversalCommands

Execute commands on all connected spigot servers with only one single command!

Build Status Coverage Status License

Example

Example GIF

API

API GIF


Example

public static void main(String[] args) throws IOException {
    UniversalCommands.getApi().sendRequest("time set 0");
}

Clone

  • Clone this repo to your local machine using https://github.com/janbnz/UniversalCommands.git

Documentation

  • Coming soon

Dependencies


Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/janbnz/UniversalCommands.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


FAQ

  • What is UniversalCommands?

    • With UniversalCommands you can execute a command to all connected spigot servers.
  • What is needed for UniversalCommands?

  • How can I use UniversalCommands?

    • Just execute /executeAll **your command** on one of the connected spigot servers.

License

License