Git Product home page Git Product logo

haricot's Introduction

Haricot

Custom Paper fork used by Beancraft. The fork is based on the framework used in Phoenix616's Origami. For a full list of changes, read the changelog.

There is no support guaranteed with this fork. However, if you do run into any issues, drop Kezz#4616 a message on Discord and they will be happy to help.

License

The PATCHES-LICENSE file describes the license for api & server patches by Kezz found in ./patches/api and ./patches/server. Other patches are either licensed under MIT or another one specified in the patch file itself.

Everything else is licensed under the MIT license. See https://github.com/Minebench/Origami, https://github.com/Spottedleaf/Tuinity, https://github.com/pl3xgaming/Purpur, https://github.com/starlis/empirecraft and https://github.com/electronicboy/byof for the license of material used/modified by this project.

Plugin developers

In order to use Haricot as a dependency just add the dependency below to your pom. There is no repository as development should be done on a locally installed copy of the API.

Origami-API maven dependency:

<dependency>
    <groupId>ml.beancraft</groupId>
    <artifactId>haricot-api</artifactId>
    <version>1.16.5-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
 </dependency>

Building and setting up

Run the following commands in the root directory:

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

This should initialize the repo such that you can now start modifying and creating patches. The folder Haricot-API is the api repo and the Haricot-Serverfolder is the server repo and will contain the source files you will modify.

Creating a patch

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

Building

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

Updating Paper upstream

Switch into the directory of the Paper submodule and pull changes in from the repository, then run ./haricot up and ./haricot rb.

haricot's People

Contributors

kezz avatar

Stargazers

 avatar

Watchers

 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.