8a67951956
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: 1d73f6c Updated Upstream (Paper) EMC Changes: 81f5e1fa Updated Paper faf92d5c Updated Paper 7e1e4bad Update patch name to reflect what actually is being changed 019ceb9f Update patch name for fishing hook api 647b2063 Separate out a patch for using getType in the ItemStack isSimilar method 38734f9b Updated Paper ac260ccd Update to 1.16.3 4977edff Updated Paper Purpur Changes: debedee Add predicate to recipe's ExactChoice ingredient 2459033 Rebuild patches 17d8ee8 Add option to disable zombies pathfinding to villagers only when lagging 1e25c2f Fix typo/error in a purpur world setting da9953a Updated Upstream (Paper) |
||
---|---|---|
.github | ||
Akarin@bd703baa5f | ||
Empirecraft@81f5e1fa34 | ||
images | ||
Licensing | ||
Origami@b69a0150e1 | ||
patches | ||
Purpur@debedee587 | ||
Rainforest@cebeea16fb | ||
scripts | ||
Tuinity@1d73f6c98a | ||
.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 | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |
Reasonable PR System | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ |
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.