I have a pretty small plugin I’m trying to port over to sponge, and this requires me changing imports and mthods.
what is the Sponge equivalent of “extends org.bukkit.plugin.java.JavaPlugin”?
Thank you
I have a pretty small plugin I’m trying to port over to sponge, and this requires me changing imports and mthods.
what is the Sponge equivalent of “extends org.bukkit.plugin.java.JavaPlugin”?
Thank you
Well, more like a rewrite. So I recommend you start a new project on your IDE.
I wouldn’t. As long as the previous project has been copied, having compile errors all over the place is actually really handy when porting.