Series of pink Shoes Aunt article source: HTTP://WWW.CNBLOGS.COM/XTYPR welcome reprint, translation, please also keep this statement, greatly appreciated.
Nukkit is a Java-made Minecraft PE server software, which is an open source project initiated by Magicdroidx on GitHub and complies with the GPL open source agreement. Nukkit mimics the structure of Pocketmine, a PHP-made open-source minecraft PE Server software that allows developers to adapt to the development environment more quickly. The use of Java as a development language has greatly improved performance and compatibility, which is unmatched by other similar software.
To develop Nukkit plug-ins, you need to understand Java and add new functionality to Java 8 knowledge. Some articles are recommended here:
Vamei's Java Quick Tutorial, the author is from here to get started, very simple and easy to understand. Http://www.cnblogs.com/vamei/archive/2013/03/31/2991531.html
The new Java 8 feature, found in the Scripting House, provides a brief introduction to the new Java 8 features such as lambda expressions. Http://www.jb51.net/article/48304.htm
Feichexia's Java 8 lambda expression provides a more detailed description of the lambda expression syntax and usage. Http://www.cnblogs.com/feichexia/archive/2012/11/15/Java8_LambdaExpression.html
If you have a certain understanding of Java and Java 8, and have the confidence to learn Nukkit plug-ins, then I this article is a good choice. We start here:
Nukkit Plugin starting from 0
Nukkit plugin starting from 0: first building environment
Resources
Nukkit's GitHub page https://github.com/Nukkit/Nukkit/
Nukkit plugin starting from 0: directory Chapter