mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
10 KiB
10 KiB
See https://github.com/pl3xgaming/purpur for additional information. I copy-pasted this readme from there.
Purpur
Purpur is a fork of Paper and Tuinity with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Contact
Join us on Discord
Downloads
Downloads can be obtained from Pl3x's Jenkins CI Server.
Legacy Builds
- 1.16.3 builds 751-808
- 1.16.2 builds 711-750
- 1.16.1 builds 608-710
- 1.15.2 builds 398-606
- 1.15.1 builds 348-397
- 1.15 builds 339-346
- 1.14.x builds 337 and below
bStats
API
Purpur API maven dependency:
<dependency>
<groupId>net.pl3x.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<repository>
<id>purpur</id>
<url>https://repo.pl3x.net/</url>
</repository>
Purpur API gradle dependency:
maven {
name 'purpur'
url 'https://repo.pl3x.net/'
}
compileOnly 'net.pl3x.purpur:purpur-api:1.16.4-R0.1-SNAPSHOT'
Yes, this also includes all API provided by Paper, Spigot, and Bukkit.