Multiverse / Multiverse-Core

The original Bukkit Multi-World Plugin!
BSD 3-Clause "New" or "Revised" License
955 stars 298 forks source link

Feature request: SlimeWorldManager storage #2062

Open SlimeDog opened 5 years ago

SlimeDog commented 5 years ago

It's still early days, but...

When it matures, please consider incorporating SlimeWorldManager as an optional storage engine. The SWM API is documented here.

dumptruckman commented 5 years ago

I don't understand. What would this do for MV?

SlimeDog commented 5 years ago

It would allow MV world data to be stored in Slime Region Format (aka Hypixel format), which loads faster and consumes less disk compared with standard MC format. Nothing more nor less. The benefits are described here. Note that this would be used primarily for small worlds (Minigames, etc.); according to the devs it should not be used with survival (ie., large) worlds.

ham1255 commented 5 years ago

@SlimeDog how is it hypixel format?

SlimeDog commented 5 years ago

SlimeDog how is it hypixel format?

That is the claim of the SlimeWorldManager devs:

Slime World Manager is a Minecraft plugin that implements the Slime Region Format, developed by the Hypixel Dev Team. Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.

I have no opinion on the matter.