Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luiz-otavio/slime-korld
- Owner: luiz-otavio
- License: mit
- Created: 2022-08-12T01:29:58.000Z (over 2 years ago)
- Default Branch: ver/1.8.8
- Last Pushed: 2024-04-27T19:53:59.000Z (8 months ago)
- Last Synced: 2024-04-27T23:31:28.994Z (8 months ago)
- Topics: bukkit, gradle, hypixel, intellij, java, jitpack, minecraft, mit, slime-world
- Language: Java
- Homepage:
- Size: 134 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Slime Korld
###
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).