Skip to content

Commit

Permalink
Add transferring status
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Sep 23, 2024
1 parent 0d3293d commit 0281457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you're creating a plugin/mod that runs on an exaroton server, you can get the
Gradle:
```gradle
dependencies {
implementation 'com.exaroton:api:1.2.1'
implementation 'com.exaroton:api:1.6.1'
}
```

Expand All @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.exaroton</groupId>
<artifactId>api</artifactId>
<version>1.2.1</version>
<version>1.6.1</version>
</dependency>
```

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/exaroton/api/server/ServerStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ public class ServerStatus {
public static final int LOADING = 6;
public static final int CRASHED = 7;
public static final int PENDING = 8;
public static final int TRANSFERRING = 9;
public static final int PREPARING = 10;
}

0 comments on commit 0281457

Please sign in to comment.