eggs/minecraft/java/purpur/README.md
2020-11-23 02:25:27 -06:00

10 KiB

Purpur-by-DrBot

Purpur

See pl3xgaming/purpur for additional information. I copy-pasted this readme from there.

MIT License Download from Jenkins CI CodeFactor Join us on Discord

Purpur's Stargazers BillyGalbreath's Followers Purpur Forks Purpur Watchers

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

Join us on Discord

Downloads

Download from Jenkins CI

Downloads can be obtained from Pl3x's Jenkins CI Server.

License

MIT License

Everything is licensed under the MIT license, and is free to be used in your own fork.

See starlis/empirecraft and electronicboy/byof for the license of material used/modified by this project.

bStats

bStats Graph Data

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.