Skip to content

Cybertechpp/BlockServer

 
 

Repository files navigation

BlockServer

BUILD STATUS:

BlockServer branch new: Build Status

BlockServer-IO-Lib branch master: 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.
  • You can also compile the source using Maven. Maven will handle all the dependencies for you, no extra downloads needed. 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.

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%