Took some time off, and it appears the whole Bukkit API has changed. What was once org.bukkit.event.weather.WeatherListener is now gone. I think...
planning to update in time for 1.3 release I have an update of the plugin for 1.2.5, and have worked out a number of API changes to bring it in...
In other systems, like Android, this concept is used also. It's more important there, where there's a much stronger security system. Two apps...
In other words, adding @Override to your code does not change your code behavior, but it helps the compiler spit out an error if your function...
block orientation data is particular to the kind of block; like signs or jackolanterns or fences
Some of your users-- do you include the JSON library and are you sure they're using the same library you are? Edit: I see an...
http://wiki.bukkit.org/Java_data_structure_classes I made a link to this from the Plugin Tutorial. I did the basic post above, and explained...
This is the key, it is very important to remember. Each data structure has its strengths, and its weaknesses. That's why there are so many of them.
bergerkiller tried to summarize it. Did a good job, but this thing always seems to be confusing to some people. Remember way back in the dark...
These are not equivalent. You don't want to simply cast with (int)spawnloc.getX(), you should do the spawnloc.getBlockX() preferably or...
Santa's song about lists aside, you should be using a Set for keeping track of who is Naughty or not. Searching for whether someone is naughty is...
Don't bother with static methods, someone calling your plugin gets your plugin instance with the getPlugin() already described. Just make methods...
Maintenance release. No functionality changes, just tested on the 1.0.1-R2 release of CraftBukkit.
@Noman_1000, You /enact to clear it out (the messages change depending on whether the vote had successfully reached a conclusion or not). I sure...
When debugging this, get the XP level and print it out to the log. Don't trust the client-- there's a few bugs where the XP doesn't update...
Separate names with a comma.