|
|
|
@@ -7,7 +7,7 @@
|
|
|
|
## Purpur
|
|
|
|
## Purpur
|
|
|
|
|
|
|
|
|
|
|
|
[](LICENSE)
|
|
|
|
[](LICENSE)
|
|
|
|
[](https://purpurmc.org/downloads/)
|
|
|
|
[](https://purpurmc.org/downloads/)
|
|
|
|
[](https://www.codefactor.io/repository/github/PurpurMC/Purpur)
|
|
|
|
[](https://www.codefactor.io/repository/github/PurpurMC/Purpur)
|
|
|
|
[](https://purpurmc.org/discord)
|
|
|
|
[](https://purpurmc.org/discord)
|
|
|
|
|
|
|
|
|
|
|
|
@@ -27,7 +27,7 @@ Join us on Discord:
|
|
|
|
## Downloads
|
|
|
|
## Downloads
|
|
|
|
Downloads can be obtained from the [downloads page](https://purpurmc.org/downloads/) or the [downloads API](https://api.purpurmc.org).
|
|
|
|
Downloads can be obtained from the [downloads page](https://purpurmc.org/downloads/) or the [downloads API](https://api.purpurmc.org).
|
|
|
|
|
|
|
|
|
|
|
|
[](https://purpurmc.org/downloads/)
|
|
|
|
[](https://purpurmc.org/downloads/)
|
|
|
|
|
|
|
|
|
|
|
|
Downloads API endpoints:
|
|
|
|
Downloads API endpoints:
|
|
|
|
* List versions of Minecraft with builds available:
|
|
|
|
* List versions of Minecraft with builds available:
|
|
|
|
@@ -67,7 +67,7 @@ Maven
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.purpurmc.purpur</groupId>
|
|
|
|
<groupId>org.purpurmc.purpur</groupId>
|
|
|
|
<artifactId>purpur-api</artifactId>
|
|
|
|
<artifactId>purpur-api</artifactId>
|
|
|
|
<version>1.21.7-R0.1-SNAPSHOT</version>
|
|
|
|
<version>1.21.8-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
@@ -80,7 +80,7 @@ repositories {
|
|
|
|
```
|
|
|
|
```
|
|
|
|
```kotlin
|
|
|
|
```kotlin
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
compileOnly("org.purpurmc.purpur:purpur-api:1.21.7-R0.1-SNAPSHOT")
|
|
|
|
compileOnly("org.purpurmc.purpur:purpur-api:1.21.8-R0.1-SNAPSHOT")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|