You guys need to help me! Whenever I log onto my server (bukkit), I spawn, and my Minecraft crashes 5 seconds after! This started yesterday (I've had my bukkit server for 8 months now.), and it wasn't a problem before then.
I went into terminal (the shell command line), and copied the error text here:
14:07:03 [INFO] Paratroopa9[/I'm not telling you my IP address!] logged in with entity id 1066 at ([world] -2236.5, 66.0, 839.5)
14:07:03 [INFO] true
14:07:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
14:07:10 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 24 more
14:07:10 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 24 more
14:07:10 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 24 more
14:07:10 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 24 more
14:07:11 [INFO] Paratroopa9 lost connection: disconnect.endOfStream
It works fine for all my other friends, it's just laggy for them.
Can you help me? I don't want do wait forever or make a new server!
Oh, and I also copied the error text from the client, as well as the server:
onnecting to localhost, 25565
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3732, tid=140219991656192
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.11.5
# Distribution: Ubuntu 12.04 LTS, package 6b24-1.11.5-0ubuntu1~12.04.1
# Problematic frame:
# C 0x0000000000000000
#
# An error report file with more information is saved as:
# /adirectoryonmycomputer/hs_err_pid3732.log
-------------
0 (0x00000000b79d9048) [00|00| 31]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
1 (0x00000000b79d9068) [00|00| 32]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
2 (0x00000000b79d9088) [00|00| 33]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
3 (0x00000000b79d90a8) [00|00| 34]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
4 (0x00000000b79d90c8) [00|00| 35]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
5 (0x00000000b79d90e8) [00|00| 36]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
6 (0x00000000b79d9108) [00|00| 37]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
7 (0x00000000b79d9128) [00|00| 38]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
8 (0x00000000b79d9148) [00|00| 39]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
9 (0x00000000b79d9168) [00|00| 40]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
10 (0x00000000b79d9188) [00|00| 41]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
11 (0x00000000b79d91a8) [00|00| 42]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
12 (0x00000000b79d91c8) [00|00| 43]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
13 (0x00000000b79d91e8) [00|00| 44]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
14 (0x00000000b79d9208) [00|00| 45]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
15 (0x00000000b79d9228) [00|00| 46]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
16 (0x00000000b79d9248) [00|00| 47]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
17 (0x00000000b79d9268) [00|00| 48]
[ 0x00000000b79d8918]
[ 0x0000000000000258]
[ 0x0000000078000000]
-------------
18 (0x00000000b79d9288) [00|00| 49]
[ 0x00000000b79d8918]
[ 0x000000000000025c]
[ 0x0000000078000001]
-------------
19 (0x00000000b79d92a8) [00|00| 50]
[ 0x00000000b79d8918]
[ 0x0000000000000260]
[ 0x0000000078000002]
-------------
20 (0x00000000b79d92c8) [00|00| 51]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
21 (0x00000000b79d92e8) [00|00| 52]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
22 (0x00000000b79d9308) [00|00| 53]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
23 (0x00000000b79d9328) [00|00| 54]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
24 (0x00000000b79d9348) [00|00| 55]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
25 (0x00000000b79d9368) [00|00| 56]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
26 (0x00000000b79d9388) [00|00| 57]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
27 (0x00000000b79d93a8) [00|00| 58]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
28 (0x00000000b79d93c8) [00|00| 59]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
29 (0x00000000b79d93e8) [00|00| 60]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
30 (0x00000000b79d9408) [00|00| 61]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
31 (0x00000000b79d9428) [00|00| 62]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
32 (0x00000000b79d9448) [00|00| 63]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
33 (0x00000000b79d9468) [00|00| 64]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
34 (0x00000000b79d9488) [00|00| 65]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
35 (0x00000000b79d94a8) [00|00| 66]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
36 (0x00000000b79d94c8) [00|00| 67]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
37 (0x00000000b79d94e8) [00|00| 68]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
38 (0x00000000b79d9508) [00|00| 69]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
39 (0x00000000b79d9528) [00|00| 70]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
40 (0x00000000b79d9548) [00|b7| 71]
[ 0x00000000b5d31368]
[ 0x0000000000000000]
[ 0xffffffff80800001]
-------------
41 (0x00000000b79d9568) [00|00| 72]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
42 (0x00000000b79d9588) [00|00| 73]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
43 (0x00000000b79d95a8) [00|00| 74]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
44 (0x00000000b79d95c8) [00|00| 75]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
45 (0x00000000b79d95e8) [00|00| 76]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
46 (0x00000000b79d9608) [00|00| 77]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
47 (0x00000000b79d9628) [00|00| 78]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
48 (0x00000000b79d9648) [00|00| 79]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
49 (0x00000000b79d9668) [00|00| 80]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
50 (0x00000000b79d9688) [00|00| 81]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
51 (0x00000000b79d96a8) [00|00| 82]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
52 (0x00000000b79d96c8) [00|00| 83]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
53 (0x00000000b79d96e8) [00|00| 84]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
54 (0x00000000b79d9708) [00|00| 85]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
55 (0x00000000b79d9728) [00|00| 86]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
56 (0x00000000b79d9748) [00|00| 87]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
57 (0x00000000b79d9768) [00|00| 88]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
58 (0x00000000b79d9788) [00|00| 89]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
59 (0x00000000b79d97a8) [00|00| 90]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
60 (0x00000000b79d97c8) [00|00| 91]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
61 (0x00000000b79d97e8) [00|00| 92]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
62 (0x00000000b79d9808) [00|00| 93]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
63 (0x00000000b79d9828) [00|00| 94]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
64 (0x00000000b79d9848) [00|00| 95]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
65 (0x00000000b79d9868) [00|00| 96]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
66 (0x00000000b79d9888) [00|00| 97]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
67 (0x00000000b79d98a8) [00|b7| 98]
[ 0x00000000b79da690]
[ 0x0000000000000000]
[ 0xffffffff88800002]
-------------
68 (0x00000000b79d98c8) [00|b7| 99]
[ 0x00000000b79d9e78]
[ 0x0000000000000000]
[ 0xffffffff88800002]
-------------
69 (0x00000000b79d98e8) [00|00| 100]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
70 (0x00000000b79d9908) [00|00| 101]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
71 (0x00000000b79d9928) [00|00| 102]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
72 (0x00000000b79d9948) [00|00| 103]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
73 (0x00000000b79d9968) [00|00| 104]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
74 (0x00000000b79d9988) [00|00| 105]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
75 (0x00000000b79d99a8) [00|00| 106]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
76 (0x00000000b79d99c8) [00|00| 107]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
77 (0x00000000b79d99e8) [00|00| 108]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
78 (0x00000000b79d9a08) [00|00| 109]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
79 (0x00000000b79d9a28) [00|00| 110]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
80 (0x00000000b79d9a48) [00|00| 111]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
81 (0x00000000b79d9a68) [00|00| 112]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
82 (0x00000000b79d9a88) [00|00| 113]
[ 0x0000000000000000]
[ 0x0000000000000000]
[ 0x0000000000000000]
-------------
Thanks if you can help me!
Latest News Article
Minecraft Ways to Die - a Parody Song
Continuing with our theme of parody songs, today's offering is an especially clever creation! Minecraft Ways to Die, an odd take on the song 50 Ways to Say Goodbye, is a labor of love from a whole lot of people! This hand-crafted, artisinal s...
Minecraft Monday Show - Let's Play Killers & Great Downloads!
This week, BebopVox covers the recent drama with "Let's Play" videos (including Mojang's stance on the matter), and much more!...
Minecraft Video Trailer: "Relapse"
Looking for a sci-fi adventure set inside Minecraft? fngnation is, and can't wait to release this awesome space-opera thriller, called "Relapse"! While this is just a trailer of the upcoming movie, it's definitely worth a watch, so ...
MC keeps crashing! :(
Started by
legobrick18andParatroopa9
, Feb 15 2013 07:17 PM
1 reply to this topic
#1
Posted 15 February 2013 - 07:17 PM
Thanks, everyone!
legobrick18 and Paratroopa9
legobrick18 and Paratroopa9
#2
Posted 15 February 2013 - 07:25 PM
Quote
[SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
Make sure you use the latest version of WorldGuard for your version of Bukkit.
Please quote when replying to me so I know! • Useful Links and Info:
Rules | Support | Minecraft Servers Status | MCF Help | Mojang Support Center








