How does one provide an implementation of the bukkit api? If I'm not mistaken, bukkit is just an api, not the implementation. So how do I provide a implementation of the api (yes, I am aware of spigot, paper, etc, but I want to provide my own implementation of the api)?
Also need to make the entire server for that stuff. And you depend on it, implement it, export a jar that starts your server.
Yes, I know Just could you let me know things are done? I tried looking at the spigot code, but I dont see where it loads the plugins EDIT by Moderator: merged posts, please use the edit button instead of double posting.
@FloweyTF Do you want to build further on Bukkit's source code? Spigot has been updating the API since version 1.8, so you will need to either update an old version of the API or you will have to build further on Spigot. You could also make your own API from the server jar provided by minecraft.net. Those are probably the options you are looking for. You should keep in mind that this will be troublesome, no matter what you decide.