PrismarineJS / dazed-sheep

A Minecraft Classic server in JavaScript
MIT License
24 stars 5 forks source link

format of world and playerdata #15

Closed ghost closed 7 years ago

ghost commented 8 years ago

my suggestions:

whatever it is, it has to be portable, easy to read and modify in 3rd party programs, transferable between servers and easy to backup, and it doesn't even need to be our own file format

it is also maybe a good idea to see what other softwares are doing:

i don't really want to re-invent the wheel, but it isn't practical to support all of them, so we should just settle on a single one.

ghost commented 7 years ago

done. levelDB it is.