JavaPlugin in sponge

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

This might help

1 Like

Well, more like a rewrite. So I recommend you start a new project on your IDE.

1 Like

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.

2 Likes