The Most Powerful and Feature Rich Minecraft Server Software!
Go to file
Ivan Pekov f541b93c6a Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest)
Upstream/An Sidestream has released updates that appears to apply and compile correctly
This update has NOT been tested by YatopiaMC and as with ANY update, please do your own testing.

Tuinity Changes:
76777f0 Updated Upstream (Paper)
6465aba Merge branch 'master' of https://github.com/Spottedleaf/Tuinity into ver/1.16.3
ba4dbb6 Do not allow ticket level changes while unloading playerchunks
e0e7144 Aggressive state checking in region manager

Purpur Changes:
0743d38 PaperPR - Add hex color code support for console logging
081f5a7 Oopsie, lets fix these snowballs :3
4895a88 Improve output of plugins command
3424c40 Minor changes to projectile despawn rate patch
9d49a31 Updated Upstream (Paper)
09e0103 add snowball to despawn rate config

Rainforest Changes:
5a187d6 Update to 1.16.3.
2020-09-20 21:45:23 +03:00
.github Upload artifact for PRs 2020-09-20 00:42:29 -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 Minor improvements 2020-08-20 12:59:08 +03:00
Origami@6c89f23c1a Updated Upstream and Sidestream(s) (Tuinity/Origami/Purpur) 2020-09-17 14:42:54 +03:00
patches Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-20 21:45:23 +03:00
Purpur@0743d383bd Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-20 21:45:23 +03:00
Rainforest@5a187d6192 Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-20 21:45:23 +03:00
scripts Update to 1.16.3 2020-09-11 09:03:00 +03:00
Tuinity@76777f06de Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-20 21:45:23 +03:00
.gitignore Villager stuff 2020-09-13 08:22:23 +03: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 Updated Upstream and Sidestream(s) (Tuinity/Purpur/Rainforest) 2020-09-20 21:45:23 +03:00
pom.xml Maven deployment is such a fun thing 2020-09-09 19:35:29 +03:00
README.md [ci-skip] add bstats 2020-09-17 17:37:24 -05: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 ✔️ ✔️ ✔️ ✔️
Resonable PR System ✔️ ✔️ ✔️ ✔️ ✔️
Advanced Patching Logic ✔️

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.