Guest User

Untitled

a guest
Dec 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. 2012-10-07 20:27:28 [INFO] Starting minecraft server version 1.3.2
  2. 2012-10-07 20:27:28 [INFO] Loading properties
  3. 2012-10-07 20:27:28 [INFO] Default game type: SURVIVAL
  4. 2012-10-07 20:27:28 [INFO] Generating keypair
  5. 2012-10-07 20:27:28 [INFO] Starting Minecraft server on *:25565
  6. 2012-10-07 20:27:28 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  7. 2012-10-07 20:27:28 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  8. 2012-10-07 20:27:28 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  9. 2012-10-07 20:27:28 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  10. 2012-10-07 20:27:28 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-1-gec23129-b2380jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.1-SNAPSHOT)
  11. 2012-10-07 20:27:28 [INFO] [GunMaster] Loading GunMaster v_indev 3
  12. 2012-10-07 20:27:28 [INFO] Preparing level "world"
  13. 2012-10-07 20:27:28 [INFO] Preparing start region for level 0 (Seed: -5098017090652614572)
  14. 2012-10-07 20:27:28 [INFO] ----- Bukkit Auto Updater -----
  15. 2012-10-07 20:27:28 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  16. 2012-10-07 20:27:28 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  17. 2012-10-07 20:27:28 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  18. 2012-10-07 20:27:28 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  19. 2012-10-07 20:27:28 [INFO] ----- ------------------- -----
  20. 2012-10-07 20:27:29 [INFO] Preparing start region for level 1 (Seed: -5098017090652614572)
  21. 2012-10-07 20:27:29 [INFO] Preparing start region for level 2 (Seed: -5098017090652614572)
  22. 2012-10-07 20:27:29 [INFO] Preparing spawn area: 0%
  23. 2012-10-07 20:27:29 [INFO] [GunMaster] Enabling GunMaster v_indev 3
  24. 2012-10-07 20:27:29 [INFO] Load Arena arena
  25. 2012-10-07 20:27:29 [INFO] -- level1
  26. 2012-10-07 20:27:29 [INFO] -- level2
  27. 2012-10-07 20:27:29 [INFO] -- level3
  28. 2012-10-07 20:27:29 [INFO] -- level4
  29. 2012-10-07 20:27:29 [INFO] -- level5
  30. 2012-10-07 20:27:29 [INFO] -- level6
  31. 2012-10-07 20:27:29 [INFO] Load Arena arena2
  32. 2012-10-07 20:27:29 [INFO] -- level1
  33. 2012-10-07 20:27:29 [INFO] -- level2
  34. 2012-10-07 20:27:29 [INFO] -- level3
  35. 2012-10-07 20:27:29 [INFO] -- level4
  36. 2012-10-07 20:27:29 [INFO] -- level5
  37. 2012-10-07 20:27:29 [INFO] -- level6
  38. 2012-10-07 20:27:29 [INFO] GunMaster wurde geladen/aktiviert.
  39. 2012-10-07 20:27:29 [INFO] Server permissions file permissions.yml is empty, ignoring it
  40. 2012-10-07 20:27:29 [INFO] Done (1,349s)! For help, type "help" or "?"
  41. 2012-10-07 20:27:32 [INFO] /127.0.0.1:50244 lost connection
  42. 2012-10-07 20:27:37 [INFO] Leon167[/127.0.0.1:50252] logged in with entity id 342 at ([world] 39.76326058707839, 64.0, 254.2400673998332)
  43. 2012-10-07 20:27:42 [SEVERE] Could not pass event PlayerInteractEvent to GunMaster
  44. org.bukkit.event.EventException
  45. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  46. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  47. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  48. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  49. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
  50. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:355)
  51. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:650)
  52. at net.minecraft.server.Packet15Place.handle(SourceFile:58)
  53. at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
  54. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
  55. at net.minecraft.server.ServerConnection.b(SourceFile:35)
  56. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  57. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
  58. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
  59. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
  60. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
  61. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  62. Caused by: java.lang.NullPointerException
  63. at me.Teekeks.GunMaster.playerListener.onPlayerInteract(playerListener.java:32)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  67. at java.lang.reflect.Method.invoke(Unknown Source)
  68. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  69. ... 16 more
  70. 2012-10-07 20:27:43 [SEVERE] Could not pass event PlayerInteractEvent to GunMaster
  71. org.bukkit.event.EventException
  72. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  73. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  74. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  75. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  76. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
  77. at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:114)
  78. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:547)
  79. at net.minecraft.server.Packet14BlockDig.handle(SourceFile:46)
  80. at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
  81. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
  82. at net.minecraft.server.ServerConnection.b(SourceFile:35)
  83. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  84. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
  85. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
  86. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
  88. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  89. Caused by: java.lang.NullPointerException
  90. at me.Teekeks.GunMaster.playerListener.onPlayerInteract(playerListener.java:32)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  94. at java.lang.reflect.Method.invoke(Unknown Source)
  95. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  96. ... 16 more
  97. 2012-10-07 20:27:47 [INFO] Leon167 issued server command: /stop
  98. 2012-10-07 20:27:47 [INFO] Leon167: Stopping the server..
  99. 2012-10-07 20:27:47 [INFO] Stopping server
  100. 2012-10-07 20:27:47 [INFO] [GunMaster] Disabling GunMaster v_indev 3
  101. 2012-10-07 20:27:47 [INFO] GunMaster wurde deaktiviert
  102. 2012-10-07 20:27:47 [INFO] Saving players
  103. 2012-10-07 20:27:47 [WARNING] DSCT: socket closed
  104. 2012-10-07 20:27:47 [INFO] Closing listening thread
  105. 2012-10-07 20:27:47 [INFO] Saving worlds
  106. 2012-10-07 20:27:47 [INFO] Saving chunks for level 'world'/Overworld
  107. 2012-10-07 20:27:48 [INFO] Saving chunks for level 'world_nether'/Nether
  108. 2012-10-07 20:27:48 [INFO] Saving chunks for level 'world_the_end'/The End
  109. 2012-10-07 20:27:48 [INFO] Stopping server
  110. 2012-10-07 20:27:48 [INFO] Saving players
  111. 2012-10-07 20:27:48 [INFO] Saving worlds
  112. 2012-10-07 20:27:48 [INFO] Saving chunks for level 'world'/Overworld
Add Comment
Please, Sign In to add comment