I’ve started working on refactoring and extending the entire repo. now the server saves all worlds in the Polar Format to save a huge amount of memory and to allow me to save custom metadata along with the world (currently this is only the spawn position, but the game maps need more data in the future).
Also there is now an editor for editing maps directly on the server, which brings some challenges (as you can see, the server does not know that doors should be 2 blocks tall and be toggleable) this comes from minestoms decision to use 0 code from mojang.
Log in to leave a comment