How do i port a bukkit plugin to a sponge plugin

is it the same as make a sponge plugin but pulling the old class in

Here’s a good place to start: http://docs.spongepowered.org

3 Likes

You have to look at the source code and basically rewrite it using sponge functions instead of bukkit functions.

2 Likes

anyone know how to port a bukkit plugin
i have no experience port or make a plugin

Both me and @Zwei gave you ways to do it.

just found a video on how to create a plugin
here is a link [HOW TO MAKE A SPONGE PLUGIN] Episode 1 - Setup - YouTube

Here’s some info on porting plugins