I am looking for the Bukkit recomended build. I am aware of what went down with bukkit and how you can't find it on the website, so that is why I am looking for it. Does anyone have it?
ThanksUse spigot
Im looking to develop pluginsMost if not all hosts should have it ready for you to install.
Otherwise like said, use spigot! It's much better!
Im looking to develop plugins
When I hover over JavaPlugin and it opens , it comes up with just showing public class MacMW2 Extends JavaPlugin { but its blank below that when it should say import javaplugin. What Am I doing wrong?Developing plugins for spigot is exactly the same as bukkit. Though again you'll need a server to test them on and a host gives them you for free in one central place.
I believe soIs spigot in your jar repo?
When I hover over JavaPlugin and it opens , it comes up with just showing public class MacMW2 Extends JavaPlugin { but its blank below that when it should say import javaplugin. What Am I doing wrong?
If im using spigot should it be namec something else?Type "import org.bukkit.plugin.java.JavaPlugin;" at the top of your main class file and if it has a red line under it then the craftbukkit jar isn't in your libraries.
