Code Monkey home page Code Monkey logo

beast's Introduction

Beast Face

Beast Dev Build

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 designed for performance, new fun and exciting gameplay features.
  • Contains Lithium 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 but I highly recommend to use the latest dev build.

How To (Plugin Developers)

Maven repository:

<repository>
    <id>github-homomc-beast</id>
    <name>GitHub Apache Maven Packages</name>
    <url>https://maven.pkg.github.com/HomoMC/Beast</url>
</repository>

Beast-API maven dependency:

<dependency>
    <groupId>com.homomc.beast</groupId>
    <artifactId>beast-api</artifactId>
    <version>1.12.2-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Beast-Server maven dependency:

<dependency>
    <groupId>com.homomc.beast</groupId>
    <artifactId>beast</artifactId>
    <version>1.12.2-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Great thanks to these projects:

  • Reaper (which is the base of Beast)
  • Leaf
  • Polpot
  • Randar Explanation

beast's People

Contributors

ruviolence avatar hahawth avatar xkumorio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.