fengberd / FDevTools

The first devtools plugin for Nukkit!
GNU General Public License v3.0
25 stars 7 forks source link

Impossible to import a file from a .jar #7

Open CoolGuyMC opened 7 years ago

CoolGuyMC commented 7 years ago

It is impossible to import a file from a .jar when running a plugin on source. For example, EconomyAPI:

import me.onebone.economyapi.EconomyAPI;

Won't work if i'm running the plugin on source, but when i run it on a .jar, it works fine.

fengberd commented 7 years ago

This might need to modify code of nukkit to fix it...

XDqrkneZ commented 7 years ago

^