What happened to ServerBroadcastEvent? I see it was added to Bukkit some time ago but later removed. Does it have a replacement? I am trying to catch...
Great!
Does this happen on previous CB builds? I recommend rolling back to the latest beta version.
You need to link the worlds with this command. /mvnp link {end|nether} [FROM_WORLD] {TO_WORLD}
I recommend trying the Oracle JRE. The last time I tried the OpenJDK I had to deal with a few crashes like this.
Nice!
It looks like you are running out of memory for your JVM. Change "-Xmx512M -Xms512M " to "-Xmx1024M -Xms1024M" in your bat file.
You can do this: ItemStack[] invArmour = player.getInventory().getArmorContents(); for (int i = 0; i < invArmour.length; i++) { // do...
Have a look at my code here: https://github.com/cnaude/Scavenger/blob/master/src/me/cnaude/plugin/Scavenger/RestorationManager.java To remove a...
Good job!
Disable your plugins one at time until you find the culprit.
I've updated Chairs and removed my packet generation code. It now utilizes ProtocolLib methods instead.
I'll create a bukkitdev page for this if this works for you. It's extremely simple. It has no configuration or permissions. JAR:...
#!/usr/bin/perl use strict; open (FILE, "<account.mini") or die "Can't open file: $!\n"; while (<FILE>) { chomp; my ($p, $b, $s) = split...
Those commands you ran look correct. You should verify that your server.properties file has this line: "level-name=world" That "level-name=world"...
I'm using HawkEye Reloaded. Works great. I love the web interface.
Top 10 forum messages. 1: 7941 Lolmewn 2: 7932 TnT 3: 5394 Plague 4: 5129 necrodoom 5: 5113 fireblast709 6: 5067 codename_B 7: 5007 np98765 8: 4862...
I found the problem with my results. The commas.... :)
Let me double check my parser.
Who said there were too many to scrape? http://cnaude.freeshell.org/bukkit-likes.txt Top 10 likes for the forums: 1: 2931 EvilSeph 2: 2883 TnT 3:...
Separate names with a comma.