Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

fengberd/FDevTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FDevTools

The first devtools plugin for Nukkit!

Jenkins

Download

You can get compiled jar file from ZXDA's Jenkins

Feathres

  • You can load plugin in source(*.java).
  • If you don't have JDK,just download tools.jar from Here and put it into FDevTools folder then it works well too.
  • You can pack the plugin into jar and relese it easyily.

Attention

Your source plugin should follow this format:

  1. Make a dir in plugins folder(e.g. MyPlugin_src).
  2. Put your plugins yml into it.
  3. Make a "src" dir into it.
  4. Put your source into "src" dir.

Now your plugin should looks like this:

MyPlugin_src ├plugin.yml └src    └moe/berd/Test        └Main.java

Commands

  • makeplugin <PluginName> - Compress the plugin into jar format(It must loaded by FDevTools).