8000 GitHub - Addison118/BlockServer: A Java MCPE Server, with ability to extend to other protocols.
[go: up one dir, main page]

Skip to content

Addison118/BlockServer

 
 

Repository files navigation

BlockServer

REMEMBER: YOU DON'T HANDLE PACKETS, PACKETS HANDLE YOU.

Team motto: ^

*Team motto by Trent Summerlin (SuperstarGamer)

BUILD STATUS:

BlockServer branch new: Build Status

BlockServer-IO-Lib branch master: Build Status

Visit our IRC channel

Visit our TeamCity Server: http://builds.blockserver.org

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.

About

A Java MCPE Server, with ability to extend to other protocols.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0