Player Death might be another one to add to that list... It creates a duplication bug where the items of the player are dropped but retained on login.
Used build 2237 and I'm still having the console not kick people. The server terminates the connection for the player, but thinks that they're...
I'll try that code out now and edit in the response in a bit, thanks! To answer the other question, those are all entities from my account...
The obvious events of item drops and pickups exist, but the closest lead I could find to what you're asking about would be something along the...
http://forums.bukkit.org/threads/fun-adventuremaps-formatted.80965/ Are these different plugin requests? or is this a duplicate in a different forum?
"Facestabs" are a commonly known phenomena in Team Fortress 2. The Spy class often relies on being behind it's target to accomplish insta-kills,...
As per the title... event.getPlayer().kickPlayer("Some message"); Will kick the player off the server, without actually kicking them from the...
I've peeked around the Bukkit API for a little while now, and I just wanted to make sure I didn't miss what I was searching for. To anybodies...
And this would be for you kind sir. [cake] Thanks for all the help Jeff, I'm up and communicating with the database now!
Thanks for the responses! Glad to know that I wasn't entirely out of the ball park with this. However, there are so many different ways to add...
rather: int x = getRandom(0,5); His function should return an integer, so the above should work, no?
Something like that. What Desht posted was a function, with upper and lower being the parameters. You would type getRandom(0,5); to return a...
I've spent a good portion of my day searching for information on both MySQL and SQLite, reading about drivers, libraries, compatibility, etc. And...
This seems to be a Java problem. From what I understand you're looking to take a list of information and sort it in ascending order based on a...
Greetings! I'm very familiar with java, but just recently began using the bukkit API, and am experimenting how to best create plugins that hold...
Separate names with a comma.