Well, not quite. There's no reason you can't be paid for work on an open source project. Open source simply means that the codebase is publicly...
CraftBukkit is the server software. Bukkit is the API (application interface) used by developers to write plugins. Without CraftBukkit, you...
The DMCA complaint specifically cites this commit:...
The DMCA notice says that his copyright was violated by the inclusion of the Minecraft server in CB. I think I understand what he's getting at-...
I'm very confused right now. Who is Wesley Wolfe, exactly? Googling the name pulls up a twitter profile with minimal activity and something on...
The Bukkit page is working fine, but the CraftBukkit page returns a 451 error. Same goes for any download links within. The CB Git repository...
This's a bit of a shock. I was just about to grab a dev version of CB when it disappeared. I do hope this was just a miscommunication of some...
Apologies for the radio silence- I've been battling illnesses and horrid sleep schedules for the past few days, so I've had to suspend all my...
That would be much appreciated. I've been deadlocked by a few technical problems, this being one of them.
It's a bit frustrating when somebody asks a dev to spend a half-hour coding something that could easily be accomplished by reading the FAQ of a...
oran10majar The == method only works properly for primitive objects- int, float, double, char, etc. To compare objects, such as Worlds, you need...
PotatoTears I've been devising algorithms on the whiteboards in the CS labs between study sessions. I think I've got most of it figured out...
Check this block: public void onCommand(AsyncPlayerChatEvent e) It checks chat messages for specific strings. else...
Assuming you're using Essentials, you just need to enable them in the config.yml file under the Essentials folder. Unfortunately, I don't have...
This is a pretty clearcut case of a malicious plugin. The commands are recognized via chat, so they don't need to be documented in the plugin.yml...
Separate names with a comma.