All Projects → YatopiaMC → Yatopia

YatopiaMC / Yatopia

The Most Powerful and Feature Rich Minecraft Server Software!

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Yatopia

Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-18.63%)
Mutual labels:  minecraft, spigot, bukkit, paper, server
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (-9.56%)
Mutual labels:  hacktoberfest, minecraft, spigot, bukkit, paper
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-29.9%)
Mutual labels:  minecraft, spigot, bukkit, paper
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (-70.34%)
Mutual labels:  minecraft, spigot, bukkit, paper
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+1197.3%)
Mutual labels:  hacktoberfest, minecraft, bukkit, paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+58.09%)
Mutual labels:  minecraft, spigot, bukkit, paper
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+134.56%)
Mutual labels:  minecraft, spigot, bukkit, paper
Bedwarsrel
Bedwars Reloaded - The Minecraft Bedwars Plugin!
Stars: ✭ 108 (-73.53%)
Mutual labels:  minecraft, spigot, bukkit, paper
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-44.61%)
Mutual labels:  minecraft, spigot, bukkit, server
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+13.48%)
Mutual labels:  hacktoberfest, minecraft, spigot, bukkit
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-66.91%)
Mutual labels:  hacktoberfest, minecraft, spigot, bukkit
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-30.39%)
Mutual labels:  minecraft, spigot, bukkit, paper
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+19.85%)
Mutual labels:  minecraft, spigot, bukkit, paper
Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-83.82%)
Mutual labels:  minecraft, spigot, bukkit, paper
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-60.05%)
Mutual labels:  minecraft, spigot, bukkit, paper
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+460.78%)
Mutual labels:  hacktoberfest, minecraft, spigot, bukkit
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (-46.08%)
Mutual labels:  hacktoberfest, spigot, bukkit, paper
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-91.67%)
Mutual labels:  bukkit, spigot, paper
Purpur
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Stars: ✭ 1,224 (+200%)
Mutual labels:  bukkit, spigot, paper
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (-20.34%)
Mutual labels:  bukkit, spigot, paper
Yatopia

Yatopia

Github-CI CodeMC Discord API

Blazing fast Tuinity fork with best in class performance.

So what is Yatopia?

Yatopia combines the code from many Paper forks and optimization mods, as well as many unique optimizations. We borrow code from the following repos:

Try it out

The latest stable builds of Yatopia are always available over at our downloads page. You can also download the latest development build here.

Documentation

You can find a full explanation of the Yatopia configuration file on the wiki. Check out the list of patches included in this project and who created them here.

Building and setting up

Run the following commands in the root directory:

./gradlew initGitSubmodules
./gradlew setupUpstream
./gradlew applyPatches
./gradlew paperclip

Using Yatopia-API

To build your plugin against the Yatopia-API, first add the CodeMC maven repository:

Maven

Add the CodeMC Repo:

<repositories>
    <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>org.yatopiamc</groupId>
        <artifactId>yatopia-api</artifactId>
        <version>1.16.5-R0.1-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Gradle

Groovy DSL

Add the CodeMC Repo:

repositories {
    maven {
        url 'https://repo.codemc.io/repository/maven-public/'
    }
}

And then add the Yatopia-API dependency:

dependencies {
    compileOnly 'org.yatopiamc:yatopia-api:1.16.5-R0.1-SNAPSHOT'
}

Kotlin DSL

Add the CodeMC Repo:

repositories {
    maven("https://repo.codemc.io/repository/maven-public/")
}

And then add the Yatopia-API dependency:

dependencies {
    compileOnly("org.yatopiamc:yatopia-api:1.16.5-R0.1-SNAPSHOT")
}

Why aren't there 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.

Statistics

bStats Graph Data

Made with ♥ on Earth.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].