William Blake Galbreath 4757060211 Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly

Paper Changes:
df0d7b0d Update upstream CB
6ea3c2cf [CI-SKIP] Rebuild patches
d7bed4cb Heavily optimise random block ticking (#2914)
b66d9ff8 Update upstream CB
ba71c5d6 Stop stripping private use block Unicode from signs
28d9dcfc Entity Jump API (#1587)
9976a768 Fix PlayerNaturallySpawnCreaturesEvent boolean inversion
054e20da Clean up imports on ThrownEggHatchEvent
a8984ccb Add ThrownEggHatchEvent (#1982)
9f24d495 Allow nerfed blazes, endermen to take water damage (#2847)
2020-02-12 21:21:34 -06:00
2020-01-22 20:37:08 -06:00
2020-02-12 21:21:34 -06:00
2020-02-12 21:21:34 -06:00
2019-05-09 14:49:40 -05:00
2019-05-12 16:41:34 -05:00
2020-02-12 21:21:34 -06:00
2019-05-12 16:35:16 -05:00
2019-05-25 00:25:31 -05:00
2020-01-29 22:38:13 -06:00
2019-07-28 05:38:33 -05:00

Purpur

Purpur is a fork of Paper used by the Pl3xCraft server.

It contains many gameplay changes to suit our server that are deemed too wild to be included directly upstream into Paper.

Contact

Discord

License

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

See EMC and byof for the license of material used/modified by this project.

Building and setting up

Run the following commands in the root directory:

git submodule init
git submodule update
./purpur up
./purpur patch

Creating a patch

Patches are effectively just commits in either Purpur-API or Purpur-Server. To create one, just add a commit to either repo and run ./purpur rb, and a patch will be placed in the patches folder. Modifying commits will also modify its corresponding patch file.

See Paper's contributing guideline for more detailed information.

Building

Use the command ./purpur build to build the api and server. Compiled jars will be placed under Purpur-API/target and Purpur-Server/target.

Description
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Readme MIT 41 MiB
Languages
Java 99%
Shell 1%