All Projects → Spottedleaf → Tuinity

Spottedleaf / Tuinity

Licence: lgpl-3.0

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Tuinity

Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+896.8%)
Mutual labels:  hacktoberfest, minecraft, bukkit, minecraft-server
Worldborder
Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
Stars: ✭ 131 (-75.33%)
Mutual labels:  minecraft, bukkit, minecraft-server
Glowstone
A fast, customizable and compatible open source server for Minecraft: Java Edition
Stars: ✭ 1,364 (+156.87%)
Mutual labels:  minecraft, bukkit, minecraft-server
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (-27.31%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+80.23%)
Mutual labels:  minecraft, bukkit, minecraft-server
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-92.84%)
Mutual labels:  minecraft, bukkit, minecraft-server
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (-30.51%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (-23.16%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (-54.61%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+330.89%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-46.14%)
Mutual labels:  minecraft, bukkit, minecraft-server
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-12.81%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-95.1%)
Mutual labels:  minecraft, bukkit, minecraft-server
Cleanstone
Springboot based Minecraft Server
Stars: ✭ 133 (-74.95%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-74.58%)
Mutual labels:  hacktoberfest, minecraft, bukkit
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (-50.66%)
Mutual labels:  minecraft, bukkit, minecraft-server
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (-7.91%)
Mutual labels:  minecraft, bukkit, minecraft-server
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-46.52%)
Mutual labels:  minecraft, bukkit
Authmereloaded
The best authentication plugin for the Bukkit/Spigot API!
Stars: ✭ 296 (-44.26%)
Mutual labels:  minecraft, bukkit
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (-46.89%)
Mutual labels:  hacktoberfest, minecraft

Tuinity Java CI

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

Contact

IRC | Discord

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

If all you want is a paperclip server jar, just run ./tuinity jar

Otherwise, to setup the Tuinity-API and Tuinity-Server repo, just run the following command in your project root ./tuinity patch additionally, after you run ./tuinity patch you can run ./tuinity build to build the respective api and server jars.

./tuinity patch should initialize the repo such that you can now start modifying and creating patches. The folder Tuinity-API is the api repo and the Tuinity-Server folder is the server repo and will contain the source files you will modify.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].