Advertisement
Guest User

ChuckenChunks

a guest
Mar 15th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.78 KB | None | 0 0
  1. [11:25:38] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [11:25:46] [Server thread/INFO]: Loading properties
  3. [11:25:46] [Server thread/INFO]: Default game type: SURVIVAL
  4. [11:25:46] [Server thread/INFO]: Generating keypair
  5. [11:25:46] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [11:25:59] [Server thread/INFO]: Preparing level "world"
  7. [11:26:02] [Server thread/INFO]: Preparing start region for level 0
  8. [11:26:03] [Server thread/INFO]: Preparing spawn area: 70%
  9. [11:26:03] [Server thread/INFO]: Done (3.780s)! For help, type "help" or "?"
  10. [11:26:11] [Thread-8/INFO]: [§9AbyssalCraft§r] Running the latest version of AbyssalCraft, §b1.8.2§r.
  11. [11:26:17] [Server thread/INFO]: An unknown error occurred while attempting to perform this command
  12. [11:26:17] [Server thread/ERROR]: Couldn't process command: 'help'
  13. java.lang.IllegalArgumentException: Comparison method violates its general contract!
  14.     at java.util.ComparableTimSort.mergeHi(Unknown Source) ~[?:1.7.0_75]
  15.     at java.util.ComparableTimSort.mergeAt(Unknown Source) ~[?:1.7.0_75]
  16.     at java.util.ComparableTimSort.mergeForceCollapse(Unknown Source) ~[?:1.7.0_75]
  17.     at java.util.ComparableTimSort.sort(Unknown Source) ~[?:1.7.0_75]
  18.     at java.util.ComparableTimSort.sort(Unknown Source) ~[?:1.7.0_75]
  19.     at java.util.Arrays.sort(Unknown Source) ~[?:1.7.0_75]
  20.     at java.util.Collections.sort(Unknown Source) ~[?:1.7.0_75]
  21.     at net.minecraft.command.CommandHelp.func_71534_d(SourceFile:84) ~[au.class:?]
  22.     at net.minecraft.command.CommandHelp.func_71515_b(SourceFile:38) ~[au.class:?]
  23.     at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:94) [z.class:?]
  24.     at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:370) [lt.class:?]
  25.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) [lt.class:?]
  26.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  27.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  28.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  29. [11:26:43] [Server thread/INFO]: Stopping the server
  30. [11:26:43] [Server thread/INFO]: Stopping server
  31. [11:26:43] [Server thread/INFO]: Saving players
  32. [11:26:43] [Server thread/INFO]: Saving worlds
  33. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  34. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  35. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/The Dark Realm
  36. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/Omothol
  37. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/The Dreadlands
  38. [11:26:43] [Server thread/INFO]: Saving chunks for level 'world'/The Abyssal Wasteland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement