7.6 KiB
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.