- Compatible API Versions
- 1.0.0+
- Sourcecode
- https://github.com/Nukkit-coders/FDevTools
Maintained by Nukkit community. Original author: fengberd
Features
Download tools.jar from https://drive.google.com/open?id=1KOHZNrD98YTU_66Atbk5JnIqNGp8dcXM and put it into FDevTools folder.
Your source plugin should follow this format:
Features
- You can load plugins from source (*.java)
- You can compile plugins loaded from source into jar
Download tools.jar from https://drive.google.com/open?id=1KOHZNrD98YTU_66Atbk5JnIqNGp8dcXM and put it into FDevTools folder.
Your source plugin should follow this format:
- Create a new folder in plugins folder (e.g. MyPlugin_src). If your plugin saves data and you don't want it in the source folder, don't have this name equal to your plugin's name.
- Put your plugin.yml into it.
- Create a folder called "src" into it.
- Put your source code into the "src" folder.
plugins/MyPlugin_src
├plugin.yml
└src
└moe/berd/test
└Main.java
Commands- makeplugin <PluginName> - Compile a plugin into jar (it must loaded by FDevTools)