JavaScript вимкнений. Будь ласка, ввімкніть JavaScript у своєму браузері, перш ніж продовжувати.
Ви використовуєте застарілий браузер. Цей та інші сайти можуть відображатися в ньому некоректно.
Необхідно оновити браузер або спробувати використовувати
інший .
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:
Make a dir in plugins folder(e.g. MyPlugin_src).
Put your plugins yml into it.
Make a "src" dir into it.
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).