How to code sponge plugins?

Hi, i just came over from Spigot, how do i code Sponge? I havent seen the sponge api or anything yet

Is there anything different from the sponge code than the bukkit code?

Sponge has it’s own completely different API, separate from Bukkit/Spigot/Paper.

To learn more on how to get started, I’d recommend reading the docs: https://docs.spongepowered.org/master/en/plugin/index.html

We do have them in other languages as well if English is not your native language.

1 Like

Thanks man

sibomots made some pretty nice videos for the community on setting up the workspace to debug your plugin. I’d check it out if I were you.