images loading endlessly
dominiqa0 opened this issue · 7 comments
Hey!
I have YamipaPlugin 1.2.6 as long with the newest spigot 1.19.2 server. Images are loading endlessly. What do I have to do?
[10:11:34] [Craft Scheduler Thread - 28/INFO]: [YamipaPlugin] Saved placed fake images to disk
[10:11:12] [Server thread/INFO]: [YamipaPlugin] Received request to spawn FakeImage#(Location{world=CraftWorld{name=world},x=-975.0,y=98.0,z=-1447.0,pitch=0.0,yaw=0.0},SOUTH) for Player#dominiqa0
I get this error when I try to place images
I also have this error
[10:13:59] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@3d3ff5fc, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
this messages are veeery frequent
[10:14:38] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world,12,-8)
[10:14:39] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-16,-23)
[10:14:45] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world,11,-8)
[10:14:47] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,19,-19)
[10:14:48] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world,12,-8)
[10:14:49] [Server thread/INFO]: [YamipaPlugin] Player#ZBCwojtmano_ moved to WorldArea#(world,1,-22)
[10:14:50] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-15,-23)
[10:14:56] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world,11,-8)
[10:15:01] [Server thread/INFO]: [YamipaPlugin] Player#ZBCwojtmano_ moved to WorldArea#(world,1,-23)
[10:15:14] [Server thread/INFO]: [YamipaPlugin] Player#ZBCwojtmano_ moved to WorldArea#(world,1,-22)
[10:15:14] [Server thread/INFO]: [YamipaPlugin] Player#ZBCwojtmano_ moved to WorldArea#(world,1,-23)
[23:23:08] [ServerMain/INFO]: Building unoptimized datafixer
[23:23: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'
[23:23:11] [ServerMain/INFO]: Loaded 7 recipes
[23:23:13] [Server thread/INFO]: Starting minecraft server version 1.19.2
[23:23:13] [Server thread/INFO]: Loading properties
[23:23:13] [Server thread/INFO]: This server is running CraftBukkit version 3606-Spigot-6198b5a-300e744 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[23:23:13] [Server thread/INFO]: Debug logging is disabled
[23:23:13] [Server thread/INFO]: Server Ping Player Sample Count: 12
[23:23:13] [Server thread/INFO]: Using 4 threads for Netty based IO
[23:23:13] [Server thread/INFO]: Default game type: SURVIVAL
[23:23:13] [Server thread/INFO]: Generating keypair
[23:23:13] [Server thread/INFO]: Starting Minecraft server on *:25565
[23:23:13] [Server thread/INFO]: Using epoll channel type
[23:23:13] [Server thread/ERROR]: Ambiguous plugin name BlueSlimeCore' for files
plugins/BlueSlimeCore-2.6.0.18.jar' and plugins/BlueSlimeCore.jar' in
plugins'
[23:23:13] [Server thread/WARN]: SirBlobmanAPI' is provided by both
BlueSlimeCore' and BlueSlimeCore' [23:23:13] [Server thread/WARN]:
SirBlobmanCore' is provided by both BlueSlimeCore' and
BlueSlimeCore'
[23:23:13] [Server thread/WARN]: XSeries' is provided by both
BlueSlimeCore' and `BlueSlimeCore'
[23:23:14] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.52
[23:23:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.12+6240-87f4ae1
[23:23:15] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@c01e121]
[23:23:15] [Server thread/INFO]: [KelpEffect] Loading KelpEffect v1.0
[23:23:15] [Server thread/INFO]: [OreAnnouncer] Loading OreAnnouncer v2.8.3
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Loading libraries of OreAnnouncer v2.8.3, this may take a while
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jar-relocator
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm-commons
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for gson
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for h2
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for HikariCP
[23:23:15] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-core
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr4-runtime
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for geantyref
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for caffeine
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-stringtemplate4
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for ST4
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr-runtime
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-sqlobject
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-api
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-simple
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mariadb-java-client
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mysql-connector-java
[23:23:16] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for postgresql
[23:23:16] [Server thread/INFO]: [Blue Slime Core] Loading BlueSlimeCore v2.6.0.18
[23:23:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+16-22a0d53
[23:23:16] [Server thread/INFO]: [HorseTpWithMe] Loading HorseTpWithMe v7.4.0.2
[23:23:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+16-22a0d53
[23:23:16] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[23:23:16] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[23:23:16] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[23:23:16] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.3
[23:23:16] [Server thread/INFO]: [YamipaPlugin] Loading YamipaPlugin v1.2.6
[23:23:16] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta2-b2453
[23:23:16] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.12
[23:23:16] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v11.1.0.7.1025
[23:23:16] [Server thread/INFO]: [CombatLogX] Configuration version is recent, no major changes necessary.
[23:23:16] [Server thread/INFO]: [CombatLogX] Loading expansions...
[23:23:16] [Server thread/INFO]: [CombatLogX] There were no expansions to load.
[23:23:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.52
[23:23:17] [Server thread/INFO]: �[0;36;1m �[0;36;22m __ �[m
[23:23:17] [Server thread/INFO]: �[0;36;1m | �[0;36;22m|) �[0;32;22mLuckPerms�[m �[0;36;1mv5.4.52�[m
[23:23:17] [Server thread/INFO]: �[0;36;1m |_ �[0;36;22m| �[0;30;1mRunning on Bukkit - CraftBukkit�[m
[23:23:17] [Server thread/INFO]: �[m
[23:23:17] [Server thread/INFO]: [LuckPerms] Loading configuration...
[23:23:17] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[23:23:18] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[23:23:18] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[23:23:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1712ms)
[23:23:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
[23:23:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[23:23:18] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[23:23:19] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[23:23:20] [Server thread/INFO]: [WorldEdit] ====================================================
[23:23:20] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
[23:23:20] [Server thread/INFO]: [WorldEdit] as your server software.
[23:23:20] [Server thread/INFO]: [WorldEdit]
[23:23:20] [Server thread/INFO]: [WorldEdit] Paper offers significant performance improvements,
[23:23:20] [Server thread/INFO]: [WorldEdit] bug fixes, security enhancements and optional
[23:23:20] [Server thread/INFO]: [WorldEdit] features for server owners to enhance their server.
[23:23:20] [Server thread/INFO]: [WorldEdit]
[23:23:20] [Server thread/INFO]: [WorldEdit] Paper includes Timings v2, which is significantly
[23:23:20] [Server thread/INFO]: [WorldEdit] better at diagnosing lag problems over v1.
[23:23:20] [Server thread/INFO]: [WorldEdit]
[23:23:20] [Server thread/INFO]: [WorldEdit] All of your plugins should still work, and the
[23:23:20] [Server thread/INFO]: [WorldEdit] Paper community will gladly help you fix any issues.
[23:23:20] [Server thread/INFO]: [WorldEdit]
[23:23:20] [Server thread/INFO]: [WorldEdit] Join the Paper Community @ https://papermc.io
[23:23:20] [Server thread/INFO]: [WorldEdit] ====================================================
[23:23:20] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.6.0.18
[23:23:21] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[23:23:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[23:23:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[23:23:21] [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.
[23:23:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[23:23:21] [Server thread/INFO]: Preparing level "world"
[23:23:21] [Server thread/INFO]: -------- World Settings For [world] --------
[23:23:21] [Server thread/INFO]: Item Despawn Rate: 6000
[23:23:21] [Server thread/INFO]: Item Merge Radius: 2.5
[23:23:21] [Server thread/INFO]: View Distance: 10
[23:23:21] [Server thread/INFO]: Simulation Distance: 10
[23:23:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[23:23:21] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[23:23:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:23:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:23:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[23:23:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[23:23:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[23:23:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[23:23:21] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:23:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Potato Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Vine Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[23:23:21] [Server thread/INFO]: Max TNT Explosions: 100
[23:23:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[23:23:21] [Server thread/INFO]: Mob Spawn Range: 6
[23:23:22] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[23:23:22] [Server thread/INFO]: Item Despawn Rate: 6000
[23:23:22] [Server thread/INFO]: Item Merge Radius: 2.5
[23:23:22] [Server thread/INFO]: View Distance: 10
[23:23:22] [Server thread/INFO]: Simulation Distance: 10
[23:23:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[23:23:22] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[23:23:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[23:23:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[23:23:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[23:23:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[23:23:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[23:23:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[23:23:22] [Server thread/INFO]: Experience Merge Radius: 3.0
[23:23:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Cane Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Melon Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Potato Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Vine Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Kelp Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[23:23:22] [Server thread/INFO]: Max TNT Explosions: 100
[23:23:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[23:23:22] [Server thread/INFO]: Mob Spawn Range: 6
[23:23:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:39] [Worker-Main-1/INFO]: Preparing spawn area: 65%
[23:23:39] [Server thread/INFO]: Time elapsed: 17336 ms
[23:23:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[23:23:40] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:40] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:40] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[23:23:41] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[23:23:41] [Worker-Main-1/INFO]: Preparing spawn area: 4%
[23:23:42] [Worker-Main-2/INFO]: Preparing spawn area: 6%
[23:23:42] [Worker-Main-2/INFO]: Preparing spawn area: 31%
[23:23:43] [Server thread/INFO]: Time elapsed: 3445 ms
[23:23:43] [Server thread/INFO]: [KelpEffect] Enabling KelpEffect v1.0
[23:23:43] [Server thread/INFO]: [KelpEffect] Pomyslnie Uruchomil sie!
[23:23:43] [Server thread/INFO]: [OreAnnouncer] Enabling OreAnnouncer v2.8.3
[23:23:43] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Initializing OreAnnouncer v2.8.3
[23:23:43] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] OreAnnouncer v2.8.3 enabled
[23:23:43] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+16-22a0d53
[23:23:43] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[23:23:43] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[23:23:43] [Server thread/INFO]: No kits found to migrate.
[23:23:44] [Server thread/INFO]: Loaded 38132 items from items.json.
[23:23:44] [Server thread/INFO]: Using locale en
[23:23:44] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[23:23:44] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[23:23:44] [Server thread/WARN]: Detected supported permissions plugin LuckPerms without Vault installed.
[23:23:44] [Server thread/WARN]: Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[23:23:44] [Server thread/INFO]: Using superperms-based permissions.
[23:23:44] [Server thread/INFO]: [HorseTpWithMe] Enabling HorseTpWithMe v7.4.0.2
[23:23:44] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mWriting Permissions.txt File!�[m
[23:23:44] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mThe �[0;37;1mEntityDismountEvent �[0;33;1mhas been Detected! All Entities will be supported!�[m
[23:23:44] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mHorseTpWithMe v7.4.0.2 for API version 1.15+ is enabled and Working! �[0;37;22m(54471244ns)�[m
[23:23:44] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+16-22a0d53
[23:23:44] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[23:23:44] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[23:23:44] [Server thread/WARN]: [CoreProtect] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.3 which is not a depend or softdepend of this plugin.
[23:23:44] [Server thread/INFO]: �[0;37;1m�[0;37;1m�[m[CoreProtect] CoreProtect has been successfully enabled!�[0;37;1m�[0;37;1m �[m
[23:23:44] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[23:23:44] [Server thread/INFO]: --------------------
[23:23:44] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[23:23:44] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[23:23:44] [Server thread/INFO]: --------------------
[23:23:44] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.3
[23:23:44] [Server thread/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1mDetected Minecraft �[33;1mv1_19_R1�[32;1m, using �[33;1mMappingSpigotSkinRefresher�[32;1m.�[0;39m�[m
[23:23:44] [Server thread/INFO]: [YamipaPlugin] Enabling YamipaPlugin v1.2.6
[23:23:44] [Server thread/INFO]: [YamipaPlugin] Enabled image animation support
[23:23:44] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[23:23:44] [Server thread/WARN]: [AuthMe] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.3 which is not a depend or softdepend of this plugin.
[23:23:44] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[23:23:44] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[23:23:44] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[23:23:44] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/ubuntu/minecraft-babka/plugins/Essentials/spawn.yml'
[23:23:45] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[23:23:45] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.12
[23:23:45] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[23:23:45] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v11.1.0.7.1025
[23:23:45] [Server thread/INFO]: �[0;32;1m�[21mCombatLogX was loaded successfully.�[m
[23:23:45] [Server thread/INFO]: [CombatLogX] Enabling expansions...
[23:23:45] [Server thread/INFO]: [CombatLogX] There were no expansions to enable.
[23:23:45] [Server thread/INFO]: �[0;32;1m�[21mCombatLogX was enabled successfully.�[m
[23:23:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[23:23:45] [Server thread/INFO]: Done (24.547s)! For help, type "help"
[23:23:45] [Craft Scheduler Thread - 0/INFO]: §6Fetching version information...
[23:23:45] [Craft Scheduler Thread - 1/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mChecking for updates...�[m
[23:23:45] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[23:23:45] [Craft Scheduler Thread - 5/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[23:23:45] [Craft Scheduler Thread - 5/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[23:23:45] [Craft Scheduler Thread - 5/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[23:23:45] [Craft Scheduler Thread - 5/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[23:23:45] [Craft Scheduler Thread - 1/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1m�[0;32;1mYou're all up to date.�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | SkinsRestorer |�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m |------------------|�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | �[34;1m�[4m�[21mStandalone Mode�[0;39m�[32;1m |�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[36;1m Current version: �[32;1m14.2.3�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m This is the latest version!�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[23:23:45] [Craft Scheduler Thread - 8/INFO]: [Blue Slime Core]
[23:23:45] [Craft Scheduler Thread - 8/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'BlueSlimeCore'.
[23:23:45] [Craft Scheduler Thread - 8/INFO]: [Blue Slime Core]
[23:23:45] [Craft Scheduler Thread - 8/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'CombatLogX'.
[23:24:04] [User Authenticator #1/INFO]: UUID of player dominiqa0 is 409d71a4-54bd-352a-80ca-cc4a01c09875
[23:24:06] [Server thread/INFO]: dominiqa0[/91.192.199.75:57256] logged in with entity id 112 at ([world]1219.800405860348, 68.0425929958667, -1169.9001968247087)
[23:24:11] [Craft Scheduler Thread - 4/INFO]: [AuthMe] The user dominiqa0 has 3 accounts:
[23:24:11] [Craft Scheduler Thread - 4/INFO]: [AuthMe] §7§adominiqa0§7, ziemniaczeq0, dominiqa0test.
[23:24:11] [Craft Scheduler Thread - 4/INFO]: [AuthMe] dominiqa0 logged in 91.192.199.75
[23:24:16] [Server thread/INFO]: dominiqa0 issued server command: /spawn
[23:24:19] [User Authenticator #2/INFO]: UUID of player Ziemniaczeq0 is 04a69560-9b01-3108-9c54-0b473febae8e
[23:24:20] [Server thread/INFO]: Ziemniaczeq0 joined the game
[23:24:20] [Server thread/INFO]: Ziemniaczeq0[/91.192.199.75:61910] logged in with entity id 479 at ([world]-961.9876093009168, 97.0, -1428.2537622552916)
[23:24:26] [Craft Scheduler Thread - 4/INFO]: [AuthMe] The user Ziemniaczeq0 has 3 accounts:
[23:24:26] [Craft Scheduler Thread - 4/INFO]: [AuthMe] §7§adominiqa0§7, §aZiemniaczeq0§7, dominiqa0test.
[23:24:26] [Craft Scheduler Thread - 4/INFO]: [AuthMe] Ziemniaczeq0 logged in 91.192.199.75
[23:24:50] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[23:24:50] [Server thread/INFO]: dominiqa0 issued server command: /gm 1
[23:24:52] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[23:24:58] [Server thread/INFO]: dominiqa0 issued server command: /yamipa place geje 2 2
[23:25:10] [Server thread/INFO]: dominiqa0 issued server command: /yamipa clear
[23:25:15] [Craft Scheduler Thread - 2/INFO]: [YamipaPlugin] Saved placed fake images to disk
[23:25:19] [Server thread/INFO]: dominiqa0 issued server command: /yamipa clear 0 0 world 1000
I get this one every time I try to place image
[00:25:15] [Craft Scheduler Thread - 41/INFO]: [YamipaPlugin] Saved placed fake images to disk
Hello @dominiqa0,
What ProtocolLib version are you using?
If io.josemmo.bukkit.plugin.storage.ImageStorage
is null
, then Yamipa didn't initialize properly. Could you provide the full log when booting up the server?
ProtocolLib is 4.8.0
[07:23:54] [ServerMain/INFO]: Building unoptimized datafixer
[07:23:55] [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'
[07:23:57] [ServerMain/INFO]: Loaded 7 recipes
[07:23:58] [Server thread/INFO]: Starting minecraft server version 1.19.2
[07:23:58] [Server thread/INFO]: Loading properties
[07:23:58] [Server thread/INFO]: This server is running CraftBukkit version 3606-Spigot-6198b5a-300e744 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[07:23:58] [Server thread/INFO]: Debug logging is disabled
[07:23:58] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:23:58] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:23:58] [Server thread/INFO]: Default game type: SURVIVAL
[07:23:58] [Server thread/INFO]: Generating keypair
[07:23:58] [Server thread/INFO]: Starting Minecraft server on :25565
[07:23:59] [Server thread/INFO]: Using epoll channel type
[07:23:59] [Server thread/ERROR]: Could not load 'plugins/CombatLogX.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency BlueSlimeCore. Please download and install BlueSlimeCore to run this plugin.
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[07:24:00] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.52
[07:24:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.12+6240-87f4ae1
[07:24:00] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2b363401]
[07:24:00] [Server thread/INFO]: [KelpEffect] Loading KelpEffect v1.0
[07:24:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+16-22a0d53
[07:24:00] [Server thread/INFO]: [HorseTpWithMe] Loading HorseTpWithMe v7.4.0.2
[07:24:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+16-22a0d53
[07:24:00] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[07:24:00] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[07:24:01] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[07:24:01] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.3
[07:24:01] [Server thread/INFO]: [YamipaPlugin] Loading YamipaPlugin v1.2.6
[07:24:01] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta2-b2453
[07:24:01] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.12
[07:24:01] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.26.0
[07:24:01] [Server thread/INFO]: [OreAnnouncer] Loading OreAnnouncer v2.8.3
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Loading libraries of OreAnnouncer v2.8.3, this may take a while
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jar-relocator
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm-commons
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for gson
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for h2
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for HikariCP
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-core
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr4-runtime
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for geantyref
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for caffeine
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-stringtemplate4
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for ST4
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr-runtime
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-sqlobject
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-api
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-simple
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mariadb-java-client
[07:24:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mysql-connector-java
[07:24:02] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for postgresql
[07:24:02] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.52
[07:24:02] [Server thread/INFO]: �[0;36;1m �[0;36;22m __ �[m
[07:24:02] [Server thread/INFO]: �[0;36;1m | �[0;36;22m|) �[0;32;22mLuckPerms�[m �[0;36;1mv5.4.52�[m
[07:24:02] [Server thread/INFO]: �[0;36;1m |_ �[0;36;22m| �[0;30;1mRunning on Bukkit - CraftBukkit�[m
[07:24:02] [Server thread/INFO]: �[m
[07:24:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[07:24:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[07:24:02] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[07:24:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[07:24:03] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1230ms)
[07:24:03] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
[07:24:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[07:24:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:24:03] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[07:24:05] [Server thread/INFO]: [WorldEdit] ====================================================
[07:24:05] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
[07:24:05] [Server thread/INFO]: [WorldEdit] as your server software.
[07:24:05] [Server thread/INFO]: [WorldEdit]
[07:24:05] [Server thread/INFO]: [WorldEdit] Paper offers significant performance improvements,
[07:24:05] [Server thread/INFO]: [WorldEdit] bug fixes, security enhancements and optional
[07:24:05] [Server thread/INFO]: [WorldEdit] features for server owners to enhance their server.
[07:24:05] [Server thread/INFO]: [WorldEdit]
[07:24:05] [Server thread/INFO]: [WorldEdit] Paper includes Timings v2, which is significantly
[07:24:05] [Server thread/INFO]: [WorldEdit] better at diagnosing lag problems over v1.
[07:24:05] [Server thread/INFO]: [WorldEdit]
[07:24:05] [Server thread/INFO]: [WorldEdit] All of your plugins should still work, and the
[07:24:05] [Server thread/INFO]: [WorldEdit] Paper community will gladly help you fix any issues.
[07:24:05] [Server thread/INFO]: [WorldEdit]
[07:24:05] [Server thread/INFO]: [WorldEdit] Join the Paper Community @ https://papermc.io
[07:24:05] [Server thread/INFO]: [WorldEdit] ====================================================
[07:24:05] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[07:24:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:24:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:24:05] [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.
[07:24:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:24:05] [Server thread/INFO]: Preparing level "world"
[07:24:05] [Server thread/INFO]: -------- World Settings For [world] --------
[07:24:05] [Server thread/INFO]: Mob Spawn Range: 6
[07:24:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[07:24:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:24:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[07:24:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[07:24:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:24:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Kelp Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Max TNT Explosions: 100
[07:24:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:24:05] [Server thread/INFO]: Item Despawn Rate: 6000
[07:24:05] [Server thread/INFO]: Item Merge Radius: 2.5
[07:24:05] [Server thread/INFO]: View Distance: 10
[07:24:05] [Server thread/INFO]: Simulation Distance: 10
[07:24:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:24:05] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[07:24:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:24:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:24:05] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[07:24:05] [Server thread/INFO]: Mob Spawn Range: 6
[07:24:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[07:24:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:24:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[07:24:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[07:24:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:24:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: Kelp Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[07:24:05] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[07:24:06] [Server thread/INFO]: Max TNT Explosions: 100
[07:24:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:24:06] [Server thread/INFO]: Item Despawn Rate: 6000
[07:24:06] [Server thread/INFO]: Item Merge Radius: 2.5
[07:24:06] [Server thread/INFO]: View Distance: 10
[07:24:06] [Server thread/INFO]: Simulation Distance: 10
[07:24:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:24:06] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[07:24:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:24:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:24:06] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:20] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:21] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:21] [Worker-Main-1/INFO]: Preparing spawn area: 11%
[07:24:22] [Worker-Main-2/INFO]: Preparing spawn area: 89%
[07:24:22] [Server thread/INFO]: Time elapsed: 16176 ms
[07:24:22] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[07:24:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:24] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[07:24:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:24:25] [Worker-Main-2/INFO]: Preparing spawn area: 33%
[07:24:25] [Server thread/INFO]: Time elapsed: 3415 ms
[07:24:25] [Server thread/INFO]: [KelpEffect] Enabling KelpEffect v1.0
[07:24:25] [Server thread/INFO]: [KelpEffect] Pomyslnie Uruchomil sie!
[07:24:25] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+16-22a0d53
[07:24:25] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[07:24:25] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[07:24:25] [Server thread/INFO]: No kits found to migrate.
[07:24:26] [Server thread/INFO]: Loaded 38132 items from items.json.
[07:24:26] [Server thread/INFO]: Using locale en
[07:24:26] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[07:24:26] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[07:24:26] [Server thread/WARN]: Detected supported permissions plugin LuckPerms without Vault installed.
[07:24:26] [Server thread/WARN]: Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[07:24:26] [Server thread/INFO]: Using superperms-based permissions.
[07:24:26] [Server thread/INFO]: [HorseTpWithMe] Enabling HorseTpWithMe v7.4.0.2
[07:24:26] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mWriting Permissions.txt File!�[m
[07:24:26] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mThe �[0;37;1mEntityDismountEvent �[0;33;1mhas been Detected! All Entities will be supported!�[m
[07:24:26] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mHorseTpWithMe v7.4.0.2 for API version 1.15+ is enabled and Working! �[0;37;22m(37339071ns)�[m
[07:24:26] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+16-22a0d53
[07:24:26] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[07:24:26] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[07:24:26] [Server thread/INFO]: �[0;37;1m�[0;37;1m�[m[CoreProtect] CoreProtect has been successfully enabled!�[0;37;1m�[0;37;1m �[m
[07:24:26] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[07:24:26] [Server thread/INFO]: --------------------
[07:24:26] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[07:24:26] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[07:24:26] [Server thread/INFO]: --------------------
[07:24:26] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.3
[07:24:26] [Server thread/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1mDetected Minecraft �[33;1mv1_19_R1�[32;1m, using �[33;1mMappingSpigotSkinRefresher�[32;1m.�[0;39m�[m
[07:24:26] [Server thread/INFO]: [YamipaPlugin] Enabling YamipaPlugin v1.2.6
[07:24:26] [Server thread/INFO]: [YamipaPlugin] Enabled image animation support
[07:24:26] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[07:24:26] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[07:24:26] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[07:24:26] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[07:24:26] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/ubuntu/minecraft-babka/plugins/Essentials/spawn.yml'
[07:24:26] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[07:24:26] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.12
[07:24:27] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[07:24:27] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.0
[07:24:27] [Server thread/INFO]: [OreAnnouncer] Enabling OreAnnouncer v2.8.3
[07:24:27] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Initializing OreAnnouncer v2.8.3
[07:24:27] [pool-19-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (819b02508abe8879cfc2a513fc6cea383b70b5c5)
[07:24:28] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Hooked into DiscordSRV
[07:24:28] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[07:24:28] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] OreAnnouncer v2.8.3 enabled
[07:24:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[07:24:28] [Server thread/INFO]: Done (23.086s)! For help, type "help"
[07:24:28] [Craft Scheduler Thread - 0/INFO]: §6Fetching version information...
[07:24:28] [Craft Scheduler Thread - 1/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mChecking for updates...�[m
[07:24:28] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[07:24:28] [Craft Scheduler Thread - 5/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[07:24:28] [Craft Scheduler Thread - 5/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[07:24:28] [Craft Scheduler Thread - 5/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 5/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | SkinsRestorer |�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m |------------------|�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | �[34;1m�[4m�[21mStandalone Mode�[0;39m�[32;1m |�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[36;1m Current version: �[32;1m14.2.3�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m This is the latest version!�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 2/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[07:24:28] [Craft Scheduler Thread - 1/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1m�[0;32;1mYou're all up to date.�[m
[07:24:28] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[07:24:29] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Kołek kocha panią Basie(1039975563663777792)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇witamy(1039978582707019857)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇żegnamy(1039978584875470919)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇✅┇weryfikacja(1039978594274922496)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📜┇regulamin(1039978597001216122)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔰┇administracja(1039978598825721937)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎊┇giveawaye(1039978604739711017)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🛠┇changelog(1039978615556821093)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇💵┇promocje(1039995561052475392)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📝┇głosowanie(1040201668647735397)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📌┇serwer-na-żywo(1040237326506401802)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🧾┇chat(1039978624935280640)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔧┇komendy(1039978626894008403)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇😂┇memy(1039978629007945809)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔎┇propozycje(1039978631134453861)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇błędy(1039978633655234621)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎨┇malowanie(1040258736217927770)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇💯┇liczenie(1039978637836955758)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🌿┇ostatnia-litera(1039978639862812833)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🧾┇skojarzenia(1039978641876070501)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎧┇muzyka(1039978677225672764)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📄┇czat-admin(1039978719541989396)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇👑┇admin-log(1039978723144900618)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:wolny-chuj-szczyrku(1040262546411765830)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:kołek-kocha-panią-basie(1040263546216403004)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ania-uczy-kołka-jeździć-na-koniu-pani-basi(1040264421013983332)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ania-do-ruchania(1040264842482831461)
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[07:24:29] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[07:24:42] [User Authenticator #1/INFO]: UUID of player dominiqa0 is 409d71a4-54bd-352a-80ca-cc4a01c09875
[07:24:42] [Server thread/INFO]: dominiqa0 joined the game
[07:24:42] [Server thread/INFO]: dominiqa0[/91.192.199.75:54829] logged in with entity id 231 at ([world]-35.216021129184185, 72.0, -17.53255072039088)
[07:24:43] [Craft Scheduler Thread - 0/ERROR]: [DiscordSRV] Your AvatarUrl does not contain the {username} placeholder even though this server is using offline UUIDs.
[07:24:43] [Craft Scheduler Thread - 0/ERROR]: [DiscordSRV] https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} will be used because the default value does not support offline mode servers
[07:24:43] [Craft Scheduler Thread - 0/ERROR]: [DiscordSRV] You should set your AvatarUrl to https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} (or another url that supports usernames) to get rid of this error
[07:24:52] [Craft Scheduler Thread - 4/INFO]: [AuthMe] The user dominiqa0 has 3 accounts:
[07:24:52] [Craft Scheduler Thread - 4/INFO]: [AuthMe] §7§adominiqa0§7, ziemniaczeq0, dominiqa0test.
[07:24:52] [Craft Scheduler Thread - 4/INFO]: [AuthMe] dominiqa0 logged in 91.192.199.75
[07:25:01] [Server thread/INFO]: dominiqa0 issued server command: /image place papor 4 3
[07:25:17] [Server thread/INFO]: dominiqa0 issued server command: /image describe
[07:25:25] [Server thread/INFO]: dominiqa0 issued server command: /image place papor 4 3
[07:25:40] [Server thread/INFO]: dominiqa0 issued server command: /image remove
[07:25:55] [Server thread/INFO]: dominiqa0 issued server command: /images clear
[07:25:58] [Craft Scheduler Thread - 9/INFO]: [YamipaPlugin] Saved placed fake images to disk
[07:26:00] [Server thread/INFO]: dominiqa0 issued server command: /images clear 100 100
[07:26:02] [Server thread/INFO]: dominiqa0 issued server command: /images clear 100 100 world
[07:26:10] [Server thread/INFO]: dominiqa0 issued server command: /images clear 100 100 world 100 dominiqa0
[07:27:28] [Craft Scheduler Thread - 10/INFO]: [YamipaPlugin] Saved placed fake images to disk
[07:29:25] [Server thread/INFO]: dominiqa0 issued server command: /image download "https://thumbs.gfycat.com/CarefulOilyAzurevase-size_restricted.gif" papor2
[07:29:43] [Server thread/INFO]: dominiqa0 issued server command: /image place papor2 3 3 ANIM
[07:30:28] [Craft Scheduler Thread - 10/INFO]: [YamipaPlugin] Saved placed fake images to disk
[07:35:25] [Server thread/INFO]: dominiqa0 lost connection: Disconnected
[07:35:25] [Server thread/INFO]: dominiqa0 left the game
[08:16:22] [User Authenticator #2/INFO]: UUID of player Ziemniaczeq0 is 04a69560-9b01-3108-9c54-0b473febae8e
[08:16:22] [Server thread/INFO]: Ziemniaczeq0 joined the game
[08:16:22] [Server thread/INFO]: Ziemniaczeq0[/91.192.199.75:63489] logged in with entity id 1432 at ([world]46.84320714711748, -25.0, -82.3950499749635)
[08:16:42] [Craft Scheduler Thread - 36/INFO]: [AuthMe] The user Ziemniaczeq0 has 3 accounts:
[08:16:42] [Craft Scheduler Thread - 36/INFO]: [AuthMe] §7dominiqa0, §aZiemniaczeq0§7, dominiqa0test.
[08:16:42] [Craft Scheduler Thread - 36/INFO]: [AuthMe] Ziemniaczeq0 logged in 91.192.199.75
[08:20:32] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[08:23:13] [User Authenticator #3/INFO]: UUID of player Siminix350 is bb4d44c9-312a-3169-9edc-daf852bbe66c
[08:23:13] [Server thread/INFO]: Siminix350 joined the game
[08:23:13] [Server thread/INFO]: Siminix350[/91.192.199.74:51022] logged in with entity id 2409 at ([world]-13.768737935258445, 71.0, -26.097524073241217)
[08:23:32] [Craft Scheduler Thread - 39/INFO]: [AuthMe] Siminix350 used the wrong password
[08:23:33] [Server thread/INFO]: Siminix350 lost connection: Wrong password!
[08:23:33] [Server thread/INFO]: Siminix350 left the game.
[08:23:41] [User Authenticator #4/INFO]: UUID of player Siminix350 is bb4d44c9-312a-3169-9edc-daf852bbe66c
[08:23:41] [Server thread/INFO]: Siminix350 joined the game
[08:23:41] [Server thread/INFO]: Siminix350[/91.192.199.74:51026] logged in with entity id 2621 at ([world]-13.768737935258445, 71.0, -26.097524073241217)
[08:23:43] [User Authenticator #5/INFO]: UUID of player ddomis_ is 45dd453b-62b5-35ee-a4a9-8904884ba0b4
[08:23:45] [Server thread/INFO]: ddomis_ joined the game
[08:23:45] [Server thread/INFO]: ddomis_[/46.204.109.44:16086] logged in with entity id 2748 at ([world]-688.6245956642525, 63.0, -360.84650118631293)
[08:23:54] [Craft Scheduler Thread - 38/INFO]: [AuthMe] The user Siminix350 has 2 accounts:
[08:23:54] [Craft Scheduler Thread - 38/INFO]: [AuthMe] §7§aSiminix350§7, wojtek646.
[08:23:54] [Craft Scheduler Thread - 38/INFO]: [AuthMe] Siminix350 logged in 91.192.199.74
[08:24:10] [Server thread/INFO]: Siminix350 issued server command: /home baza
[08:24:12] [Craft Scheduler Thread - 38/INFO]: [AuthMe] ddomis_ logged in 46.204.109.44
[08:24:53] [Server thread/INFO]: Siminix350 issued server command: /delhome baza
[08:24:58] [Server thread/INFO]: Siminix350 issued server command: /delhome home
[08:25:01] [Server thread/INFO]: Siminix350 issued server command: /sethome baza
[08:25:09] [Server thread/INFO]: Siminix350 issued server command: /sethome ul
[08:25:15] [Server thread/INFO]: Siminix350 issued server command: /sethome dupa
[08:25:20] [Server thread/INFO]: Siminix350 issued server command: /sethome kraken
[08:25:25] [Server thread/INFO]: Siminix350 issued server command: /home dupa
[08:25:30] [Server thread/INFO]: Siminix350 issued server command: /sethome us
[08:25:32] [Server thread/INFO]: Siminix350 issued server command: /sethome esa
[08:25:34] [Server thread/INFO]: Siminix350 issued server command: /sethome se
[08:25:37] [Server thread/INFO]: Siminix350 issued server command: /sethome sea
[08:25:39] [Server thread/INFO]: Siminix350 issued server command: /sethome efh
[08:26:30] [Server thread/INFO]: Siminix350 issued server command: /delhome dupa
[08:26:32] [Server thread/INFO]: Siminix350 issued server command: /delhome efh
[08:26:34] [Server thread/INFO]: Siminix350 issued server command: /delhome esa
[08:26:38] [Server thread/INFO]: Siminix350 issued server command: /delhome kraken
[08:26:40] [Server thread/INFO]: Siminix350 issued server command: /delhome se
[08:26:43] [Server thread/INFO]: Siminix350 issued server command: /delhome sea
[08:26:45] [Server thread/INFO]: Siminix350 issued server command: /delhome ul
[08:26:47] [Server thread/INFO]: Siminix350 issued server command: /delhome us
[08:26:51] [Server thread/INFO]: Siminix350 issued server command: /home baza
[08:28:37] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home expiarka
[08:29:10] [Server thread/INFO]: Siminix350 was blown up by Creeper
[08:29:13] [Server thread/INFO]: Siminix350 issued server command: /home
[08:30:41] [Async Chat Thread - #1/INFO]: Siminix350 polecam isc na netherite bo wowik i misterber i antek maja�[m
[08:30:59] [Async Chat Thread - #1/INFO]: ok :)�[m
[08:31:09] [Server thread/INFO]: ddomis_ lost connection: Timed out
[08:31:09] [Server thread/INFO]: ddomis_ left the game
[08:31:47] [User Authenticator #6/INFO]: UUID of player ddomis_ is 45dd453b-62b5-35ee-a4a9-8904884ba0b4
[08:31:49] [Server thread/INFO]: ddomis_ joined the game
[08:31:49] [Server thread/INFO]: ddomis_[/46.204.109.44:25840] logged in with entity id 7518 at ([world]-630.7100111491255, 66.0, -974.3000000119209)
[08:32:17] [Server thread/INFO]: Siminix350 issued server command: /home baza
[08:32:18] [Server thread/INFO]: ddomis_ lost connection: Login timeout exceeded, you have been kicked from the server, please try again!
[08:32:18] [Server thread/INFO]: ddomis_ left the game.
[08:32:29] [User Authenticator #7/INFO]: UUID of player ddomis_ is 45dd453b-62b5-35ee-a4a9-8904884ba0b4
[08:32:30] [Server thread/INFO]: ddomis_ joined the game
[08:32:30] [Server thread/INFO]: ddomis_[/46.204.109.44:25785] logged in with entity id 8135 at ([world]-630.7100111491255, 66.0, -974.3000000119209)
[08:32:57] [Server thread/INFO]: ddomis_ lost connection: Disconnected
[08:32:57] [Server thread/INFO]: ddomis_ left the game
[08:33:15] [User Authenticator #8/INFO]: UUID of player ddomis_ is 45dd453b-62b5-35ee-a4a9-8904884ba0b4
[08:33:15] [Server thread/INFO]: ddomis_ joined the game
[08:33:15] [Server thread/INFO]: ddomis_[/46.204.109.44:16049] logged in with entity id 8550 at ([world]-630.7100111491255, 66.0, -974.3000000119209)
[08:33:25] [Craft Scheduler Thread - 50/INFO]: [AuthMe] ddomis_ logged in 46.204.109.44
[08:33:46] [User Authenticator #9/INFO]: UUID of player ZBCwojtmano_ is 72810808-0025-32ee-b830-954455d9839e
[08:33:48] [Server thread/INFO]: ZBCwojtmano_ joined the game
[08:33:48] [Server thread/INFO]: ZBCwojtmano_[/185.234.91.200:19023] logged in with entity id 8937 at ([world]-1497.9113334062129, 84.0, -509.0368980486308)
[08:33:58] [Craft Scheduler Thread - 50/INFO]: [AuthMe] ZBCwojtmano_ logged in 185.234.91.200
[08:35:03] [Server thread/INFO]: ddomis_ has made the advancement [Isn't It Iron Pick]
[08:41:08] [oreannouncer-pool-7/INFO]: [�[32mOreAnnouncer�[0m] Ziemniaczeq0 found 2 diamonds! [x: 27, y: -43, z: -91]
[08:41:21] [oreannouncer-pool-7/INFO]: [�[32mOreAnnouncer�[0m] Ziemniaczeq0 found 3 golds! [x: 26, y: -43, z: -93]
[08:42:26] [Server thread/INFO]: ddomis_ drowned
[08:42:32] [Server thread/INFO]: ddomis_ issued server command: /back
[08:45:15] [Server thread/INFO]: Ziemniaczeq0 was blown up by Creeper
[08:45:21] [Server thread/INFO]: Ziemniaczeq0 issued server command: /back
[08:45:21] [Server thread/INFO]: Siminix350 has made the advancement [A Seedy Place]
[08:45:46] [oreannouncer-pool-9/INFO]: [�[32mOreAnnouncer�[0m] Ziemniaczeq0 found 4 golds! [x: 4, y: -18, z: -105]
[08:45:52] [oreannouncer-pool-9/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 3 diamonds! [x: -1268, y: -32, z: -536]
[08:45:55] [oreannouncer-pool-9/INFO]: [�[32mOreAnnouncer�[0m] Ziemniaczeq0 found 2 golds! [x: -12, y: -23, z: -118]
[08:46:40] [oreannouncer-pool-8/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 2 diamonds! [x: -1294, y: -43, z: -532]
[08:46:53] [oreannouncer-pool-9/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 4 diamonds! [x: -1288, y: -54, z: -556]
[08:47:29] [oreannouncer-pool-10/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 1 diamond! [x: -1238, y: -52, z: -522]
[08:47:43] [Async Chat Thread - #2/INFO]: <ddomis_> kto chce byc w moim teamie niech napisze 1�[m
[08:47:48] [Async Chat Thread - #2/INFO]: 2�[m
[08:48:16] [oreannouncer-pool-9/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 1 diamond! [x: -1232, y: -45, z: -516]
[08:48:42] [Server thread/INFO]: Siminix350 has made the advancement [We Need to Go Deeper]
[08:48:43] [Server thread/INFO]: ddomis_ was slain by Zombie
[08:48:48] [Server thread/INFO]: ddomis_ issued server command: /back
[08:48:52] [Async Chat Thread - #4/INFO]: <ddomis_> sjamon is gay�[m
[08:51:01] [Server thread/INFO]: ddomis_ has made the advancement [Suit Up]
[08:51:05] [Server thread/INFO]: Siminix350 has made the advancement [Those Were the Days]
[08:52:40] [Server thread/INFO]: ddomis_ issued server command: /sethome a
[08:53:42] [oreannouncer-pool-11/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 1 diamond! [x: -1112, y: -1, z: -505]
[08:53:59] [Server thread/INFO]: ddomis_ was slain by Cave Spider
[08:54:02] [Server thread/INFO]: ddomis_ issued server command: /back
[08:54:21] [oreannouncer-pool-11/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 12 golds! [x: -1146, y: -1, z: -529]
[08:54:56] [Server thread/INFO]: Siminix350 issued server command: /home baza
[08:54:58] [Server thread/WARN]: Ziemniaczeq0 moved too quickly! 8.000531096059376,0.7722207479599632,-6.020204066895758
[08:55:20] [Server thread/INFO]: Ziemniaczeq0 has made the advancement [Best Friends Forever]
[08:56:20] [Server thread/INFO]: Siminix350 issued server command: /
[08:56:44] [Server thread/INFO]: ddomis_ has made the advancement [Diamonds!]
[08:57:24] [oreannouncer-pool-14/INFO]: [�[32mOreAnnouncer�[0m] ddomis_ found 3 diamonds! [x: -714, y: -20, z: -1021]
[08:58:38] [Server thread/INFO]: ddomis_ fell from a high place
[08:58:41] [Server thread/INFO]: ddomis_ issued server command: /back
[08:59:19] [oreannouncer-pool-15/INFO]: [�[32mOreAnnouncer�[0m] ddomis_ found 2 diamonds! [x: -752, y: -39, z: -938]
[08:59:32] [Server thread/INFO]: Siminix350 fell from a high place
[08:59:35] [Server thread/INFO]: Siminix350 issued server command: /back
[08:59:38] [Async Chat Thread - #6/INFO]: <ddomis_> ha pedal�[m
[08:59:56] [oreannouncer-pool-15/INFO]: [�[32mOreAnnouncer�[0m] ZBCwojtmano_ found 8 golds! [x: -1167, y: -25, z: -419]
[08:59:58] [Async Chat Thread - #6/INFO]: powiedział patsząc w lustro�[m
[09:00:07] [Async Chat Thread - #6/INFO]: ORTOGRAFIA�[m
[09:00:13] [Async Chat Thread - #6/INFO]: <ddomis_> a ty mowisz misterberowi ze ma zla ortograie�[m
[09:00:23] [Async Chat Thread - #6/INFO]: <ZBCwojtmano_> patsząc XD�[m
[09:00:31] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:00:35] [Async Chat Thread - #6/INFO]: <ddomis_> 09 xD�[m
[09:00:42] [Async Chat Thread - #6/INFO]: XD�[m
[09:00:45] [Async Chat Thread - #6/INFO]: <ZBCwojtmano_> XD�[m
[09:00:52] [Async Chat Thread - #6/INFO]: ok�[m
[09:01:16] [oreannouncer-pool-17/INFO]: [�[32mOreAnnouncer�[0m] ddomis_ found 2 diamonds! [x: -703, y: -39, z: -848]
[09:01:26] [Server thread/INFO]: Siminix350 issued server command: /spawn
[09:01:30] [Server thread/INFO]: Siminix350 issued server command: /home baza
[09:02:02] [Async Chat Thread - #8/INFO]: lol roi sie dokładnie tak samo jak na każdym serveże minecraft�[m
[09:02:18] [Async Chat Thread - #8/INFO]: <ddomis_> ale kot�[m
[09:02:21] [Async Chat Thread - #8/INFO]: <ddomis_> ale kto�[m
[09:02:27] [Async Chat Thread - #8/INFO]: ?�[m
[09:02:32] [Async Chat Thread - #8/INFO]: <ddomis_> kto pytal�[m
[09:02:40] [Server thread/INFO]: ddomis_ issued server command: /home a
[09:02:54] [Async Chat Thread - #8/INFO]: takim tokiem myślenia nikt by nie mógł mówić�[m
[09:03:50] [Server thread/INFO]: Siminix350 issued server command: /spawn
[09:06:03] [Server thread/INFO]: ZBCwojtmano_ issued server command: /msg ddomis_ -1171 -31 -419
[09:06:18] [Server thread/INFO]: ddomis_ issued server command: /r tam mam isc?
[09:07:02] [Server thread/INFO]: Ziemniaczeq0 issued server command: /yamipa
[09:09:29] [Async Chat Thread - #10/INFO]: <ddomis_> msg ZBCwojtmano_ -668 61 -400 choc do mnie�[m
[09:09:34] [Async Chat Thread - #10/INFO]: <ZBCwojtmano_> debilu�[m
[09:09:37] [Async Chat Thread - #10/INFO]: <ZBCwojtmano_> XDDDDDDDDDDDDD�[m
[09:09:38] [Async Chat Thread - #10/INFO]: <ddomis_> o urwa�[m
[09:11:35] [Server thread/INFO]: Siminix350 issued server command: /
[09:12:49] [Server thread/INFO]: ddomis_ issued server command: /delhome a
[09:14:03] [Server thread/INFO]: Siminix350 lost connection: Disconnected
[09:14:03] [Server thread/INFO]: Siminix350 left the game
[09:14:07] [Async Chat Thread - #12/INFO]: Siminix350�[m
[09:14:12] [Async Chat Thread - #12/INFO]: wkoncu�[m
[09:14:36] [User Authenticator #10/INFO]: UUID of player Siminix350 is bb4d44c9-312a-3169-9edc-daf852bbe66c
[09:14:38] [Server thread/INFO]: Siminix350 joined the game
[09:14:38] [Server thread/INFO]: Siminix350[/91.192.199.74:55351] logged in with entity id 43126 at ([world]1142.7768689695463, 50.0, -628.4097236414418)
[09:14:54] [Craft Scheduler Thread - 95/INFO]: [AuthMe] The user Siminix350 has 2 accounts:
[09:14:54] [Craft Scheduler Thread - 95/INFO]: [AuthMe] §7§aSiminix350§7, wojtek646.
[09:14:54] [Craft Scheduler Thread - 95/INFO]: [AuthMe] Siminix350 logged in 91.192.199.74
[09:14:58] [Server thread/INFO]: Siminix350 issued server command: /homes
[09:14:58] [Async Chat Thread - #12/INFO]: <ddomis_> fuj srajmon wbil�[m
[09:15:12] [Server thread/INFO]: Siminix350 issued server command: /sethome sa
[09:15:42] [Server thread/INFO]: Siminix350 issued server command: /delhome sa
[09:15:49] [Server thread/INFO]: ddomis_ was slain by Zombie
[09:15:56] [Async Chat Thread - #12/INFO]: pedał�[m
[09:16:32] [Server thread/INFO]: Siminix350 issued server command: /
[09:16:33] [Server thread/INFO]: Siminix350 lost connection: Disconnected
[09:16:33] [Server thread/INFO]: Siminix350 left the game
[09:16:38] [Server thread/INFO]: ddomis_ issued server command: /back
[09:16:40] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:16:50] [Server thread/INFO]: ddomis_ was slain by Zombie
[09:17:12] [Server thread/INFO]: ddomis_ issued server command: /back
[09:18:14] [Server thread/INFO]: ddomis_ was slain by Spider
[09:18:25] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home expiarka
[09:18:29] [Server thread/INFO]: ddomis_ issued server command: /back
[09:19:04] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:19:24] [User Authenticator #11/INFO]: UUID of player dominiqa0test is a0dcdf72-3632-3131-9d8d-94cd5b482ec0
[09:19:24] [Server thread/INFO]: dominiqa0test joined the game
[09:19:24] [Server thread/INFO]: dominiqa0test[/91.192.199.75:59792] logged in with entity id 47500 at ([world]-49.7529142297438, 72.0, 50.36860491577827)
[09:19:30] [Async Chat Thread - #14/INFO]: o fuj�[m
[09:19:36] [Server thread/INFO]: dominiqa0test lost connection: Disconnected
[09:19:36] [Server thread/INFO]: dominiqa0test left the game
[09:20:36] [User Authenticator #12/INFO]: UUID of player dominiqa0 is 409d71a4-54bd-352a-80ca-cc4a01c09875
[09:20:37] [Server thread/INFO]: dominiqa0 joined the game
[09:20:37] [Server thread/INFO]: dominiqa0[/91.192.199.75:59836] logged in with entity id 48087 at ([world]-39.02850903296101, 70.0, 6.5346838265051606)
[09:20:47] [Craft Scheduler Thread - 98/INFO]: [AuthMe] The user dominiqa0 has 3 accounts:
[09:20:47] [Craft Scheduler Thread - 98/INFO]: [AuthMe] §7§adominiqa0§7, §aZiemniaczeq0§7, dominiqa0test.
[09:20:47] [Craft Scheduler Thread - 98/INFO]: [AuthMe] dominiqa0 logged in 91.192.199.75
[09:20:52] [Server thread/INFO]: dominiqa0 issued server command: /vanish
[09:20:53] [Server thread/INFO]: dominiqa0 issued server command: /vanish
[09:21:02] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:21:33] [Server thread/INFO]: dominiqa0 issued server command: /lp editor
[09:21:44] [Server thread/INFO]: Ziemniaczeq0 has made the advancement [The Parrots and the Bats]
[09:21:49] [Async Chat Thread - #16/INFO]: <ddomis_> o fuj�[m
[09:21:51] [Async Chat Thread - #16/INFO]: <ddomis_> ruchaja sie�[m
[09:21:52] [Server thread/INFO]: Ziemniaczeq0 issued server command: /spawn
[09:22:02] [Server thread/INFO]: dominiqa0 issued server command: /lp applyedits 7PElMEKKkl
[09:22:02] [luckperms-command-executor/INFO]: �[0;37;22m[�[0;36;1m�[21mL�[0;36;22m�[21mP�[0;37;22m]�[m �[0;36;22mLOG�[m �[0;36;22m�[21m>�[m �[0;30;1m(�[0;33;1mdominiqa0�[0;30;1m)�[m �[0;30;1m[�[0;32;1mG�[0;30;1m]�[m �[0;30;1m(�[0;36;1mdefault�[0;30;1m)�[m
[09:22:02] [luckperms-command-executor/INFO]: �[0;37;22m[�[0;36;1m�[21mL�[0;36;22m�[21mP�[0;37;22m]�[m �[0;36;22mLOG�[m �[0;36;22m�[21m>�[m �[0;37;1mwebeditor remove essentials.sethome. true�[m
[09:22:09] [Async Chat Thread - #16/INFO]: <�[0;31;22mdominiqa0�[m> siminix�[m
[09:22:12] [Async Chat Thread - #16/INFO]: <�[0;31;22mdominiqa0�[m> sprawdz teraz�[m
[09:22:17] [Server thread/INFO]: dominiqa0 issued server command: /spawn
[09:22:18] [Async Chat Thread - #16/INFO]: <ddomis_> srajmion spierdolkl�[m
[09:22:22] [Async Chat Thread - #16/INFO]: nie ma go XD�[m
[09:22:25] [Async Chat Thread - #16/INFO]: <�[0;31;22mdominiqa0�[m> a�[m
[09:22:53] [Async Chat Thread - #16/INFO]: <ddomis_> patszac�[m
[09:23:48] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:23:50] [Server thread/WARN]: Boat (vehicle of Ziemniaczeq0) moved too quickly! 711.9808257924442,-24.0,1759.3745404449116
[09:23:56] [Server thread/INFO]: ZBCwojtmano_ has made the advancement [Cover Me with Diamonds]
[09:24:00] [Async Chat Thread - #18/INFO]: <ddomis_> pedal�[m
[09:24:08] [Async Chat Thread - #18/INFO]: <ddomis_> chuj ci w due�[m
[09:24:10] [Server thread/INFO]: Ziemniaczeq0 issued server command: /spawn
[09:25:00] [User Authenticator #13/INFO]: UUID of player Siminix350 is bb4d44c9-312a-3169-9edc-daf852bbe66c
[09:25:01] [Server thread/INFO]: Siminix350 joined the game
[09:25:01] [Server thread/INFO]: Siminix350[/91.192.199.74:55403] logged in with entity id 51284 at ([world]-507.79547276294676, 72.0, -595.6238917837462)
[09:25:17] [Craft Scheduler Thread - 100/INFO]: [AuthMe] The user Siminix350 has 2 accounts:
[09:25:17] [Craft Scheduler Thread - 100/INFO]: [AuthMe] §7§aSiminix350§7, wojtek646.
[09:25:17] [Craft Scheduler Thread - 100/INFO]: [AuthMe] Siminix350 logged in 91.192.199.74
[09:25:20] [Server thread/INFO]: Siminix350 issued server command: /sethome hs
[09:25:35] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:25:38] [Server thread/WARN]: ZBCwojtmano_ moved too quickly! 12.394747339688593,0.4990033597325265,5.507427617113876
[09:25:53] [Server thread/INFO]: Ziemniaczeq0 issued server command: /msg dominiqa0 kretynie horse tpa nie dziala
[09:26:22] [Server thread/INFO]: dominiqa0 issued server command: /msg Ziemniaczeq0 jest wgrane to nwm czemu
[09:26:38] [Server thread/INFO]: Ziemniaczeq0 issued server command: /r 2 swinie teplem a krowy nie moge
[09:26:42] [Server thread/INFO]: Ziemniaczeq0 issued server command: /spawn
[09:26:45] [Server thread/INFO]: dominiqa0 issued server command: /msg Ziemniaczeq0 a czk nie macie permisji wait
[09:27:26] [Server thread/INFO]: ddomis_ has made the advancement [Best Friends Forever]
[09:27:26] [Server thread/INFO]: dominiqa0 issued server command: /lp group default permission set horsetpwithme.teleport.* true
[09:27:26] [luckperms-command-executor/INFO]: �[0;37;22m[�[0;36;1m�[21mL�[0;36;22m�[21mP�[0;37;22m]�[m �[0;36;22mLOG�[m �[0;36;22m�[21m>�[m �[0;30;1m(�[0;33;1mdominiqa0�[0;30;1m)�[m �[0;30;1m[�[0;32;1mG�[0;30;1m]�[m �[0;30;1m(�[0;36;1mdefault�[0;30;1m)�[m
[09:27:26] [luckperms-command-executor/INFO]: �[0;37;22m[�[0;36;1m�[21mL�[0;36;22m�[21mP�[0;37;22m]�[m �[0;36;22mLOG�[m �[0;36;22m�[21m>�[m �[0;37;1mpermission set horsetpwithme.teleport.* true�[m
[09:27:29] [Server thread/INFO]: Siminix350 issued server command: /spawn
[09:27:34] [Server thread/INFO]: dominiqa0 issued server command: /msg Ziemniaczeq0 sprawdz teraz i daj znac
[09:27:35] [Async Chat Thread - #20/INFO]: <ZBCwojtmano_> pedał�[m
[09:27:45] [Async Chat Thread - #20/INFO]: kto ?�[m
[09:27:52] [Async Chat Thread - #20/INFO]: <�[0;31;22mdominiqa0�[m> no co ty robisz siminix�[m
[09:27:56] [Async Chat Thread - #20/INFO]: nw�[m
[09:28:09] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:28:12] [Async Chat Thread - #20/INFO]: <ZBCwojtmano_> właśnie Co robiszzz�[m
[09:28:19] [Server thread/INFO]: dominiqa0 issued server command: /image give dominiqa0 papor2 1 3 3
[09:28:20] [Server thread/INFO]: Ziemniaczeq0 issued server command: /r dziala dzieki <3
[09:28:44] [Server thread/INFO]: Ziemniaczeq0 issued server command: /r a yamipa skurwysynie jak ja mam ozdbic magazyn
[09:28:56] [Server thread/INFO]: Ziemniaczeq0 issued server command: /r musze miec majora 2d z kebabem
[09:28:58] [Craft Scheduler Thread - 102/INFO]: [YamipaPlugin] Saved placed fake images to disk
[09:29:28] [Server thread/INFO]: Ziemniaczeq0 issued server command: /spawn
[09:30:33] [Server thread/INFO]: Siminix350 lost connection: Disconnected
[09:30:33] [Server thread/INFO]: Siminix350 left the game
[09:31:25] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:31:27] [Server thread/WARN]: Boat (vehicle of Ziemniaczeq0) moved too quickly! 709.0916682489319,-24.0,1757.068632210691
[09:31:27] [Server thread/WARN]: Boat (vehicle of Ziemniaczeq0) moved too quickly! 709.0916682489319,-24.0,1757.068632210691
[09:31:27] [Server thread/WARN]: Boat (vehicle of Ziemniaczeq0) moved too quickly! 709.0916682489319,-24.0,1757.068632210691
[09:31:27] [Server thread/WARN]: Boat (vehicle of Ziemniaczeq0) moved too quickly! 709.0916682489319,-24.0,1757.068632210691
[09:35:01] [Async Chat Thread - #22/INFO]: <ddomis_> ./afk�[m
[09:35:03] [Server thread/INFO]: Ziemniaczeq0 issued server command: /afk
[09:35:09] [Async Chat Thread - #22/INFO]: <�[0;31;22mdominiqa0�[m> yamipa na chwile terazniejsza sie buguje, wlasnie to naprawiam�[m
[09:35:13] [Server thread/INFO]: ZBCwojtmano_ issued server command: /afk
[09:36:36] [Server thread/INFO]: Ziemniaczeq0 issued server command: /home baza
[09:38:28] [User Authenticator #14/INFO]: UUID of player Antos is 041f2c48-d4a0-39b6-b419-60383e79dac9
[09:38:30] [Server thread/INFO]: Antos joined the game
[09:38:30] [Server thread/INFO]: Antos[/83.7.160.169:54057] logged in with entity id 65160 at ([world]1240.1348791208354, 65.0, -1160.6754910433974)
[09:38:33] [Async Chat Thread - #24/INFO]: <ddomis_> PEDAL�[m
[09:38:36] [Async Chat Thread - #24/INFO]: dc?�[m
[09:38:37] [Async Chat Thread - #24/INFO]: <ddomis_> a nie to antek�[m
[09:38:38] [Craft Scheduler Thread - 106/INFO]: [AuthMe] The user Antos has 2 accounts:
[09:38:38] [Craft Scheduler Thread - 106/INFO]: [AuthMe] §7§aAntos§7, misterbear.
[09:38:38] [Craft Scheduler Thread - 106/INFO]: [AuthMe] Antos logged in 83.7.160.169
[09:38:40] [Async Chat Thread - #24/INFO]: <ddomis_> czylio pedal�[m
[09:38:53] [Async Chat Thread - #24/INFO]: dc? Antos�[m
[09:39:03] [Server thread/INFO]: dominiqa0 issued server command: /yamipa reload
[09:40:26] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> UWAGA! ZA CHWILE RELOAD SERWERA! NIE WYRZUCI WAS, ALE TRZEBA BEDZIE SIE ZALOGOWAC�[m
[09:40:34] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> schowajcie sie gdzies�[m
[09:40:47] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> 3�[m
[09:40:49] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> 2�[m
[09:40:54] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> 1�[m
[09:40:56] [Server thread/INFO]: dominiqa0 issued server command: /reload
[09:40:56] [Server thread/INFO]: dominiqa0: �[0;31;1mPlease note that this command is not supported and may cause issues when using some plugins.�[m
[09:40:56] [Server thread/INFO]: dominiqa0: �[0;31;1mIf you encounter any issues please use the /stop command to restart your server.�[m
[09:40:56] [Server thread/INFO]: Debug logging is disabled
[09:40:56] [Server thread/INFO]: Server Ping Player Sample Count: 12
[09:40:56] [Server thread/INFO]: Using 4 threads for Netty based IO
[09:40:56] [Server thread/INFO]: -------- World Settings For [world] --------
[09:40:56] [Server thread/INFO]: Mob Spawn Range: 6
[09:40:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[09:40:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:40:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[09:40:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[09:40:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:40:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Carrot Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Potato Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Kelp Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Max TNT Explosions: 100
[09:40:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:40:56] [Server thread/INFO]: Item Despawn Rate: 6000
[09:40:56] [Server thread/INFO]: Item Merge Radius: 2.5
[09:40:56] [Server thread/INFO]: View Distance: 10
[09:40:56] [Server thread/INFO]: Simulation Distance: 10
[09:40:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:40:56] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[09:40:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:40:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:40:56] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[09:40:56] [Server thread/INFO]: Mob Spawn Range: 6
[09:40:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[09:40:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:40:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[09:40:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[09:40:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:40:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Carrot Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Potato Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Kelp Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[09:40:56] [Server thread/INFO]: Max TNT Explosions: 100
[09:40:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:40:56] [Server thread/INFO]: Item Despawn Rate: 6000
[09:40:56] [Server thread/INFO]: Item Merge Radius: 2.5
[09:40:56] [Server thread/INFO]: View Distance: 10
[09:40:56] [Server thread/INFO]: Simulation Distance: 10
[09:40:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:40:56] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[09:40:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:40:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:40:56] [Server thread/INFO]: [OreAnnouncer] Disabling OreAnnouncer v2.8.3
[09:40:56] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Disabling OreAnnouncer
[09:40:56] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] OreAnnouncer disabled
[09:40:56] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.26.0
[09:40:56] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Saved linked accounts in 3ms
[09:40:57] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 364ms
[09:40:57] [Server thread/INFO]: [SuperVanish] Disabling SuperVanish v6.2.12
[09:40:57] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.6.0-beta2-b2453
[09:40:57] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[09:40:57] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2-b2453 disabled!
[09:40:57] [Server thread/INFO]: [YamipaPlugin] Disabling YamipaPlugin v1.2.6
[09:40:57] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.3
[09:40:57] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v21.2
[09:40:57] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[09:40:57] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v21.2
[09:40:57] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.0.0-SNAPSHOT-b602
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ╔══════════════════════════════════════════════════════════════════╗
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ WARNING ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ RELOADING THE SERVER WHILE PROTOCOL LIB IS ENABLED MIGHT ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ LEAD TO UNEXPECTED ERRORS! ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ Consider to cleanly restart your server if you encounter ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ any issues related to Protocol Lib before opening an issue ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ║ on GitHub! ║
[09:40:57] [Server thread/ERROR]: [ProtocolLib] ╚══════════════════════════════════════════════════════════════════╝
[09:40:57] [Server thread/INFO]: Disabling EssentialsSpawn v2.20.0-dev+16-22a0d53
[09:40:57] [Server thread/INFO]: [HorseTpWithMe] Disabling HorseTpWithMe v7.4.0.2
[09:40:57] [Server thread/INFO]: Disabling Essentials v2.20.0-dev+16-22a0d53
[09:40:57] [Server thread/ERROR]: There's a good chance you're reloading your server right now. If that's the case, why do you hate yourself? Expect no support from the EssentialsX team when using /reload.
[09:40:57] [Server thread/INFO]: [KelpEffect] Disabling KelpEffect v1.0
[09:40:57] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.12+6240-87f4ae1
[09:40:57] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[09:40:57] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.52
[09:40:57] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[09:40:57] [Server thread/INFO]: [LuckPerms] Closing storage...
[09:40:58] [Server thread/INFO]: [LuckPerms] Goodbye!
[09:40:58] [Server thread/INFO]: Loaded 7 recipes
[09:40:58] [Async Chat Thread - #26/INFO]: [Not Secure] gej
[09:41:00] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.52
[09:41:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.12+6240-87f4ae1
[09:41:00] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@63022ab2]
[09:41:00] [Server thread/INFO]: [KelpEffect] Loading KelpEffect v1.0
[09:41:00] [Server thread/INFO]: [Blue Slime Core] Loading BlueSlimeCore v2.6.0.18
[09:41:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+16-22a0d53
[09:41:00] [Server thread/INFO]: [HorseTpWithMe] Loading HorseTpWithMe v7.4.0.2
[09:41:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+16-22a0d53
[09:41:00] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[09:41:00] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[09:41:01] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[09:41:01] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.3
[09:41:01] [Server thread/INFO]: [YamipaPlugin] Loading YamipaPlugin v1.2.6
[09:41:01] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta2-b2453
[09:41:01] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.12
[09:41:01] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v11.1.0.7.1025
[09:41:01] [Server thread/INFO]: [CombatLogX] Configuration does not exist yet, no major changes necessary.
[09:41:01] [Server thread/INFO]: [CombatLogX] Loading expansions...
[09:41:01] [Server thread/INFO]: [CombatLogX] There were no expansions to load.
[09:41:01] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.26.0
[09:41:01] [Server thread/INFO]: [OreAnnouncer] Loading OreAnnouncer v2.8.3
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Loading libraries of OreAnnouncer v2.8.3, this may take a while
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jar-relocator
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for asm-commons
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for gson
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for h2
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for HikariCP
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-core
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr4-runtime
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for geantyref
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for caffeine
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-stringtemplate4
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for ST4
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for antlr-runtime
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for jdbi3-sqlobject
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-api
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for slf4j-simple
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mariadb-java-client
[09:41:01] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for mysql-connector-java
[09:41:02] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Verifying checksum for postgresql
[09:41:02] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.52
[09:41:02] [Server thread/INFO]: �[0;36;1m �[0;36;22m __ �[m
[09:41:02] [Server thread/INFO]: �[0;36;1m | �[0;36;22m|) �[0;32;22mLuckPerms�[m �[0;36;1mv5.4.52�[m
[09:41:02] [Server thread/INFO]: �[0;36;1m |_ �[0;36;22m| �[0;30;1mRunning on Bukkit - CraftBukkit�[m
[09:41:02] [Server thread/INFO]: �[m
[09:41:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[09:41:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[09:41:03] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[09:41:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[09:41:03] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1314ms)
[09:41:03] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
[09:41:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[09:41:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[09:41:03] [Server thread/WARN]: [WorldEdit] Server reload detected. This may cause various issues with WorldEdit and dependent plugins.
[09:41:03] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[09:41:04] [Server thread/INFO]: [WorldEdit] ====================================================
[09:41:04] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
[09:41:04] [Server thread/INFO]: [WorldEdit] as your server software.
[09:41:04] [Server thread/INFO]: [WorldEdit] ====================================================
[09:41:04] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.6.0.18
[09:41:04] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[09:41:04] [Server thread/INFO]: [KelpEffect] Enabling KelpEffect v1.0
[09:41:04] [Server thread/INFO]: [KelpEffect] Pomyslnie Uruchomil sie!
[09:41:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+16-22a0d53
[09:41:04] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[09:41:04] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[09:41:04] [Server thread/INFO]: No kits found to migrate.
[09:41:05] [Server thread/INFO]: Loaded 38132 items from items.json.
[09:41:05] [Server thread/INFO]: Using locale en
[09:41:05] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[09:41:05] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[09:41:05] [Server thread/WARN]: Detected supported permissions plugin LuckPerms without Vault installed.
[09:41:05] [Server thread/WARN]: Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[09:41:05] [Server thread/INFO]: Using superperms-based permissions.
[09:41:05] [Server thread/INFO]: [HorseTpWithMe] Enabling HorseTpWithMe v7.4.0.2
[09:41:05] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mWriting Permissions.txt File!�[m
[09:41:05] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mThe �[0;37;1mEntityDismountEvent �[0;33;1mhas been Detected! All Entities will be supported!�[m
[09:41:05] [Server thread/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mHorseTpWithMe v7.4.0.2 for API version 1.15+ is enabled and Working! �[0;37;22m(57761629ns)�[m
[09:41:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+16-22a0d53
[09:41:05] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[09:41:05] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[09:41:05] [Server thread/INFO]: �[0;37;1m�[0;37;1m�[m[CoreProtect] CoreProtect has been successfully enabled!�[0;37;1m�[0;37;1m �[m
[09:41:05] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[09:41:05] [Server thread/INFO]: --------------------
[09:41:05] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[09:41:05] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[09:41:05] [Server thread/INFO]: --------------------
[09:41:05] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.3
[09:41:05] [Server thread/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1mDetected Minecraft �[33;1mv1_19_R1�[32;1m, using �[33;1mMappingSpigotSkinRefresher�[32;1m.�[0;39m�[m
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Enabling YamipaPlugin v1.2.6
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Running on VERBOSE mode
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Registered plugin command and aliases
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Found 2 file(s) in images directory
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Started watching for file changes in images directory
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Enabled image animation support
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-45.0,y=73.0,z=29.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor2)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created WorldArea#(world,-1,0)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-31.0,y=70.0,z=-7.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created WorldArea#(world,-1,-1)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-33.0,y=71.0,z=-18.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-34.0,y=70.0,z=-8.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-35.0,y=71.0,z=-14.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-40.0,y=69.0,z=5.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor2)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-35.0,y=71.0,z=-11.0,pitch=0.0,yaw=0.0},SOUTH) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-34.0,y=71.0,z=-15.0,pitch=0.0,yaw=0.0},NORTH) from ImageFile#(papor)
[09:41:05] [Server thread/INFO]: [YamipaPlugin] Waiting for ProtocolLib to be ready...
[09:41:05] [pool-33-thread-1/INFO]: [YamipaPlugin] ProtocolLib is now ready
[09:41:05] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[09:41:05] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[09:41:05] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[09:41:05] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[09:41:05] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/ubuntu/minecraft-babka/plugins/Essentials/spawn.yml'
[09:41:06] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[09:41:06] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.12
[09:41:06] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[09:41:06] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v11.1.0.7.1025
[09:41:06] [Server thread/INFO]: �[0;32;1m�[21mCombatLogX was loaded successfully.�[m
[09:41:06] [Server thread/INFO]: [CombatLogX] Enabling expansions...
[09:41:06] [Server thread/INFO]: [CombatLogX] There were no expansions to enable.
[09:41:06] [Server thread/INFO]: �[0;32;1m�[21mCombatLogX was enabled successfully.�[m
[09:41:06] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.0
[09:41:06] [Server thread/INFO]: [OreAnnouncer] Enabling OreAnnouncer v2.8.3
[09:41:06] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Initializing OreAnnouncer v2.8.3
[09:41:06] [pool-36-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (819b02508abe8879cfc2a513fc6cea383b70b5c5)
[09:41:06] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[09:41:07] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] Hooked into DiscordSRV
[09:41:07] [Server thread/INFO]: [�[32mOreAnnouncer�[0m] OreAnnouncer v2.8.3 enabled
[09:41:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[09:41:07] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[09:41:07] [Server thread/INFO]: dominiqa0: �[0;32;1mReload complete.�[m
[09:41:07] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 10673ms or 213 ticks behind
[09:41:07] [Craft Scheduler Thread - 105/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1mChecking for updates...�[m
[09:41:07] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[09:41:07] [Craft Scheduler Thread - 109/INFO]: §6Fetching version information...
[09:41:07] [Server thread/INFO]: [YamipaPlugin] Fixed command permissions
[09:41:07] [Craft Scheduler Thread - 113/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[09:41:07] [Craft Scheduler Thread - 113/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[09:41:07] [Craft Scheduler Thread - 113/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[09:41:07] [Craft Scheduler Thread - 113/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | SkinsRestorer |�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m |------------------|�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m | �[34;1m�[4m�[21mStandalone Mode�[0;39m�[32;1m |�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m +==================+�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[36;1m Current version: �[32;1m14.2.3�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m This is the latest version!�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 110/INFO]: �[33;1m[�[32;22mSkinsRestorer�[33;1m] �[0;39m�[32;1m----------------------------------------------�[0;39m�[m
[09:41:07] [Craft Scheduler Thread - 105/INFO]: �[0;37;22m[�[0;32;22mHorseTpWithMe�[0;37;22m] �[0;33;1m�[0;32;1mYou're all up to date.�[m
[09:41:07] [Craft Scheduler Thread - 116/INFO]: [Blue Slime Core]
[09:41:07] [Craft Scheduler Thread - 116/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'BlueSlimeCore'.
[09:41:07] [Craft Scheduler Thread - 116/INFO]: [Blue Slime Core]
[09:41:07] [Craft Scheduler Thread - 116/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'CombatLogX'.
[09:41:08] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Kołek kocha panią Basie(1039975563663777792)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇witamy(1039978582707019857)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇żegnamy(1039978584875470919)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇✅┇weryfikacja(1039978594274922496)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📜┇regulamin(1039978597001216122)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔰┇administracja(1039978598825721937)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎊┇giveawaye(1039978604739711017)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🛠┇changelog(1039978615556821093)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇💵┇promocje(1039995561052475392)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📝┇głosowanie(1040201668647735397)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📌┇serwer-na-żywo(1040237326506401802)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🧾┇chat(1039978624935280640)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔧┇komendy(1039978626894008403)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇😂┇memy(1039978629007945809)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🔎┇propozycje(1039978631134453861)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📋┇błędy(1039978633655234621)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎨┇malowanie(1040258736217927770)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇💯┇liczenie(1039978637836955758)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🌿┇ostatnia-litera(1039978639862812833)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🧾┇skojarzenia(1039978641876070501)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇🎧┇muzyka(1039978677225672764)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇📄┇czat-admin(1039978719541989396)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┇👑┇admin-log(1039978723144900618)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:wolny-chuj-szczyrku(1040262546411765830)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:kołek-kocha-panią-basie(1040263546216403004)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ania-uczy-kołka-jeździć-na-koniu-pani-basi(1040264421013983332)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ania-do-ruchania(1040264842482831461)
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[09:41:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[09:41:08] [Craft Scheduler Thread - 112/INFO]: [AuthMe] The user Antos has 2 accounts:
[09:41:08] [Craft Scheduler Thread - 112/INFO]: [AuthMe] §7§aAntos§7, misterbear.
[09:41:08] [Craft Scheduler Thread - 112/INFO]: [AuthMe] Antos logged in 83.7.160.169
[09:41:10] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,19,-19)
[09:41:13] [Craft Scheduler Thread - 112/INFO]: [AuthMe] ZBCwojtmano_ logged in 185.234.91.200
[09:41:14] [Server thread/INFO]: [YamipaPlugin] Player#ZBCwojtmano_ moved to WorldArea#(world,-19,-7)
[09:41:16] [Craft Scheduler Thread - 112/INFO]: [AuthMe] The user dominiqa0 has 3 accounts:
[09:41:16] [Craft Scheduler Thread - 112/INFO]: [AuthMe] §7§adominiqa0§7, §aZiemniaczeq0§7, dominiqa0test.
[09:41:16] [Craft Scheduler Thread - 112/INFO]: [AuthMe] dominiqa0 logged in 91.192.199.75
[09:41:20] [Async Chat Thread - #26/INFO]: <�[0;31;22mdominiqa0�[m> logujcie sie�[m
[09:41:21] [User Authenticator #15/INFO]: UUID of player misterbear is 67bc5f49-3674-3fac-acb6-6c468f011fb5
[09:41:22] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world_nether,3,2)
[09:41:22] [Server thread/INFO]: misterbear joined the game
[09:41:22] [Server thread/INFO]: misterbear[/83.7.160.169:50235] logged in with entity id 67972 at ([world_nether]211.63925453732023, 62.0, 169.30000001192093)
[09:41:22] [Craft Scheduler Thread - 111/ERROR]: [DiscordSRV] Your AvatarUrl does not contain the {username} placeholder even though this server is using offline UUIDs.
[09:41:22] [Craft Scheduler Thread - 111/ERROR]: [DiscordSRV] https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} will be used because the default value does not support offline mode servers
[09:41:22] [Craft Scheduler Thread - 111/ERROR]: [DiscordSRV] You should set your AvatarUrl to https://cravatar.eu/helmavatar/{username}/{size}.png#{texture} (or another url that supports usernames) to get rid of this error
[09:41:24] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,18,-19)
[09:41:31] [Craft Scheduler Thread - 112/INFO]: [AuthMe] The user misterbear has 2 accounts:
[09:41:31] [Craft Scheduler Thread - 112/INFO]: [AuthMe] §7§aAntos§7, §amisterbear§7.
[09:41:31] [Craft Scheduler Thread - 112/INFO]: [AuthMe] misterbear logged in 83.7.160.169
[09:41:43] [Craft Scheduler Thread - 112/INFO]: [AuthMe] The user Ziemniaczeq0 has 3 accounts:
[09:41:43] [Craft Scheduler Thread - 112/INFO]: [AuthMe] §7§adominiqa0§7, §aZiemniaczeq0§7, dominiqa0test.
[09:41:43] [Craft Scheduler Thread - 112/INFO]: [AuthMe] Ziemniaczeq0 logged in 91.192.199.75
[09:41:44] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,19,-19)
[09:41:44] [Craft Scheduler Thread - 112/INFO]: [AuthMe] ddomis_ logged in 46.204.109.44
[09:41:46] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world_nether,3,3)
[09:41:47] [Server thread/INFO]: [YamipaPlugin] Player#ddomis_ moved to WorldArea#(world,-8,-7)
[09:41:48] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-7,-16)
[09:41:50] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world_nether,2,3)
[09:41:53] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world_nether,3,3)
[09:41:55] [Server thread/INFO]: dominiqa0 issued server command: /image give dominiqa0 papor2 1 3 3
[09:41:56] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-45.0,y=73.0,z=29.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor2)
[09:42:00] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-6,-16)
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@42448268, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@4272becb, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@2b0d58b1, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@7ae6b93f, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@1cd723c9, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@4b04427e, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:01] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@a0d537f, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.storage.ImageStorage.getAllFilenames()" because the return value of "io.josemmo.bukkit.plugin.YamipaPlugin.getStorage()" is null
at io.josemmo.bukkit.plugin.commands.arguments.ImageFileArgument.getSuggestions(ImageFileArgument.java:41) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:02] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world_nether,2,3)
[09:42:07] [Server thread/INFO]: misterbear issued server command: /home
[09:42:09] [Server thread/INFO]: [YamipaPlugin] Player#misterbear moved to WorldArea#(world,12,2)
[09:42:16] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@71ee4a5d, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:16] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@35e98c78, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:16] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@8644d1f, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:17] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@6a24024b, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:17] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@31d5cc34, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:17] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@7cbfd9fd, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:18] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@14d29b39, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:18] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,18,-19)
[09:42:18] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@5a2ada9d, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:18] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@3dcf46bd, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:18] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.PacketPlayInTabComplete@21ae2f9d, suppressing error
java.lang.NullPointerException: Cannot invoke "io.josemmo.bukkit.plugin.renderer.ImageRenderer.getPlayersWithPlacedImages()" because "renderer" is null
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getAllowedValues(PlacedByArgument.java:51) ~[?:?]
at io.josemmo.bukkit.plugin.commands.arguments.PlacedByArgument.getSuggestions(PlacedByArgument.java:44) ~[?:?]
at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.0.18.jar:3606-Spigot-6198b5a-300e744]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:599) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:581) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:796) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:29) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:7) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3606-Spigot-6198b5a-300e744]
at java.lang.Thread.run(Thread.java:833) [?:?]
[09:42:19] [Server thread/INFO]: dominiqa0 issued server command: /image clear 0 0 world 100 dominiqa0
[09:42:19] [Server thread/INFO]: [YamipaPlugin] Destroyed WorldArea#(world,-1,0)
[09:42:19] [Server thread/INFO]: [YamipaPlugin] Destroyed WorldArea#(world,-1,-1)
[09:42:20] [Server thread/INFO]: [YamipaPlugin] Created FakeImage#(Location{world=CraftWorld{name=world},x=-45.0,y=73.0,z=29.0,pitch=0.0,yaw=0.0},UP) from ImageFile#(papor2)
[09:42:20] [Server thread/INFO]: [YamipaPlugin] Created WorldArea#(world,-1,0)
[09:42:26] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-5,-16)
[09:42:30] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,17,-19)
[09:42:37] [Craft Scheduler Thread - 117/INFO]: [YamipaPlugin] Saved placed fake images to disk
[09:42:43] [Server thread/INFO]: [YamipaPlugin] Player#Antos moved to WorldArea#(world,16,-19)
[09:42:52] [Server thread/INFO]: [YamipaPlugin] Player#Ziemniaczeq0 moved to WorldArea#(world,-4,-16)
[09:43:12] [Thread-1/INFO]: Stopping server
[09:43:12] [Thread-1/INFO]: [OreAnnouncer] Disabling OreAnnouncer v2.8.3
[09:43:12] [Thread-1/INFO]: [�[32mOreAnnouncer�[0m] Disabling OreAnnouncer
[09:43:12] [Thread-1/INFO]: [�[32mOreAnnouncer�[0m] OreAnnouncer disabled
[09:43:12] [Thread-1/INFO]: [DiscordSRV] Disabling DiscordSRV v1.26.0
ProtocolLib v4.8.0 doesn't support Minecraft 1.19.2. You need to use the latest ProtocolLib dev build with that version: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/