Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Another Paper 1.12.2 fork with some performance enhancements, bug fixes, and improvements.
- Host: GitHub
- URL: https://github.com/ruviolence/reaper
- Owner: ruViolence
- License: gpl-3.0
- Created: 2022-06-19T21:20:35.000Z (over 2 years ago)
- Default Branch: ver/1.12.2
- Last Pushed: 2024-04-20T11:49:25.000Z (7 months ago)
- Last Synced: 2024-09-28T12:01:28.005Z (about 2 months ago)
- Topics: bukkit, java, minecraft, minecraft-server, paper, paper-fork, paperclip, papermc, spigot
- Language: Shell
- Homepage:
- Size: 608 KB
- Stars: 35
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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:
```xmlgithub-ruviolence-reaper
GitHub ruViolence Apache Maven Packages
https://maven.pkg.github.com/ruViolence/Reaper```
Reaper-API maven dependency:
```xmlcom.github.ruviolence
reaper-api
1.12.2-R0.1-SNAPSHOT
provided```
Reaper-Server maven dependency:
```xmlcom.github.ruviolence
reaper
1.12.2-R0.1-SNAPSHOT
provided```