Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. [17:40:46] [Server thread/INFO]: Starting minecraft server version 1.10.2
  2. [17:40:46] [Server thread/INFO]: Loading properties
  3. [17:40:46] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:40:46] [Server thread/INFO]: Generating keypair
  5. [17:40:46] [Server thread/INFO]: Starting Minecraft server on *:4005
  6. [17:40:46] [Server thread/INFO]: Using default channel type
  7. [17:40:47] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-251a5b6 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
  8. [17:40:47] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
  9. [17:40:47] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  10. [17:40:47] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.2
  11. [17:40:47] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  12. [17:40:47] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  13. [17:40:47] [Server thread/WARN]: 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.
  14. [17:40:47] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  15. [17:40:47] [Server thread/INFO]: Preparing level "world"
  16. [17:40:47] [Server thread/INFO]: Preparing start region for level 0 (Seed: -968391490354640880)
  17. [17:40:48] [Server thread/INFO]: Preparing spawn area: 49%
  18. [17:40:48] [Server thread/INFO]: Preparing start region for level 1 (Seed: -968391490354640880)
  19. [17:40:49] [Server thread/INFO]: Preparing spawn area: 64%
  20. [17:40:50] [Server thread/INFO]: Preparing start region for level 2 (Seed: -968391490354640880)
  21. [17:40:50] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
  22. [17:40:50] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  23. [17:40:51] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  24. [17:40:51] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  25. [17:40:51] [Server thread/INFO]: Using locale hr_HR
  26. [17:40:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  27. [17:40:51] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  28. [17:40:51] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  29. [17:40:51] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  30. [17:40:51] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
  31. [17:40:51] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  32. [17:40:51] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  33. [17:40:51] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  34. java.net.BindException: Address already in use: JVM_Bind
  35. at java.net.DualStackPlainSocketImpl.bind0(Native Method) ~[?:1.8.0_131]
  36. at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source) ~[?:1.8.0_131]
  37. at java.net.AbstractPlainSocketImpl.bind(Unknown Source) ~[?:1.8.0_131]
  38. at java.net.PlainSocketImpl.bind(Unknown Source) ~[?:1.8.0_131]
  39. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.8.0_131]
  40. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.8.0_131]
  41. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]
  42. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [votifier-1.9.jar:?]
  43. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]
  44. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [craftbukkit.jar:git-Bukkit-251a5b6]
  45. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-251a5b6]
  46. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-251a5b6]
  47. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:358) [craftbukkit.jar:git-Bukkit-251a5b6]
  48. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:320) [craftbukkit.jar:git-Bukkit-251a5b6]
  49. at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:404) [craftbukkit.jar:git-Bukkit-251a5b6]
  50. at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:369) [craftbukkit.jar:git-Bukkit-251a5b6]
  51. at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:324) [craftbukkit.jar:git-Bukkit-251a5b6]
  52. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:243) [craftbukkit.jar:git-Bukkit-251a5b6]
  53. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:514) [craftbukkit.jar:git-Bukkit-251a5b6]
  54. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  55. [17:40:51] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  56. [17:40:51] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.2
  57. [17:40:51] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Enabled
  58. [17:40:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  59. [17:40:51] [Server thread/INFO]: Done (4,038s)! For help, type "help" or "?"
  60. [17:40:51] [pool-3-thread-4/INFO]: [GAListener] Connection established!
  61. [17:40:51] [pool-3-thread-4/INFO]: [GAListener] Loading queued votes
  62. [17:40:51] [pool-3-thread-4/INFO]: [GAListener] Loaded 0 queued votes
  63. [17:41:00] [Server thread/INFO]: Stopping the server
  64. [17:41:00] [Server thread/INFO]: Stopping server
  65. [17:41:00] [Server thread/INFO]: [GAListener] Disabling GAListener v1.3.2
  66. [17:41:00] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Disabled
  67. [17:41:00] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  68. [17:41:00] [Server thread/INFO]: [Votifier] Votifier disabled.
  69. [17:41:00] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b488
  70. [17:41:00] [Server thread/INFO]: Saving players
  71. [17:41:00] [Server thread/INFO]: Saving worlds
  72. [17:41:00] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  73. [17:41:00] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  74. [17:41:00] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement