· 4 years ago · Jul 14, 2021, 04:14 PM
1[10:57:30] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2[10:57:30] [main/INFO]: Reloading ResourceManager: Default, bukkit
3[10:57:31] [Worker-Main-1/INFO]: Loaded 7 recipes
4[10:57:32] [Server thread/INFO]: Starting minecraft server version 1.17.1
5[10:57:32] [Server thread/INFO]: Loading properties
6[10:57:32] [Server thread/INFO]: This server is running Paper version git-Paper-104 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 377a60d)
7[10:57:33] [Server thread/INFO]: Debug logging is disabled
8[10:57:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
9[10:57:33] [Server thread/INFO]: Using 4 threads for Netty based IO
10[10:57:33] [Server thread/INFO]: Default game type: SURVIVAL
11[10:57:33] [Server thread/INFO]: Generating keypair
12[10:57:33] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
13[10:57:33] [Server thread/INFO]: Using epoll channel type
14[10:57:33] [Server thread/ERROR]: Could not load 'plugins/TNE.jar' in folder 'plugins'
15org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
16 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:186) ~[patched_1.17.1.jar:git-Paper-104]
17 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.17.1.jar:git-Paper-104]
18 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.17.1.jar:git-Paper-104]
19 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:276) ~[patched_1.17.1.jar:git-Paper-104]
20 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-104]
21 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-104]
22 at java.lang.Thread.run(Thread.java:831) [?:?]
23Caused by: java.util.zip.ZipException: invalid CEN header (bad signature)
24 at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1587) ~[?:?]
25 at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1511) ~[?:?]
26 at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1263) ~[?:?]
27 at java.util.zip.ZipFile$Source.get(ZipFile.java:1225) ~[?:?]
28 at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:706) ~[?:?]
29 at java.util.zip.ZipFile.<init>(ZipFile.java:240) ~[?:?]
30 at java.util.zip.ZipFile.<init>(ZipFile.java:171) ~[?:?]
31 at java.util.jar.JarFile.<init>(JarFile.java:348) ~[?:?]
32 at java.util.jar.JarFile.<init>(JarFile.java:319) ~[?:?]
33 at java.util.jar.JarFile.<init>(JarFile.java:285) ~[?:?]
34 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:174) ~[patched_1.17.1.jar:git-Paper-104]
35 ... 6 more
36[10:57:33] [Server thread/ERROR]: Could not load 'plugins/81297-v343242__GeyserMinecraftBedrockProtocolSupport.jar' in folder 'plugins'
37org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
38 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:186) ~[patched_1.17.1.jar:git-Paper-104]
39 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.17.1.jar:git-Paper-104]
40 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.17.1.jar:git-Paper-104]
41 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:276) ~[patched_1.17.1.jar:git-Paper-104]
42 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-104]
43 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-104]
44 at java.lang.Thread.run(Thread.java:831) [?:?]
45Caused by: java.util.zip.ZipException: zip END header not found
46 at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1587) ~[?:?]
47 at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1441) ~[?:?]
48 at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1450) ~[?:?]
49 at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1263) ~[?:?]
50 at java.util.zip.ZipFile$Source.get(ZipFile.java:1225) ~[?:?]
51 at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:706) ~[?:?]
52 at java.util.zip.ZipFile.<init>(ZipFile.java:240) ~[?:?]
53 at java.util.zip.ZipFile.<init>(ZipFile.java:171) ~[?:?]
54 at java.util.jar.JarFile.<init>(JarFile.java:348) ~[?:?]
55 at java.util.jar.JarFile.<init>(JarFile.java:319) ~[?:?]
56 at java.util.jar.JarFile.<init>(JarFile.java:285) ~[?:?]
57 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:174) ~[patched_1.17.1.jar:git-Paper-104]
58 ... 6 more
59[10:57:33] [Server thread/ERROR]: Could not load 'plugins/Prism-2.1.8-SNAPSHOT.jar' in folder 'plugins'
60org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
61 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:186) ~[patched_1.17.1.jar:git-Paper-104]
62 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.17.1.jar:git-Paper-104]
63 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.17.1.jar:git-Paper-104]
64 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:276) ~[patched_1.17.1.jar:git-Paper-104]
65 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-104]
66 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-104]
67 at java.lang.Thread.run(Thread.java:831) [?:?]
68Caused by: java.util.zip.ZipException: invalid CEN header (bad signature)
69 at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1587) ~[?:?]
70 at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1511) ~[?:?]
71 at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1263) ~[?:?]
72 at java.util.zip.ZipFile$Source.get(ZipFile.java:1225) ~[?:?]
73 at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:706) ~[?:?]
74 at java.util.zip.ZipFile.<init>(ZipFile.java:240) ~[?:?]
75 at java.util.zip.ZipFile.<init>(ZipFile.java:171) ~[?:?]
76 at java.util.jar.JarFile.<init>(JarFile.java:348) ~[?:?]
77 at java.util.jar.JarFile.<init>(JarFile.java:319) ~[?:?]
78 at java.util.jar.JarFile.<init>(JarFile.java:285) ~[?:?]
79 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:174) ~[patched_1.17.1.jar:git-Paper-104]
80 ... 6 more
81[10:57:33] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
82[10:57:38] [Server thread/WARN]: Legacy plugin HackedCore v2.71.4 does not specify an api-version.
83[10:57:38] [Server thread/WARN]: Legacy plugin Playtimes v1.4.4 does not specify an api-version.
84[10:57:39] [Server thread/WARN]: Legacy plugin dynmap v3.2-beta-1-470 does not specify an api-version.
85[10:57:39] [Server thread/WARN]: Legacy plugin HackedServer v2.82.4 does not specify an api-version.
86[10:57:39] [Server thread/WARN]: Legacy plugin dynmap-mobs v1.3 does not specify an api-version.
87[10:57:39] [Server thread/WARN]: Legacy plugin KillerMoney v4.6.0 does not specify an api-version.
88[10:57:39] [Server thread/INFO]: [HackedCore] Loading HackedCore v2.71.4
89[10:57:39] [Server thread/INFO]: [PlayerGUIAdvanced] Loading PlayerGUIAdvanced v5.8
90[10:57:39] [Server thread/INFO]: [XrayDetection] Loading XrayDetection v3.1
91[10:57:39] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10-DEV-129
92[10:57:39] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 44c
93[10:57:39] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
94[10:57:39] [Server thread/INFO]: [BookNews] Loading BookNews v5.4
95[10:57:39] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.19
96[10:57:39] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.0.2-SNAPSHOT
97[10:57:39] [Server thread/INFO]: [ViaVersion] ViaVersion 4.0.2-SNAPSHOT is now loaded, injecting!
98[10:57:39] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
99[10:57:39] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
100[10:57:40] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
101[10:57:40] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
102[10:57:40] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
103[10:57:40] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
104[10:57:40] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
105[10:57:40] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
106[10:57:40] [Server thread/INFO]: [BurgerHud] Loading BurgerHud v1.2
107[10:57:40] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.0.2-SNAPSHOT
108[10:57:40] [Server thread/INFO]: [ViaBackwards] Loading translations...
109[10:57:40] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
110[10:57:40] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
111[10:57:40] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
112[10:57:40] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
113[10:57:40] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
114[10:57:40] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
115[10:57:40] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
116[10:57:40] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
117[10:57:40] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
118[10:57:40] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.51
119[10:57:41] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
120[10:57:41] [Server thread/INFO]: [spark] Loading spark v1.6.1
121[10:57:41] [Server thread/INFO]: [FasterVillagers] Loading FasterVillagers v1.0-SNAPSHOT
122[10:57:41] [Server thread/INFO]: [LoneLibs] Loading LoneLibs v1.0.14
123[10:57:41] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.4.4
124[10:57:41] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.1-SNAPSHOT-b530
125[10:57:42] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.25-SNAPSHOT
126[10:57:42] [Server thread/INFO]: [AntiXrayPlus] Loading AntiXrayPlus v1.0.0
127[10:57:42] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
128[10:57:42] [Server thread/INFO]: [floodgate] Loading floodgate v2.0-SNAPSHOT
129[10:57:42] [Server thread/INFO]: [floodgate] Took 420ms to boot Floodgate
130[10:57:42] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2-SNAPSHOT
131[10:57:42] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.11
132[10:57:42] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.17.1-v1-SNAPSHOT
133[10:57:46] [Server thread/INFO]: -------- World Settings For [DUMMY] --------
134[10:57:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
135[10:57:46] [Server thread/INFO]: Cane Growth Modifier: 100%
136[10:57:46] [Server thread/INFO]: Melon Growth Modifier: 100%
137[10:57:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
138[10:57:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
139[10:57:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
140[10:57:46] [Server thread/INFO]: Beetroot Growth Modifier: 100%
141[10:57:46] [Server thread/INFO]: Carrot Growth Modifier: 100%
142[10:57:46] [Server thread/INFO]: Potato Growth Modifier: 100%
143[10:57:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
144[10:57:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
145[10:57:46] [Server thread/INFO]: Vine Growth Modifier: 100%
146[10:57:46] [Server thread/INFO]: Cocoa Growth Modifier: 100%
147[10:57:46] [Server thread/INFO]: Bamboo Growth Modifier: 100%
148[10:57:46] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
149[10:57:46] [Server thread/INFO]: Kelp Growth Modifier: 100%
150[10:57:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
151[10:57:46] [Server thread/INFO]: Experience Merge Radius: 3.0
152[10:57:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
153[10:57:46] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
154[10:57:46] [Server thread/INFO]: Max TNT Explosions: 100
155[10:57:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
156[10:57:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
157[10:57:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
158[10:57:46] [Server thread/INFO]: Item Merge Radius: 2.5
159[10:57:46] [Server thread/INFO]: Item Despawn Rate: 6000
160[10:57:46] [Server thread/INFO]: View Distance: 10
161[10:57:46] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
162[10:57:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
163[10:57:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
164[10:57:46] [Server thread/INFO]: Mob Spawn Range: 8
165[10:57:49] [Server thread/INFO]: [BedrockPlayerManager] Loading BedrockPlayerManager v1.4
166[10:57:49] [Server thread/INFO]: [Discordia] Loading Discordia v1.5.1
167[10:57:49] [Server thread/INFO]: [TabTPS] Loading TabTPS v1.3.9-SNAPSHOT+0031c0c
168[10:57:49] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.8
169[10:57:49] [Server thread/INFO]: [SetHomes] Loading SetHomes v1.3.0
170[10:57:49] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v1.4.1-SNAPSHOT
171[10:57:49] [Server thread/INFO]: [dynmap] Loading dynmap v3.2-beta-1-470
172[10:57:49] [Server thread/INFO]: [dynmap] version=git-Paper-104 (MC: 1.17.1)
173[10:57:49] [Server thread/INFO]: [dynmap] Mod Support API available
174[10:57:49] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.62.2
175[10:57:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.6-SNAPSHOT+5866-954210d
176[10:57:50] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2fb354bd]
177[10:57:50] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
178[10:57:50] [Server thread/INFO]: [HackedServer] Loading HackedServer v2.82.4
179[10:57:50] [Server thread/INFO]: [ChangeSkin] Loading ChangeSkin v3.1-SNAPSHOT-9fa2f2c
180[10:57:50] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.17.1-v1-SNAPSHOT
181[10:57:50] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.16.2.1
182[10:57:50] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-SNAPSHOT-b852
183[10:57:50] [Server thread/INFO]: [dynmap-mobs] Loading dynmap-mobs v1.3
184[10:57:50] [Server thread/INFO]: [IPortal] Loading IPortal v1.13
185[10:57:50] [Server thread/INFO]: [ProdigyNightclub] Loading ProdigyNightclub v3.0.64
186[10:57:50] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.2-SNAPSHOT-b848
187[10:57:50] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v4.6.0
188[10:57:50] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.6-SNAPSHOT+2137-7e817c3
189[10:57:50] [Server thread/INFO]: [Holograms] Loading Holograms v2.14-8-SNAPSHOT
190[10:57:50] [Server thread/INFO]: [Images] Loading Images v2.2.2
191[10:57:50] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.0.0-SNAPSHOT-a0e23ea4
192[10:57:50] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.8.4
193[10:57:50] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.5
194[10:57:50] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.5.5
195[10:57:50] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2346)
196[10:57:50] [Server thread/INFO]: [Plan] Loading Plan v5.4 build 1366
197[10:57:50] [Server thread/INFO]: [Wraith] Loading Wraith v2.2.6
198[10:57:50] [Server thread/INFO]: [LWC] Loading LWC v2.2.8-dev-289210f
199[10:57:50] [Server thread/INFO]: [AuctionMaster] Loading AuctionMaster v2.9
200[10:57:50] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.3.0-SNAPSHOT (build 418)
201[10:57:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
202[10:57:50] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.51
203[10:57:50] [Server thread/INFO]: __
204[10:57:50] [Server thread/INFO]: | |__) LuckPerms v5.3.51
205[10:57:50] [Server thread/INFO]: |___ | Running on Bukkit - Paper
206[10:57:50] [Server thread/INFO]:
207[10:57:50] [Server thread/INFO]: [LuckPerms] Loading configuration...
208[10:57:51] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
209[10:57:51] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
210[10:57:51] [Server thread/INFO]: [LuckPerms] Performing initial data load...
211[10:57:51] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1455ms)
212[10:57:51] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.14
213[10:57:51] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.1-SNAPSHOT-b530
214[10:57:51] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
215[10:57:52] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
216[10:57:52] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
217[10:57:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
218[10:57:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
219[10:57:52] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
220[10:57:52] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
221[10:57:52] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2-SNAPSHOT
222[10:57:52] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.17.1-v1-SNAPSHOT
223[10:57:52] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paperspigot (git-Paper-104) : v1_17_R1 (Minecraft 1.17.1)
224[10:57:52] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
225[10:57:54] [Server thread/INFO]: [BKCommonLib] For all the haters out there: BKCommonLib at least tries!
226[10:57:54] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.17.1-v1-SNAPSHOT (build: 1076) enabled! (1.886s)
227[10:57:54] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.6-SNAPSHOT+5866-954210d
228[10:57:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
229[10:57:54] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
230[10:57:54] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_17_R1_2 as the Bukkit adapter
231[10:57:55] [Server thread/INFO]: [LWC] Enabling LWC v2.2.8-dev-289210f
232[10:57:55] [Server thread/INFO]: [LWC] Connecting to SQLite
233[10:57:55] [Server thread/INFO]: Preparing level "cobblestone"
234[10:57:55] [Server thread/INFO]: -------- World Settings For [cobblestone] --------
235[10:57:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
236[10:57:55] [Server thread/INFO]: Cane Growth Modifier: 100%
237[10:57:55] [Server thread/INFO]: Melon Growth Modifier: 100%
238[10:57:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
239[10:57:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
240[10:57:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
241[10:57:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%
242[10:57:55] [Server thread/INFO]: Carrot Growth Modifier: 100%
243[10:57:55] [Server thread/INFO]: Potato Growth Modifier: 100%
244[10:57:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
245[10:57:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
246[10:57:55] [Server thread/INFO]: Vine Growth Modifier: 100%
247[10:57:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
248[10:57:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%
249[10:57:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
250[10:57:55] [Server thread/INFO]: Kelp Growth Modifier: 100%
251[10:57:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
252[10:57:55] [Server thread/INFO]: Experience Merge Radius: 3.0
253[10:57:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
254[10:57:55] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
255[10:57:55] [Server thread/INFO]: Max TNT Explosions: 100
256[10:57:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
257[10:57:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
258[10:57:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
259[10:57:55] [Server thread/INFO]: Item Merge Radius: 2.5
260[10:57:55] [Server thread/INFO]: Item Despawn Rate: 6000
261[10:57:55] [Server thread/INFO]: View Distance: 10
262[10:57:55] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
263[10:57:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
264[10:57:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
265[10:57:55] [Server thread/INFO]: Mob Spawn Range: 8
266[10:57:56] [Server thread/INFO]: -------- World Settings For [cobblestone_the_end] --------
267[10:57:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
268[10:57:56] [Server thread/INFO]: Cane Growth Modifier: 100%
269[10:57:56] [Server thread/INFO]: Melon Growth Modifier: 100%
270[10:57:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
271[10:57:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
272[10:57:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
273[10:57:56] [Server thread/INFO]: Beetroot Growth Modifier: 100%
274[10:57:56] [Server thread/INFO]: Carrot Growth Modifier: 100%
275[10:57:56] [Server thread/INFO]: Potato Growth Modifier: 100%
276[10:57:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
277[10:57:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
278[10:57:56] [Server thread/INFO]: Vine Growth Modifier: 100%
279[10:57:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
280[10:57:56] [Server thread/INFO]: Bamboo Growth Modifier: 100%
281[10:57:56] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
282[10:57:56] [Server thread/INFO]: Kelp Growth Modifier: 100%
283[10:57:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
284[10:57:56] [Server thread/INFO]: Experience Merge Radius: 3.0
285[10:57:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
286[10:57: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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
287[10:57:56] [Server thread/INFO]: Max TNT Explosions: 100
288[10:57:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
289[10:57:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
290[10:57:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
291[10:57:56] [Server thread/INFO]: Item Merge Radius: 2.5
292[10:57:56] [Server thread/INFO]: Item Despawn Rate: 6000
293[10:57:56] [Server thread/INFO]: View Distance: 10
294[10:57:56] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
295[10:57:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
296[10:57:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
297[10:57:56] [Server thread/INFO]: Mob Spawn Range: 8
298[10:57:56] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
299[10:57:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
300[10:57:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
301[10:57:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
302[10:57:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
303[10:57:59] [Worker-Main-1/INFO]: Preparing spawn area: 0%
304[10:57:59] [Worker-Main-1/INFO]: Preparing spawn area: 0%
305[10:57:59] [Worker-Main-2/INFO]: Preparing spawn area: 0%
306[10:58:00] [Worker-Main-2/INFO]: Preparing spawn area: 0%
307[10:58:00] [Server thread/INFO]: Preparing spawn area: 0%
308[10:58:01] [Server thread/INFO]: Preparing spawn area: 0%
309[10:58:01] [Worker-Main-1/INFO]: Preparing spawn area: 1%
310[10:58:02] [Server thread/INFO]: Preparing spawn area: 41%
311[10:58:02] [Server thread/INFO]: Preparing spawn area: 43%
312[10:58:02] [Server thread/INFO]: Time elapsed: 6090 ms
313[10:58:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
314[10:58:05] [Worker-Main-1/INFO]: Preparing spawn area: 0%
315[10:58:05] [Worker-Main-1/INFO]: Preparing spawn area: 0%
316[10:58:05] [Worker-Main-1/INFO]: Preparing spawn area: 0%
317[10:58:05] [Worker-Main-1/INFO]: Preparing spawn area: 0%
318[10:58:05] [Worker-Main-1/INFO]: Preparing spawn area: 0%
319[10:58:05] [Server thread/INFO]: Time elapsed: 2315 ms
320[10:58:05] [Server thread/INFO]: [HackedCore] Enabling HackedCore v2.71.4*
321[10:58:05] [Server thread/INFO]: [HackedCore] Libraries successfully loaded
322[10:58:05] [Server thread/INFO]: [PlayerGUIAdvanced] Enabling PlayerGUIAdvanced v5.8
323[10:58:05] [Server thread/INFO]: -------------------------------------------
324[10:58:05] [Server thread/INFO]: PlayerGUIAdvanced - A supported Minecraft version has been detected
325[10:58:05] [Server thread/INFO]: PlayerGUIAdvanced - Continuing plugin startup
326[10:58:05] [Server thread/INFO]: -------------------------------------------
327[10:58:05] [Server thread/INFO]: -------------------------------------------
328[10:58:05] [Server thread/INFO]: PlayerGUIAdvanced - Plugin By Loving11ish
329[10:58:05] [Server thread/INFO]: PlayerGUIAdvanced - has been loaded successfully
330[10:58:05] [Server thread/INFO]: PlayerGUIAdvanced - Plugin Version 5.8
331[10:58:05] [Server thread/INFO]: -------------------------------------------
332[10:58:05] [Server thread/INFO]: [XrayDetection] Enabling XrayDetection v3.1
333[10:58:05] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
334[10:58:05] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
335[10:58:05] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
336[10:58:05] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10-DEV-129
337[10:58:05] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.0.2-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
338[10:58:05] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
339[10:58:05] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 44c
340[10:58:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart
341[10:58:06] [Server thread/INFO]:
342[10:58:06] [Server thread/INFO]: UltimateAutoRestart Build 44c, a free resource by Norska - Thanks for using!
343[10:58:06] [Server thread/INFO]:
344[10:58:06] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
345[10:58:06] [Server thread/INFO]: [BookNews] Enabling BookNews v5.4
346[10:58:06] [Server thread/INFO]: BookNews is fully updated.
347[10:58:06] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.19
348[10:58:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.0.2-SNAPSHOT
349[10:58:06] [Server thread/INFO]: [BKCommonLib] ViaVersion detected, will use it to detect player game versions
350[10:58:06] [Server thread/INFO]: [BurgerHud] Enabling BurgerHud v1.2
351[10:58:06] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.0.2-SNAPSHOT
352[10:58:06] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
353[10:58:06] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
354[10:58:06] [Server thread/INFO]: [ClearLag] Loading modules...
355[10:58:06] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_17_R1.MinecraftServer)
356[10:58:06] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
357[10:58:06] [Server thread/INFO]: [ClearLag] Modules have been loaded!
358[10:58:06] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
359[10:58:06] [Server thread/INFO]: [spark] Enabling spark v1.6.1
360[10:58:06] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
361[10:58:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark
362[10:58:06] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
363[10:58:06] [Server thread/INFO]: [FasterVillagers] Enabling FasterVillagers v1.0-SNAPSHOT
364[10:58:06] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.4.4*
365[10:58:07] [Server thread/INFO]: [PlayTimes] Plugin is up to date! - 1.4.4
366[10:58:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: PlayTimes
367[10:58:07] [Server thread/INFO]: [PlayTimes] PlaceholdersAPI Hooked!
368[10:58:07] [Server thread/INFO]: [PlayTimes] Successfully loaded.
369[10:58:07] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.25-SNAPSHOT
370[10:58:07] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises.jar
371[10:58:07] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_17_R1
372[10:58:07] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #971
373[10:58:07] [Server thread/INFO]: [LibsDisguises] Build Date: 13/07/2021 18:13
374[10:58:07] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
375[10:58:07] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
376[10:58:09] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
377[10:58:09] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise PrideZomb
378[10:58:09] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise PrideEnderKing
379[10:58:09] [Server thread/INFO]: [LibsDisguises] Loaded 3 custom disguises
380[10:58:09] [Server thread/INFO]: [LibsDisguises] Config is up to date!
381[10:58:09] [Server thread/INFO]: [AntiXrayPlus] Enabling AntiXrayPlus v1.0.0
382[10:58:09] [Server thread/INFO]: [floodgate] Enabling floodgate v2.0-SNAPSHOT
383[10:58:09] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.11
384[10:58:09] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.11 has been enabled.
385[10:58:09] [Server thread/INFO]: [ChatColor] Current update: Custom GUI update! (+1.17 support)
386[10:58:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cc
387[10:58:09] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
388[10:58:09] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
389[10:58:09] [Server thread/INFO]: [BedrockPlayerManager] Enabling BedrockPlayerManager v1.4
390[10:58:09] [Server thread/INFO]: [Discordia] Enabling Discordia v1.5.1
391[10:58:09] [Server thread/INFO]: [Discordia] Using Vault chat provider.
392[10:58:10] [Server thread/INFO]: [net.dv8tion.jda.api.JDA] Login Successful!
393[10:58:10] [Server thread/INFO]: [Discordia] Connected to discord.
394[10:58:10] [Server thread/INFO]: [TabTPS] Enabling TabTPS v1.3.9-SNAPSHOT+0031c0c
395[10:58:10] [Server thread/INFO]: [TabTPS] Successfully registered Mojang Brigadier support for commands.
396[10:58:10] [Server thread/INFO]: [TabTPS] Successfully registered asynchronous command completion listener.
397[10:58:10] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
398[10:58:10] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.8
399[10:58:10] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
400[10:58:11] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.api.JDA] Finished Loading!
401[10:58:11] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.3.0
402[10:58:11] [Server thread/INFO]: [SetHomes] Hooked into LuckPerms!
403[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v1.4.1-SNAPSHOT
404[10:58:11] [Server thread/INFO]: [Geyser-Spigot] ******************************************
405[10:58:11] [Server thread/INFO]: [Geyser-Spigot]
406[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 1.4.1-SNAPSHOT (git-master-f7ef902)
407[10:58:11] [Server thread/INFO]: [Geyser-Spigot]
408[10:58:11] [Server thread/INFO]: [Geyser-Spigot] ******************************************
409[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.title.JavaSetTitleTextTranslator : ServerSetTitleTextPacket
410[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityPositionTranslator : ServerEntityPositionPacket
411[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockServerSettingsRequestTranslator : ServerSettingsRequestPacket
412[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockSetPlayerGameTypeTranslator : SetPlayerGameTypePacket
413[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityRemoveEffectTranslator : ServerEntityRemoveEffectPacket
414[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockMobEquipmentTranslator : MobEquipmentPacket
415[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockActionTranslator : PlayerActionPacket
416[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockEmoteTranslator : EmotePacket
417[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaAdvancementsTranslator : ServerAdvancementsPacket
418[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaCloseWindowTranslator : ServerCloseWindowPacket
419[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaStatisticsTranslator : ServerStatisticsPacket
420[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.title.JavaSetActionBarTextTranslator : ServerSetActionBarTextPacket
421[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaOpenWindowTranslator : ServerOpenWindowPacket
422[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaAdvancementsTabTranslator : ServerAdvancementTabPacket
423[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaBossBarTranslator : ServerBossBarPacket
424[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaDeclareTagsTranslator : ServerDeclareTagsPacket
425[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockEmoteListTranslator : EmoteListPacket
426[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaPluginMessageTranslator : ServerPluginMessagePacket
427[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityMetadataTranslator : ServerEntityMetadataPacket
428[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerSetExperienceTranslator : ServerPlayerSetExperiencePacket
429[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaChatTranslator : ServerChatPacket
430[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaDeclareCommandsTranslator : ServerDeclareCommandsPacket
431[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerListEntryTranslator : ServerPlayerListEntryPacket
432[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaKeepAliveTranslator : ServerKeepAlivePacket
433[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockNetworkStackLatencyTranslator : NetworkStackLatencyPacket
434[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockPacketViolationWarningTranslator : PacketViolationWarningPacket
435[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaPlaySoundTranslator : ServerPlaySoundPacket
436[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockMapInfoRequestTranslator : MapInfoRequestPacket
437[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerAbilitiesTranslator : ServerPlayerAbilitiesPacket
438[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityPositionRotationTranslator : ServerEntityPositionRotationPacket
439[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerPositionRotationTranslator : ServerPlayerPositionRotationPacket
440[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityCollectItemTranslator : ServerEntityCollectItemPacket
441[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaUnlockRecipesTranslator : ServerUnlockRecipesPacket
442[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockInteractTranslator : InteractPacket
443[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityTeleportTranslator : ServerEntityTeleportPacket
444[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaPingPacket : ServerPingPacket
445[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockAnimateTranslator : AnimatePacket
446[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.title.JavaSetSubtitleTextTranslator : ServerSetSubtitleTextPacket
447[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockShowCreditsTranslator : ShowCreditsPacket
448[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaPlayEffectTranslator : ServerPlayEffectPacket
449[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerHealthTranslator : ServerPlayerHealthPacket
450[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityEquipmentTranslator : ServerEntityEquipmentPacket
451[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityAnimationTranslator : ServerEntityAnimationPacket
452[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockRiderJumpTranslator : RiderJumpPacket
453[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.title.JavaSetTitlesAnimationTranslator : ServerSetTitlesAnimationPacket
454[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaWindowPropertyTranslator : ServerWindowPropertyPacket
455[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockPositionTrackingDBClientRequestTranslator : PositionTrackingDBClientRequestPacket
456[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockItemFrameDropItemTranslator : ItemFrameDropItemPacket
457[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaMapDataTranslator : ServerMapDataPacket
458[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockBookEditTranslator : BookEditPacket
459[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaChunkDataTranslator : ServerChunkDataPacket
460[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockBlockEntityDataTranslator : BlockEntityDataPacket
461[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaLoginPluginRequestTranslator : LoginPluginRequestPacket
462[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaStopSoundTranslator : ServerStopSoundPacket
463[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaRemoveEntitiesTranslator : ServerRemoveEntitiesPacket
464[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.scoreboard.JavaScoreboardObjectiveTranslator : ServerScoreboardObjectivePacket
465[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.scoreboard.JavaUpdateScoreTranslator : ServerUpdateScorePacket
466[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockFilterTextTranslator : FilterTextPacket
467[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaDifficultyTranslator : ServerDifficultyPacket
468[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.scoreboard.JavaTeamTranslator : ServerTeamPacket
469[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaSpawnParticleTranslator : ServerSpawnParticlePacket
470[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityEffectTranslator : ServerEntityEffectPacket
471[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockCommandRequestTranslator : CommandRequestPacket
472[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityVelocityTranslator : ServerEntityVelocityPacket
473[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityRotationTranslator : ServerEntityRotationPacket
474[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockTextTranslator : TextPacket
475[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockLecternUpdateTranslator : LecternUpdatePacket
476[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaBlockBreakAnimTranslator : ServerBlockBreakAnimPacket
477[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaDisconnectPacket : ServerDisconnectPacket
478[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.spawn.JavaSpawnLivingEntityTranslator : ServerSpawnLivingEntityPacket
479[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaJoinGameTranslator : ServerJoinGamePacket
480[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockCommandBlockUpdateTranslator : CommandBlockUpdatePacket
481[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaWindowItemsTranslator : ServerWindowItemsPacket
482[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaTradeListTranslator : ServerTradeListPacket
483[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaUpdateViewPositionTranslator : ServerUpdateViewPositionPacket
484[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaLoginDisconnectTranslator : LoginDisconnectPacket
485[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaDeclareRecipesTranslator : ServerDeclareRecipesPacket
486[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaOpenHorseWindowTranslator : ServerOpenHorseWindowPacket
487[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.spawn.JavaSpawnPlayerTranslator : ServerSpawnPlayerPacket
488[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockRespawnTranslator : RespawnPacket
489[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.player.BedrockMovePlayerTranslator : MovePlayerPacket
490[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockSetLocalPlayerAsInitializedTranslator : SetLocalPlayerAsInitializedPacket
491[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.window.JavaSetSlotTranslator : ServerSetSlotPacket
492[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockPlayerInputTranslator : PlayerInputPacket
493[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerChangeHeldItemTranslator : ServerPlayerChangeHeldItemPacket
494[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaUpdateTileEntityTranslator : ServerUpdateTileEntityPacket
495[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaUnloadChunkTranslator : ServerUnloadChunkPacket
496[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.spawn.JavaSpawnExpOrbTranslator : ServerSpawnExpOrbPacket
497[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockContainerCloseTranslator : ContainerClosePacket
498[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaBlockChangeTranslator : ServerBlockChangePacket
499[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityStatusTranslator : ServerEntityStatusPacket
500[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaExplosionTranslator : ServerExplosionPacket
501[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.spawn.JavaSpawnEntityTranslator : ServerSpawnEntityPacket
502[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityPropertiesTranslator : ServerEntityPropertiesPacket
503[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaNotifyClientTranslator : ServerNotifyClientPacket
504[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.world.BedrockLevelSoundEventTranslator : LevelSoundEventPacket
505[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.entity.BedrockEntityEventTranslator : EntityEventPacket
506[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockMoveEntityAbsoluteTranslator : MoveEntityAbsolutePacket
507[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockInventoryTransactionTranslator : InventoryTransactionPacket
508[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntitySetPassengersTranslator : ServerEntitySetPassengersPacket
509[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.player.JavaPlayerActionAckTranslator : ServerPlayerActionAckPacket
510[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaVehicleMoveTranslator : ServerVehicleMovePacket
511[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityHeadLookTranslator : ServerEntityHeadLookPacket
512[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockBlockPickRequestTranslator : BlockPickRequestPacket
513[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaPlayBuiltinSoundTranslator : ServerPlayBuiltinSoundPacket
514[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaMultiBlockChangeTranslator : ServerMultiBlockChangePacket
515[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaSpawnPositionTranslator : ServerSpawnPositionPacket
516[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.JavaRespawnTranslator : ServerRespawnPacket
517[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaUpdateViewDistanceTranslator : ServerUpdateViewDistancePacket
518[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.title.JavaClearTitlesTranslator : ServerClearTitlesPacket
519[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaBlockValueTranslator : ServerBlockValuePacket
520[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockAdventureSettingsTranslator : AdventureSettingsPacket
521[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.world.JavaUpdateTimeTranslator : ServerUpdateTimePacket
522[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.scoreboard.JavaDisplayScoreboardTranslator : ServerDisplayScoreboardPacket
523[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockEntityPickRequestTranslator : EntityPickRequestPacket
524[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.JavaEntityAttachTranslator : ServerEntityAttachPacket
525[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.bedrock.BedrockItemStackRequestTranslator : ItemStackRequestPacket
526[10:58:11] [Server thread/INFO]: [Geyser-Spigot] Found annotated translator: org.geysermc.connector.network.translators.java.entity.spawn.JavaSpawnPaintingTranslator : ServerSpawnPaintingPacket
527[10:58:11] [Thread-17/WARN]: [floodgate]
528**********************************
529* The prefix you entered in your Floodgate config (_) could lead to username conflicts!
530* Should a Java player join with the username _Notch, and a Bedrock player join as Notch (who will be given the name _Notch), unwanted results will happen!
531* We strongly recommend using . as the prefix, but other alternatives that will not conflict include: +, - and *
532**********************************
533[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.TrapdoorCollision
534[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.SnowCollision
535[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.SolidCollision
536[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.ScaffoldingCollision
537[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.GrassPathCollision
538[10:58:12] [Server thread/INFO]: [Geyser-Spigot] Found annotated collision translator: org.geysermc.connector.network.translators.collision.translators.DoorCollision
539[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:sculk_sensor as an item that needs to be translated.
540[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:bundle as an item that needs to be translated.
541[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:trader_llama_spawn_egg as an item that needs to be translated.
542[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:spectral_arrow as an item that needs to be translated.
543[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:tipped_arrow as an item that needs to be translated.
544[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:knowledge_book as an item that needs to be translated.
545[10:58:14] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:debug_stick as an item that needs to be translated.
546[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:sculk_sensor as an item that needs to be translated.
547[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:bundle as an item that needs to be translated.
548[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:trader_llama_spawn_egg as an item that needs to be translated.
549[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:spectral_arrow as an item that needs to be translated.
550[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:tipped_arrow as an item that needs to be translated.
551[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:knowledge_book as an item that needs to be translated.
552[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:debug_stick as an item that needs to be translated.
553[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:candle as an item that needs to be translated.
554[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:white_candle as an item that needs to be translated.
555[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:orange_candle as an item that needs to be translated.
556[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:magenta_candle as an item that needs to be translated.
557[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:light_blue_candle as an item that needs to be translated.
558[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:yellow_candle as an item that needs to be translated.
559[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:lime_candle as an item that needs to be translated.
560[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:pink_candle as an item that needs to be translated.
561[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:gray_candle as an item that needs to be translated.
562[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:light_gray_candle as an item that needs to be translated.
563[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:cyan_candle as an item that needs to be translated.
564[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:purple_candle as an item that needs to be translated.
565[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:blue_candle as an item that needs to be translated.
566[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:brown_candle as an item that needs to be translated.
567[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:green_candle as an item that needs to be translated.
568[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:red_candle as an item that needs to be translated.
569[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Adding minecraft:black_candle as an item that needs to be translated.
570[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.BasicItemTranslator
571[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.PlayerHeadTranslator
572[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.EnchantedBookTranslator
573[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.TippedArrowTranslator
574[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.PotionTranslator
575[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.CompassTranslator
576[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.ShulkerBoxItemTranslator
577[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.BookPagesTranslator
578[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.EnchantmentTranslator
579[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.LeatherArmorTranslator
580[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.FireworkStarTranslator
581[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.MapItemTranslator
582[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.BannerTranslator
583[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.AxolotlBucketTranslator
584[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.CrossbowTranslator
585[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Found annotated item translator: org.geysermc.connector.network.translators.item.translators.nbt.FireworkRocketTranslator
586[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:10
587[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:11
588[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:12
589[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:13
590[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:14
591[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:3
592[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:4
593[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:15
594[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:1
595[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:2
596[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:5
597[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:6
598[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:7
599[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:8
600[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:9
601[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:7
602[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:3
603[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:6
604[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:1
605[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:5
606[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:4
607[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:8
608[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
609[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
610[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
611[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
612[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:9
613[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:10
614[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:11
615[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:12
616[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:13
617[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:14
618[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:3
619[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:4
620[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:15
621[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:1
622[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:2
623[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:5
624[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:6
625[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:7
626[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:8
627[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 520:9
628[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:7
629[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:3
630[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:6
631[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:1
632[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:5
633[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:4
634[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:8
635[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
636[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
637[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
638[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:2
639[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Missing mapping for bedrock item 589:9
640[10:58:17] [Server thread/INFO]: [Geyser-Spigot] {"client":{"sha1":"8d9b65467c7913fcf6f5b2e729d44a1e00fde150","size":19546842,"url":"https://launcher.mojang.com/v1/objects/8d9b65467c7913fcf6f5b2e729d44a1e00fde150/client.jar"},"client_mappings":{"sha1":"e4d540e0cba05a6097e885dffdf363e621f87d3f","size":6437531,"url":"https://launcher.mojang.com/v1/objects/e4d540e0cba05a6097e885dffdf363e621f87d3f/client.txt"},"server":{"sha1":"a16d67e5807f57fc4e550299cf20226194497dc2","size":43626592,"url":"https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar"},"server_mappings":{"sha1":"f6cae1c5c1255f68ba4834b16a0da6a09621fe13","size":4953452,"url":"https://launcher.mojang.com/v1/objects/f6cae1c5c1255f68ba4834b16a0da6a09621fe13/server.txt"}}
641[10:58:17] [Server thread/INFO]: [Geyser-Spigot] {"sha1":"8d9b65467c7913fcf6f5b2e729d44a1e00fde150","size":19546842,"url":"https://launcher.mojang.com/v1/objects/8d9b65467c7913fcf6f5b2e729d44a1e00fde150/client.jar"}
642[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Downloading and loading locale: en_us
643[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Locale already downloaded and up-to date: en_us
644[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Exception while trying to find an SRV record for the remote host.
645[10:58:17] [Server thread/WARN]: javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name '_minecraft._tcp.boopernova.ddns.net'
646[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.DnsClient.checkResponseCode(DnsClient.java:664)
647[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.DnsClient.isMatchResponse(DnsClient.java:582)
648[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.DnsClient.doUdpQuery(DnsClient.java:430)
649[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.DnsClient.query(DnsClient.java:214)
650[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.Resolver.query(Resolver.java:81)
651[10:58:17] [Server thread/WARN]: at jdk.naming.dns/com.sun.jndi.dns.DnsContext.c_getAttributes(DnsContext.java:434)
652[10:58:17] [Server thread/WARN]: at java.naming/com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(ComponentDirContext.java:235)
653[10:58:17] [Server thread/WARN]: at java.naming/com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:141)
654[10:58:17] [Server thread/WARN]: at java.naming/com.sun.jndi.toolkit.url.GenericURLDirContext.getAttributes(GenericURLDirContext.java:103)
655[10:58:17] [Server thread/WARN]: at java.naming/javax.naming.directory.InitialDirContext.getAttributes(InitialDirContext.java:171)
656[10:58:17] [Server thread/WARN]: at org.geysermc.connector.GeyserConnector.<init>(GeyserConnector.java:179)
657[10:58:17] [Server thread/WARN]: at org.geysermc.connector.GeyserConnector.start(GeyserConnector.java:488)
658[10:58:17] [Server thread/WARN]: at org.geysermc.platform.spigot.GeyserSpigotPlugin.onEnable(GeyserSpigotPlugin.java:145)
659[10:58:17] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
660[10:58:17] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
661[10:58:17] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
662[10:58:17] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:518)
663[10:58:17] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:432)
664[10:58:17] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:639)
665[10:58:17] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:306)
666[10:58:17] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126)
667[10:58:17] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
668[10:58:17] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:831)
669[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Loaded Floodgate key!
670[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Setting MTU to 1400
671[10:58:17] [Server thread/INFO]: [Geyser-Spigot] EventLoop type: EPOLL
672[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:25565
673[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Done (6.592s)! Run /geyser help for help!
674[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command help
675[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command list
676[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command reload
677[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command stop
678[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command offhand
679[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command dump
680[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command version
681[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command settings
682[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command statistics
683[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Registered command advancements
684[10:58:17] [Server thread/INFO]: [Geyser-Spigot] Using NMS adapter: class org.geysermc.platform.spigot.world.manager.GeyserSpigotNativeWorldManager, v1_17_R1
685[10:58:17] [Server thread/INFO]: [dynmap] Enabling dynmap v3.2-beta-1-470*
686[10:58:18] [Server thread/INFO]: [dynmap] Added 2 custom biome mappings
687[10:58:18] [Server thread/INFO]: [dynmap] Using LuckPerms 5.3.51 for access control
688[10:58:18] [Server thread/INFO]: [dynmap] Mod Support processing completed
689[10:58:18] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
690[10:58:18] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
691[10:58:18] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
692[10:58:18] [Server thread/INFO]: [dynmap] Starting enter/exit processing
693[10:58:18] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
694[10:58:18] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
695[10:58:18] [Server thread/INFO]: [dynmap] version 3.2-beta-1-470 is enabled - core version 3.2-beta-1-470
696[10:58:18] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
697[10:58:18] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
698[10:58:18] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
699[10:58:18] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'cobblestone'.
700[10:58:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'cobblestone_the_end'.
701[10:58:18] [Server thread/INFO]: [dynmap] Enabled
702[10:58:18] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.62.2
703[10:58:19] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
704[10:58:19] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
705[10:58:19] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
706[10:58:19] [Server thread/INFO]: [Essentials] No kits found to migrate.
707[10:58:19] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
708[10:58:19] [Server thread/INFO]: [Essentials] Using locale en_US
709[10:58:19] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
710[10:58:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
711[10:58:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
712[10:58:19] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
713[10:58:19] [Server thread/INFO]: [HackedServer] Enabling HackedServer v2.82.4*
714[10:58:19] [Server thread/INFO]: [HackedServer] Logs file not found, creating it...
715[10:58:19] [Server thread/INFO]: [HackedServer] Loading listeners
716[10:58:19] [Server thread/INFO]: » Labymod's listener enabled on channel LABYMOD
717[10:58:19] [Server thread/INFO]: » Labymod V3's listener enabled on channel LMC
718[10:58:19] [Server thread/INFO]: » 5zig Mod's listener enabled on channel 5zig_Set
719[10:58:19] [Server thread/INFO]: » PX Mod's listener enabled on channel PX|Version
720[10:58:19] [Server thread/INFO]: » Better Sprinting's listener enabled on channel BSprint
721[10:58:19] [Server thread/INFO]: » Hyperium's listener enabled on channel hyperium
722[10:58:19] [Server thread/INFO]: » JourneyMap's listener enabled on channel journeymap_channel
723[10:58:19] [Server thread/INFO]: » Remix's listener enabled on channel BLC|M
724[10:58:19] [Server thread/INFO]: » Waila's listener enabled on channel waila
725[10:58:19] [Server thread/INFO]: » Legacy Forge Mod Loader's listener enabled on channels REGISTER, minecraft:register
726[10:58:19] [Server thread/INFO]: » World Downloader's listener enabled on channels REGISTER, minecraft:register
727[10:58:19] [Server thread/INFO]: » Easy Minecraft Client's listener enabled on channels MC|Brand, minecraft:brand
728[10:58:19] [Server thread/INFO]: » LiteLoader's listener enabled on channels MC|Brand, minecraft:brand
729[10:58:19] [Server thread/INFO]: » Rift's listener enabled on channels MC|Brand, minecraft:brand
730[10:58:19] [Server thread/INFO]: » Fabric's listener enabled on channels MC|Brand, minecraft:brand
731[10:58:19] [Server thread/INFO]: » Forge's listener enabled on channels MC|Brand, minecraft:brand
732[10:58:19] [Server thread/INFO]: » World Downloader's listener enabled on channels MC|Brand, minecraft:brand
733[10:58:19] [Server thread/INFO]: » Forge Mod Loader's listener enabled on channels FML|HS, l:fmlhs
734[10:58:19] [Server thread/INFO]: » XaeroMinimap's listener enabled on channel XaeroMinimap
735[10:58:19] [Server thread/INFO]: » InventoryTweaks's listener enabled on channel InventoryTweaks
736[10:58:19] [Server thread/INFO]: » World Downloader's listener enabled on channel
737[10:58:19] [Server thread/INFO]: » World Downloader's listener enabled on channel WDL|INIT
738[10:58:19] [Server thread/INFO]: » World Downloader's listener enabled on channel WDL|CONTROL
739[10:58:19] [Server thread/INFO]: » World Edit CUI's listener enabled on channel WECUI
740[10:58:19] [Server thread/INFO]: » Vape's listener enabled on channel LOLIMAHCKER
741[10:58:19] [Server thread/INFO]: [HackedServer] Your server is running a new version which may not be supported completely: 1_17_R1, switching to fallback solutions
742[10:58:19] [Server thread/INFO]: [HackedServer] Enabled
743[10:58:19] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v3.1-SNAPSHOT-9fa2f2c
744[10:58:19] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] ChangeSkin - Starting...
745[10:58:19] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] ChangeSkin - Start completed.
746[10:58:19] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.17.1-v1-SNAPSHOT
747[10:58:19] [Server thread/INFO]: [LightCleaner] Saving plugins/LightCleaner/config.yml...
748[10:58:19] [Server thread/INFO]: [LightCleaner] LightCleaner version 1.17.1-v1-SNAPSHOT (build: 113) enabled! (0.062s)
749[10:58:19] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.16.2.1
750[10:58:19] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.16.2.1 Plugin Loading...
751[10:58:19] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.16.2.1 Plugin Loaded!
752[10:58:19] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-SNAPSHOT-b852
753[10:58:19] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-SNAPSHOT-b852" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
754[10:58:19] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
755[10:58:19] [Server thread/INFO]: -------- World Settings For [warxwolf] --------
756[10:58:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
757[10:58:19] [Server thread/INFO]: Cane Growth Modifier: 100%
758[10:58:19] [Server thread/INFO]: Melon Growth Modifier: 100%
759[10:58:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
760[10:58:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
761[10:58:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
762[10:58:19] [Server thread/INFO]: Beetroot Growth Modifier: 100%
763[10:58:19] [Server thread/INFO]: Carrot Growth Modifier: 100%
764[10:58:19] [Server thread/INFO]: Potato Growth Modifier: 100%
765[10:58:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
766[10:58:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
767[10:58:19] [Server thread/INFO]: Vine Growth Modifier: 100%
768[10:58:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
769[10:58:19] [Server thread/INFO]: Bamboo Growth Modifier: 100%
770[10:58:19] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
771[10:58:19] [Server thread/INFO]: Kelp Growth Modifier: 100%
772[10:58:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
773[10:58:19] [Server thread/INFO]: Experience Merge Radius: 3.0
774[10:58:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
775[10:58:19] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
776[10:58:19] [Server thread/INFO]: Max TNT Explosions: 100
777[10:58:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
778[10:58:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
779[10:58:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
780[10:58:19] [Server thread/INFO]: Item Merge Radius: 2.5
781[10:58:19] [Server thread/INFO]: Item Despawn Rate: 6000
782[10:58:19] [Server thread/INFO]: View Distance: 10
783[10:58:19] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
784[10:58:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
785[10:58:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
786[10:58:19] [Server thread/INFO]: Mob Spawn Range: 8
787[10:58:19] [Server thread/INFO]: Preparing start region for dimension minecraft:warxwolf
788[10:58:22] [Server thread/INFO]: Time elapsed: 3115 ms
789[10:58:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'warxwolf'.
790[10:58:22] [Server thread/INFO]: -------- World Settings For [ocean] --------
791[10:58:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
792[10:58:22] [Server thread/INFO]: Cane Growth Modifier: 100%
793[10:58:22] [Server thread/INFO]: Melon Growth Modifier: 100%
794[10:58:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
795[10:58:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
796[10:58:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
797[10:58:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
798[10:58:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
799[10:58:22] [Server thread/INFO]: Potato Growth Modifier: 100%
800[10:58:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
801[10:58:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
802[10:58:22] [Server thread/INFO]: Vine Growth Modifier: 100%
803[10:58:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
804[10:58:22] [Server thread/INFO]: Bamboo Growth Modifier: 100%
805[10:58:22] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
806[10:58:22] [Server thread/INFO]: Kelp Growth Modifier: 100%
807[10:58:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
808[10:58:22] [Server thread/INFO]: Experience Merge Radius: 3.0
809[10:58:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
810[10:58: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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
811[10:58:22] [Server thread/INFO]: Max TNT Explosions: 100
812[10:58:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
813[10:58:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
814[10:58:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
815[10:58:22] [Server thread/INFO]: Item Merge Radius: 2.5
816[10:58:22] [Server thread/INFO]: Item Despawn Rate: 6000
817[10:58:22] [Server thread/INFO]: View Distance: 10
818[10:58:22] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
819[10:58:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
820[10:58:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
821[10:58:22] [Server thread/INFO]: Mob Spawn Range: 8
822[10:58:22] [Server thread/INFO]: Preparing start region for dimension minecraft:ocean
823[10:58:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
824[10:58:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
825[10:58:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
826[10:58:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
827[10:58:24] [Server thread/INFO]: Time elapsed: 1835 ms
828[10:58:24] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'ocean'.
829[10:58:24] [Server thread/INFO]: -------- World Settings For [quartz] --------
830[10:58:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
831[10:58:24] [Server thread/INFO]: Cane Growth Modifier: 100%
832[10:58:24] [Server thread/INFO]: Melon Growth Modifier: 100%
833[10:58:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
834[10:58:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
835[10:58:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
836[10:58:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
837[10:58:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
838[10:58:24] [Server thread/INFO]: Potato Growth Modifier: 100%
839[10:58:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
840[10:58:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
841[10:58:24] [Server thread/INFO]: Vine Growth Modifier: 100%
842[10:58:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
843[10:58:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
844[10:58:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
845[10:58:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
846[10:58:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
847[10:58:24] [Server thread/INFO]: Experience Merge Radius: 3.0
848[10:58:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
849[10:58:24] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
850[10:58:24] [Server thread/INFO]: Max TNT Explosions: 100
851[10:58:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
852[10:58:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
853[10:58:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
854[10:58:24] [Server thread/INFO]: Item Merge Radius: 2.5
855[10:58:24] [Server thread/INFO]: Item Despawn Rate: 6000
856[10:58:24] [Server thread/INFO]: View Distance: 10
857[10:58:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
858[10:58:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
859[10:58:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
860[10:58:24] [Server thread/INFO]: Mob Spawn Range: 8
861[10:58:24] [Server thread/INFO]: Preparing start region for dimension minecraft:quartz
862[10:58:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
863[10:58:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
864[10:58:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
865[10:58:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
866[10:58:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
867[10:58:27] [Worker-Main-1/INFO]: Preparing spawn area: 0%
868[10:58:27] [Worker-Main-2/INFO]: Preparing spawn area: 0%
869[10:58:28] [Worker-Main-2/INFO]: Preparing spawn area: 0%
870[10:58:30] [Server thread/INFO]: Preparing spawn area: 0%
871[10:58:30] [Server thread/INFO]: Preparing spawn area: 0%
872[10:58:30] [Server thread/INFO]: Preparing spawn area: 0%
873[10:58:30] [Server thread/INFO]: Preparing spawn area: 9%
874[10:58:30] [Server thread/INFO]: Preparing spawn area: 9%
875[10:58:31] [Server thread/INFO]: Time elapsed: 6320 ms
876[10:58:31] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'quartz'.
877[10:58:31] [Server thread/INFO]: -------- World Settings For [amethyst] --------
878[10:58:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
879[10:58:31] [Server thread/INFO]: Cane Growth Modifier: 100%
880[10:58:31] [Server thread/INFO]: Melon Growth Modifier: 100%
881[10:58:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
882[10:58:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
883[10:58:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
884[10:58:31] [Server thread/INFO]: Beetroot Growth Modifier: 100%
885[10:58:31] [Server thread/INFO]: Carrot Growth Modifier: 100%
886[10:58:31] [Server thread/INFO]: Potato Growth Modifier: 100%
887[10:58:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
888[10:58:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
889[10:58:31] [Server thread/INFO]: Vine Growth Modifier: 100%
890[10:58:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
891[10:58:31] [Server thread/INFO]: Bamboo Growth Modifier: 100%
892[10:58:31] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
893[10:58:31] [Server thread/INFO]: Kelp Growth Modifier: 100%
894[10:58:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
895[10:58:31] [Server thread/INFO]: Experience Merge Radius: 3.0
896[10:58:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
897[10:58:31] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
898[10:58:31] [Server thread/INFO]: Max TNT Explosions: 100
899[10:58:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
900[10:58:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
901[10:58:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
902[10:58:31] [Server thread/INFO]: Item Merge Radius: 2.5
903[10:58:31] [Server thread/INFO]: Item Despawn Rate: 6000
904[10:58:31] [Server thread/INFO]: View Distance: 10
905[10:58:31] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
906[10:58:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
907[10:58:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
908[10:58:31] [Server thread/INFO]: Mob Spawn Range: 8
909[10:58:31] [Server thread/INFO]: Preparing start region for dimension minecraft:amethyst
910[10:58:33] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9033 has pinged you!
911[10:58:33] [Worker-Main-2/INFO]: Preparing spawn area: 0%
912[10:58:33] [Worker-Main-2/INFO]: Preparing spawn area: 0%
913[10:58:33] [Worker-Main-2/INFO]: Preparing spawn area: 0%
914[10:58:33] [Worker-Main-2/INFO]: Preparing spawn area: 0%
915[10:58:33] [Worker-Main-2/INFO]: Preparing spawn area: 0%
916[10:58:33] [Server thread/INFO]: Time elapsed: 2227 ms
917[10:58:33] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'amethyst'.
918[10:58:33] [Server thread/INFO]: -------- World Settings For [sandstone] --------
919[10:58:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
920[10:58:33] [Server thread/INFO]: Cane Growth Modifier: 100%
921[10:58:33] [Server thread/INFO]: Melon Growth Modifier: 100%
922[10:58:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
923[10:58:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
924[10:58:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
925[10:58:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
926[10:58:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
927[10:58:33] [Server thread/INFO]: Potato Growth Modifier: 100%
928[10:58:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
929[10:58:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
930[10:58:33] [Server thread/INFO]: Vine Growth Modifier: 100%
931[10:58:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
932[10:58:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
933[10:58:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
934[10:58:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
935[10:58:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
936[10:58:33] [Server thread/INFO]: Experience Merge Radius: 3.0
937[10:58:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
938[10:58:33] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
939[10:58:33] [Server thread/INFO]: Max TNT Explosions: 100
940[10:58:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
941[10:58:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
942[10:58:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
943[10:58:33] [Server thread/INFO]: Item Merge Radius: 2.5
944[10:58:33] [Server thread/INFO]: Item Despawn Rate: 6000
945[10:58:33] [Server thread/INFO]: View Distance: 10
946[10:58:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
947[10:58:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
948[10:58:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
949[10:58:33] [Server thread/INFO]: Mob Spawn Range: 8
950[10:58:33] [Server thread/INFO]: Preparing start region for dimension minecraft:sandstone
951[10:58:36] [Worker-Main-1/INFO]: Preparing spawn area: 0%
952[10:58:36] [Worker-Main-2/INFO]: Preparing spawn area: 0%
953[10:58:36] [Worker-Main-2/INFO]: Preparing spawn area: 0%
954[10:58:36] [Worker-Main-2/INFO]: Preparing spawn area: 0%
955[10:58:36] [Worker-Main-1/INFO]: Preparing spawn area: 0%
956[10:58:36] [Worker-Main-2/INFO]: Preparing spawn area: 0%
957[10:58:36] [Server thread/INFO]: Preparing spawn area: 0%
958[10:58:37] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9033 has pinged you!
959[10:58:38] [Server thread/INFO]: Preparing spawn area: 25%
960[10:58:38] [Server thread/INFO]: Preparing spawn area: 25%
961[10:58:38] [Server thread/INFO]: Preparing spawn area: 25%
962[10:58:38] [Server thread/INFO]: Preparing spawn area: 25%
963[10:58:38] [Server thread/INFO]: Time elapsed: 5212 ms
964[10:58:38] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'sandstone'.
965[10:58:38] [Server thread/INFO]: -------- World Settings For [cobblestone_nether] --------
966[10:58:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
967[10:58:38] [Server thread/INFO]: Cane Growth Modifier: 100%
968[10:58:38] [Server thread/INFO]: Melon Growth Modifier: 100%
969[10:58:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
970[10:58:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
971[10:58:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
972[10:58:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
973[10:58:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
974[10:58:38] [Server thread/INFO]: Potato Growth Modifier: 100%
975[10:58:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
976[10:58:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
977[10:58:38] [Server thread/INFO]: Vine Growth Modifier: 100%
978[10:58:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
979[10:58:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
980[10:58:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
981[10:58:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
982[10:58:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
983[10:58:38] [Server thread/INFO]: Experience Merge Radius: 3.0
984[10:58:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
985[10:58:38] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
986[10:58:38] [Server thread/INFO]: Max TNT Explosions: 100
987[10:58:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
988[10:58:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
989[10:58:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
990[10:58:38] [Server thread/INFO]: Item Merge Radius: 2.5
991[10:58:38] [Server thread/INFO]: Item Despawn Rate: 6000
992[10:58:38] [Server thread/INFO]: View Distance: 10
993[10:58:38] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
994[10:58:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
995[10:58:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
996[10:58:38] [Server thread/INFO]: Mob Spawn Range: 8
997[10:58:38] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
998[10:58:40] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9027 tried to connect!
999[10:58:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1000[10:58:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1001[10:58:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1002[10:58:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1003[10:58:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1004[10:58:41] [Server thread/INFO]: Time elapsed: 2112 ms
1005[10:58:41] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'cobblestone_nether'.
1006[10:58:41] [Server thread/INFO]: -------- World Settings For [gmisland] --------
1007[10:58:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
1008[10:58:41] [Server thread/INFO]: Cane Growth Modifier: 100%
1009[10:58:41] [Server thread/INFO]: Melon Growth Modifier: 100%
1010[10:58:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1011[10:58:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1012[10:58:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
1013[10:58:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1014[10:58:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
1015[10:58:41] [Server thread/INFO]: Potato Growth Modifier: 100%
1016[10:58:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
1017[10:58:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1018[10:58:41] [Server thread/INFO]: Vine Growth Modifier: 100%
1019[10:58:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1020[10:58:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1021[10:58:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1022[10:58:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
1023[10:58:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1024[10:58:41] [Server thread/INFO]: Experience Merge Radius: 3.0
1025[10:58:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1026[10:58:41] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
1027[10:58:41] [Server thread/INFO]: Max TNT Explosions: 100
1028[10:58:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1029[10:58:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1030[10:58:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1031[10:58:41] [Server thread/INFO]: Item Merge Radius: 2.5
1032[10:58:41] [Server thread/INFO]: Item Despawn Rate: 6000
1033[10:58:41] [Server thread/INFO]: View Distance: 10
1034[10:58:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
1035[10:58:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1036[10:58:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1037[10:58:41] [Server thread/INFO]: Mob Spawn Range: 8
1038[10:58:41] [Server thread/INFO]: Preparing start region for dimension minecraft:gmisland
1039[10:58:41] [Network Listener - #1/INFO]: [Geyser-Spigot] Is player data valid? true
1040[10:58:42] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for ClientToServerHandshakePacket
1041[10:58:42] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for ClientCacheStatusPacket
1042[10:58:42] [Network Listener - #1/INFO]: [Geyser-Spigot] Player connected with username GratefulPluto95
1043[10:58:43] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for RequestChunkRadiusPacket
1044[10:58:43] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for TickSyncPacket
1045[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1046[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1047[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1048[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1049[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1050[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1051[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1052[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1053[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1054[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1055[10:58:46] [Worker-Main-2/INFO]: Preparing spawn area: 0%
1056[10:58:46] [Network Listener - #1/INFO]: [Geyser-Spigot] Attempting to login using floodgate mode... authentication will be encrypted.
1057[10:58:46] [Worker-Main-1/INFO]: Preparing spawn area: 0%
1058[10:58:46] [epollEventLoopGroup-2-1/INFO]: [Geyser-Spigot] GratefulPluto95 (logged in as: GratefulPluto95) has connected to remote java server on address boopernova.ddns.net
1059[10:58:46] [epollEventLoopGroup-2-1/INFO]: [Geyser-Spigot] Downloading and loading locale: en_us
1060[10:58:46] [epollEventLoopGroup-2-1/INFO]: [Geyser-Spigot] Locale already downloaded and up-to date: en_us
1061[10:58:47] [Server thread/INFO]: Time elapsed: 5722 ms
1062[10:58:47] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'gmisland'.
1063[10:58:47] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
1064[10:58:47] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
1065[10:58:47] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-SNAPSHOT-b852 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
1066[10:58:47] [Server thread/INFO]: [dynmap-mobs] Enabling dynmap-mobs v1.3*
1067[10:58:47] [Server thread/INFO]: [dynmap-mobs] initializing
1068[10:58:47] [Server thread/INFO]: [dynmap-mobs] Enable layer for mobs
1069[10:58:47] [Server thread/INFO]: [dynmap-mobs] Layer for vehicles disabled
1070[10:58:47] [Server thread/INFO]: [dynmap-mobs] version 1.3 is activated
1071[10:58:47] [Server thread/INFO]: [IPortal] Enabling IPortal v1.13
1072[10:58:47] [Server thread/WARN]: [iPortal] Unable to load portal Booper!
1073[10:58:47] [Server thread/INFO]: [iPortal] Booper portal successfully Loaded!
1074[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=72, z=-78}
1075[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=72, z=-79}
1076[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=71, z=-79}
1077[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=71, z=-78}
1078[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=70, z=-78}
1079[10:58:48] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-136, y=70, z=-79}
1080[10:58:48] [Server thread/INFO]: [iPortal] gmi-myk3 portal successfully Loaded!
1081[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1390, y=65, z=1253}
1082[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1391, y=65, z=1253}
1083[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1391, y=64, z=1253}
1084[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1390, y=64, z=1253}
1085[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1390, y=63, z=1253}
1086[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1391, y=63, z=1253}
1087[10:58:49] [Server thread/INFO]: [iPortal] gmi-myk3-main portal successfully Loaded!
1088[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=67, z=189}
1089[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=343, y=67, z=189}
1090[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=342, y=67, z=189}
1091[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=342, y=66, z=189}
1092[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=343, y=66, z=189}
1093[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=66, z=189}
1094[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=65, z=189}
1095[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=343, y=65, z=189}
1096[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=342, y=65, z=189}
1097[10:58:49] [Server thread/INFO]: [iPortal] cob2quartz1 portal successfully Loaded!
1098[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=357, y=67, z=189}
1099[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=356, y=67, z=189}
1100[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=355, y=67, z=189}
1101[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=355, y=66, z=189}
1102[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=356, y=66, z=189}
1103[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=357, y=66, z=189}
1104[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=357, y=65, z=189}
1105[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=356, y=65, z=189}
1106[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=355, y=65, z=189}
1107[10:58:49] [Server thread/INFO]: [iPortal] cob2sand1 portal successfully Loaded!
1108[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=74, z=-287}
1109[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=74, z=-288}
1110[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=73, z=-288}
1111[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=73, z=-287}
1112[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=72, z=-287}
1113[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-26, y=72, z=-288}
1114[10:58:49] [Server thread/INFO]: [iPortal] quartz2cob1 portal successfully Loaded!
1115[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=74, z=-287}
1116[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=74, z=-288}
1117[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=73, z=-288}
1118[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=73, z=-287}
1119[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=72, z=-287}
1120[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-52, y=72, z=-288}
1121[10:58:49] [Server thread/INFO]: [iPortal] quartz2sand1 portal successfully Loaded!
1122[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-766, y=71, z=200}
1123[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-765, y=71, z=200}
1124[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-764, y=71, z=200}
1125[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-764, y=70, z=200}
1126[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-765, y=70, z=200}
1127[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-766, y=70, z=200}
1128[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-766, y=69, z=200}
1129[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-765, y=69, z=200}
1130[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-764, y=69, z=200}
1131[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-764, y=68, z=200}
1132[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-765, y=68, z=200}
1133[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-766, y=68, z=200}
1134[10:58:49] [Server thread/INFO]: [iPortal] sand2quartz1 portal successfully Loaded!
1135[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-733, y=71, z=200}
1136[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-732, y=71, z=200}
1137[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-731, y=71, z=200}
1138[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-731, y=70, z=200}
1139[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-732, y=70, z=200}
1140[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-733, y=70, z=200}
1141[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-733, y=69, z=200}
1142[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-732, y=69, z=200}
1143[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-731, y=69, z=200}
1144[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-731, y=68, z=200}
1145[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-732, y=68, z=200}
1146[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-733, y=68, z=200}
1147[10:58:49] [Server thread/INFO]: [iPortal] sand2cob1 portal successfully Loaded!
1148[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-36, y=74, z=-280}
1149[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-37, y=74, z=-280}
1150[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-37, y=73, z=-280}
1151[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-36, y=73, z=-280}
1152[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-36, y=72, z=-280}
1153[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-37, y=72, z=-280}
1154[10:58:49] [Server thread/INFO]: [iPortal] quartz2oak1 portal successfully Loaded!
1155[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-758, y=71, z=200}
1156[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-757, y=71, z=200}
1157[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-756, y=71, z=200}
1158[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-756, y=70, z=200}
1159[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-757, y=70, z=200}
1160[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-758, y=70, z=200}
1161[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-758, y=69, z=200}
1162[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-757, y=69, z=200}
1163[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-756, y=69, z=200}
1164[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-756, y=68, z=200}
1165[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-757, y=68, z=200}
1166[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-758, y=68, z=200}
1167[10:58:49] [Server thread/INFO]: [iPortal] sand2oak1 portal successfully Loaded!
1168[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=159, z=412}
1169[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=159, z=411}
1170[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=159, z=410}
1171[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=159, z=409}
1172[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=158, z=409}
1173[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=158, z=410}
1174[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=158, z=411}
1175[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=158, z=412}
1176[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=157, z=412}
1177[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=157, z=411}
1178[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=157, z=410}
1179[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=344, y=157, z=409}
1180[10:58:49] [Server thread/INFO]: [iPortal] cob2gmi1 portal successfully Loaded!
1181[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1399, y=65, z=1275}
1182[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1400, y=65, z=1275}
1183[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1401, y=65, z=1275}
1184[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1401, y=64, z=1275}
1185[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1400, y=64, z=1275}
1186[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1399, y=64, z=1275}
1187[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1399, y=63, z=1275}
1188[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1400, y=63, z=1275}
1189[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1401, y=63, z=1275}
1190[10:58:49] [Server thread/INFO]: [iPortal] gmi2cob1 portal successfully Loaded!
1191[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=67, z=211}
1192[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=67, z=210}
1193[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=67, z=209}
1194[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=66, z=209}
1195[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=66, z=210}
1196[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=66, z=211}
1197[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=65, z=211}
1198[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=65, z=210}
1199[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=363, y=65, z=209}
1200[10:58:49] [Server thread/INFO]: [iPortal] cob2random1 portal successfully Loaded!
1201[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=261, y=58, z=225}
1202[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=260, y=58, z=225}
1203[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=259, y=58, z=225}
1204[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=259, y=57, z=225}
1205[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=260, y=57, z=225}
1206[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=261, y=57, z=225}
1207[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=261, y=56, z=225}
1208[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=260, y=56, z=225}
1209[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=259, y=56, z=225}
1210[10:58:49] [Server thread/INFO]: [iPortal] war2war1 portal successfully Loaded!
1211[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=38, y=73, z=-160}
1212[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=37, y=73, z=-160}
1213[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=36, y=73, z=-160}
1214[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=36, y=72, z=-160}
1215[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=37, y=72, z=-160}
1216[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=38, y=72, z=-160}
1217[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=38, y=71, z=-160}
1218[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=37, y=71, z=-160}
1219[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=36, y=71, z=-160}
1220[10:58:49] [Server thread/INFO]: [iPortal] war2war2 portal successfully Loaded!
1221[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-740, y=71, z=200}
1222[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-739, y=71, z=200}
1223[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-739, y=70, z=200}
1224[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-740, y=70, z=200}
1225[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-740, y=69, z=200}
1226[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-739, y=69, z=200}
1227[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-739, y=68, z=200}
1228[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-740, y=68, z=200}
1229[10:58:49] [Server thread/INFO]: [iPortal] sand2random1 portal successfully Loaded!
1230[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=65, z=1259}
1231[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=65, z=1258}
1232[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=64, z=1258}
1233[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=64, z=1259}
1234[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=63, z=1259}
1235[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1413, y=63, z=1258}
1236[10:58:49] [Server thread/INFO]: [iPortal] gmi2boxx1 portal successfully Loaded!
1237[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=65, z=1261}
1238[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=65, z=1260}
1239[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=64, z=1260}
1240[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=64, z=1261}
1241[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=63, z=1261}
1242[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1381, y=63, z=1260}
1243[10:58:49] [Server thread/INFO]: [iPortal] gmi2random1 portal successfully Loaded!
1244[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=81, z=8741}
1245[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=81, z=8740}
1246[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=80, z=8740}
1247[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=80, z=8741}
1248[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=79, z=8741}
1249[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=72783, y=79, z=8740}
1250[10:58:49] [Server thread/INFO]: [iPortal] box2gmi1 portal successfully Loaded!
1251[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=481, y=60, z=858}
1252[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=480, y=60, z=858}
1253[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=480, y=59, z=858}
1254[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=481, y=59, z=858}
1255[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=481, y=58, z=858}
1256[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=480, y=58, z=858}
1257[10:58:49] [Server thread/INFO]: [iPortal] amy2cob1 portal successfully Loaded!
1258[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=67, z=219}
1259[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=67, z=218}
1260[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=67, z=217}
1261[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=66, z=217}
1262[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=66, z=218}
1263[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=66, z=219}
1264[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=65, z=219}
1265[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=65, z=218}
1266[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=366, y=65, z=217}
1267[10:58:49] [Server thread/INFO]: [iPortal] cob2ame1 portal successfully Loaded!
1268[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=7, y=66, z=1}
1269[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=8, y=66, z=1}
1270[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=9, y=66, z=1}
1271[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=9, y=65, z=1}
1272[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=8, y=65, z=1}
1273[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=7, y=65, z=1}
1274[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=7, y=64, z=1}
1275[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=8, y=64, z=1}
1276[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=9, y=64, z=1}
1277[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=9, y=63, z=1}
1278[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=8, y=63, z=1}
1279[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=7, y=63, z=1}
1280[10:58:49] [Server thread/INFO]: [iPortal] wws2cob1 portal successfully Loaded!
1281[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=67, z=211}
1282[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=67, z=210}
1283[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=67, z=209}
1284[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=66, z=209}
1285[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=66, z=210}
1286[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=66, z=211}
1287[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=65, z=211}
1288[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=65, z=210}
1289[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=336, y=65, z=209}
1290[10:58:49] [Server thread/INFO]: [iPortal] cob2wws1 portal successfully Loaded!
1291[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=51, z=754}
1292[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=51, z=754}
1293[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=51, z=754}
1294[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=50, z=754}
1295[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=50, z=754}
1296[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=50, z=754}
1297[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=49, z=754}
1298[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=49, z=754}
1299[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=49, z=754}
1300[10:58:49] [Server thread/INFO]: [iPortal] ame2cob2 portal successfully Loaded!
1301[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=51, z=780}
1302[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=51, z=780}
1303[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=51, z=780}
1304[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=50, z=780}
1305[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=50, z=780}
1306[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=50, z=780}
1307[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=129, y=49, z=780}
1308[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=128, y=49, z=780}
1309[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=127, y=49, z=780}
1310[10:58:49] [Server thread/INFO]: [iPortal] ame2wws1 portal successfully Loaded!
1311[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=772}
1312[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=771}
1313[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=770}
1314[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=770}
1315[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=771}
1316[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=772}
1317[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=772}
1318[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=771}
1319[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=770}
1320[10:58:49] [Server thread/INFO]: [iPortal] ame2quartz1 portal successfully Loaded!
1321[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=764}
1322[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=763}
1323[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=51, z=762}
1324[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=762}
1325[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=763}
1326[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=50, z=764}
1327[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=764}
1328[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=763}
1329[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=117, y=49, z=762}
1330[10:58:49] [Server thread/INFO]: [iPortal] ame2sand1 portal successfully Loaded!
1331[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-41, y=74, z=-280}
1332[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-42, y=74, z=-280}
1333[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-42, y=73, z=-280}
1334[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-41, y=73, z=-280}
1335[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-41, y=72, z=-280}
1336[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-42, y=72, z=-280}
1337[10:58:49] [Server thread/INFO]: [iPortal] quartz2ame1 portal successfully Loaded!
1338[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-772, y=71, z=200}
1339[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-771, y=71, z=200}
1340[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-770, y=71, z=200}
1341[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-770, y=70, z=200}
1342[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-771, y=70, z=200}
1343[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-772, y=70, z=200}
1344[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-772, y=69, z=200}
1345[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-771, y=69, z=200}
1346[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-770, y=69, z=200}
1347[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-770, y=68, z=200}
1348[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-771, y=68, z=200}
1349[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-772, y=68, z=200}
1350[10:58:49] [Server thread/INFO]: [iPortal] sand2ame1 portal successfully Loaded!
1351[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1402, y=65, z=1250}
1352[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1403, y=65, z=1250}
1353[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1404, y=65, z=1250}
1354[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1404, y=64, z=1250}
1355[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1403, y=64, z=1250}
1356[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1402, y=64, z=1250}
1357[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1402, y=63, z=1250}
1358[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1403, y=63, z=1250}
1359[10:58:49] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=-1404, y=63, z=1250}
1360[10:58:49] [Server thread/INFO]: [iPortal] gmi2bbw1 portal successfully Loaded!
1361[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80885, y=65, z=91537}
1362[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80884, y=65, z=91537}
1363[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80883, y=65, z=91537}
1364[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80883, y=64, z=91537}
1365[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80884, y=64, z=91537}
1366[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80885, y=64, z=91537}
1367[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80885, y=63, z=91537}
1368[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80884, y=63, z=91537}
1369[10:58:50] [Server thread/ERROR]: POI data mismatch: never registered at BlockPosition{x=80883, y=63, z=91537}
1370[10:58:50] [Server thread/INFO]: [iPortal] gmi2bbw2 portal successfully Loaded!
1371[10:58:50] [Server thread/INFO]: [iPortal] portals.yml file successfully Loaded!
1372[10:58:50] [Server thread/INFO]: [iPortal] IPortal has been enabled!
1373[10:58:50] [Server thread/INFO]: [ProdigyNightclub] Enabling ProdigyNightclub v3.0.64
1374[10:58:50] [Server thread/INFO]: ____ ___ _ ___ __ __ ________ __
1375[10:58:50] [Server thread/INFO]: / __ \_________ ____/ (_)___ ___ __ / | / (_)___ _/ /_ / /_/ ____/ /_ __/ /_
1376[10:58:50] [Server thread/INFO]: / /_/ / ___/ __ \/ __ / / __ `/ / / / / |/ / / __ `/ __ \/ __/ / / / / / / __ \
1377[10:58:50] [Server thread/INFO]: / ____/ / / /_/ / /_/ / / /_/ / /_/ / / /| / / /_/ / / / / /_/ /___/ / /_/ / /_/ /
1378[10:58:50] [Server thread/INFO]: /_/ /_/ \____/\__,_/_/\__, /\__, / /_/ |_/_/\__, /_/ /_/\__/\____/_/\__,_/_.___/
1379[10:58:50] [Server thread/INFO]: /____//____/ /____/
1380[10:58:50] [Server thread/INFO]: The prodigy is the man who knows how to become the king of the party ©
1381[10:58:50] [Server thread/INFO]: Info: Vault economy is loaded ! Ticket purchase system is now allowed
1382[10:58:50] [Server thread/INFO]: INFO: example_scenario.json is detected !
1383[10:58:50] [Server thread/INFO]: - Path: plugins/ProdigyNightclub/nightclubs/clubfur/scenario/example_scenario.json
1384[10:58:50] [Server thread/INFO]: - This scenario is not used by ProdigyNightclub, rename the file if you want to load it
1385[10:58:50] [Server thread/INFO]: [ProdigyNightclub] [ACF] Enabled Asynchronous Tab Completion Support!
1386[10:58:50] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.2-SNAPSHOT-b848
1387[10:58:50] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
1388[10:58:50] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
1389[10:58:50] [Server thread/INFO]: [Multiverse-Portals 4.2.2-SNAPSHOT-b848] Enabled - By Rigby and fernferret
1390[10:58:50] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v4.6.0*
1391[10:58:50] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PIG_ZOMBIE. Ignoring...
1392[10:58:51] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.6-SNAPSHOT+2137-7e817c3
1393[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone) TNT ignition is PERMITTED.
1394[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone) Lighters are PERMITTED.
1395[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone) Lava fire is PERMITTED.
1396[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone) Fire spread is UNRESTRICTED.
1397[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cobblestone'
1398[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_the_end) TNT ignition is PERMITTED.
1399[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_the_end) Lighters are PERMITTED.
1400[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_the_end) Lava fire is PERMITTED.
1401[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_the_end) Fire spread is UNRESTRICTED.
1402[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cobblestone_the_end'
1403[10:58:51] [Server thread/INFO]: [WorldGuard] (warxwolf) TNT ignition is PERMITTED.
1404[10:58:51] [Server thread/INFO]: [WorldGuard] (warxwolf) Lighters are PERMITTED.
1405[10:58:51] [Server thread/INFO]: [WorldGuard] (warxwolf) Lava fire is PERMITTED.
1406[10:58:51] [Server thread/INFO]: [WorldGuard] (warxwolf) Fire spread is UNRESTRICTED.
1407[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'warxwolf'
1408[10:58:51] [Server thread/INFO]: [WorldGuard] (ocean) TNT ignition is PERMITTED.
1409[10:58:51] [Server thread/INFO]: [WorldGuard] (ocean) Lighters are PERMITTED.
1410[10:58:51] [Server thread/INFO]: [WorldGuard] (ocean) Lava fire is PERMITTED.
1411[10:58:51] [Server thread/INFO]: [WorldGuard] (ocean) Fire spread is UNRESTRICTED.
1412[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ocean'
1413[10:58:51] [Server thread/INFO]: [WorldGuard] (quartz) TNT ignition is PERMITTED.
1414[10:58:51] [Server thread/INFO]: [WorldGuard] (quartz) Lighters are PERMITTED.
1415[10:58:51] [Server thread/INFO]: [WorldGuard] (quartz) Lava fire is PERMITTED.
1416[10:58:51] [Server thread/INFO]: [WorldGuard] (quartz) Fire spread is UNRESTRICTED.
1417[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'quartz'
1418[10:58:51] [Server thread/INFO]: [WorldGuard] (amethyst) TNT ignition is PERMITTED.
1419[10:58:51] [Server thread/INFO]: [WorldGuard] (amethyst) Lighters are PERMITTED.
1420[10:58:51] [Server thread/INFO]: [WorldGuard] (amethyst) Lava fire is PERMITTED.
1421[10:58:51] [Server thread/INFO]: [WorldGuard] (amethyst) Fire spread is UNRESTRICTED.
1422[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'amethyst'
1423[10:58:51] [Server thread/INFO]: [WorldGuard] (sandstone) TNT ignition is PERMITTED.
1424[10:58:51] [Server thread/INFO]: [WorldGuard] (sandstone) Lighters are PERMITTED.
1425[10:58:51] [Server thread/INFO]: [WorldGuard] (sandstone) Lava fire is PERMITTED.
1426[10:58:51] [Server thread/INFO]: [WorldGuard] (sandstone) Fire spread is UNRESTRICTED.
1427[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sandstone'
1428[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_nether) TNT ignition is PERMITTED.
1429[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_nether) Lighters are PERMITTED.
1430[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_nether) Lava fire is PERMITTED.
1431[10:58:51] [Server thread/INFO]: [WorldGuard] (cobblestone_nether) Fire spread is UNRESTRICTED.
1432[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cobblestone_nether'
1433[10:58:51] [Server thread/INFO]: [WorldGuard] (gmisland) TNT ignition is PERMITTED.
1434[10:58:51] [Server thread/INFO]: [WorldGuard] (gmisland) Lighters are PERMITTED.
1435[10:58:51] [Server thread/INFO]: [WorldGuard] (gmisland) Lava fire is PERMITTED.
1436[10:58:51] [Server thread/INFO]: [WorldGuard] (gmisland) Fire spread is UNRESTRICTED.
1437[10:58:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'gmisland'
1438[10:58:51] [Server thread/INFO]: [WorldGuard] Loading region data...
1439[10:58:51] [Server thread/INFO]: [Holograms] Enabling Holograms v2.14-8-SNAPSHOT
1440[10:58:51] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_17_R1.HologramEntityControllerImpl
1441[10:58:51] [Server thread/INFO]: [Images] Enabling Images v2.2.2
1442[10:58:51] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
1443[10:58:51] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.0.0-SNAPSHOT-a0e23ea4
1444[10:58:51] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
1445[10:58:51] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.17.1)...[0m
1446[10:58:51] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality[0m
1447[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs Holograms Support has been enabled![0m
1448[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled![0m
1449[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled![0m
1450[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled![0m
1451[10:58:51] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers[0m
1452[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled![0m
1453[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled![0m
1454[10:58:51] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled![0m
1455[10:58:51] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...[0m
1456[10:58:51] [Server thread/INFO]: [MythicMobs] Base directory /home/amp/.ampdata/instances/BoopersMCServer/Minecraft/plugins/MythicMobs/SavedData
1457[10:58:51] [Server thread/INFO]: [MythicMobs] Module directory /home/amp/.ampdata/instances/BoopersMCServer/Minecraft/plugins/MythicMobs/SavedData/worlds
1458[10:58:52] [Server thread/INFO]: [MythicMobs] [36mLOADED[0m
1459[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 25 mobs.[0m
1460[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 vanilla mob overrides.[0m
1461[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
1462[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 31 skills.[0m
1463[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 20 random spawns.[0m
1464[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 7 mythic items.[0m
1465[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 drop tables.[0m
1466[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob spawners.[0m
1467[10:58:52] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
1468[10:58:52] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
1469[10:58:52] [Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs Premium v5.0.0 (build a0e23ea4) has been successfully loaded![0m[0m
1470[10:58:52] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.8.4
1471[10:58:52] [Server thread/INFO]: [PvPManager] Loaded 1 players from users file
1472[10:58:52] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling Support For WorldGuard Regions
1473[10:58:52] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
1474[10:58:52] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
1475[10:58:52] [Server thread/INFO]: [PvPManager] PlaceholderAPI Found! Hooked successfully
1476[10:58:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pvpmanager
1477[10:58:52] [Server thread/INFO]: [PvPManager] LibsDisguises Found! Using it to disable disguises
1478[10:58:52] [Server thread/INFO]: [PvPManager] PvPManager Enabled (63 ms)
1479[10:58:52] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.5
1480[10:58:52] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
1481[10:58:52] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
1482[10:58:52] [Server thread/INFO]: --------------------
1483[10:58:52] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
1484[10:58:52] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
1485[10:58:52] [Server thread/INFO]: --------------------
1486[10:58:52] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.5.5
1487[10:58:52] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2346)
1488[10:58:52] [Server thread/INFO]: [Plan] Enabling Plan v5.4 build 1366
1489[10:58:53] [Server thread/INFO]: [Plan]
1490[10:58:53] [Server thread/INFO]: [Plan] ██▌
1491[10:58:53] [Server thread/INFO]: [Plan] ██▌ ██▌
1492[10:58:53] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ Player Analytics
1493[10:58:53] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ v5.4 build 1366
1494[10:58:53] [Server thread/INFO]: [Plan]
1495[10:58:53] [Server thread/INFO]: [Plan] Locale: 'English' by AuroraLS3
1496[10:58:53] [Server thread/INFO]: [Plan] SQLite-database connection established.
1497[10:58:53] [Server thread/INFO]: [Plan] WebServer: Certificate KeyStore File not Found: plugins/Plan/Cert.jks
1498[10:58:53] [Server thread/INFO]: [Plan] WebServer: No Certificate -> Using HTTP-server for Visualization.
1499[10:58:53] [Server thread/INFO]: [Plan] WebServer: User Authorization Disabled! (Not secure over HTTP)
1500[10:58:53] [Server thread/INFO]: [Plan] Webserver running on PORT 8804 ( http://localhost:8804 )
1501[10:58:53] [Server thread/INFO]: [Plan] IP in server.properties is empty & Alternative_IP is not in use. Incorrect links might be given!
1502[10:58:53] [Server thread/WARN]: [Plan] 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
1503[10:58:53] [Server thread/INFO]: [Plan] Loading server identifying information
1504[10:58:53] [Server thread/INFO]: [Plan] Registered extension: Essentials
1505[10:58:53] [Server thread/INFO]: [Plan] Registered extension: LuckPerms
1506[10:58:53] [Server thread/INFO]: [Plan] Registered extension: PlaceholderAPI
1507[10:58:53] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault)
1508[10:58:53] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault)
1509[10:58:53] [Server thread/INFO]: [Plan] Player Analytics Enabled.
1510[10:58:53] [Server thread/INFO]: [Wraith] Enabling Wraith v2.2.6
1511[10:58:53] [Server thread/INFO]: ███████
1512[10:58:53] [Server thread/INFO]: ███████
1513[10:58:53] [Server thread/INFO]: ██▀██▀█ Wraith > haunts every hacker
1514[10:58:53] [Server thread/INFO]: ███████ Version: 2.2.6
1515[10:58:53] [Server thread/INFO]: ███████
1516[10:58:53] [Server thread/WARN]: [Wraith] It's advised to install PacketLimiter to block packet spam and lag (nuke, crashers...). Download: https://bit.ly/wrpacklim
1517[10:58:53] [Server thread/WARN]: [Wraith] Loaded class org.apache.commons.io.filefilter.IOFileFilter from PlugMan v2.1.7 which is not a depend, softdepend or loadbefore of this plugin.
1518[10:58:53] [Server thread/WARN]: [Wraith] Minecraft 1.17 doesn't support pingspoof detection. Now disabled.
1519[10:58:53] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [Wraith] Unsupported client packet in current Minecraft version: FLYING[PLAY, CLIENT, 254, classNames: [net.minecraft.network.protocol.game.PacketPlayInFlying, net.minecraft.network.protocol.game.ServerboundFlyingPacket, net.minecraft.network.play.client.CPacketPlayer] (unregistered)]
1520[10:58:53] [Server thread/INFO]: [Wraith] Found version v1_17_R1
1521[10:58:53] [Server thread/INFO]: [AuctionMaster] Enabling AuctionMaster v2.9
1522[10:58:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionmaster
1523[10:58:53] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Deliveries SQL.
1524[10:58:53] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Database SQL.
1525[10:58:53] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Player List SQL.
1526[10:58:53] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Preview Data SQL.
1527[10:58:54] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.3.0-SNAPSHOT (build 418)
1528[10:58:54] [Server thread/INFO]: [Sentinel] Sentinel loading...
1529[10:58:54] [Server thread/INFO]: [Sentinel] Running on java version: 16.0.1
1530[10:58:54] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
1531[10:58:54] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
1532[10:58:54] [Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
1533[10:58:54] [Server thread/INFO]: [Sentinel] Sentinel loaded!
1534[10:58:54] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1535[10:58:54] [Server thread/INFO]: No expansions were registered!
1536[10:58:54] [Server thread/INFO]: Starting GS4 status listener
1537[10:58:54] [Server thread/WARN]: Unable to initialise query system on 0.0.0.0:25565
1538java.net.BindException: Address already in use
1539 at sun.nio.ch.Net.bind0(Native Method) ~[?:?]
1540 at sun.nio.ch.Net.bind(Net.java:552) ~[?:?]
1541 at sun.nio.ch.DatagramChannelImpl.bindInternal(DatagramChannelImpl.java:1189) ~[?:?]
1542 at sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:1160) ~[?:?]
1543 at sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:107) ~[?:?]
1544 at java.net.DatagramSocket.createDelegate(DatagramSocket.java:1127) ~[?:?]
1545 at java.net.DatagramSocket.<init>(DatagramSocket.java:197) ~[?:?]
1546 at java.net.DatagramSocket.<init>(DatagramSocket.java:256) ~[?:?]
1547 at net.minecraft.server.rcon.thread.QueryThreadGs4.initSocket(QueryThreadGs4.java:327) ~[?:?]
1548 at net.minecraft.server.rcon.thread.QueryThreadGs4.start(QueryThreadGs4.java:310) ~[?:?]
1549 at net.minecraft.server.rcon.thread.QueryThreadGs4.create(QueryThreadGs4.java:78) ~[?:?]
1550 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-104]
1551 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-104]
1552 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-104]
1553 at java.lang.Thread.run(Thread.java:831) [?:?]
1554[10:58:54] [Server thread/INFO]: Starting remote control listener
1555[10:58:54] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
1556[10:58:54] [Server thread/INFO]: Running delayed init tasks
1557[10:58:54] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.17.1 (756)
1558[10:58:54] [Craft Scheduler Thread - 9/INFO]: [ClearLag] 0 Logs have been removed!
1559[10:58:54] [Craft Scheduler Thread - 15/INFO]: [PvPManager] Checking for updates...
1560[10:58:54] [Netty Epoll Server IO #1/INFO]: [floodgate] Something isn't right with this data. Try logging in again or contact a server administrator if the issue persists.
1561[10:58:54] [epollEventLoopGroup-2-1/INFO]: [Geyser-Spigot] GratefulPluto95 has disconnected from remote Java server on address boopernova.ddns.net because of Connection closed.
1562[10:58:54] [Craft Scheduler Thread - 17/INFO]: [Vault] Checking for Updates ...
1563[10:58:54] [Craft Scheduler Thread - 9/INFO]: [Plan] You're using the latest version.
1564[10:58:54] [Craft Scheduler Thread - 7/INFO]: *-------------------------------------------*
1565[10:58:54] [Craft Scheduler Thread - 7/INFO]: [PlayerGUIAdvanced] - A new version is available!
1566[10:58:54] [Craft Scheduler Thread - 7/INFO]: *-------------------------------------------*
1567[10:58:54] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
1568[10:58:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plan
1569[10:58:54] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.62.2 ]================================
1570[10:58:54] [Server thread/INFO]: [ShopGUIPlus]
1571[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
1572[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
1573[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
1574[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
1575[10:58:54] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
1576[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
1577[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
1578[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
1579[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'halloween' with 6 items.
1580[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farmergoose' with 18 items.
1581[10:58:54] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 37 items.
1582[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 18 items.
1583[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
1584[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
1585[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
1586[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
1587[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 18 items.
1588[10:58:55] [Server thread/INFO]: [ShopGUIPlus] Loaded 11 shops with total of 188 items.
1589[10:58:55] [Server thread/INFO]: [ShopGUIPlus]
1590[10:58:55] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
1591[10:58:55] [Server thread/INFO]: [MythicMobs] [32m✓Using Holograms plugin for holograms[0m
1592[10:58:55] [Network Listener - #1/INFO]: [Geyser-Spigot] Bedrock user with ip: /174.208.135.17 has disconnected for reason CLOSED_BY_REMOTE_PEER
1593[10:58:55] [Craft Scheduler Thread - 10/INFO]: [TabTPS] This server is running a development build of TabTPS! (v1.3.9-SNAPSHOT+0031c0c)
1594[10:58:55] [Craft Scheduler Thread - 10/INFO]: [TabTPS] The latest official release is v1.3.8
1595[10:58:55] [Craft Scheduler Thread - 17/INFO]: [Vault] No new version available
1596[10:58:55] [Craft Scheduler Thread - 15/INFO]: [PvPManager] No update found
1597[10:58:55] [Server thread/INFO]: [Citizens] Loaded 39 NPCs.
1598[10:58:55] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
1599[10:58:55] [Server thread/INFO]: [XrayDetection] You are using the latest version of XrayDetection.
1600[10:58:55] [Server thread/WARN]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
1601[10:58:55] [Server thread/INFO]: Done (82.729s)! For help, type "help"
1602[10:58:55] [Server thread/INFO]: Timings Reset
1603[10:58:56] [Server thread/WARN]: [Holograms] holograms.yml file had no 'holograms' section defined, no holograms loaded
1604[10:58:57] [Craft Scheduler Thread - 16/INFO]: Update check failed. Please try again later.
1605[10:58:58] [Server thread/WARN]: [Sentinel] NPC 23 has a null spawn point and can't be spawned. Perhaps the world was deleted?
1606[10:58:58] [Craft Scheduler Thread - 10/INFO]: [Images] Loaded 35 images...
1607[10:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1608[10:59:03] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9033 has pinged you!
1609[10:59:07] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9033 has pinged you!
1610[10:59:10] [Network Listener - #1/INFO]: [Geyser-Spigot] /174.208.135.17:9027 tried to connect!
1611[10:59:11] [Network Listener - #1/INFO]: [Geyser-Spigot] Is player data valid? true
1612[10:59:11] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for ClientToServerHandshakePacket
1613[10:59:11] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for ClientCacheStatusPacket
1614[10:59:11] [Network Listener - #1/INFO]: [Geyser-Spigot] Player connected with username GratefulPluto95
1615[10:59:12] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for RequestChunkRadiusPacket
1616[10:59:12] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for TickSyncPacket
1617[10:59:16] [Network Listener - #1/INFO]: [Geyser-Spigot] Attempting to login using floodgate mode... authentication will be encrypted.
1618[10:59:16] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] GratefulPluto95 (logged in as: GratefulPluto95) has connected to remote java server on address boopernova.ddns.net
1619[10:59:16] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] Downloading and loading locale: en_us
1620[10:59:16] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] Locale already downloaded and up-to date: en_us
1621[10:59:17] [Netty Epoll Server IO #3/INFO]: UUID of player _GratefulPluto95 is 00000000-0000-0000-0009-01fc7a8f390e
1622[10:59:17] [Server thread/INFO]: [floodgate] Floodgate player logged in as _GratefulPluto95 joined (UUID: 00000000-0000-0000-0009-01fc7a8f390e)
1623[10:59:17] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] Could not find packet for LoginSetCompressionPacket
1624[10:59:17] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] Registering bedrock skin for _GratefulPluto95 (00000000-0000-0000-0009-01fc7a8f390e)
1625[10:59:17] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] Could not find packet for LoginSuccessPacket
1626[10:59:17] [Server thread/INFO]: Player has true
1627[10:59:17] [Server thread/INFO]: _GratefulPluto95 joined the game
1628[10:59:17] [Netty Epoll Server IO #3/INFO]: _GratefulPluto95 -> Payload: minecraft:brand
1629[10:59:17] [Netty Epoll Server IO #3/INFO]: _GratefulPluto95 -> Payload: minecraft:register
1630[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet team_gold CREATE [BBwolf97, warxwolf303]
1631[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet team_blue CREATE [Xenon_Folf, MrFadedFox]
1632[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-9233fe496b56 CREATE []
1633[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-511279ec2fb8 CREATE []
1634[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-084386da24d7 CREATE []
1635[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-a4ce6bdb9c1f CREATE []
1636[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-e807686329b4 CREATE []
1637[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-232c1626e255 CREATE []
1638[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-50c6d85e3871 CREATE []
1639[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-e29b052b074c CREATE []
1640[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-f505bae08e3b CREATE []
1641[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_7 CREATE []
1642[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_8 CREATE []
1643[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-defd68972a38 CREATE []
1644[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_9 CREATE []
1645[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_3 CREATE []
1646[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_4 CREATE []
1647[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_5 CREATE []
1648[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_6 CREATE []
1649[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_0 CREATE []
1650[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_1 CREATE []
1651[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_2 CREATE []
1652[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-b69aead10913 CREATE []
1653[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet team_green CREATE [BoxcarTheFox, BlazeFireIM]
1654[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-7783771e475b CREATE []
1655[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_a CREATE []
1656[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-8dbbb8973a9b CREATE []
1657[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet team_purple CREATE [Bikendi, BuckyShepherd]
1658[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_b CREATE []
1659[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-cf2b4029b129 CREATE []
1660[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-8a5bae30de6d CREATE []
1661[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-f57982c882b4 CREATE []
1662[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-9fa9d6b98ff3 CREATE []
1663[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_NoName CREATE []
1664[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-70f30f59cdb5 CREATE []
1665[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-e6f7c0429df1 CREATE []
1666[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-31bf99014a7f CREATE []
1667[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-13641e471e15 CREATE []
1668[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-e5d49db97479 CREATE []
1669[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_c CREATE []
1670[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_d CREATE []
1671[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_e CREATE []
1672[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-584220d457b5 CREATE []
1673[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_Color_f CREATE []
1674[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-0b0e49543804 CREATE []
1675[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Spawned player at 349.195 66 177.141
1676[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-000000000000 CREATE []
1677[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-000000000000 UPDATE null
1678[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-000000000000 UPDATE null
1679[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-8a5bae30de6d CREATE [i<3Bikendi]
1680[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-584220d457b5 CREATE []
1681[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-232c1626e255 CREATE [Blacksmith]
1682[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-f505bae08e3b CREATE [Toolsmith]
1683[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-e29b052b074c CREATE [PiggyBank]
1684[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-31bf99014a7f CREATE []
1685[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-f57982c882b4 CREATE [Inn Keeper]
1686[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-084386da24d7 CREATE [HolidayVendor]
1687[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-8dbbb8973a9b CREATE [FarmerGoose]
1688[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-70f30f59cdb5 CREATE [Bar Maid]
1689[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-e6f7c0429df1 CREATE []
1690[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-13641e471e15 CREATE [guard]
1691[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-a4ce6bdb9c1f CREATE []
1692[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-7783771e475b CREATE []
1693[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-e807686329b4 CREATE []
1694[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-cf2b4029b129 CREATE [Preacher]
1695[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-0b0e49543804 CREATE []
1696[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-511279ec2fb8 CREATE []
1697[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-defd68972a38 CREATE []
1698[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-50c6d85e3871 CREATE [Guard]
1699[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-9233fe496b56 CREATE []
1700[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-9fa9d6b98ff3 CREATE []
1701[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-e5d49db97479 CREATE []
1702[10:59:17] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-b69aead10913 CREATE [AuctionHouse]
1703[10:59:17] [Server thread/INFO]: _GratefulPluto95[/174.208.135.17:57769] logged in with entity id 839 at ([cobblestone]349.1949, 66.0, 177.14073)
1704[10:59:17] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 67.407394, 0.3)
1705[10:59:17] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1706[10:59:17] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 66.89045, 0.3)
1707[10:59:17] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1708[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 66.30544, 0.3)
1709[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1710[10:59:18] [pool-34-thread-22/INFO]: [Geyser-Spigot] Found Bedrock-only block entity: org.geysermc.connector.network.translators.world.block.entity.DoubleChestBlockEntityTranslator
1711[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 65.65373, 0.3)
1712[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1713[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 64.93665, 0.3)
1714[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1715[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 64.155525, 0.3)
1716[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1717[10:59:18] [pool-111-thread-1/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/b6c6ca0fc653d6d0ff9359cef995ba59c2ac921b0c5c54cf0e121a9a09caffab
1718[10:59:18] [pool-111-thread-1/INFO]: [Geyser-Spigot] Took 249ms for 00000000-0000-0000-0009-01fc7a8f390e
1719[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 63.311615, 0.3)
1720[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1721[10:59:18] [pool-111-thread-2/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/b6c6ca0fc653d6d0ff9359cef995ba59c2ac921b0c5c54cf0e121a9a09caffab
1722[10:59:18] [pool-111-thread-2/INFO]: [Geyser-Spigot] Took 266ms for 00000000-0000-0000-0009-01fc7a8f390e
1723[10:59:18] [pool-111-thread-3/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/2149b5e2ba867ddcd24b3cdae9803e58174ddce41a0043dd928ed76f43d5b4c3
1724[10:59:18] [pool-111-thread-4/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/b25a6229d0ec9ea3659ce05805f11adf27a332586770ad08369a028b6461f600
1725[10:59:18] [pool-111-thread-5/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/d9e43918f4a02313396d38d2d61b40e411dbc261b66af3d70f11a6813125d34e
1726[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 62.40618, 0.3)
1727[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1728[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] GratefulPluto95 moved too quickly. current position: (349.1949, 67.62001, 177.14073), new position: (0.3, 61.440456, 0.3)
1729[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Recalculating position...
1730[10:59:18] [Network Listener - #1/INFO]: [Geyser-Spigot] Could not find packet for BossEventPacket
1731[10:59:18] [pool-111-thread-6/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/99cd76d4d410979a61a19cb82ade3a81351316331c07b984acf514170e1aa858
1732[10:59:18] [pool-111-thread-7/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/cb53eba606055dcab2b3a211669686a0456677829f96dbd42a9c7a862e9622c2
1733[10:59:18] [pool-111-thread-8/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/e9cb37294e068a8268437d24fbd4ee4d7a0ddd8cf9c38d166e85610afef3124
1734[10:59:18] [Server thread/INFO]: [Server] hi _GratefulPluto95 00000000-0000-0000-0009-01fc7a8f390e
1735[10:59:18] [Server thread/INFO]: [Server] No cheating No Hacking, Please join discord for Voice chat and more! http://www.linktr.ee/myk3sr
1736[10:59:18] [pool-34-thread-14/INFO]: [Geyser-Spigot] GratefulPluto95 received more than 20 score packets per second (currently 72).We will decrease the amount that the scoreboard is updated to once every 0.25 seconds to improve performance.
1737[10:59:18] [luckperms-command-executor/INFO]: [LP] _gratefulpluto95 does not inherit from default in context global.
1738[10:59:18] [luckperms-command-executor/INFO]: [LP] _gratefulpluto95 already inherits from bedrock_user (bedrock_user) in context global.
1739[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity ENDERMAN at location (306.3709, 52.0, 147.7498) with id 23 (java id 634)
1740[10:59:19] [pool-111-thread-9/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1741[10:59:19] [pool-111-thread-9/INFO]: [Geyser-Spigot] Took 157ms for 9233fe49-6b56-2718-aa83-e9adc076f2d7
1742[10:59:19] [pool-111-thread-12/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1743[10:59:19] [pool-111-thread-12/INFO]: [Geyser-Spigot] Took 118ms for a4ce6bdb-9c1f-245d-a0e8-8b9c65269b97
1744[10:59:19] [pool-111-thread-10/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1745[10:59:19] [pool-111-thread-14/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1746[10:59:19] [Server thread/INFO]: Brand: [Geyser]
1747[10:59:19] [Server thread/INFO]: _GratefulPluto95 -> onRegisterChannel: floodgate:skin
1748[10:59:19] [Server thread/INFO]: _GratefulPluto95 -> onRegisterChannel: floodgate:form
1749[10:59:19] [pool-111-thread-11/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1750[10:59:19] [pool-111-thread-10/INFO]: [Geyser-Spigot] Took 151ms for e5d49db9-7479-2b4b-844e-d10f819d7d1f
1751[10:59:19] [pool-111-thread-14/INFO]: [Geyser-Spigot] Took 121ms for 31bf9901-4a7f-21d0-92e6-bb4cafe745f5
1752[10:59:19] [pool-111-thread-11/INFO]: [Geyser-Spigot] Took 145ms for 511279ec-2fb8-220b-904b-a4893ef50fa2
1753[10:59:19] [ForkJoinPool.commonPool-worker-3/INFO]: [Geyser-Spigot] Loaded Local Bedrock Java Skin Data for GratefulPluto95
1754[10:59:19] [pool-111-thread-19/INFO]: [Geyser-Spigot] Took 0ms for defd6897-2a38-25f3-ab49-173dd3c3d20e
1755[10:59:19] [pool-111-thread-20/INFO]: [Geyser-Spigot] Took 0ms for 13641e47-1e15-2fab-9bb9-05ad1508d650
1756[10:59:19] [pool-111-thread-13/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1757[10:59:19] [pool-111-thread-13/INFO]: [Geyser-Spigot] Took 139ms for 9fa9d6b9-8ff3-282c-9961-de3af87c8e13
1758[10:59:19] [pool-111-thread-15/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/1fbc944bae3fc3663f01fe3d840da6a358848febbb243687226797baaa7c97b2
1759[10:59:19] [pool-111-thread-15/INFO]: [Geyser-Spigot] Took 129ms for 50c6d85e-3871-2c24-aedb-32b36c81873e
1760[10:59:19] [pool-111-thread-16/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1761[10:59:19] [pool-111-thread-16/INFO]: [Geyser-Spigot] Took 133ms for 584220d4-57b5-21ac-bc68-0565db67b0a3
1762[10:59:19] [pool-111-thread-17/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1763[10:59:19] [pool-111-thread-17/INFO]: [Geyser-Spigot] Took 118ms for e8076863-29b4-2286-900c-9cdff211bfc2
1764[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Could not find packet for ServerInitializeBorderPacket
1765[10:59:19] [pool-111-thread-18/INFO]: [Geyser-Spigot] Downloaded https://textures.minecraft.net/texture/51182cf65d180ecf08fab2311abed0cfcee960e6df5a3ba528f7ea47cc41f0a2
1766[10:59:19] [pool-111-thread-18/INFO]: [Geyser-Spigot] Took 103ms for 0b0e4954-3804-2f44-867b-afbab503fd2f
1767[10:59:19] [ForkJoinPool.commonPool-worker-5/INFO]: [Geyser-Spigot] Loaded Local Bedrock Java Skin Data for GratefulPluto95
1768[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tell to msg
1769[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tm to teammsg
1770[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tp to teleport
1771[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:w to msg
1772[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:xp to experience
1773[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command tm to teammsg
1774[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Sending command packet of 65 commands
1775[10:59:19] [Thread-64/INFO]: [Geyser-Spigot] Could not find packet for ServerOpenBookPacket
1776[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tell to msg
1777[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tm to teammsg
1778[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tp to teleport
1779[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:w to msg
1780[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:xp to experience
1781[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command tm to teammsg
1782[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Sending command packet of 65 commands
1783[10:59:20] [ForkJoinPool.commonPool-worker-7/INFO]: [Geyser-Spigot] Downloaded https://optifine.net/capes/Guard.png
1784[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tell to msg
1785[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tm to teammsg
1786[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tp to teleport
1787[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:w to msg
1788[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:xp to experience
1789[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command tm to teammsg
1790[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Sending command packet of 65 commands
1791[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s CREATE []
1792[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s ADD_PLAYER [§u]
1793[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s UPDATE null
1794[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s UPDATE null
1795[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s UPDATE null
1796[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 CREATE []
1797[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 ADD_PLAYER [§j§q]
1798[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 UPDATE null
1799[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 UPDATE null
1800[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 UPDATE null
1801[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=455.5, y=62.0, z=153.5, volume=7.0, pitch=0.08)
1802[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_213s REMOVE null
1803[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c CREATE []
1804[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c ADD_PLAYER []
1805[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c UPDATE null
1806[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c UPDATE null
1807[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c UPDATE null
1808[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj CREATE []
1809[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj ADD_PLAYER [§q]
1810[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj UPDATE null
1811[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj UPDATE null
1812[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj UPDATE null
1813[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=428.5, y=55.0, z=177.5, volume=7.0, pitch=0.08)
1814[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1l5c REMOVE null
1815[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_z12 REMOVE null
1816[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tjj REMOVE null
1817[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j CREATE []
1818[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j ADD_PLAYER []
1819[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j UPDATE null
1820[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j UPDATE null
1821[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j UPDATE null
1822[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 CREATE []
1823[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 ADD_PLAYER [§w§i]
1824[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 UPDATE null
1825[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 UPDATE null
1826[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 UPDATE null
1827[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21j REMOVE null
1828[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug CREATE []
1829[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug ADD_PLAYER [§z]
1830[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug UPDATE null
1831[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug UPDATE null
1832[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug UPDATE null
1833[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o CREATE []
1834[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o ADD_PLAYER [§q]
1835[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o UPDATE null
1836[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o UPDATE null
1837[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o UPDATE null
1838[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=365.5, y=22.0, z=209.5, volume=7.0, pitch=0.08)
1839[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 CREATE []
1840[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 ADD_PLAYER []
1841[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 UPDATE null
1842[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 UPDATE null
1843[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 UPDATE null
1844[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy CREATE []
1845[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy ADD_PLAYER [§p]
1846[10:59:20] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy UPDATE null
1847[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy UPDATE null
1848[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy UPDATE null
1849[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=373.5, y=32.0, z=128.5, volume=7.0, pitch=0.08)
1850[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (365.5, 22.5, 209.5) with id 93 (java id 943)
1851[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (373.5, 32.5, 128.5) with id 94 (java id 944)
1852[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (365.5, 22.5, 209.5) with id 95 (java id 945)
1853[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (373.5, 32.5, 128.5) with id 96 (java id 946)
1854[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18ug REMOVE null
1855[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1cq4 REMOVE null
1856[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_g37 REMOVE null
1857[10:59:21] [pool-34-thread-11/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 73, 234) with java id 536870911
1858[10:59:21] [pool-34-thread-11/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 72, 234) with java id 536870912
1859[10:59:21] [pool-34-thread-8/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 71, 234) with java id 536870913
1860[10:59:21] [pool-34-thread-8/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 70, 234) with java id 536870914
1861[10:59:21] [pool-34-thread-20/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 69, 234) with java id 536870915
1862[10:59:21] [pool-34-thread-20/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 68, 234) with java id 536870916
1863[10:59:21] [pool-34-thread-25/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 73, 235) with java id 536870917
1864[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 72, 235) with java id 536870918
1865[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 71, 235) with java id 536870919
1866[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 70, 235) with java id 536870920
1867[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 69, 235) with java id 536870921
1868[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 68, 235) with java id 536870922
1869[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 73, 236) with java id 536870923
1870[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 72, 236) with java id 536870924
1871[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 71, 236) with java id 536870925
1872[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 70, 236) with java id 536870926
1873[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 69, 236) with java id 536870927
1874[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 68, 236) with java id 536870928
1875[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 72, 237) with java id 536870930
1876[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 71, 237) with java id 536870931
1877[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 70, 237) with java id 536870932
1878[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 69, 237) with java id 536870933
1879[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 68, 237) with java id 536870934
1880[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 72, 236) with java id 536870941
1881[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 71, 236) with java id 536870942
1882[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 70, 236) with java id 536870943
1883[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 69, 236) with java id 536870944
1884[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 68, 236) with java id 536870945
1885[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 73, 235) with java id 536870946
1886[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 72, 235) with java id 536870947
1887[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 71, 235) with java id 536870948
1888[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 70, 235) with java id 536870949
1889[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 69, 235) with java id 536870950
1890[10:59:21] [pool-34-thread-23/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 68, 235) with java id 536870951
1891[10:59:21] [pool-34-thread-26/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 73, 234) with java id 536870952
1892[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 72, 234) with java id 536870953
1893[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 71, 234) with java id 536870954
1894[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 70, 234) with java id 536870955
1895[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 69, 234) with java id 536870956
1896[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 68, 234) with java id 536870957
1897[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 73, 237) with java id 536870964
1898[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 72, 237) with java id 536870965
1899[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 71, 237) with java id 536870966
1900[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 70, 237) with java id 536870967
1901[10:59:21] [pool-34-thread-22/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 69, 237) with java id 536870968
1902[10:59:21] [pool-34-thread-10/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 68, 237) with java id 536870969
1903[10:59:21] [pool-34-thread-10/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 73, 236) with java id 536870970
1904[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn CREATE []
1905[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn ADD_PLAYER []
1906[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn UPDATE null
1907[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn UPDATE null
1908[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn UPDATE null
1909[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk CREATE []
1910[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk ADD_PLAYER [§w]
1911[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk UPDATE null
1912[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk UPDATE null
1913[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk UPDATE null
1914[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=310.5, y=55.0, z=168.5, volume=7.0, pitch=0.08)
1915[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (310.5, 55.5, 168.5) with id 97 (java id 963)
1916[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tell to msg
1917[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tm to teammsg
1918[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:tp to teleport
1919[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:w to msg
1920[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command minecraft:xp to experience
1921[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Redirecting command tm to teammsg
1922[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Sending command packet of 65 commands
1923[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (310.5, 55.5, 168.5) with id 98 (java id 964)
1924[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15qn REMOVE null
1925[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c5o REMOVE null
1926[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1izy REMOVE null
1927[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj CREATE []
1928[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj ADD_PLAYER []
1929[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj UPDATE null
1930[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj UPDATE null
1931[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj UPDATE null
1932[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 CREATE []
1933[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 ADD_PLAYER []
1934[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 UPDATE null
1935[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 UPDATE null
1936[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 UPDATE null
1937[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=340.5, y=34.0, z=244.5, volume=7.0, pitch=0.08)
1938[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (340.5, 34.5, 244.5) with id 99 (java id 971)
1939[10:59:21] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (340.5, 34.5, 244.5) with id 100 (java id 980)
1940[10:59:22] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jqj REMOVE null
1941[10:59:22] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1kpk REMOVE null
1942[10:59:22] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1f48 REMOVE null
1943[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 CREATE []
1944[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 ADD_PLAYER []
1945[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 UPDATE null
1946[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 UPDATE null
1947[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 UPDATE null
1948[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv CREATE []
1949[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv ADD_PLAYER []
1950[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv UPDATE null
1951[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv UPDATE null
1952[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv UPDATE null
1953[10:59:24] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_si5 REMOVE null
1954[10:59:25] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1buv REMOVE null
1955[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 CREATE []
1956[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 ADD_PLAYER []
1957[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 UPDATE null
1958[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 UPDATE null
1959[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 UPDATE null
1960[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l CREATE []
1961[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l ADD_PLAYER [§i]
1962[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l UPDATE null
1963[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l UPDATE null
1964[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l UPDATE null
1965[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=357.5, y=18.0, z=132.5, volume=7.0, pitch=0.08)
1966[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (357.5, 18.5, 132.5) with id 121 (java id 1052)
1967[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (357.5, 18.5, 132.5) with id 122 (java id 1058)
1968[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_do7 REMOVE null
1969[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 CREATE []
1970[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 ADD_PLAYER []
1971[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 UPDATE null
1972[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 UPDATE null
1973[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 UPDATE null
1974[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 CREATE []
1975[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 ADD_PLAYER []
1976[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 UPDATE null
1977[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 UPDATE null
1978[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 UPDATE null
1979[10:59:26] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_24a5 REMOVE null
1980[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_x7l REMOVE null
1981[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ba1 REMOVE null
1982[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz CREATE []
1983[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz ADD_PLAYER []
1984[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz UPDATE null
1985[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz UPDATE null
1986[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz UPDATE null
1987[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 CREATE []
1988[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 ADD_PLAYER []
1989[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 UPDATE null
1990[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 UPDATE null
1991[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 UPDATE null
1992[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=419.5, y=54.0, z=206.5, volume=7.0, pitch=0.08)
1993[10:59:27] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (419.5, 54.5, 206.5) with id 123 (java id 1081)
1994[10:59:28] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (419.5, 54.5, 206.5) with id 124 (java id 1084)
1995[10:59:28] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bmz REMOVE null
1996[10:59:28] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r07 REMOVE null
1997[10:59:29] [pool-34-thread-29/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 73, 237) with java id 536870929
1998[10:59:29] [pool-34-thread-9/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 73, 238) with java id 536870935
1999[10:59:29] [pool-34-thread-1/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 72, 238) with java id 536870936
2000[10:59:29] [pool-34-thread-1/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 71, 238) with java id 536870937
2001[10:59:29] [pool-34-thread-1/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 70, 238) with java id 536870938
2002[10:59:29] [pool-34-thread-5/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 69, 238) with java id 536870939
2003[10:59:29] [pool-34-thread-5/INFO]: [Geyser-Spigot] Spawned item frame at location (371, 68, 238) with java id 536870940
2004[10:59:29] [pool-34-thread-19/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 73, 238) with java id 536870958
2005[10:59:29] [pool-34-thread-31/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 72, 238) with java id 536870959
2006[10:59:29] [pool-34-thread-21/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 71, 238) with java id 536870960
2007[10:59:29] [pool-34-thread-21/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 70, 238) with java id 536870961
2008[10:59:29] [pool-34-thread-21/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 69, 238) with java id 536870962
2009[10:59:29] [pool-34-thread-21/INFO]: [Geyser-Spigot] Spawned item frame at location (328, 68, 238) with java id 536870963
2010[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 CREATE []
2011[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 ADD_PLAYER []
2012[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 UPDATE null
2013[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 UPDATE null
2014[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 UPDATE null
2015[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 CREATE []
2016[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 ADD_PLAYER [§t]
2017[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 UPDATE null
2018[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 UPDATE null
2019[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 UPDATE null
2020[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=420.5, y=54.0, z=207.5, volume=7.0, pitch=0.08)
2021[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v CREATE []
2022[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v ADD_PLAYER [§s]
2023[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v UPDATE null
2024[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v UPDATE null
2025[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v UPDATE null
2026[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 CREATE []
2027[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 ADD_PLAYER [§g§q]
2028[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 UPDATE null
2029[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 UPDATE null
2030[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 UPDATE null
2031[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=403.5, y=58.0, z=211.5, volume=7.0, pitch=0.08)
2032[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (403.5, 58.5, 211.5) with id 138 (java id 1201)
2033[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_nh3 REMOVE null
2034[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (403.5, 58.5, 211.5) with id 139 (java id 1202)
2035[10:59:34] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q4v REMOVE null
2036[10:59:35] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_15q9 REMOVE null
2037[10:59:35] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_13w9 REMOVE null
2038[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 CREATE []
2039[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 ADD_PLAYER [§z]
2040[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 UPDATE null
2041[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 UPDATE null
2042[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 UPDATE null
2043[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne CREATE []
2044[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne ADD_PLAYER [§t]
2045[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne UPDATE null
2046[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne UPDATE null
2047[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne UPDATE null
2048[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=318.5, y=27.0, z=237.5, volume=7.0, pitch=0.08)
2049[10:59:36] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_cg8 REMOVE null
2050[10:59:37] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_tne REMOVE null
2051[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 CREATE []
2052[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 ADD_PLAYER [§t]
2053[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 UPDATE null
2054[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 UPDATE null
2055[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 UPDATE null
2056[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k CREATE []
2057[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k ADD_PLAYER []
2058[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k UPDATE null
2059[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k UPDATE null
2060[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k UPDATE null
2061[10:59:39] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hf4 REMOVE null
2062[10:59:40] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_123k REMOVE null
2063[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 CREATE []
2064[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 ADD_PLAYER [§z]
2065[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 UPDATE null
2066[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 UPDATE null
2067[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 UPDATE null
2068[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw CREATE []
2069[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw ADD_PLAYER [§g§h]
2070[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw UPDATE null
2071[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw UPDATE null
2072[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw UPDATE null
2073[10:59:41] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_q90 REMOVE null
2074[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18aw REMOVE null
2075[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw CREATE []
2076[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw ADD_PLAYER [§h]
2077[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw UPDATE null
2078[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw UPDATE null
2079[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw UPDATE null
2080[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om CREATE []
2081[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om ADD_PLAYER [§t§t]
2082[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om UPDATE null
2083[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om UPDATE null
2084[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om UPDATE null
2085[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=277.5, y=59.0, z=167.5, volume=7.0, pitch=0.08)
2086[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt CREATE []
2087[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt ADD_PLAYER []
2088[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt UPDATE null
2089[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt UPDATE null
2090[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt UPDATE null
2091[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 CREATE []
2092[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 ADD_PLAYER [§j]
2093[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 UPDATE null
2094[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 UPDATE null
2095[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 UPDATE null
2096[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=276.5, y=59.0, z=165.5, volume=7.0, pitch=0.08)
2097[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi CREATE []
2098[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi ADD_PLAYER []
2099[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi UPDATE null
2100[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi UPDATE null
2101[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi UPDATE null
2102[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju CREATE []
2103[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju ADD_PLAYER []
2104[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju UPDATE null
2105[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju UPDATE null
2106[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju UPDATE null
2107[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=304.5, y=62.0, z=155.5, volume=7.0, pitch=0.08)
2108[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (277.5, 59.5, 167.5) with id 140 (java id 1335)
2109[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (276.5, 59.5, 165.5) with id 141 (java id 1336)
2110[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (304.5, 62.5, 155.5) with id 142 (java id 1337)
2111[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p CREATE []
2112[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p ADD_PLAYER [§h]
2113[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p UPDATE null
2114[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p UPDATE null
2115[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p UPDATE null
2116[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 CREATE []
2117[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 ADD_PLAYER [§j]
2118[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 UPDATE null
2119[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 UPDATE null
2120[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 UPDATE null
2121[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=345.5, y=10.0, z=157.5, volume=7.0, pitch=0.08)
2122[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (345.5, 10.5, 157.5) with id 143 (java id 1343)
2123[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (277.5, 59.5, 167.5) with id 144 (java id 1344)
2124[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (276.5, 59.5, 165.5) with id 145 (java id 1345)
2125[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (304.5, 62.5, 155.5) with id 146 (java id 1346)
2126[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_hjw REMOVE null
2127[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1qwt REMOVE null
2128[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_obi REMOVE null
2129[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (345.5, 10.5, 157.5) with id 147 (java id 1348)
2130[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_57p REMOVE null
2131[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa CREATE []
2132[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa ADD_PLAYER []
2133[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa UPDATE null
2134[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa UPDATE null
2135[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa UPDATE null
2136[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf CREATE []
2137[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf ADD_PLAYER []
2138[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf UPDATE null
2139[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf UPDATE null
2140[10:59:42] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf UPDATE null
2141[10:59:43] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_haa REMOVE null
2142[10:59:43] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10om REMOVE null
2143[10:59:43] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_198 REMOVE null
2144[10:59:43] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_10ju REMOVE null
2145[10:59:43] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_j19 REMOVE null
2146[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ybf REMOVE null
2147[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn CREATE []
2148[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn ADD_PLAYER []
2149[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn UPDATE null
2150[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn UPDATE null
2151[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn UPDATE null
2152[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 CREATE []
2153[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 ADD_PLAYER [§z§v]
2154[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 UPDATE null
2155[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 UPDATE null
2156[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 UPDATE null
2157[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 CREATE []
2158[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 ADD_PLAYER [§s§g]
2159[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 UPDATE null
2160[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 UPDATE null
2161[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 UPDATE null
2162[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w CREATE []
2163[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w ADD_PLAYER [§x]
2164[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w UPDATE null
2165[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w UPDATE null
2166[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w UPDATE null
2167[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_grn REMOVE null
2168[10:59:44] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_21b8 REMOVE null
2169[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ym8 REMOVE null
2170[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b3w REMOVE null
2171[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y CREATE []
2172[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y ADD_PLAYER [§z]
2173[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y UPDATE null
2174[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y UPDATE null
2175[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y UPDATE null
2176[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 CREATE []
2177[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 ADD_PLAYER [§j§y]
2178[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 UPDATE null
2179[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 UPDATE null
2180[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 UPDATE null
2181[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=364.5, y=41.0, z=199.5, volume=7.0, pitch=0.08)
2182[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (364.5, 41.5, 199.5) with id 148 (java id 1388)
2183[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (364.5, 41.5, 199.5) with id 149 (java id 1390)
2184[10:59:45] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o3y REMOVE null
2185[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g CREATE []
2186[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g ADD_PLAYER []
2187[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g UPDATE null
2188[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g UPDATE null
2189[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g UPDATE null
2190[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt CREATE []
2191[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt ADD_PLAYER [§s]
2192[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt UPDATE null
2193[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt UPDATE null
2194[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt UPDATE null
2195[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=270.5, y=32.0, z=129.5, volume=7.0, pitch=0.08)
2196[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l CREATE []
2197[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l ADD_PLAYER [§v]
2198[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l UPDATE null
2199[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l UPDATE null
2200[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l UPDATE null
2201[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 CREATE []
2202[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 ADD_PLAYER []
2203[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 UPDATE null
2204[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 UPDATE null
2205[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 UPDATE null
2206[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=398.5, y=41.0, z=120.5, volume=7.0, pitch=0.08)
2207[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (398.5, 41.5, 120.5) with id 150 (java id 1407)
2208[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (398.5, 41.5, 120.5) with id 151 (java id 1409)
2209[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o9g REMOVE null
2210[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_b6l REMOVE null
2211[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx CREATE []
2212[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx ADD_PLAYER [§p]
2213[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx UPDATE null
2214[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx UPDATE null
2215[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx UPDATE null
2216[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 CREATE []
2217[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 ADD_PLAYER [§w]
2218[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 UPDATE null
2219[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 UPDATE null
2220[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 UPDATE null
2221[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=292.5, y=56.0, z=139.5, volume=7.0, pitch=0.08)
2222[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (292.5, 56.5, 139.5) with id 152 (java id 1419)
2223[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_14m9 REMOVE null
2224[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (292.5, 56.5, 139.5) with id 153 (java id 1420)
2225[10:59:46] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rtx REMOVE null
2226[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_16kt REMOVE null
2227[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qa1 REMOVE null
2228[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 CREATE []
2229[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 ADD_PLAYER [§s]
2230[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 UPDATE null
2231[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 UPDATE null
2232[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 UPDATE null
2233[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 CREATE []
2234[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 ADD_PLAYER []
2235[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 UPDATE null
2236[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 UPDATE null
2237[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 UPDATE null
2238[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=389.5, y=16.0, z=215.5, volume=7.0, pitch=0.08)
2239[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1c33 REMOVE null
2240[10:59:47] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_u99 REMOVE null
2241[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi CREATE []
2242[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi ADD_PLAYER [§u]
2243[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi UPDATE null
2244[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi UPDATE null
2245[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi UPDATE null
2246[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c CREATE []
2247[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c ADD_PLAYER [§w]
2248[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c UPDATE null
2249[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c UPDATE null
2250[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c UPDATE null
2251[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=260.5, y=33.0, z=197.5, volume=7.0, pitch=0.08)
2252[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_6wi REMOVE null
2253[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_19t5 REMOVE null
2254[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 CREATE []
2255[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 ADD_PLAYER []
2256[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 UPDATE null
2257[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 UPDATE null
2258[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 UPDATE null
2259[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 CREATE []
2260[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 ADD_PLAYER [§s]
2261[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 UPDATE null
2262[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 UPDATE null
2263[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 UPDATE null
2264[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=280.5, y=62.0, z=167.5, volume=7.0, pitch=0.08)
2265[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp CREATE []
2266[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp ADD_PLAYER []
2267[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp UPDATE null
2268[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp UPDATE null
2269[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp UPDATE null
2270[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv CREATE []
2271[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv ADD_PLAYER [§p]
2272[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv UPDATE null
2273[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv UPDATE null
2274[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv UPDATE null
2275[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=280.5, y=62.0, z=161.5, volume=7.0, pitch=0.08)
2276[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (280.5, 62.5, 167.5) with id 154 (java id 1450)
2277[10:59:48] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (280.5, 62.5, 161.5) with id 155 (java id 1451)
2278[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht CREATE []
2279[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht ADD_PLAYER [§y]
2280[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht UPDATE null
2281[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht UPDATE null
2282[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht UPDATE null
2283[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at CREATE []
2284[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at ADD_PLAYER []
2285[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at UPDATE null
2286[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at UPDATE null
2287[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at UPDATE null
2288[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=332.5, y=43.0, z=203.5, volume=7.0, pitch=0.08)
2289[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (332.5, 43.5, 203.5) with id 156 (java id 1464)
2290[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (280.5, 62.5, 167.5) with id 157 (java id 1465)
2291[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (280.5, 62.5, 161.5) with id 158 (java id 1466)
2292[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a63 REMOVE null
2293[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_mzp REMOVE null
2294[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (332.5, 43.5, 203.5) with id 159 (java id 1467)
2295[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_lht REMOVE null
2296[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_o7c REMOVE null
2297[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p CREATE []
2298[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p ADD_PLAYER []
2299[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p UPDATE null
2300[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p UPDATE null
2301[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p UPDATE null
2302[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu CREATE []
2303[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu ADD_PLAYER [§z]
2304[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu UPDATE null
2305[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu UPDATE null
2306[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu UPDATE null
2307[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=293.5, y=38.0, z=90.5, volume=7.0, pitch=0.08)
2308[10:59:49] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0p REMOVE null
2309[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_44 REMOVE null
2310[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xxv REMOVE null
2311[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_11at REMOVE null
2312[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e CREATE []
2313[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e ADD_PLAYER [§g]
2314[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e UPDATE null
2315[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e UPDATE null
2316[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e UPDATE null
2317[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n CREATE []
2318[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n ADD_PLAYER [§h]
2319[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n UPDATE null
2320[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n UPDATE null
2321[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n UPDATE null
2322[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=258.5, y=32.0, z=200.5, volume=7.0, pitch=0.08)
2323[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_puu REMOVE null
2324[10:59:50] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_a0e REMOVE null
2325[10:59:51] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_r8n REMOVE null
2326[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg CREATE []
2327[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg ADD_PLAYER [§i]
2328[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg UPDATE null
2329[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg UPDATE null
2330[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg UPDATE null
2331[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd CREATE []
2332[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd ADD_PLAYER []
2333[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd UPDATE null
2334[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd UPDATE null
2335[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd UPDATE null
2336[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=406.5, y=61.0, z=213.5, volume=7.0, pitch=0.08)
2337[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (406.5, 61.5, 213.5) with id 161 (java id 1568)
2338[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (406.5, 61.5, 213.5) with id 162 (java id 1570)
2339[10:59:56] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_vxg REMOVE null
2340[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1ebd REMOVE null
2341[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no CREATE []
2342[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no ADD_PLAYER [§p]
2343[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no UPDATE null
2344[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no UPDATE null
2345[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no UPDATE null
2346[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn CREATE []
2347[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn ADD_PLAYER [§h]
2348[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn UPDATE null
2349[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn UPDATE null
2350[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn UPDATE null
2351[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=250.5, y=62.0, z=173.5, volume=7.0, pitch=0.08)
2352[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi CREATE []
2353[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi ADD_PLAYER []
2354[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi UPDATE null
2355[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi UPDATE null
2356[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi UPDATE null
2357[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa CREATE []
2358[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa ADD_PLAYER []
2359[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa UPDATE null
2360[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa UPDATE null
2361[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa UPDATE null
2362[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=436.5, y=60.0, z=176.5, volume=7.0, pitch=0.08)
2363[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw CREATE []
2364[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw ADD_PLAYER []
2365[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw UPDATE null
2366[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw UPDATE null
2367[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw UPDATE null
2368[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr CREATE []
2369[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr ADD_PLAYER [§x]
2370[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr UPDATE null
2371[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr UPDATE null
2372[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr UPDATE null
2373[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=393.5, y=16.0, z=222.5, volume=7.0, pitch=0.08)
2374[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1no REMOVE null
2375[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1dpi REMOVE null
2376[10:59:57] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_jxw REMOVE null
2377[10:59:58] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_dgn REMOVE null
2378[10:59:58] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_1pwa REMOVE null
2379[10:59:58] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_xbr REMOVE null
2380[11:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2381[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg CREATE []
2382[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg ADD_PLAYER []
2383[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg UPDATE null
2384[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg UPDATE null
2385[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg UPDATE null
2386[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab CREATE []
2387[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab ADD_PLAYER []
2388[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab UPDATE null
2389[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab UPDATE null
2390[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab UPDATE null
2391[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=450.5, y=59.0, z=155.5, volume=7.0, pitch=0.08)
2392[11:00:00] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_esg REMOVE null
2393[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_qab REMOVE null
2394[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 CREATE []
2395[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 ADD_PLAYER [§g]
2396[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 UPDATE null
2397[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 UPDATE null
2398[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 UPDATE null
2399[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq CREATE []
2400[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq ADD_PLAYER [§y]
2401[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq UPDATE null
2402[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq UPDATE null
2403[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq UPDATE null
2404[11:00:01] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_rc8 REMOVE null
2405[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg CREATE []
2406[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg ADD_PLAYER [§s§y]
2407[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg UPDATE null
2408[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg UPDATE null
2409[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg UPDATE null
2410[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv CREATE []
2411[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv ADD_PLAYER [§p]
2412[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv UPDATE null
2413[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv UPDATE null
2414[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv UPDATE null
2415[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_alg REMOVE null
2416[11:00:02] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_18eq REMOVE null
2417[11:00:03] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_ryv REMOVE null
2418[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 CREATE []
2419[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 ADD_PLAYER [§g]
2420[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 UPDATE null
2421[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 UPDATE null
2422[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 UPDATE null
2423[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_s16 CREATE []
2424[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_s16 ADD_PLAYER []
2425[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_s16 UPDATE null
2426[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_s16 UPDATE null
2427[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_s16 UPDATE null
2428[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] [PlaySound] Defaulting to sound server gave us for ServerPlaySoundPacket(sound=CustomSound(name=minecraft:entity.endermen.scream), category=MASTER, x=284.5, y=50.0, z=136.5, volume=7.0, pitch=0.08)
2429[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (284.5, 50.5, 136.5) with id 163 (java id 1728)
2430[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Spawned entity LIGHTNING_BOLT at location (284.5, 50.5, 136.5) with id 164 (java id 1731)
2431[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet LD_bi4 REMOVE null
2432[11:00:05] [Server thread/INFO]: Stopping the server
2433[11:00:05] [Server thread/INFO]: Stopping server
2434[11:00:05] [Server thread/INFO]: [Sentinel] Disabling Sentinel v2.3.0-SNAPSHOT (build 418)
2435[11:00:05] [Server thread/INFO]: [Sentinel] Sentinel unloading...
2436[11:00:05] [Server thread/INFO]: [Sentinel] Sentinel unloaded!
2437[11:00:05] [Server thread/INFO]: [AuctionMaster] Disabling AuctionMaster v2.9
2438[11:00:05] [Server thread/INFO]: [LWC] Disabling LWC v2.2.8-dev-289210f
2439[11:00:05] [Server thread/INFO]: [LWC] Flushing protection updates (0)
2440[11:00:05] [Server thread/INFO]: [Wraith] Disabling Wraith v2.2.6
2441[11:00:05] [Server thread/INFO]: [Plan] Disabling Plan v5.4 build 1366
2442[11:00:05] [Server thread/INFO]: [Plan] Saving unfinished sessions..
2443[11:00:05] [Server thread/INFO]: [Plan] Processing complete.
2444[11:00:05] [Server thread/INFO]: [Plan] Waiting for unfinished transactions to avoid data loss..
2445[11:00:05] [Server thread/INFO]: [Plan] Transaction queue closed.
2446[11:00:05] [Server thread/INFO]: [Plan] Waiting queries to finish to avoid SQLite crashing JVM..
2447[11:00:05] [Server thread/INFO]: [Plan] Closed SQLite connection.
2448[11:00:05] [Server thread/INFO]: [Plan] Webserver has been disabled.
2449[11:00:05] [Server thread/INFO]: [Plan] Player Analytics Disabled.
2450[11:00:05] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.28-SNAPSHOT (build 2346)
2451[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-084386da24d7 REMOVE null
2452[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-70f30f59cdb5 REMOVE null
2453[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-f57982c882b4 REMOVE null
2454[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-cf2b4029b129 REMOVE null
2455[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-f505bae08e3b REMOVE null
2456[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-232c1626e255 REMOVE null
2457[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-e29b052b074c REMOVE null
2458[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-8dbbb8973a9b REMOVE null
2459[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-b69aead10913 REMOVE null
2460[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-13641e471e15 REMOVE null
2461[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-50c6d85e3871 REMOVE null
2462[11:00:05] [Thread-64/INFO]: [Geyser-Spigot] Team packet CIT-8a5bae30de6d REMOVE null
2463[11:00:05] [Server thread/INFO]: [ActionHealth] Disabling ActionHealth v3.5.5
2464[11:00:05] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v19.5
2465[11:00:05] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
2466[11:00:06] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v19.5
2467[11:00:06] [Server thread/INFO]: [PvPManager] Disabling PvPManager v3.8.4
2468[11:00:06] [Thread-64/INFO]: [Geyser-Spigot] Team packet PVP-000000000000 REMOVE null
2469[11:00:06] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v5.0.0-SNAPSHOT-a0e23ea4
2470[11:00:06] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...[0m
2471[11:00:06] [Server thread/INFO]: [MythicMobs] All active settings have been saved.[0m
2472[11:00:06] [Server thread/INFO]: [MythicMobs] [36mUNLOADED[0m
2473[11:00:06] [Server thread/INFO]: [Images] Disabling Images v2.2.2
2474[11:00:06] [Server thread/INFO]: [Holograms] Disabling Holograms v2.14-8-SNAPSHOT
2475[11:00:06] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.6-SNAPSHOT+2137-7e817c3
2476[11:00:06] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
2477[11:00:06] [Server thread/INFO]: [KillerMoney] Disabling KillerMoney v4.6.0
2478[11:00:06] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v4.2.2-SNAPSHOT-b848
2479[11:00:06] [Server thread/INFO]: [ProdigyNightclub] Disabling ProdigyNightclub v3.0.64
2480[11:00:06] [Server thread/ERROR]: Error occurred while disabling ProdigyNightclub v3.0.64 (Is it up to date?)
2481java.lang.NoSuchMethodError: 'void net.minecraft.network.protocol.game.PacketPlayOutEntityDestroy.<init>(int)'
2482 at fr.cocoraid.prodigynightclub.nightclub.projector.Projector.despawn(Projector.java:99) ~[?:?]
2483 at fr.cocoraid.prodigynightclub.nightclub.Nightclub.lambda$unload$2(Nightclub.java:83) ~[?:?]
2484 at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
2485 at fr.cocoraid.prodigynightclub.nightclub.Nightclub.unload(Nightclub.java:81) ~[?:?]
2486 at fr.cocoraid.prodigynightclub.ProdigyNightclub.lambda$onDisable$4(ProdigyNightclub.java:167) ~[?:?]
2487 at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
2488 at fr.cocoraid.prodigynightclub.ProdigyNightclub.onDisable(ProdigyNightclub.java:166) ~[?:?]
2489 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.17.1.jar:git-Paper-104]
2490 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.17.1.jar:git-Paper-104]
2491 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.17.1.jar:git-Paper-104]
2492 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:519) ~[patched_1.17.1.jar:git-Paper-104]
2493 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:512) ~[patched_1.17.1.jar:git-Paper-104]
2494 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.disablePlugins(CraftServer.java:452) ~[patched_1.17.1.jar:git-Paper-104]
2495 at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:959) ~[patched_1.17.1.jar:git-Paper-104]
2496 at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:806) ~[patched_1.17.1.jar:git-Paper-104]
2497 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1238) ~[patched_1.17.1.jar:git-Paper-104]
2498 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-104]
2499 at java.lang.Thread.run(Thread.java:831) [?:?]
2500[11:00:06] [Server thread/INFO]: [IPortal] Disabling IPortal v1.13
2501[11:00:06] [Server thread/INFO]: [iPortal] IPortal has been disabled!
2502[11:00:06] [Server thread/INFO]: [dynmap-mobs] Disabling dynmap-mobs v1.3
2503[11:00:06] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-SNAPSHOT-b852
2504[11:00:06] [Server thread/INFO]: [CommandPanels] Disabling CommandPanels v3.16.2.1
2505[11:00:06] [Server thread/INFO]: RockyHawk's CommandPanels Plugin Disabled, aww man.
2506[11:00:06] [Server thread/INFO]: [LightCleaner] Disabling LightCleaner v1.17.1-v1-SNAPSHOT
2507[11:00:06] [Server thread/INFO]: [LightCleaner] LightCleaner disabled!
2508[11:00:06] [Server thread/INFO]: [ChangeSkin] Disabling ChangeSkin v3.1-SNAPSHOT-9fa2f2c
2509[11:00:06] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] ChangeSkin - Shutdown initiated...
2510[11:00:06] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] ChangeSkin - Shutdown completed.
2511[11:00:06] [Server thread/INFO]: [HackedServer] Disabling HackedServer v2.82.4
2512[11:00:06] [Server thread/INFO]: [HackedServer] Disabled
2513[11:00:06] [Server thread/INFO]: [Essentials] Disabling Essentials v2.18.2.0
2514[11:00:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
2515[11:00:06] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.6-SNAPSHOT+5866-954210d
2516[11:00:06] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
2517[11:00:06] [Server thread/INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.62.2
2518[11:00:06] [Server thread/INFO]: [dynmap] Disabling dynmap v3.2-beta-1-470
2519[11:00:06] [Server thread/INFO]: [dynmap] Unloaded 11 components.
2520[11:00:06] [Server thread/INFO]: [dynmap] Stopping map renderer...
2521[11:00:07] [Server thread/INFO]: [dynmap] Saved 3 pending tile renders in world 'cobblestone'
2522[11:00:07] [Server thread/INFO]: [dynmap] Disabled
2523[11:00:07] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v1.4.1-SNAPSHOT
2524[11:00:07] [Server thread/INFO]: [Geyser-Spigot] Shutting down Geyser.
2525[11:00:07] [Server thread/INFO]: [Geyser-Spigot] Kicking 1 player(s)
2526[11:00:07] [epollEventLoopGroup-2-2/INFO]: [Geyser-Spigot] GratefulPluto95 has disconnected from remote Java server on address boopernova.ddns.net because of Geyser Proxy shutting down.
2527[11:00:07] [Server thread/INFO]: [Geyser-Spigot] Kicked all players!
2528[11:00:07] [Netty Epoll Server IO #3/INFO]: [floodgate] Floodgate player logged in as _GratefulPluto95 disconnected
2529[11:00:07] [Network Listener - #1/INFO]: [Geyser-Spigot] Bedrock user with ip: /174.208.135.17 has disconnected for reason SHUTTING_DOWN
2530[11:00:07] [Server thread/INFO]: [Geyser-Spigot] Geyser shutdown successfully.
2531[11:00:07] [Server thread/INFO]: [SetHomes] Disabling SetHomes v1.3.0
2532[11:00:07] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.8
2533[11:00:07] [Server thread/INFO]: [TabTPS] Disabling TabTPS v1.3.9-SNAPSHOT+0031c0c
2534[11:00:07] [Server thread/INFO]: [Discordia] Disabling Discordia v1.5.1
2535[11:00:07] [Server thread/INFO]: [BedrockPlayerManager] Disabling BedrockPlayerManager v1.4
2536[11:00:07] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.17.1-v1-SNAPSHOT
2537[11:00:07] [WebSocketConnectReadThread-122/INFO]: [Geyser-Spigot] The skin uploader has been closed
2538[11:00:07] [Server thread/INFO]: [ChatColor2] Disabling ChatColor2 v1.11
2539[11:00:07] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.11 has been disabled.
2540[11:00:07] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.2-SNAPSHOT
2541[11:00:07] [Server thread/INFO]: [floodgate] Disabling floodgate v2.0-SNAPSHOT
2542[11:00:07] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
2543[11:00:07] [Server thread/INFO]: [AntiXrayPlus] Disabling AntiXrayPlus v1.0.0
2544[11:00:07] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.25-SNAPSHOT
2545[11:00:07] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.7.1-SNAPSHOT-b530
2546[11:00:07] [Server thread/INFO]: [Playtimes] Disabling Playtimes v1.4.4
2547[11:00:07] [Server thread/INFO]: [LoneLibs] Disabling LoneLibs v1.0.14
2548[11:00:07] [Server thread/INFO]: [FasterVillagers] Disabling FasterVillagers v1.0-SNAPSHOT
2549[11:00:07] [Server thread/INFO]: [spark] Disabling spark v1.6.1
2550[11:00:07] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
2551[11:00:07] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
2552[11:00:07] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.51
2553[11:00:07] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
2554[11:00:07] [Server thread/INFO]: [LuckPerms] Closing storage...
2555[11:00:07] [Server thread/INFO]: [LuckPerms] Goodbye!
2556[11:00:07] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.0.2-SNAPSHOT
2557[11:00:07] [Server thread/INFO]: [BurgerHud] Disabling BurgerHud v1.2
2558[11:00:07] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.0.2-SNAPSHOT
2559[11:00:07] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
2560[11:00:07] [Server thread/INFO]: [PL-Hide] Disabling PL-Hide v1.5.19
2561[11:00:07] [Server thread/INFO]: [BookNews] Disabling BookNews v5.4
2562[11:00:07] [Server thread/INFO]: BookNews has been disabled.
2563[11:00:07] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.7
2564[11:00:07] [Server thread/INFO]: [UltimateAutoRestart] Disabling UltimateAutoRestart vBuild 44c
2565[11:00:07] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10-DEV-129
2566[11:00:07] [Server thread/INFO]: [XrayDetection] Disabling XrayDetection v3.1
2567[11:00:07] [Server thread/INFO]: [XrayDetection] Disabled Xray Detection
2568[11:00:07] [Server thread/INFO]: [PlayerGUIAdvanced] Disabling PlayerGUIAdvanced v5.8
2569[11:00:07] [Server thread/INFO]: [HackedCore] Disabling HackedCore v2.71.4
2570[11:00:07] [Server thread/INFO]: Saving players
2571[11:00:07] [Server thread/INFO]: _GratefulPluto95 lost connection: Server closed
2572[11:00:07] [Server thread/INFO]: _GratefulPluto95 left the game
2573[11:00:08] [Server thread/INFO]: Saving worlds
2574[11:00:08] [Server thread/INFO]: Saving chunks for level 'ServerLevel[cobblestone]'/minecraft:overworld
2575[11:00:09] [Server thread/INFO]: Saving chunks for level 'ServerLevel[cobblestone_the_end]'/minecraft:the_end
2576[11:00:09] [Server thread/INFO]: Saving chunks for level 'ServerLevel[warxwolf]'/minecraft:warxwolf
2577[11:00:09] [Server thread/INFO]: Saving chunks for level 'ServerLevel[ocean]'/minecraft:ocean
2578[11:00:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[quartz]'/minecraft:quartz
2579[11:00:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[amethyst]'/minecraft:amethyst
2580[11:00:11] [Server thread/INFO]: Saving chunks for level 'ServerLevel[sandstone]'/minecraft:sandstone
2581[11:00:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[cobblestone_nether]'/minecraft:the_nether
2582[11:00:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[gmisland]'/minecraft:gmisland
2583[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (cobblestone): All chunks are saved
2584[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
2585[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (warxwolf): All chunks are saved
2586[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (ocean): All chunks are saved
2587[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (quartz): All chunks are saved
2588[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (amethyst): All chunks are saved
2589[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (sandstone): All chunks are saved
2590[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
2591[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (gmisland): All chunks are saved
2592[11:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
2593[11:00:13] [Server thread/INFO]: Flushing Chunk IO
2594[11:00:13] [Server thread/INFO]: Closing Thread Pool
2595[11:00:13] [Server thread/INFO]: Closing Server
2596