mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-09 04:12:01 +01:00
9e3599ab2d
Added codemc stuff Added ProxyForwardDataEvent Changed version fetcher cache time to 72000 ms Improved fix of tuinity's portal crash. Should help with #190
59 lines
2.7 KiB
Markdown
59 lines
2.7 KiB
Markdown
<img src="https://i.imgur.com/oKQjlHP.png" alt="Yatopia" align="right">
|
|
<div align="center">
|
|
<h1>Yatopia (Formerly YAPFA)</h1>
|
|
<h3>The Most Powerful Minecraft Server Software</h3>
|
|
|
|
[![Github-CI](https://github.com/YatopiaMC/Yatopia/workflows/CI/badge.svg)](https://github.com/YatopiaMC/Yatopia/actions?query=workflow%3ACI)
|
|
[![CodeMC](https://ci.codemc.io/buildStatus/icon?job=YatopiaMC%2FYatopia%2Fver%252F1.16.2)](https://ci.codemc.io/job/YatopiaMC/job/Yatopia/job/ver%252F1.16.2/)
|
|
[![Discord](https://img.shields.io/discord/342814924310970398?color=%237289DA&label=Discord&logo=discord&logoColor=white)](https://discord.io/YatopiaMC)
|
|
![API](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=API&up_color=green&up_message=online&url=http%3A%2F%2Fapi.yatopia.net%2F)
|
|
</div>
|
|
|
|
## Introduction ##
|
|
|
|
A blazing fast fork of [Tuinity](https://github.com/Spottedleaf/Tuinity), featuring patches/code from the following repos:
|
|
|
|
* [EMC](https://github.com/starlis/empirecraft)
|
|
* [Akarin](https://github.com/Akarin-project/Akarin)
|
|
* [Rainforest](https://github.com/Proximyst/Rainforest)
|
|
* [Origami](https://github.com/Minebench/Origami)
|
|
* [Purpur](https://github.com/pl3xgaming/Purpur)
|
|
* [Lithium](https://github.com/jellysquid3/lithium-fabric)
|
|
|
|
## Give it a try ##
|
|
|
|
Available at the following options:
|
|
|
|
* **[GitHub Releases](https://github.com/YatopiaMC/Yatopia/releases/tag/1.16.2)** - 1.16.2
|
|
* **[GitHub Releases](https://github.com/YatopiaMC/Yatopia/releases/tag/1.16.1)** - 1.16.1
|
|
* **[GitHub Actions](https://github.com/YatopiaMC/Yatopia/actions?query=branch%3Aver%2F1.15.2+is%3Asuccess+event%3Apush)** - 1.15.2
|
|
|
|
## Documentation
|
|
|
|
You can find a full explanation of the Yatopia configuration file on the [Wiki](https://github.com/YatopiaMC/Yatopia/wiki)
|
|
|
|
Also check out the list of patches included in this Project and who created them [here](PATCHES.md)!
|
|
|
|
## Building and setting up
|
|
Run the following commands in the root directory:
|
|
|
|
```
|
|
./yatopia full
|
|
```
|
|
## Why are there not many API additions
|
|
(Copied from [starlis/empirecraft](https://github.com/starlis/empirecraft/))
|
|
<p>
|
|
API's are tough to design. In public projects such as Bukkit, Spigot, Sponge 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.
|
|
|
|
## LICENSE
|
|
|
|
License information can be found [here](https://github.com/YatopiaMC/Yatopia/blob/ver/1.16.2/Licensing/LICENSE.md).
|
|
|
|
## SECURITY
|
|
|
|
Security information can be found found [here](https://github.com/YatopiaMC/Yatopia/blob/ver/1.16.2/SECURITY.md).
|