This is a portion of the Core plugin for 2b2tmcpe, it is used to implements all bug fixes, and new features in one plugin. This way there won't be too much concurrent task that mess up all the plugin functions, this project is only half open source.
Any empty directories means that the code is either un-released or the directory is empty by default
- This installation guide is for Debian linux only, windows please download the newest jar file from https://github.com/2B2TMCBE/2b2tpe/releases and then proceed to step 7.
- require installation of Nukkitx, please go to https://www.nukkitx.com/ for instruction
- Download maven using this command:
sudo apt-get install maven
- After installation, run this command to clone this git repository:
git clone https://github.com/2B2TMCBE/2b2t-core-released.git
- Change directory to the plugin's base directory, which contains the file named pom.xml
- Run this command to compile the plugin using maven
mvn clean package
- Wait until the compiling process is completed, a new directory named
target
should now be created, nevigate into target. - move the jar file named
2b2tpe-1.0-SNAPSHOT.jar
into Nukkit's server directory, move it into a directory named plugins. - Restart the server, the plugin should be installed.
This project is proprietary, contribution is only allowed with permission from the owner of the repository. If you have permission to contribute, you must code accoding to Google Coding Style.
MIT License