Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homomc/beast
A Minecraft Paper 1.12.2 fork which aims to offer extreme performance and stability
https://github.com/homomc/beast
minecraft minecraft-server paper-fork papermc performance spigot-fork
Last synced: 3 months ago
JSON representation
A Minecraft Paper 1.12.2 fork which aims to offer extreme performance and stability
- Host: GitHub
- URL: https://github.com/homomc/beast
- Owner: HomoMC
- License: agpl-3.0
- Created: 2024-04-04T15:20:34.000Z (9 months ago)
- Default Branch: ver/1.12.2
- Last Pushed: 2024-05-21T04:52:01.000Z (7 months ago)
- Last Synced: 2024-10-11T03:40:55.685Z (3 months ago)
- Topics: minecraft, minecraft-server, paper-fork, papermc, performance, spigot-fork
- Language: Shell
- Homepage:
- Size: 963 KB
- Stars: 28
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beast [![Dev Build](https://github.com/HomoMC/Beast/actions/workflows/dev-build.yml/badge.svg)](https://github.com/HomoMC/Beast/actions/workflows/dev-build.yml)
A Paper 1.12.2 fork aims to provide extreme performance, bug fixes, and improvements.
*This project is based on Reaper 1.12.2*
## Features
- **Beast is a fork of [Paper-1.12.2](https://github.com/PaperMC/Paper)** designed for performance, new fun and exciting gameplay features.
- **Contains [Lithium](https://github.com/CaffeineMC/lithium-fabric) patches** that optimizing many areas in game.
- **Bug fixes** for several Minecraft issues.
- **Backports** bug fixes of Mojang.
- **Plugin compatibility** with Spigot & Paper plugins.
- **Completely** removed Timings to save your server performance.
- **Various optimizations** for vanilla methods.
- **Brings back** some vanilla features.
- **More events make your server more fun**.
- **Support Virtual Threads which is introduced in Java 21**
- Pause server when no players online(configurable)
- Configurable 1.8 old combat method### Java >= 8 is required, Java >= 21 is recommended.
## How To (Server Admins)
Beast uses the same paperclip jar system that Paper uses.
You can download the latest release of Beast by going [here](https://github.com/HomoMC/Beast/releases/latest) but I highly recommend to use the latest [dev build](https://nightly.link/HomoMC/Beast/workflows/dev-build/ver%2F1.12.2/Beast-JDK8.zip).
## How To (Plugin Developers)
Maven repository:
```xmlgithub-homomc-beast
GitHub Apache Maven Packages
https://maven.pkg.github.com/HomoMC/Beast```
Beast-API maven dependency:
```xmlcom.homomc.beast
beast-api
1.12.2-R0.1-SNAPSHOT
provided```
Beast-Server maven dependency:
```xmlcom.homomc.beast
beast
1.12.2-R0.1-SNAPSHOT
provided```
### Great thanks to these projects:
- **Reaper (which is the base of Beast)**
- Leaf
- Polpot
- Randar Explanation