Skip to content

EinBexiii/GoMint

 
 

Repository files navigation

GoMint

GitHub Stars GitHub Issues Current Version License

Build Version Build Result
Feature Build 1.2 Build Status
Master Build Build Status

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:

gomint-api

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.

gomint-server

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.

gomint-helper

Holds generator helpers for all type of things. Currently this only holds a class generator for Blocks.

gomint-testplugin

A plugin to test and see the API design.

Contact & Social

Join the Discord Twitter

Todo

  • Implement all Tile Entity types
  • Implement all block interfaces for the API
  • Implement basic events for Movement and join / leave

Testing

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.

License

The code found in this repository is licensed under a 3-clause BSD license. See the LICENSE file for further details.

Documentation

There currently is no documentation as things are still changing frequently.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%