Yatopia/README.md
Alejandro-Sosa 88dc76b64a
#213: Fix typo in README.md
my ocd arrhghghg i had to fix

Per request: removed a misleading line
2020-09-28 16:11:05 +03:00

7.5 KiB

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 ✔️ ✔️ ✔️ ✔️
Reasonable PR System ✔️ ✔️ ✔️ ✔️ ✔️

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.