FDevTools

FDevTools 1.0.2

Maintained by Nukkit community. Original author: fengberd


Features
  • You can load plugins from source (*.java)
  • You can compile plugins loaded from source into jar
Attention

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:
  1. 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.
  2. Put your plugin.yml into it.
  3. Create a folder called "src" into it.
  4. Put your source code into the "src" folder.
Now your plugin should looks like this:
plugins/MyPlugin_src​
├plugin.yml​
└src​
└moe/berd/test​
└Main.java​
Commands
  • makeplugin <PluginName> - Compile a plugin into jar (it must loaded by FDevTools)
Author
PetteriM1
Downloads
3,160
Views
5,997
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from PetteriM1

Latest reviews

Keep up the great work my friend!
Top