A simple 0.1.3 server core written on java. Currently still in dev and lacks a lot of features.
Running a server
Running a server
- Get a server.jar
- Get a vanilla 0.1.3 world and place it in folder
worldin the same location where the server.jar is located.- Alternatively you can generate a world by changing
generate-worldinserver.propertiestotrue.- You can also change generator type to
FLATto generate a flat world.
- You can also change generator type to
- Alternatively you can generate a world by changing
- Use
java -jar server.jar
- Ability to modify level.dat with level properties
- Plugin API (WIP) (never)
- Source code can be found at https://github.com/GameHerobrine/Minecraft013-Server
- Prebuilt jars can be found at https://github.com/GameHerobrine/MCPE013CoreArtifacts/releases/
- Alternative link: https://github.com/GameHerobrine/Minecraft013-Server/actions (Artifacts->build)
- Stable releases will probably be located in https://github.com/GameHerobrine/Minecraft013-Server/releases
Last edited:


