I was looking for this to send raw custom messages. That Json is a pain. If bukkit supported this in their API that'd be awesome. Thanks! :)
Awesome! I'm excited to see what kind of things the API supports, after seeing what happened with the Sound class. :)
Hey there. I'm not sure it is going to work out very well. There is no event to trigger the item breaking, thus making it very difficult to have...
Hey there! I could give it a go. I'll keep you updated.
I think I found it. Since you're getting a null pointer exception, the only thing I can think of is the HashMap, which I've had trouble with...
Hmm, I was told otherwise. Alright. Well I don't know what to say. It's working fine for me as well.
I don't see an onEnable() or onDisable()... You do know those are crucial, right? Take a look at this page....
I think you're only alternative is to trace back into your onEnable() and see if you missed something. There doens't seem to be a problem with the...
Did you put the @EventHandler annotation before your method? If that's not it, I'm not sure. I noticed PlayerLoginEvent is really weird for me,...
Hmm, I see. I think your method isn't taking enough arguments. Try using this and just see if it works. public boolean onCommand(CommandSender...
What result are you getting? Did you add the command to the plugin.yml file? Also, try using getServer().broadcastMessage(ChatColor.BLUE+"Test");
Locations and distances aren't the easiest of things for me, personally, but I'll see what I can do to help. I'd definitely use locations of the...
Okay, I think I understand what you're getting at. Try using a for loop, have the for loop add numbers onto a string. Here's to save you some...
I scanned over your code, and if this doesn't work, I'll put it into Eclipse myself until we get to the bottom of this. At...
If you don't know how to create commands, I strongly recommend reading this from beginning to finish. http://wiki.bukkit.org/Wiki/CompleteTutorial
Separate names with a comma.