Advertisement
Guest User

Untitled

a guest
Jan 24th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. [11:02:17] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [11:02:17] [Server thread/INFO]: Loading properties
  3. [11:02:17] [Server thread/INFO]: Default game type: SURVIVAL
  4. [11:02:17] [Server thread/INFO]: Generating keypair
  5. [11:02:17] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [11:02:18] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-3fc97ff (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  7. [11:02:18] [Server thread/INFO]: [Vault] Loading Vault v1.2.25-b333
  8. [11:02:18] [Server thread/INFO]: [Companies] Loading Companies v0.4
  9. [11:02:18] [Server thread/INFO]: [Vault] Enabling Vault v1.2.25-b333
  10. [11:02:18] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
  11. [11:02:18] [Server thread/INFO]: [Vault] Enabled Version 1.2.25-b333
  12. [11:02:18] [Server thread/INFO]: Preparing level "world"
  13. [11:02:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2313329926091082089)
  14. [11:02:19] [Server thread/INFO]: Preparing spawn area: 87%
  15. [11:02:19] [Server thread/INFO]: Preparing start region for level 1 (Seed: -2313329926091082089)
  16. [11:02:20] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2313329926091082089)
  17. [11:02:20] [Server thread/INFO]: [Companies] Enabling Companies v0.4
  18. [11:02:20] [Server thread/INFO]: [Companies] Plugin Loading
  19. [11:02:20] [Server thread/INFO]: [Companies] Loading configuration file
  20. [11:02:20] [Server thread/INFO]: [Companies] Loading Language file
  21. [11:02:20] [Server thread/INFO]: [Companies] §aAdding allowed world: world
  22. [11:02:20] [Server thread/INFO]: [Companies] §aAdding allowed world: world_nether
  23. [11:02:20] [Server thread/INFO]: [Companies] §aAdding allowed world: world_the_end
  24. [11:02:20] [Server thread/INFO]: [Companies] Vault plugin Found
  25. [11:02:20] [Server thread/INFO]: [Companies] Vault Enabled
  26. [11:02:20] [Server thread/INFO]: [Companies] Adding player : tailbird36372
  27. [11:02:20] [Server thread/INFO]: [Companies] Adding company : test
  28. [11:02:20] [Server thread/INFO]: [Companies] payday timer at 84000
  29. [11:02:20] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  30. [11:02:21] [Server thread/INFO]: Done (2.305s)! For help, type "help" or "?"
  31. [11:02:37] [User Authenticator #1/INFO]: UUID of player tailbird36372 is 6742b6af-2362-4acc-83d1-2be5ee2dc0ce
  32. [11:02:38] [Server thread/INFO]: [Companies] Loading player tailbird36372 employed by test
  33. [11:02:38] [Server thread/INFO]: tailbird36372[/127.0.0.1:50464] logged in with entity id 383 at ([world] 65.80640241938644, 82.61435637134274, 353.2186567609936)
  34. [11:02:48] [Server thread/INFO]: tailbird36372 issued server command: /company disband
  35. [11:02:51] [Server thread/INFO]: tailbird36372 issued server command: /company disband test
  36. [11:02:55] [Server thread/INFO]: tailbird36372 issued server command: /company start test
  37. [11:03:00] [Server thread/INFO]: tailbird36372 issued server command: /company bank deposit 100
  38. [11:03:00] [Server thread/ERROR]: null
  39. org.bukkit.command.CommandException: Unhandled exception executing command 'company' in plugin Companies v0.4
  40. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-3fc97ff]
  41. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit.jar:git-Bukkit-3fc97ff]
  42. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit.jar:git-Bukkit-3fc97ff]
  43. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit.jar:git-Bukkit-3fc97ff]
  44. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit.jar:git-Bukkit-3fc97ff]
  45. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit.jar:git-Bukkit-3fc97ff]
  46. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit.jar:git-Bukkit-3fc97ff]
  47. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit.jar:git-Bukkit-3fc97ff]
  48. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  49. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  50. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit.jar:git-Bukkit-3fc97ff]
  51. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit.jar:git-Bukkit-3fc97ff]
  52. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit.jar:git-Bukkit-3fc97ff]
  53. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit.jar:git-Bukkit-3fc97ff]
  54. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  55. Caused by: java.lang.NoSuchMethodError: net.milkbowl.vault.economy.Economy.has(Lorg/bukkit/OfflinePlayer;D)Z
  56. at com.hmmcrunchy.companies.Companies.onCommand(Companies.java:1509) ~[?:?]
  57. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-3fc97ff]
  58. ... 14 more
  59. [11:03:06] [Server thread/INFO]: tailbird36372 issued server command: /stop
  60. [11:03:06] [Server thread/INFO]: [tailbird36372: Stopping the server]
  61. [11:03:06] [Server thread/INFO]: Stopping server
  62. [11:03:06] [Server thread/INFO]: [Companies] Disabling Companies v0.4
  63. [11:03:06] [Server thread/INFO]: [Companies] saving all company and player data......
  64. [11:03:06] [Server thread/INFO]: [Companies] Saving company details for test
  65. [11:03:06] [Server thread/INFO]: [Companies] Saving company list to file
  66. [11:03:06] [Server thread/INFO]: [Companies] Saving player list to file
  67. [11:03:06] [Server thread/INFO]: [Companies] Saving employment details for tailbird36372
  68. [11:03:06] [Server thread/INFO]: [Companies] saving all company and player complete!
  69. [11:03:06] [Server thread/INFO]: [Vault] Disabling Vault v1.2.25-b333
  70. [11:03:06] [Server thread/INFO]: Saving players
  71. [11:03:06] [Server thread/INFO]: tailbird36372 lost connection: Server closed
  72. [11:03:06] [Server thread/INFO]: tailbird36372 left the game.
  73. [11:03:06] [Server thread/INFO]: Saving worlds
  74. [11:03:06] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  75. [11:03:08] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  76. [11:03:08] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement