-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
392bf0e
commit 03b827a
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# exaroton BungeeCord Plugin | ||
A BungeeCord plugin designed to use exaroton servers in your proxy network. | ||
This plugin can be used on proxies that don't run on exaroton as well. | ||
|
||
## Setup | ||
1. Install the plugin and start the server | ||
2. Add the API token in the config.yml | ||
3. Restart the proxy | ||
|
||
## Features | ||
|
||
### Start/Stop commands | ||
Start a server and automatically add it to the network | ||
when it goes online with `/exaroton start <server>` | ||
|
||
To stop a server and remove it use `/exaroton stop` | ||
|
||
The commands require the permission nodes `exaroton.start` and | ||
`exaroton.stop` respectively. | ||
|
||
### Watch servers | ||
Automatically remove offline servers specified in the bungee config | ||
from the network and add them again when they go online. | ||
|
||
This can be disabled in the config. | ||
|
||
### Autostart | ||
Automatically start exaroton servers defined in the plugin config | ||
when the proxy starts and add them to the network. | ||
This can be enabled in the config. |