I'm using a conversation to piece together a letter that a player can send to another player. When they finish composing the letter, it will be sent....
Does anyone know where all references to the SCM are held in? I'd like to do something fancy :3 I tried using VisualVM, but its not being any help
Im hoping to use this event to change the possible tab completion for specific commands. For instance, i could have it cycle through players.. Or i...
So updating one of my plugins to be compatable with the new(ish) 1.4.7 build, i noticed that two obfuscated methods i had been using were...
The villager API seems kinda small. Are there plans to create support for trade events and stuff? Furthermore, how would i go about contributing to...
Im trying to find a plugin that keeps the player entity alive for a set time after the player has logged out. I need to implement something like this...
Im assuming the total exp count is the total number of experience points that comes to both the level, and progress towards the next level....
Does anyone know what method NMS code uses to set the map seed string to a long and pass into the WorldCreator? Ive got a map that has a string for a...
How would i send a lightning strike to a specific player? I figure i just have to find the lightning packet, and send it to the player, right? Which...
So i was developing my personal plugin for java 7, and now i want to compile it to be work under java 6. So i installed the java 6 JDK and i THINK i...
In my multiworld system im creating, i am trying to restrict enderchest usage to a specific set of worlds. Instead of listening to an interact...
I ported my permission system to work with multiple worlds, and to differentiate between them. For some reason though, i was able to use...
So i want to generate a flatworld that has only one layer of dirt, instead of three. I came up with a method that fires whenever the chunk is being...
If you have two cuboids with their opposite vectors (such as with world edits selection/regions) how would you go about discerning if one cuboid is...
So ive posted a thread before about working with nether portals in additional worlds, but it never really got the responses that i needed....
Hey, ive got a few questions, as I am about to attempt to code a customized multiworld system for my plugin system. 1) How should i handle server...
Im trying to utilize the NBT api(ish) that comes in craftbukkit as a way to store additional player data. Thing is, my server has a remote chest...
I know this is more of a general Java problem, but its a problem that has been solved by bukkit, and the solution will be used by a plugin. Like...
2012-11-07 03:21:45 [INFO] Connection reset 2012-11-07 03:21:45 [INFO] Sunnyrains lost connection: disconnect.endOfStream 2012-11-07 03:21:45 [INFO]...
How often is this event actually asynchronous? They made the sync version deprecated, so now i switched to the async version, make an isAsync check,...
Separate names with a comma.