The Most Powerful and Feature Rich Minecraft Server Software!
Go to file
budgidiere 3e6b1799a2
Fixes #202 (#220) (#221)
Co-authored-by: Mykyta <nkomarn@hotmail.com>
2020-09-29 16:54:47 -05:00
.github your local dumbass is at it again 2020-09-29 12:06:40 -05:00
Akarin@bd703baa5f Updated Upstream and Sidestream(s) (Tuinity/Akarin/Origami) 2020-09-09 11:41:51 +03:00
Empirecraft@ff909c448a Updated upstream & removed 1 patch from EMC 2020-08-25 11:04:18 +03:00
images [ci-skip] readme stuff 2020-09-17 10:21:10 -05:00
Licensing add perlin noise mixin (#209) 2020-09-26 14:44:40 -05:00
Origami@6c89f23c1a Updated Upstream and Sidestream(s) (Tuinity/Origami/Purpur) 2020-09-17 14:42:54 +03:00
patches Fixes #202 (#220) (#221) 2020-09-29 16:54:47 -05:00
Purpur@bb5c8a7fc1 Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-28 15:56:51 +03:00
Rainforest@cebeea16fb Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-28 15:56:51 +03:00
scripts Update to 1.16.3 2020-09-11 09:03:00 +03:00
Tuinity@fb292c134b Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-28 15:56:51 +03:00
.gitignore Add IntelliJ IDEA runnable 2020-09-27 17:08:32 -05:00
.gitmodules Update to 1.16.3 2020-09-11 09:03:00 +03:00
.template.md Patch credits, readme updates (#54) 2020-08-06 19:18:29 +02:00
api [WIP] Better Patch System (#18) 2020-08-03 11:48:42 -05:00
Jenkinsfile Remove triggers from jenkinsfile 2020-09-09 19:22:32 +03:00
PATCHES.md Fix IndexOutOfBoundsException when sending too many changes 2020-09-29 20:47:32 +03:00
pom.xml Maven being maven for the 696969696969696969696969th time 2020-09-23 22:23:14 +03:00
README.md #213: Fix typo in README.md 2020-09-28 16:11:05 +03:00
SECURITY.md Update to 1.16.3 2020-09-11 09:03:00 +03:00
server [WIP] Better Patch System (#18) 2020-08-03 11:48:42 -05:00
yatopia Cleanup scripts 2020-09-02 12:45:06 +03:00

Yatopia

Yatopia

The Most Powerful and Feature Rich Minecraft Server Software

Github-CI CodeMC Discord API

Introduction

A blazing fast feature rich fork of Tuinity, featuring patches/code from the following repos:

Along with our own additions.

Comparison with other forks

Yatopia Purpur Akarin Tuinity Paper Spigot Bukkit Vanillia
Actively Updated ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Basic API ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Advanced API ✔️ ✔️ ✔️ ✔️ ✔️
Fast ✔️ ✔️ ✔️ ✔️ ✔️
Very Fast ✔️ ✔️ ✔️ ✔️
Extremely Fast ✔️ ✔️
Blazing Fast ✔️
Basic Configuration ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Advanced Configuration ✔️ ✔️ ✔️ ✔️ ✔️
Feature Rich Configuration ✔️ ✔️
Designed with Large Player Counts in Mind ✔️ ✔️ ✔️ ✔️
Reasonable PR System ✔️ ✔️ ✔️ ✔️ ✔️

Give it a try

Available at the following places:

Latest Build

Build History

Contributors

(b)Stats

bStats Graph Data

Documentation

You can find a full explanation of the Yatopia configuration file on the Wiki.

Also check out the list of patches included in this Project and who created them here!

You can also find our recommended config base here!

Building and setting up

Run the following commands in the root directory:

./yatopia in
./yatopia full

If you are repatching you need to delete Yatopa-API and Yatopia-Server folders.

Using Yatopia-API

To build your plugin against the Yatopia-API, First add the CodeMC maven repository:

<repositories>
    <!-- CodeMC -->
    <repository>
        <id>codemc-repo</id>
        <url>https://repo.codemc.io/repository/maven-public/</url>
    </repository>
</repositories>

And then add the Yatopia-API dependency:

<dependencies>
    <dependency>
        <groupId>net.yatopia</groupId>
        <artifactId>yatopia-api</artifactId>
        <version>1.16.3-R0.1-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Why are there not many API additions

(Modified from starlis/empirecraft)

APIs are tough to design. In projects such as Bukkit, Spigot, Sponge, Paper, etc once an API is commited, it's almost forever. You can't go breaking it without solid justification. This is the politics game.

With that in mind, much thought has to be given to the API in now and future use cases and applications to ensure it can be extended without breaking.

This is a lot of politics that we don't have time in our lives to deal with.

That being said we make light API additions when requested.

LICENSE

License information can be found here.

SECURITY

Security information can be found found here.

Made with on Earth.