Advertisement
Guest User

Untitled

a guest
May 27th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. [16:35:43] [main/INFO]: Loaded 0 recipes
  2. [16:35:43] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [16:35:43] [Server thread/INFO]: Loading properties
  4. [16:35:43] [Server thread/INFO]: Default game type: SURVIVAL
  5. [16:35:43] [Server thread/INFO]: Generating keypair
  6. [16:35:43] [Server thread/INFO]: Starting Minecraft server on 37.221.209.211:25767
  7. [16:35:43] [Server thread/INFO]: Using epoll channel type
  8. [16:35:44] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-e693496 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  9. [16:35:49] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
  10. [16:35:49] [Server thread/ERROR]: [ProtocolSupport] Unsupported server implementation type or version
  11. [16:35:49] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
  12. [16:35:49] [Server thread/ERROR]: Error occurred while enabling ProtocolSupport v4.29-dev (Is it up to date?)
  13. java.lang.IllegalStateException: Access to implementation before detect
  14. at protocolsupport.zplatform.ServerPlatform.get(ServerPlatform.java:36) ~[?:?]
  15. at protocolsupport.ProtocolSupport.onEnable(ProtocolSupport.java:76) ~[?:?]
  16. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[minecraft_server.jar:git-Bukkit-e693496]
  17. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:331) [minecraft_server.jar:git-Bukkit-e693496]
  18. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Bukkit-e693496]
  19. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:418) [minecraft_server.jar:git-Bukkit-e693496]
  20. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:344) [minecraft_server.jar:git-Bukkit-e693496]
  21. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:197) [minecraft_server.jar:git-Bukkit-e693496]
  22. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:680) [minecraft_server.jar:git-Bukkit-e693496]
  23. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  24. [16:35:49] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  25. [16:35:49] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  26. [16:35:49] [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.
  27. [16:35:49] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  28. [16:35:49] [Server thread/INFO]: Preparing level "Lobby"
  29. [16:35:49] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  30. [16:35:50] [Server thread/INFO]: Loaded 524 recipes
  31. [16:35:51] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: 5)
  32. [16:35:51] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: 5)
  33. [16:35:51] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 5)
  34. [16:35:51] [Server thread/INFO]: Time elapsed: 1 ms
  35. [16:35:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  36. [16:35:51] [Server thread/INFO]: Done (1.730s)! For help, type "help"
  37. [16:35:51] [Server thread/INFO]: Starting GS4 status listener
  38. [16:35:51] [Server thread/INFO]: Starting remote control listener
  39. [16:35:51] [Query Listener #1/INFO]: Query running on 37.221.209.211:25767
  40. [16:35:51] [Server thread/WARN]: Unable to initialise rcon on 37.221.209.211:15565 : A cím már használatban van
  41. [16:35:51] [Server thread/INFO]: Stopping server
  42. [16:35:51] [Server thread/INFO]: [ProtocolSupport] Disabling ProtocolSupport v4.29-dev
  43. [16:35:51] [Server thread/ERROR]: Error occurred while disabling ProtocolSupport v4.29-dev (Is it up to date?)
  44. java.lang.IllegalStateException: Access to implementation before detect
  45. at protocolsupport.zplatform.ServerPlatform.get(ServerPlatform.java:36) ~[?:?]
  46. at protocolsupport.ProtocolSupport.onDisable(ProtocolSupport.java:87) ~[?:?]
  47. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:256) ~[minecraft_server.jar:git-Bukkit-e693496]
  48. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:355) [minecraft_server.jar:git-Bukkit-e693496]
  49. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [minecraft_server.jar:git-Bukkit-e693496]
  50. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:414) [minecraft_server.jar:git-Bukkit-e693496]
  51. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.disablePlugins(CraftServer.java:361) [minecraft_server.jar:git-Bukkit-e693496]
  52. at net.minecraft.server.v1_13_R2.MinecraftServer.stop(MinecraftServer.java:616) [minecraft_server.jar:git-Bukkit-e693496]
  53. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733) [minecraft_server.jar:git-Bukkit-e693496]
  54. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  55. [16:35:51] [Server thread/INFO]: Saving players
  56. [16:35:51] [Server thread/INFO]: Saving worlds
  57. [16:35:51] [Server thread/INFO]: Saving chunks for level 'Lobby_nether'/minecraft:the_nether
  58. [16:35:51] [Server thread/INFO]: Saving chunks for level 'Lobby_the_end'/minecraft:the_end
  59. [16:35:51] [Server thread/INFO]: Saving chunks for level 'Lobby'/minecraft:overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement