When i has a problem with mojang, why does he "killed" his own project in state of attacking mojang? Where is the sense? It's a community project...
Thank you for all what you've done for this project! I know your name from github. I've seen so many contributions done with your name, so when i...
I know, that bukkit is not thread-safe, but i though sending lot's of packets is probably better in a second thread. I guess it's cleverer to send...
Getting a ConcurrentException running this code in an asynchronus task: /* 98 */ (isInRange2D(player.getLocation(), loc, radius) ?...
You have to escape the dot, but i think it's still easier. My opinion ;)getName().replace(".", ",").split(",")[3];getName().split("\\.")[3];
Why do you replace the dots by commas instead of directly splitting at the dots?
private final List<String> kits = Arrays.asList("Starter", "PvP", "VIP", "MVP", "PRO"); public boolean onCommand(CommandSender sender,...
Slikey This lib is the best thing i've ever seen!!!!! My request: Minecraft mobs and evtl. a statue builder for skins would be nice. That'll give...
It's working, player can join with the new (1.7.6+) and the old (1.7.2+) version. The problem is the version displayed in the server list and...
Hi, I want to support all 1.7 minecraft versions. Now player can join with all 1.7 versions, i modified the HandshakeListener at line 25. From }...
Open: ((CraftWorld) b.getWorld()).getHandle().playNote(x, y, z, CraftMagicNumbers.getBlock(b), 1, 1); Close: ((CraftWorld)...
It's plays the close sound, but the chest is still open...
I've the same problem... I only found out how to open a chest: Block b = yourChest; int x = b.getX(), y = b.getY(), z = b.getZ(); ((CraftWorld)...
Separate names with a comma.