Hey all I’m somewhat new to the developing world, have been following classes about java for 3-4 months now and I have been developing a plugin for bukkit. Now since bukkit is down and all I am planning on porting it to sponge once the API comes out. But now I will get to the question, since this is just the release of the API and not the server. How can I/we test our plugins to see if the porting/extra development and all was succesfull? Hope this wasn’t to stupid of a question and thank you for your time!
I don’t think the API is even out yet, let alone finished. Correct me if I overlooked something though.
1 Like
You can work on your plugins now by cloning and building the API yourself, however you will be bottlenecked by how complete the API is at that time. You will be working blind until an implementation is ready.
Edit: Keep in mind the API is not complete, and hence not officially supported.
hence why i used the sentence “once the API comes out.”. It was planned to be released this month in its incomplete form.
ahh okay thank you!