Build Version | Build Result |
---|---|
Feature Build 1.2 | |
Master Build |
GoMint is a Minecraft PocketEdition server implementation that is still work in progress. The goal is to provide a full, modifiable server with plugin support for Java. The project is divided into four modules:
The API for plugin developers. This is currently not stable and will not be developed in this stage of the project. It will be finalized once all core components inside the server work.
This is the implementation of the server. Fiddling with this is not supported but we will help you if we can. This part of the project is developing the fastest. If you want to contribute to the software watch this module the most.
Holds generator helpers for all type of things. Currently this only holds a class generator for Blocks.
A plugin to test and see the API design.
- Implement all Tile Entity types
- Implement all block interfaces for the API
- Implement basic events for Movement and join / leave
As the project is still work in progress the only way to launch the application currently is to set up your respective IDE and provide a working directory that contains a regular Minecraft PC Anvil World. Afterwards you may join the server using your version of MC:PE.
The code found in this repository is licensed under a 3-clause BSD license. See the LICENSE file for further details.
There currently is no documentation as things are still changing frequently.