/BlockServer

A minecraft PE server written in java

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

BlockServer

branch new: Build Status

Visit our IRC channel

What is BlockServer?

BlockServer is a free, open-source Minecraft: PE server software.

Does BlockServer only support MCPE?

If you download BlockServer only, yes. But if you inject extra code into BlockServer, new protocols will be registered in the server software and it can support players connecting from any protocols, including non-minecraft protocols.

Is BlockServer ready to use?

Unfortunately, no. Currently, BlockServer is still in early development stage that cannot work yet (due to a recent rewrite). We expect it to be easily usable soon, however.

How do I run BlockServer when it is ready?

  • If you download an archived .jar file, you can run the jar directly with the java -jar <jar file> command.
  • If you download the source, you have to compile the source files at /src/main/java first. The following extra libraries are required to run BlockServer:
    • BlockServer-IO-Lib, which can be downloaded here.
    • log4j2 core and API, which are included inside the repo in the /lib directory. Then run java org.blockserver.run in the root folder where the compiled classes are contained in.

Can I contribute code?

Of course yes! We need your help! However, before writing code, please read our contribution guidelines first.