Skip to content

Commit

Permalink
add api to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Sep 1, 2021
1 parent 1fc5f8f commit f9c1647
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ This can be enabled in the config.
### Autostop
Automatically stop exaroton servers defined in the plugin config
when the proxy shuts down.
This can be enabled in the config.
This can be enabled in the config.

## Plugin API
You can call any actions in this plugin from your own Velocity plugin using the ExarotonPluginAPI class.

Adding it to your gradle project:
```
implementation 'com.exaroton:velocity:1.4.0'
```

0 comments on commit f9c1647

Please sign in to comment.