Skip to content

Commit

Permalink
Update exaroton api and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jan 9, 2025
1 parent 7aef160 commit 4807670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# exaroton Velocity Plugin
A Velocity 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.
This plugin can also be used on proxies that don't run on exaroton.

## Setup
1. Install the plugin and start the server
Expand Down Expand Up @@ -48,5 +48,5 @@ You can call any actions in this plugin from your own Velocity plugin using the

Adding it to your gradle project:
```
implementation 'com.exaroton:velocity:1.4.0'
implementation 'com.exaroton:velocity:1.5.2'
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
annotationProcessor "com.velocitypowered:velocity-api:3.1.1"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.exaroton:api:1.4.0'
implementation 'com.exaroton:api:1.6.1'
}

ext.isReleaseVersion = project.version != "dev"
Expand Down

0 comments on commit 4807670

Please sign in to comment.