Advertisement
EthanGarey

Untitled

Aug 27th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1. [01:08:28] [ServerMain/INFO]: Building unoptimized datafixer
  2. [01:08:31] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  3. [01:08:35] [ServerMain/INFO]: Loaded 7 recipes
  4. [01:08:38] [Server thread/INFO]: Starting minecraft server version 1.19.2
  5. [01:08:38] [Server thread/INFO]: Loading properties
  6. [01:08:38] [Server thread/INFO]: This server is running Paper version git-Paper-132 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: a76998d)
  7. [01:08:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [01:08:38] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [01:08:39] [Server thread/INFO]: Default game type: SURVIVAL
  10. [01:08:39] [Server thread/INFO]: Generating keypair
  11. [01:08:39] [Server thread/INFO]: Starting Minecraft server on *:25565
  12. [01:08:39] [Server thread/INFO]: Using default channel type
  13. [01:08:39] [Server thread/INFO]: Paper: Using Java 11 compression from Velocity.
  14. [01:08:39] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
  15. [01:08:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.12+6240-87f4ae1
  16. [01:08:41] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1d2f1025]
  17. [01:08:41] [Server thread/INFO]: [BetterCommands] Loading BetterCommands v1.0 Release
  18. [01:08:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  19. [01:08:41] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
  20. [01:08:41] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  21. [01:08:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  22. [01:08:41] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
  23. [01:08:43] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  24. [01:08:43] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  25. [01:08:43] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  26. [01:08:43] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  27. [01:08:43] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  28. [01:08:43] [Server thread/INFO]: Preparing level "world"
  29. [01:08:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  30. [01:08:44] [Server thread/INFO]: Time elapsed: 297 ms
  31. [01:08:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  32. [01:08:45] [Server thread/INFO]: Time elapsed: 109 ms
  33. [01:08:45] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  34. [01:08:45] [Server thread/INFO]: Time elapsed: 86 ms
  35. [01:08:45] [Server thread/INFO]: [BetterCommands] Enabling BetterCommands v1.0 Release
  36. [01:08:45] [Server thread/INFO]: Hello World!
  37. [01:08:45] [Server thread/ERROR]: Error occurred while enabling BetterCommands v1.0 Release (Is it up to date?)
  38. java.lang.IllegalArgumentException: Plugin already initialized!
  39. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:229) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  40. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:53) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  41. at Commands.Teleport.<init>(Teleport.java:10) ~[BetterCommands.jar:?]
  42. at BetterCommands.Main.onEnable(Main.java:15) ~[BetterCommands.jar:?]
  43. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  44. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  45. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  46. at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565) ~[paper-1.19.2.jar:git-Paper-132]
  47. at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479) ~[paper-1.19.2.jar:git-Paper-132]
  48. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.19.2.jar:git-Paper-132]
  49. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422) ~[paper-1.19.2.jar:git-Paper-132]
  50. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[paper-1.19.2.jar:git-Paper-132]
  51. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[paper-1.19.2.jar:git-Paper-132]
  52. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-132]
  53. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  54. Caused by: java.lang.IllegalStateException: Initial initialization
  55. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:232) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  56. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:53) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  57. at BetterCommands.Main.<init>(Main.java:9) ~[BetterCommands.jar:?]
  58. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  59. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  60. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  61. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  62. at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
  63. at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
  64. at java.lang.Class.newInstance(Class.java:645) ~[?:?]
  65. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:83) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  66. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  67. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:411) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  68. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:319) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  69. at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.2.jar:git-Paper-132]
  70. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.2.jar:git-Paper-132]
  71. ... 3 more
  72. [01:08:45] [Server thread/INFO]: [BetterCommands] Disabling BetterCommands v1.0 Release
  73. [01:08:45] [Server thread/INFO]: Shutting Down!
  74. [01:08:45] [Server thread/INFO]: Running delayed init tasks
  75. [01:08:45] [Server thread/INFO]: Done (6.922s)! For help, type "help"
  76. [01:08:45] [Server thread/INFO]: Timings Reset
  77. [01:09:23] [Server thread/INFO]: /127.0.0.1:65477 lost connection: If you wish to use IP forwarding, please enable it in your BungeeCord config as well!
  78. [01:09:33] [User Authenticator #1/INFO]: UUID of player EthanGarey is 982a8088-af48-4b7e-a06e-3ac2e079cccd
  79. [01:09:34] [Server thread/INFO]: EthanGarey joined the game
  80. [01:09:34] [Server thread/INFO]: EthanGarey[/Nice try bozo logged in with entity id 8 at ([world]-2.9242640012215544, 60.0, 24.30000001192093)
  81. [01:10:02] [Server thread/INFO]: EthanGarey issued server command: /fly
  82. [01:10:02] [Server thread/ERROR]: null
  83. org.bukkit.command.CommandException: Cannot execute command 'fly' in plugin BetterCommands v1.0 Release - plugin is disabled.
  84. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  85. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
  86. at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:911) ~[paper-1.19.2.jar:git-Paper-132]
  87. at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.19.2.jar:git-Paper-132]
  88. at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[paper-1.19.2.jar:?]
  89. at net.minecraft.commands.Commands.performCommand(Commands.java:305) ~[?:?]
  90. at net.minecraft.commands.Commands.performCommand(Commands.java:289) ~[?:?]
  91. at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2298) ~[?:?]
  92. at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2252) ~[?:?]
  93. at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
  94. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  95. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.2.jar:git-Paper-132]
  96. at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
  97. at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
  98. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1361) ~[paper-1.19.2.jar:git-Paper-132]
  99. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:185) ~[paper-1.19.2.jar:git-Paper-132]
  100. at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
  101. at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1338) ~[paper-1.19.2.jar:git-Paper-132]
  102. at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1331) ~[paper-1.19.2.jar:git-Paper-132]
  103. at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
  104. at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1309) ~[paper-1.19.2.jar:git-Paper-132]
  105. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1197) ~[paper-1.19.2.jar:git-Paper-132]
  106. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-132]
  107. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  108. [01:10:04] [Server thread/INFO]: EthanGarey issued server command: /pl
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement