Giter VIP home page Giter VIP logo

graphite's Introduction

Graphite

Build Status CodeFactor Grade


A fork of Purpur and Paper adding customisation options to the server.

This project would not be possible without the two projects above so please also check them out!


How To (Server Admins)

Graphite compiles a Paperclip jar file that you use to run the server, it is ran like a normal jar file.

Direct Download (Latest 1.20.1)

All Released Versions

For a full guide on how to run the server file, visit our documentation page.


How To (Plugin Developers)

  • See API patches here
  • See server patches here

Repository (Graphite-API)

  • Maven

<repository>
    <id>graphitemc</id>
    <url>https://repo.graphitemc.org/releases</url>
</repository>

<dependency>
    <groupId>org.graphitemc.graphite</groupId>
    <artifactId>graphite-api</artifactId>
    <version>1.20.1-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>
  • Gradle

repositories {
    maven("https://repo.graphitemc.org/releases")
}

dependencies {
    compileOnly("org.graphitemc.graphite:graphite-api:1.20.1-R0.1-SNAPSHOT")
}

Repository (dev-bundle)

For more on Paperweight.

plugins {
    id("io.papermc.paperweight.userdev") version "1.5.5"
}

repositories {
    maven("https://repo.graphitemc.org/releases")
}

dependencies {
    paperweight.devBundle("org.graphitemc.graphite", "1.20.1-R0.1-SNAPSHOT")
}

How To (Source Compiling)

To compile Graphite you require JDK 17 and an internet connection.

  1. Clone the Graphite repository to your machine.
  2. Run ./gradlew applyPatches and when that completes run ./gradlew createReobfBundlerJar in your terminal.
  3. Move the compiled jar found in build/libs to your server folder and run it.

If you find the process is too slow whilst compiling or applying patches, try using WSL2 or Linux.


graphite's People

Contributors

mrfishcakes avatar

Stargazers

 avatar  avatar  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.