uwuDesu/logs/latest.log
2022-08-04 17:18:15 +07:00

118 lines
11 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[17:08:09] [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'
[17:08:10] [Worker-Main-4/INFO]: Loaded 7 recipes
[17:08:11] [Server thread/INFO]: Starting minecraft server version 1.18.2
[17:08:11] [Server thread/INFO]: Loading properties
[17:08:11] [Server thread/INFO]: This server is running Paper version git-Paper-387 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: df630a2 on ver/1.18.2)
[17:08:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:08:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:08:12] [Server thread/INFO]: Default game type: SURVIVAL
[17:08:12] [Server thread/INFO]: Generating keypair
[17:08:12] [Server thread/INFO]: Starting Minecraft server on localhost:25565
[17:08:12] [Server thread/INFO]: Using epoll channel type
[17:08:12] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[17:08:12] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[17:08:12] [Server thread/INFO]: [PasswordProtect] Loading PasswordProtect v3.1.0
[17:08:12] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.1
[17:08:12] [Server thread/INFO]: [TAB] Loading TAB v3.1.3
[17:08:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:08:12] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:08:12] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:08:12] [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.
[17:08:12] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:08:12] [Server thread/INFO]: Preparing level "world"
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:08:13] [Server thread/INFO]: Time elapsed: 159 ms
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:08:13] [Server thread/INFO]: Time elapsed: 127 ms
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:08:13] [Server thread/INFO]: Time elapsed: 59 ms
[17:08:13] [Server thread/INFO]: [PasswordProtect] Enabling PasswordProtect v3.1.0
[17:08:13] [Server thread/WARN]: [PasswordProtect] Failed to copy the default config!
java.nio.file.NoSuchFileException: plugins/PasswordProtect/jails.yml
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) ~[?:?]
at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) ~[?:?]
at java.nio.file.Files.newOutputStream(Files.java:228) ~[?:?]
at de.dustplanet.passwordprotect.utils.PasswordProtectUtilities.copy(PasswordProtectUtilities.java:72) ~[PasswordProtect.jar:?]
at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:81) ~[PasswordProtect.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:08:13] [Server thread/ERROR]: Cannot load plugins/PasswordProtect/jails.yml
java.io.FileNotFoundException: plugins/PasswordProtect/jails.yml (No such file or directory)
at java.io.FileInputStream.open0(Native Method) ~[?:?]
at java.io.FileInputStream.open(FileInputStream.java:216) ~[?:?]
at java.io.FileInputStream.<init>(FileInputStream.java:157) ~[?:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:126) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at de.dustplanet.passwordprotect.utils.ScalarYamlConfiguration.loadConfiguration(ScalarYamlConfiguration.java:46) ~[PasswordProtect.jar:?]
at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:83) ~[PasswordProtect.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:08:13] [Server thread/INFO]: [PasswordProtect] AutoUpdater is enabled and now running.
[17:08:13] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.1
[17:08:13] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_18_R2, using PaperSkinRefresher.
[17:08:14] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[17:08:14] [Server thread/INFO]: [TAB] Enabling TAB v3.1.3
[17:08:14] [Server thread/INFO]: [TAB] Server version: 1.18.2 (v1_18_R2)
[17:08:14] [Server thread/INFO]: [TAB] Loaded NMS hook in 63ms
[17:08:14] [Server thread/INFO]: [TAB] Enabled in 89ms
[17:08:14] [Server thread/INFO]: Running delayed init tasks
[17:08:14] [Server thread/INFO]: Done (2.655s)! For help, type "help"
[17:08:14] [Server thread/INFO]: Timings Reset
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | SkinsRestorer |
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  |------------------|
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | Standalone Mode |
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  Current version: 14.2.1
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  This is the latest version!
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Server thread/INFO]: [PasswordProtect] Result from AutoUpdater is: NO_UPDATE
[17:08:37] [User Authenticator #1/INFO]: UUID of player bento64 is fd5e51a3-31c4-3585-880e-6af9a7a22e85
[17:08:37] [Server thread/INFO]: bento64 joined the game
[17:08:37] [Server thread/INFO]: bento64[/127.0.0.1:38520] logged in with entity id 69 at ([world]-3023.847371793117, 69.0, 2039.2394333644481)
[17:08:50] [Server thread/INFO]: bento64 issued server command: /setpassword 61433395
[17:09:23] [Server thread/INFO]: bento64 issued server command: /gamemode creative
[17:09:23] [Server thread/INFO]: [bento64: Set own game mode to Creative Mode]
[17:10:15] [Server thread/INFO]: bento64 issued server command: /setjaillocation 5
[17:10:34] [Server thread/INFO]: bento64 lost connection: Disconnected
[17:10:34] [Server thread/INFO]: bento64 left the game
[17:12:25] [Server thread/INFO]: Stopping server
[17:12:25] [Server thread/INFO]: [TAB] Disabling TAB v3.1.3
[17:12:25] [Server thread/INFO]: [TAB] Disabled in 1ms
[17:12:25] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.1
[17:12:25] [Server thread/INFO]: [PasswordProtect] Disabling PasswordProtect v3.1.0
[17:12:25] [Server thread/INFO]: Saving players
[17:12:25] [Server thread/INFO]: Saving worlds
[17:12:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[17:12:28] [Server thread/INFO]: Flushing Chunk IO
[17:12:28] [Server thread/INFO]: Closing Thread Pool
[17:12:28] [Server thread/INFO]: Closing Server