Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruviolence/reaper

Another Paper 1.12.2 fork with some performance enhancements, bug fixes, and improvements.
https://github.com/ruviolence/reaper

bukkit java minecraft minecraft-server paper paper-fork paperclip papermc spigot

Last synced: about 2 hours ago
JSON representation

Another Paper 1.12.2 fork with some performance enhancements, bug fixes, and improvements.

Awesome Lists containing this project

README

        

# Reaper [![Dev Build](https://github.com/ruViolence/Reaper/actions/workflows/dev-build.yml/badge.svg)](https://github.com/ruViolence/Reaper/actions/workflows/dev-build.yml)

Another Paper 1.12.2 fork with some performance enhancements, bug fixes, and improvements.

## Support limitation

I created this fork for myself and I use it on my server.
Therefore, it is of little importance to me if it lacks certain features that others may require.
If you are dissatisfied with this fork, there are many other forks available on the internet.
You may also create your own fork and patch it as you wish.
If there are any bugs in the fork, please report them in the [issues](https://github.com/ruViolence/Reaper/issues),
but there is no guarantee that I will take the time to address them if they do not greatly concern me.

## How To (Server Admins)

Reaper uses the same paperclip jar system that Paper uses.

You can download the latest release of Reaper by going [here](https://github.com/ruViolence/Reaper/releases/latest) but I highly recommend to use the latest [dev build](https://nightly.link/ruViolence/Reaper/workflows/dev-build/ver%2F1.12.2/Reaper-JDK8.zip).

## How To (Plugin Developers)

Maven repository:
```xml

github-ruviolence-reaper
GitHub ruViolence Apache Maven Packages
https://maven.pkg.github.com/ruViolence/Reaper

```

Reaper-API maven dependency:
```xml

com.github.ruviolence
reaper-api
1.12.2-R0.1-SNAPSHOT
provided

```

Reaper-Server maven dependency:
```xml

com.github.ruviolence
reaper
1.12.2-R0.1-SNAPSHOT
provided

```