Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luiz-otavio/slime-korld

Lightweight slime library to implement the Slime World Format described in DevBlog 5# from Hypixel.
https://github.com/luiz-otavio/slime-korld

bukkit gradle hypixel intellij java jitpack minecraft mit slime-world

Last synced: 14 days ago
JSON representation

Lightweight slime library to implement the Slime World Format described in DevBlog 5# from Hypixel.

Awesome Lists containing this project

README

        

#

Slime Korld



License
Release
Build
Issues
Forks
Stars

###

Build and manage lightweight worlds in Minecraft.

##

Overview


Slime Korld is a library that allows you to create Slime Worlds in a Minecraft Server.
It introduces the format of the slime format with extra data features and a simple API to customize the world generation, data storage, and data retrieval.

Using worlds based on slime format, you can reduce the amount of data stored in the world file, making it easier to manage and store.

The main idea was taken from the format of slime world used by Hypixel to store their skyblock islands:
`"Slime fixes the points outlined above, while sticking to a lot of Minecraft "standards", sometimes so software compatibility is easier, sometimes for performance."` - [Hypixel DevBlog #5.](https://hypixel.net/threads/dev-blog-5-storing-your-skyblock-island.2190753/)

##

Installation


Follow the steps to start using Slime Korld in your project by following the steps [there](https://github.com/luiz-otavio/slime-korld/wiki).