8000 GitHub - rahulc07/Picraft-Server-Core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rahulc07/Picraft-Server-Core

 
 

Repository files navigation



Fork of Paper aimed at improving server performance at high playercounts.

Java CI IRC Discord

1.17 will come after Yatopia updates. (meaning that first paper has to update then tuinity then purpur then airport then magma)

How To (Server Admins)

Tuinity uses the same paperclip jar system that Paper uses.

You can download the latest build of Tuinity by going here.

You can also build it yourself.

How To (Plugin developers)

In order to use Tuinity as a dependency you must build it yourself. Each time you want to update your dependency you must re-build Tuinity.

Tuinity-API maven dependency:

<dependency>
    <groupId>com.tuinity</groupId>
    <artifactId>tuinity-api</artifactId>
    <version>1.16.5-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
 </dependency>

Tuinity-Server maven dependency:

<dependency>
    <groupId>com.tuinity</groupId>
    <artifactId>tuinity</artifactId>
    <version>1.16.5-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

There is no repository required since the artifacts should be locally installed via building Tuinity.

Building

Requirements:

  • You need git installed, with a configured user name and email. On Windows you need to run from git bash.

  • You need maven installed.

  • You need jdk 8+ installed to compile (and jre 8+ to run).

  • Anything else that paper requires to build.

  • You have to be on linux to build

  • First run ./tuinity patch to patch stuff

  • Then run ./tuinity jar

  • Easy

Creating a patch

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

License

The PATCHES-LICENSE file describes the license for api & server patches, found in ./patches and its subdirectories except when noted otherwise.

Everything else is licensed under the MIT license, except when note otherwise. See https://github.com/starlis/empirecraft and https://github.com/electronicboy/byof for the license of material used/modified by this project.

Note

The fork is based off of aikar's EMC framework found here.


Picraft Server Core

I decided to finally make this public. This is my fork of Tuinity made specifically for the raspberry pi. The actual f3screen is just Picraft not Picraft Server Core V4. That is changed via a plugin that I made.

This also works on x86_64 .

This contains some more optimizations and configuaration options. Some of the tweaksare LINUX SPECIFIC. Please do not run this on mac os or windows. I have tested using Debian 10,Raspbian,Ubuntu Server ARM and Arch linux.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%
0