Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Aug 6, 2021
1 parent 3965c3b commit 1ee063b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ This plugin can be used on proxies that don't run on exaroton as well.
## Features

### Start/Stop commands
Start a server and automatically add it to the network
when it goes online with `/exaroton start <server>`
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`.
Restarting a server is possible with `/exaroton restart`.

To stop a server and remove it use `/exaroton stop`
To start watching a server, or to add a server that is already online
use `/exaroton add`. To remove a server from the proxy and stop watching
it use `/exaroton remove`.

The commands require the permission nodes `exaroton.<subcommand>` e.g.
`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
Expand Down

0 comments on commit 1ee063b

Please sign in to comment.