f2a29e3a1d
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: be68938 Hey git, may I know what happened here? 1cac0a2 Merge branch 'master' of https://github.com/Spottedleaf/Tuinity into ver/1.16.3 1e695f4 Make sure inlined getChunkAt has inlined logic for loaded chunks cd22b8a Updated Upstream (Paper) |
||
---|---|---|
.github | ||
Akarin@bd703baa5f | ||
Empirecraft@ff909c448a | ||
images | ||
Licensing | ||
Origami@6c89f23c1a | ||
patches | ||
Purpur@0743d383bd | ||
Rainforest@5a187d6192 | ||
scripts | ||
Tuinity@be68938072 | ||
.gitignore | ||
.gitmodules | ||
.template.md | ||
api | ||
Jenkinsfile | ||
PATCHES.md | ||
pom.xml | ||
README.md | ||
SECURITY.md | ||
server | ||
yatopia |
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
- Yatopia-API - 1.16.3 (Fully supported)
- Yatopia-API - 1.16.2 (Security updates only)
Build History
- CodeMC - 1.16.3 (Fully supported)
- CodeMC - 1.16.2 (Security updates only)
- GitHub Releases - 1.16.1 (Unsupported)
- GitHub Actions - 1.15.2 (Unsupported)
Contributors
(b)Stats
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.