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 your plugins folder (e.g. MyPlugin_src).
  2. Put your plugin.yml into it.
  3. Create a folder called "src" into it.
  4. Put your source into the "src" folder.
Now your plugin should looks like this:
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
2,798
Views
5,262
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