Skip to content

Instantly share code, notes, and snippets.

@I-Knight-I
Created February 26, 2020 15:51
Show Gist options
  • Save I-Knight-I/2cbd425b45a6a980374d2fae33a930fe to your computer and use it in GitHub Desktop.
Save I-Knight-I/2cbd425b45a6a980374d2fae33a930fe to your computer and use it in GitHub Desktop.
[00:00:40] [Server thread/INFO]: Starting minecraft server version 1.15.2
[00:00:40] [Server thread/INFO]: Loading properties
[00:00:40] [Server thread/INFO]: This server is running Paper version git-Paper-103 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[00:00:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:00:40] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:00:40] [Server thread/INFO]: Debug logging is disabled
[00:00:40] [Server thread/INFO]: Default game type: SURVIVAL
[00:00:40] [Server thread/INFO]: Generating keypair
[00:00:41] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:21347
[00:00:41] [Server thread/INFO]: Using epoll channel type
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus
[00:00:42] [Server thread/WARN]: [WorldEdit] Loaded class org.primesoft.asyncworldedit.injector.injected.util.eventbus.IDispatchableEventBus from AsyncWorldEdit v3.6.16 which is not a depend, softdepend or loadbefore of this plugin.
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.collection.LocatedBlockList
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.MultiStageReorder
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.AbstractRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.EllipsoidRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.TransformRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.RegionIntersection
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.NullRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.Polygonal2DRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CylinderRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CuboidRegion
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.ScriptingCommands
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SchematicCommands
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommands
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.UtilityCommandsRegistration
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommandsRegistration
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.tool.BrushTool
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.tool.BlockReplacer
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
[00:00:42] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
[00:00:44] [Server thread/INFO]: [Colored Signs] Loading ColoredSigns v3.0
[00:00:44] [Server thread/INFO]: [AngelChest] Loading AngelChest v1.5.5
[00:00:44] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
[00:00:44] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 36b
[00:00:44] [Server thread/INFO]: [InfiniteJump] Loading InfiniteJump v1.2.8
[00:00:44] [Server thread/INFO]: [Knight-Misc-Plugins] Loading Knight-Misc-Plugins v1.0-SNAPSHOT
[00:00:44] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.2.1
[00:00:44] [Server thread/INFO]: [NoPhantoms] Loading NoPhantoms v3.0
[00:00:44] [Server thread/INFO]: [LagAssist] Loading LagAssist v2.20.1
[00:00:44] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.70
[00:00:44] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[00:00:44] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@75542bfb]
[00:00:44] [Server thread/INFO]: [SAML] Loading SAML v2.0.0
[00:00:44] [Server thread/INFO]: [VillagerOptimiser] Loading VillagerOptimiser v1.1.2
[00:00:44] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
[00:00:44] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
[00:00:44] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[00:00:44] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[00:00:45] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[00:00:45] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
[00:00:45] [Server thread/INFO]: [InventoryRollback] Loading InventoryRollback v1.3.7
[00:00:45] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.3.0
[00:00:45] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.16
[00:00:45] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
[00:00:45] [Server thread/INFO]: [NoFireworkDamage] Loading NoFireworkDamage v2.0
[00:00:45] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.4.2
[00:00:45] [Server thread/INFO]: [LimitPillagers] Loading LimitPillagers v2.12.0
[00:00:45] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805
[00:00:45] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[00:00:45] [Server thread/INFO]: [TokenManager] Loading TokenManager v3.2.4
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
[00:00:45] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
[00:00:47] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
[00:00:47] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v3.2.3
[00:00:47] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.4
[00:00:47] [Server thread/INFO]: [Scoreboard-revision] Loading Scoreboard-revision vR3 1.4.2 RELEASE
[00:00:47] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.5.7
[00:00:47] [Server thread/INFO]: [GCore] Loading GCore v7.12.0
[00:00:47] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[00:00:47] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
[00:00:47] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-b459
[00:00:47] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.1.4
[00:00:47] [Server thread/INFO]: [MaintenanceSpigot] Loading MaintenanceSpigot v3.0.3
[00:00:47] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.1
[00:00:47] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.18.1
[00:00:47] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.15.0
[00:00:47] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.24.0
[00:00:47] [Server thread/INFO]: [Wild] Loading Wild v2.15-a6aebd3
[00:00:47] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.53
[00:00:47] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v4.20.26
[00:00:47] [Server thread/INFO]: [AdvancedEnchantments] Checking version of ACF
[00:00:47] [Server thread/INFO]: [AdvancedEnchantments] Checking version of PacketWrapper
[00:00:47] [Server thread/INFO]: [AdvancedEnchantments] Checking version of EffectLib
[00:00:51] [Server thread/INFO]: [BannerMaker] Loading BannerMaker v2.2.2
[00:00:51] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1812)
[00:00:51] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.4
[00:00:51] [Server thread/INFO]: [CustomGUI] Loading CustomGUI v2.4.6
[00:00:51] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.53
[00:00:51] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.113
[00:00:51] [Server thread/INFO]: mcMMO has registered WG flags successfully!
[00:00:51] [Server thread/INFO]: [ProtocolSupportStuff] Loading ProtocolSupportStuff v2.0.0
[00:00:51] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
[00:00:51] [Server thread/INFO]: [ProCosmetics] Loading ProCosmetics v10.2
[00:00:51] [Server thread/INFO]: [SpecializedCrates] Loading SpecializedCrates v2.1
[00:00:51] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
[00:00:51] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.0.2
[00:00:51] [Server thread/INFO]: [Factions] Loading Factions v3.2.3
[00:00:51] [Server thread/INFO]: [JupiterCore] Loading JupiterCore v1.2.2
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.2.1
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Citizens Compatibility v14.26'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Parties Compatibility v14.2'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Newbie Helper v14.5'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'NotCombatLogX v14.4'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Placeholder Compatibility v14.4'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Notifier v14.15'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'WorldGuard Compatibility v14.13'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v14.16'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loading expansion 'Factions Compatibility v14.5'
[00:00:51] [Server thread/INFO]: [CombatLogX] Loaded 9 expansions
[00:00:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.53
[00:00:51] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.1
[00:00:51] [Server thread/INFO]: [SlotMachineGUI] Loading SlotMachineGUI v2.0.1
[00:00:51] [Server thread/INFO]: [ChatControl] Loading ChatControl v8.5.9
[00:00:51] [Server thread/INFO]: [mccombatlevel] Loading mccombatlevel v2.1.2
[00:00:51] [Server thread/INFO]: [TAB] Loading TAB v2.6.4
[00:00:51] [Server thread/INFO]: [MorphRedeem] Loading MorphRedeem v1.2.0
[00:00:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:00:51] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.70
[00:00:51] [Server thread/INFO]: __
[00:00:51] [Server thread/INFO]: | |__) LuckPerms v5.0.70
[00:00:51] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[00:00:51] [Server thread/INFO]:
[00:00:52] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:00:52] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[00:00:52] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[00:00:52] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[00:00:52] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[00:00:52] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:00:53] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:00:53] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1619ms)
[00:00:53] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[00:00:53] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[00:00:53] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[00:00:56] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[00:00:56] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[00:00:56] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.16
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = /____/ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = ________________ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] = ___/ free version \___ =
[00:00:56] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[00:01:06] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
[00:01:06] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_15_R1, DirectChunkAPI disabled
[00:01:06] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
[00:01:06] [Server thread/INFO]: [AsyncWorldEdit] Enabled
[00:01:06] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.4.2
[00:01:06] [Server thread/INFO]: [LimitPillagers] Enabling LimitPillagers v2.12.0
[00:01:06] [Server thread/INFO]: [LimitPillagers] Registering metrics...
[00:01:06] [Server thread/INFO]: [LimitPillagers] Registering commands...
[00:01:06] [Server thread/INFO]: [LimitPillagers] Registering listeners...
[00:01:06] [Server thread/INFO]: [LimitPillagers] Loading config.yml...
[00:01:06] [Server thread/INFO]: [LimitPillagers] Checking for updates...
[00:01:06] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.hexedhero.lp.utils.UpdateChecker from LimitPillagers v2.12.0 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:06] [Server thread/WARN]: [AutoSaveWorld] Plugin LimitPillagers attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=69733 in main server thread
[00:01:06] [Server thread/WARN]: [AutoSaveWorld] Plugin LimitPillagers attempted to establish connection socket://api.spigotmc.org:443 in main server thread
[00:01:06] [Server thread/INFO]: [LimitPillagers] There is no update available!
[00:01:06] [Server thread/INFO]: [LimitPillagers]
[00:01:06] [Server thread/INFO]: [LimitPillagers] LimitPillagers v2.12.0 Enabled in 61 ms
[00:01:06] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[00:01:06] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.1.53 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:01:06] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:01:06] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[00:01:06] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:06] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:01:06] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[00:01:06] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
[00:01:06] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v3.2.3
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] === ENABLE START ===
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] Loading Cachefile datas...
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] Loading Onlineplayer datas...
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] Loading Registry datas...
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] Saving Cachefile...
[00:01:06] [Server thread/INFO]: [MassiveCore 3.2.3] Setup of IdUtil took 8ms.
[00:01:07] [Server thread/INFO]: [MassiveCore 3.2.3] Integration Activated IntegrationVault
[00:01:07] [Server thread/INFO]: [MassiveCore 3.2.3] === ENABLE COMPLETE (Took 774ms) ===
[00:01:07] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:01:07] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[00:01:07] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[00:01:07] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[00:01:07] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[00:01:07] [Server thread/INFO]: Preparing level "world"
[00:01:07] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[00:01:07] [Server thread/INFO]: Loaded 6 recipes
[00:01:07] [Server thread/INFO]: -------- World Settings For [world] --------
[00:01:07] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:07] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:07] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:07] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:07] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:07] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:07] [Server thread/INFO]: View Distance: 8
[00:01:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:07] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:07] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:07] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[00:01:07] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[00:01:07] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:07] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:07] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:07] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:07] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:07] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:07] [Server thread/INFO]: View Distance: 8
[00:01:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:07] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:07] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:07] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[00:01:07] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:07] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:07] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:07] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:07] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:07] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:07] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:07] [Server thread/INFO]: View Distance: 8
[00:01:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:07] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:07] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:07] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[00:01:07] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:08] [Server thread/INFO]: Loaded 9 spawn chunks for world world
[00:01:08] [Server thread/INFO]: Time elapsed: 399 ms
[00:01:08] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[00:01:08] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:08] [Server thread/INFO]: Loaded 9 spawn chunks for world world_nether
[00:01:08] [Server thread/INFO]: Time elapsed: 243 ms
[00:01:08] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[00:01:08] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:08] [Server thread/INFO]: Loaded 9 spawn chunks for world world_the_end
[00:01:08] [Server thread/INFO]: Time elapsed: 188 ms
[00:01:08] [Server thread/INFO]: [Colored Signs] Enabling ColoredSigns v3.0
[00:01:08] [Server thread/INFO]: [AngelChest] Enabling AngelChest v1.5.5
[00:01:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
[00:01:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:01:08] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 36b
[00:01:08] [Server thread/INFO]:
[00:01:08] [Server thread/INFO]: UltimateAutoRestart Build 36b, a free resource by Norska - Executing startup sequence...
[00:01:08] [Server thread/INFO]: [+] Checking for PlaceholderAPI...
[00:01:08] [Server thread/INFO]: [+] Success! Hooked into PlaceholderAPI!
[00:01:08] [Server thread/INFO]: [+] Registered hashmaps (took 0ms)
[00:01:08] [Server thread/INFO]: [+] Registered commands (took 1ms)
[00:01:08] [Server thread/INFO]: [+] Registered listeners (took 0ms)
[00:01:08] [Server thread/INFO]:
[00:01:08] [Server thread/INFO]: [+] Completed startup. Enjoy the plugin!
[00:01:08] [Server thread/INFO]:
[00:01:08] [Server thread/WARN]: [AutoSaveWorld] Loaded class dev.norska.uar.update.UARUpdateChecker from UltimateAutoRestart vBuild 36b which is not a depend, softdepend or loadbefore of this plugin.
[00:01:08] [Server thread/WARN]: [AutoSaveWorld] Plugin UltimateAutoRestart attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=64414 in main server thread
[00:01:08] [Server thread/INFO]: [InfiniteJump] Enabling InfiniteJump v1.2.8
[00:01:08] [Server thread/INFO]: [Knight-Misc-Plugins] Enabling Knight-Misc-Plugins v1.0-SNAPSHOT
[00:01:08] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.2.1
[00:01:09] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
[00:01:09] [Server thread/INFO]: [NoPhantoms] Enabling NoPhantoms v3.0
[00:01:09] [Server thread/INFO]: [LagAssist] Enabling LagAssist v2.20.1
[00:01:09] [Server thread/INFO]: LagAssist » Enabling Systems:
[00:01:09] [Server thread/INFO]: [✔] Smart Mob Tools.
[00:01:09] [Server thread/INFO]: [✔] Hopper Manager.
[00:01:09] [Server thread/INFO]: [✔] Redstone Culler.
[00:01:09] [Server thread/INFO]: [✔] Physics-Tweaker.
[00:01:09] [Server thread/INFO]: [✔] Lag Monitor.
[00:01:09] [Server thread/INFO]: [✔] MapVisualizer.
[00:01:09] [Server thread/INFO]: [✔] Chunk Analyser.
[00:01:09] [Server thread/INFO]: [✔] Chunk Limiter.
[00:01:09] [Server thread/INFO]: [✔] StatsAnalyse.
[00:01:09] [Server thread/INFO]: [✔] LogCleaner System.
[00:01:09] [Server thread/INFO]: [✔] Spawner Manager.
[00:01:09] [Server thread/INFO]: [✔] GUI.
[00:01:09] [Server thread/INFO]: [✔] Injecting PacketListener.
[00:01:09] [Server thread/INFO]: [SAML] Enabling SAML v2.0.0
[00:01:09] [Server thread/INFO]: [SAML] Loading config.yml...
[00:01:09] [Server thread/INFO]: [SAML] Successfully loaded config.yml.
[00:01:09] [Server thread/INFO]: [SAML] Loading custom_groups.yml...
[00:01:09] [Server thread/INFO]: [SAML] Successfully loaded custom_groups.yml.
[00:01:09] [Server thread/INFO]: [SAML] Loading nerfer_goals.yml...
[00:01:09] [Server thread/INFO]: [SAML] Successfully loaded nerfer_goals.yml.
[00:01:09] [Server thread/INFO]: [SAML] Loading messages.yml...
[00:01:09] [Server thread/INFO]: [SAML] Successfully loaded messages.yml.
[00:01:09] [Server thread/INFO]: [SAML] Successfully enabled.
[00:01:09] [Server thread/INFO]: [VillagerOptimiser] Enabling VillagerOptimiser v1.1.2
[00:01:09] [Server thread/INFO]: [VillagerOptimiser] Loading config.yml...
[00:01:09] [Server thread/INFO]: [VillagerOptimiser] Successfully loaded config.yml.
[00:01:09] [Server thread/INFO]: [VillagerOptimiser] Successfully enabled.
[00:01:09] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
[00:01:09] [Server thread/INFO]: [ClearLag] Loading modules...
[00:01:09] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[00:01:09] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=minecart_hopper_spawner
[00:01:09] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=minecart_chest_spawner
[00:01:09] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=minecart_furnace_spawner
[00:01:09] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=minecart_tnt_spawner
[00:01:09] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[00:01:09] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[00:01:09] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
[00:01:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[00:01:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[00:01:09] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 30001x30000 at X: 0.0 Z: 500001.0
[00:01:09] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -652.0 Y: 79.0 Z: 277.0
[00:01:09] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[00:01:09] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:09] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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 [Rigby, fernferret, lithium3141, main--, dumptruckman].
[00:01:09] [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. The performance impact is negligible.
[00:01:09] [Server thread/INFO]: -------- World Settings For [city] --------
[00:01:09] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:09] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:09] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:09] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:09] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:09] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:09] [Server thread/INFO]: View Distance: 8
[00:01:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:09] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:09] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:09] [Server thread/INFO]: Preparing start region for dimension 'city'/minecraft:overworld
[00:01:09] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:10] [Server thread/INFO]: Preparing spawn area: 100%
[00:01:10] [Server thread/INFO]: Loaded 9 spawn chunks for world city
[00:01:10] [Server thread/INFO]: Time elapsed: 682 ms
[00:01:10] [Server thread/INFO]: -------- World Settings For [Lounge] --------
[00:01:10] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:10] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:10] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:10] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:10] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:10] [Server thread/INFO]: View Distance: 8
[00:01:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:10] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:10] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:10] [Server thread/INFO]: Preparing start region for dimension 'Lounge'/minecraft:overworld
[00:01:10] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:10] [Server thread/INFO]: Loaded 9 spawn chunks for world Lounge
[00:01:10] [Server thread/INFO]: Time elapsed: 35 ms
[00:01:10] [Server thread/INFO]: -------- World Settings For [creative] --------
[00:01:10] [Server thread/INFO]: Mob Spawn Range: 5
[00:01:10] [Server thread/INFO]: Experience Merge Radius: 6.0
[00:01:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:01:10] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Ra 48 / Mi 2 / Tiv true
[00:01:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:01:10] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 1
[00:01:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[00:01:10] [Server thread/INFO]: Max TNT Explosions: 10
[00:01:10] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[00:01:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:01:10] [Server thread/INFO]: View Distance: 8
[00:01:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:01:10] [Server thread/INFO]: Item Despawn Rate: 1200
[00:01:10] [Server thread/INFO]: Item Merge Radius: 4.0
[00:01:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:01:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:01:10] [Server thread/INFO]: Preparing start region for dimension 'creative'/minecraft:overworld
[00:01:10] [Server thread/INFO]: Preparing spawn area: 0%
[00:01:10] [Server thread/INFO]: Loaded 9 spawn chunks for world creative
[00:01:10] [Server thread/INFO]: Time elapsed: 30 ms
[00:01:10] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[00:01:11] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[00:01:11] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[00:01:11] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[00:01:11] [Server thread/INFO]: [InventoryRollback] Enabling InventoryRollback v1.3.7
[00:01:11] [Server thread/INFO]: Checking for updates...
[00:01:11] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.danjono.inventoryrollback.UpdateChecker from InventoryRollback v1.3.7 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:11] [Server thread/WARN]: [AutoSaveWorld] Plugin InventoryRollback attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=48074 in main server thread
[00:01:11] [Server thread/INFO]: ===============================================================================
[00:01:11] [Server thread/INFO]: An update to InventoryRollback is available!
[00:01:11] [Server thread/INFO]: Download at https://www.spigotmc.org/resources/inventoryrollback.48074/
[00:01:11] [Server thread/INFO]: ===============================================================================
[00:01:11] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.3.0
[00:01:11] [Server thread/INFO]: [AdvancedPortals] Bukkit version detected v1_15_R1
[00:01:11] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[00:01:11] [Server thread/INFO]: Advanced portals have been successfully enabled!
[00:01:11] [Server thread/INFO]: [NoFireworkDamage] Enabling NoFireworkDamage v2.0
[00:01:11] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805
[00:01:11] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[00:01:11] [Server thread/WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:11] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[00:01:11] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805] Enabled - By Rigby and fernferret
[00:01:11] [Server thread/INFO]: [TokenManager] Enabling TokenManager v3.2.4
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded Config.
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded Lang.
[00:01:11] [Server thread/INFO]: [TokenManager] ===============================================
[00:01:11] [Server thread/INFO]: [TokenManager] TokenManager has detected your server as online mode.
[00:01:11] [Server thread/INFO]: [TokenManager] DataManager will operate with UUIDs.
[00:01:11] [Server thread/INFO]: [TokenManager] If your server is NOT in online mode, please manually set online-mode in TokenManager's config.yml.
[00:01:11] [Server thread/INFO]: [TokenManager] ===============================================
[00:01:11] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.realized.tokenmanager.shaded.zaxxer.hikari.util.DriverDataSource from TokenManager v3.2.4 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:11] [Server thread/WARN]: [AutoSaveWorld] Plugin TokenManager attempted to establish connection socket://34.89.217.52:3306 in main server thread
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded DataManager.
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded ShopConfig.
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded ShopManager.
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded WorthConfig.
[00:01:11] [Server thread/INFO]: [TokenManager] Successfully hooked into 'PlaceholderAPI'!
[00:01:11] [Server thread/INFO]: [TokenManager] Successfully hooked into 'Vault'!
[00:01:11] [Server thread/INFO]: [TokenManager] Loaded HookManager.
[00:01:11] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.4
[00:01:11] [Server thread/INFO]: [WESV] Using WorldEdit 7 api
[00:01:11] [Server thread/INFO]: [Scoreboard-revision] Enabling Scoreboard-revision vR3 1.4.2 RELEASE
[00:01:11] [Server thread/INFO]: [Scoreboard-revision] Loaded app handler for board: board
[00:01:11] [Server thread/INFO]: Scoreboard is online! Scoreboard version: R3 1.4.2 RELEASE (UP TO DATE)
[00:01:11] [Server thread/INFO]:
[00:01:11] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.5.7
[00:01:11] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[00:01:11] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: UltraCosmetics v2.5.7 is loading... (server: 1.15.2)
[00:01:11] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Thanks for downloading it!
[00:01:11] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Plugin by iSach.
[00:01:11] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Link: http://bit.ly/UltraCosmetics
[00:01:13] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Initializing module v1_15_R1
[00:01:13] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Module initialized
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Morphs disabled.
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Hooked into PlaceholderAPI
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: Hooked into Vault for economy: Essentials Economy
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]:
[00:01:14] [Server thread/WARN]: [AutoSaveWorld] Loaded class be.isach.ultracosmetics.util.UpdateManager from UltraCosmetics v2.5.7 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:14] [Server thread/WARN]: [AutoSaveWorld] Plugin UltraCosmetics attempted to establish connection https://api.spiget.org/v2/resources/10905/versions?size=1&sort=-id in main server thread
[00:01:14] [Server thread/WARN]: [AutoSaveWorld] Plugin UltraCosmetics attempted to establish connection socket://api.spiget.org:443 in main server thread
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
[00:01:14] [Server thread/INFO]: 02/26/2020 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[00:01:14] [Server thread/INFO]: [GCore] Enabling GCore v7.12.0
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Loaded config.yml
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Using locale en_US (with default backup en_US)
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Loaded 163 texts
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Registered data manager (using JSON)
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Created npc protocols compatibility for version 1.15
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Enabled NPC manager with ProtocolLib
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Loaded npc data 1
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Allowing update check : false
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Detected server version : 1.15
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Detected server implementation : PAPERSPIGOT - this implementation isn't officially supported and plugins might not work as expected
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Created compatibility for version 1.15
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Initialized economy handler with Vault
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Initialized permission handler with Vault
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Not integrating HeadDatabase (not installed)
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Registered PlaceholderAPI integration
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: Integrated PlaceholderAPI
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Successfully enabled
[00:01:14] [Server thread/INFO]: [GCore] DEBUG: Using metrics : yes
[00:01:14] [Server thread/INFO]: [GCore] SUCCESS: GCore v7.12.0 is now enabled (took 188ms) !
[00:01:14] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[00:01:14] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[00:01:14] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
[00:01:14] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[00:01:14] [Server thread/INFO]: [WorldGuard] (city) Blacklist loaded with 5 entries.
[00:01:14] [Server thread/INFO]: [WorldGuard] (city) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (city) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (city) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (city) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'city'
[00:01:14] [Server thread/INFO]: [WorldGuard] (Lounge) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (Lounge) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (Lounge) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (Lounge) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lounge'
[00:01:14] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
[00:01:14] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
[00:01:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
[00:01:14] [Server thread/INFO]: [WorldGuard] Loading region data...
[00:01:14] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-b459
[00:01:14] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-b459] enabled.
[00:01:14] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.1.4
[00:01:14] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
[00:01:14] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
[00:01:14] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
[00:01:14] [Server thread/WARN]: [PlayerVaults] Loaded class me.realized.tokenmanager.api.TokenManager from TokenManager v3.2.4 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:14] [Server thread/INFO]: [MaintenanceSpigot] Enabling MaintenanceSpigot v3.0.3
[00:01:14] [Server thread/INFO]: [MaintenanceSpigot] Plugin by KennyTV
[00:01:14] [Server thread/WARN]: [MaintenanceSpigot] Found ProtocolSupport - switching to ProtocolLib packet adapter, as PS does not fire Paper's ping event
[00:01:14] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.1
[00:01:14] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[00:01:14] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.2-b107
[00:01:14] [Server thread/INFO]: | Command file(s) found : 1
[00:01:14] [Server thread/INFO]: | Config : Ready.
[00:01:14] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
[00:01:14] [Server thread/INFO]: | Custom commands loaded : 17
[00:01:14] [Server thread/INFO]: | Version: 5.6.1
[00:01:14] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[00:01:15] [Server thread/INFO]: | You are running the latest version of MyCommand.
[00:01:15] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
[00:01:15] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.18.1
[00:01:15] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[00:01:15] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[00:01:15] [Server thread/INFO]: --------------------
[00:01:15] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Check out CoreEdit!
[00:01:15] [Server thread/INFO]: [CoreProtect] Download: www.coreedit.net/download/
[00:01:15] [Server thread/INFO]: --------------------
[00:01:15] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.15.0
[00:01:15] [Server thread/INFO]: [boosCooldowns] version 3.15.0 by [LordBoos (boosik)] is enabled!
[00:01:15] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
[00:01:15] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
[00:01:15] [Server thread/INFO]: [boosCooldowns] [boosCooldowns] Hooked server version v1_15_R1
[00:01:15] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.24.0
[00:01:15] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading itemStackSizeCappedAt > 3 (config.yml), item not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy1, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy2, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy3, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy4, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy5, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy6, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy7, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy8, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy9, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell1, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell2, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell3, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell4, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell5, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell6, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell7, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell8, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell9, button not loaded: Invalid or no material name specified
[00:01:15] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading sounds (config.yml), no sounds loaded
[00:01:15] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
[00:01:15] [Server thread/INFO]: [Wild] Enabling Wild v2.15-a6aebd3
[00:01:15] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.53
[00:01:15] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[00:01:15] [Server thread/INFO]: [Essentials] No kits found to migrate.
[00:01:15] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[00:01:15] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[00:01:15] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[00:01:15] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
[00:01:15] [Server thread/INFO]: [Essentials] Using locale en
[00:01:15] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[00:01:15] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
[00:01:15] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[00:01:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[00:01:15] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v4.20.26
[00:01:15] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.egg82.ae.services.GameAnalyticsErrorHandler from AdvancedEnchantments v4.20.26 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:15] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedEnchantments attempted to establish connection https://api.gameanalytics.com/v2/ed78eb811f8f607906e21a09947c0487/init in main server thread
[00:01:15] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedEnchantments attempted to establish connection socket://api.gameanalytics.com:443 in main server thread
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] [ACF] Enabled Asynchronous Tab Completion Support!
[00:01:16] [Server thread/INFO]: [me.egg82.ae.utils.ConfigurationFileUtil] [AdvancedEnchantments] Enabling loot table modifications.
[00:01:16] [Server thread/INFO]: [me.egg82.ae.utils.ConfigurationFileUtil] [AdvancedEnchantments] Adding custom enchants to loot tables with a 0.045% chance.
[00:01:16] [Server thread/INFO]: [me.egg82.ae.utils.ConfigurationFileUtil] [AdvancedEnchantments] Adding custom curses to loot tables with a 0.126% chance.
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] Plan was not found. Support for it has been disabled.
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] Enabling support for ProtocolLib
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] Towny was not found. Support for it has been disabled.
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] Enabled
[00:01:16] [Server thread/INFO]: [AdvancedEnchantments] [Version 4.20.26] [2 Commands] [73 Events] [10 Tasks]
[00:01:16] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v2.2.2
[00:01:16] [Server thread/INFO]: [BannerMaker] Language: en
[00:01:16] [Server thread/INFO]: [BannerMaker] Vault dependency found! Enable economy supported
[00:01:16] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1812)
[00:01:16] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.4
[00:01:16] [Server thread/INFO]: [CustomGUI] Enabling CustomGUI v2.4.6
[00:01:16] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.jacobculley.customgui.CustomGUI from CustomGUI v2.4.6 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:16] [Server thread/WARN]: [AutoSaveWorld] Plugin CustomGUI attempted to establish connection https://api.spigotmc.org/legacy/premium.php?user_id=20932&resource_id=7386once=1397702518 in main server thread
[00:01:16] [Server thread/WARN]: [AutoSaveWorld] Plugin CustomGUI attempted to establish connection socket://api.spigotmc.org:443 in main server thread
[00:01:17] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into Vault
[00:01:17] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into PlaceholderAPI
[00:01:17] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into TokenManager
[00:01:17] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.53
[00:01:17] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.113
[00:01:17] [Server thread/INFO]: [mcMMO] enabling Acrobatics Skills
[00:01:17] [Server thread/INFO]: [mcMMO] registered subskill: Roll
[00:01:17] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_en_US.properties
[00:01:18] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[00:01:18] [Server thread/INFO]: [ProtocolSupportStuff] Enabling ProtocolSupportStuff v2.0.0
[00:01:18] [Server thread/INFO]: [ProtocolSupportStuff] [ACF] Enabled Asynchronous Tab Completion Support!
[00:01:18] [Server thread/INFO]: [ProtocolSupportStuff] [ACF] Minecraft Version: 1.15
[00:01:18] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
[00:01:18] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[00:01:18] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[00:01:18] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[00:01:18] [Server thread/INFO]: [ProCosmetics] Enabling ProCosmetics v10.2
[00:01:18] [Server thread/INFO]: [ProCosmetics] Initializing...
[00:01:18] [Server thread/INFO]: [ProCosmetics] Initializing ConfigManager...
[00:01:18] [Server thread/INFO]: [ProCosmetics] Initializing MenuManager...
[00:01:18] [Server thread/INFO]: [ProCosmetics] Connecting to the MySQL Database...
[00:01:18] [Server thread/WARN]: [AutoSaveWorld] Loaded class sv.file14.procosmetics.Core from ProCosmetics v10.2 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:18] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.d - HikariPool-1 - Starting...
[00:01:18] [Server thread/WARN]: [AutoSaveWorld] Plugin ProCosmetics attempted to establish connection socket://34.89.217.52:3306 in main server thread
[00:01:18] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.d - HikariPool-1 - Start completed.
[00:01:19] [Server thread/INFO]: [ProCosmetics] Successfully connected to the MySQL storage!
[00:01:19] [Server thread/INFO]: [ProCosmetics] Initializing TreasureChestManager...
[00:01:19] [Server thread/INFO]: [ProCosmetics] Registering Events...
[00:01:19] [Server thread/INFO]: [ProCosmetics] Hooking into PlaceholderAPI...
[00:01:19] [Server thread/INFO]: [ProCosmetics] Initializing Cosmetics...
[00:01:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2502506a1ae526df46c101156389ed9eebc196e5)
[00:01:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
[00:01:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Need a server host? Try PebbleHost! Plans starting at $1/GB!
[00:01:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
[00:01:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
[00:01:19] [Server thread/INFO]: [ProCosmetics] Initialized!
[00:01:19] [Server thread/INFO]: [SpecializedCrates] Enabling SpecializedCrates v2.1
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: RoyalCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: MVPCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: EliteCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: BasicCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: UltimateCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: VIPCrate
[00:01:19] [Server thread/INFO]: + Success: there were no issues.
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]:
[00:01:19] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
[00:01:20] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
[00:01:20] [Server thread/INFO]: [CitizensCMD] Using English messages!
[00:01:20] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[00:01:20] [Server thread/INFO]: [CitizensCMD] Using Vault!
[00:01:20] [Server thread/WARN]: [AutoSaveWorld] Loaded class me.mattstudios.citizenscmd.updater.SpigotUpdater from CitizensCMD v2.4 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:20] [Server thread/WARN]: [AutoSaveWorld] Plugin CitizensCMD attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=30224 in main server thread
[00:01:20] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.0.2
[00:01:20] [Server thread/INFO]: [AuctionHouse] Opening database
[00:01:20] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_15_R1
[00:01:20] [Server thread/INFO]: [AuctionHouse] Enabling DiscordSRV support
[00:01:20] [Server thread/INFO]: [Factions] Enabling Factions v3.2.3
[00:01:20] [Server thread/INFO]: [Factions 3.2.3] === ENABLE START ===
[00:01:20] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[00:01:20] [Server thread/INFO]: [Factions 3.2.3] Activated FactionColl
[00:01:20] [Server thread/WARN]: [MassiveCore] Loaded class com.massivecraft.factions.Perm from Factions v3.2.3 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:20] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[00:01:20] [Server thread/WARN]: [Factions] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.4 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:20] [Server thread/INFO]: [Factions 3.2.3] Integration Activated IntegrationPlaceholderAPI
[00:01:20] [Server thread/INFO]: [Factions 3.2.3] Integration Activated IntegrationWorldGuard
[00:01:20] [Server thread/INFO]: [Factions 3.2.3] === ENABLE COMPLETE (Took 370ms) ===
[00:01:20] [Server thread/INFO]: [JupiterCore] Enabling JupiterCore v1.2.2
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]: > Plugin: JupiterCore
[00:01:20] [Server thread/INFO]: > Author: Jupiter-44
[00:01:20] [Server thread/INFO]: > Version: 1.2.2
[00:01:20] [Server thread/INFO]: > Server version: V1_15_R1 / OK!
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]: > WorldGuard: Success!
[00:01:20] [Server thread/INFO]: > Vault: Success!
[00:01:20] [Server thread/INFO]: > MythicMobs: Not found.
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 28 ms! ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.2.1
[00:01:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.53
[00:01:20] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.1
[00:01:20] [Server thread/INFO]: [SlotMachineGUI] Enabling SlotMachineGUI v2.0.1
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]: > Plugin: SlotMachineGUI
[00:01:20] [Server thread/INFO]: > Author: NightExpress
[00:01:20] [Server thread/INFO]: > Version: 2.0.1
[00:01:20] [Server thread/INFO]: > Powered by: Jupiter-Core
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]: > PlaceholderAPI: Success!
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Loading Data ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]: [SlotMachineGUI/INFO] Storage type: SQLite
[00:01:20] [Server thread/INFO]: > Registered currency type: EXP
[00:01:20] [Server thread/INFO]: > Registered currency type: ITEM
[00:01:20] [Server thread/INFO]: > Registered currency type: VAULT
[00:01:20] [Server thread/INFO]: > Templates Loaded: 2
[00:01:20] [Server thread/INFO]: > Machines Loaded: 3
[00:01:20] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 29 ms! ]-=-=-=-=-=-=-
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]:
[00:01:20] [Server thread/INFO]: [ChatControl] Enabling ChatControl v8.5.9
[00:01:20] [Server thread/WARN]: [AutoSaveWorld] Loaded class org.mineacademy.chatcontrol.final.nul. .CoM2 from ChatControl v8.5.9 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:20] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatControl attempted to establish connection https://api.spigotmc.org/legacy/premium.php?user_id=57112&resource_id=10258once=-571237132 in main server thread
[00:01:20] [Server thread/INFO]: _____ _ _ _____ _ _ +
[00:01:20] [Server thread/INFO]: / ____| | | | / ____| | | | |
[00:01:20] [Server thread/INFO]: | | | |__ __ _| |_| | ___ _ __ | |_ _ __ ___ | |
[00:01:20] [Server thread/INFO]: | | | '_ \ / _` | __| | / _ \| '_ \| __| '__/ _ \| |
[00:01:20] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
[00:01:20] [Server thread/INFO]: \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_| \___/|_|
[00:01:20] [Server thread/INFO]:
[00:01:21] [Server thread/INFO]: Registering commands...
[00:01:21] [Server thread/INFO]: Command /ignore already used by Essentials, we take it over...
[00:01:21] [Server thread/INFO]: Command /me already used by Essentials, we take it over...
[00:01:21] [Server thread/INFO]:
[00:01:21] [Server thread/INFO]: Loaded 15 chat, 4 global, 2 command, 1 book an rules
[00:01:21] [Server thread/INFO]: Hooked into: DiscordSRV
[00:01:21] [Server thread/WARN]: [ChatControl] Loaded class com.gmail.nossr50.events.chat.McMMOPartyChatEvent from mcMMO v2.1.113 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]:
[00:01:21] [Server thread/INFO]: ChatControl loaded. Chat now controls.
[00:01:21] [Server thread/INFO]: ______________________________________________________________
[00:01:21] [Server thread/INFO]: [DiscordSRV] API listener org.mineacademy.chatcontrol.lib.fo.model.LpT7$protected subscribed (1 methods)
[00:01:21] [Server thread/INFO]: [mccombatlevel] Enabling mccombatlevel v2.1.2
[00:01:21] [Server thread/INFO]: [TAB] Enabling TAB v2.6.4
[00:01:21] [Server thread/INFO]: [TAB] Server version: 1.15.2 (v1_15_R1)
[00:01:21] [Server thread/INFO]: [TAB] You are using old bossbar config, please make a backup of the file and delete it to get new file.
[00:01:21] [Server thread/INFO]: [TAB] There were 1 startup warnings.
[00:01:21] [Server thread/INFO]: [TAB] Enabled in 198ms
[00:01:21] [Server thread/INFO]: [MorphRedeem] Enabling MorphRedeem v1.2.0
[00:01:21] [Server thread/INFO]: [----------[MorphRedeem]----------]
[00:01:21] [Server thread/INFO]: Version: 1.2.0
[00:01:21] [Server thread/INFO]: Config: Loading config.
[00:01:21] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[00:01:21] [Server thread/INFO]: Storage Type: YML
[00:01:21] [Server thread/INFO]: PlaceholderAPI: Hooked
[00:01:21] [Server thread/INFO]: Plugin Status: Enabled
[00:01:21] [Server thread/INFO]: [----------[MorphRedeem]----------]
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:The Royal Goliath(499331083318329366)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome-room(510175203540860929)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(637408949951397912)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help-room(631621792221626395)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(555164260691345428)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:community-chat(506159233339752449)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:memes(509750391500439572)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:anime-content(678750344439922698)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:free-games-and-good-discounts(509435622470057999)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:picture-time(558692533492908052)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:the-best-quotes(558323019047501824)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:self_promotion(530000504877482004)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:♬music-bot(499378005869592576)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-spam(555410063045427210)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bronze-giveaway(585177200538681349)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:silver-giveaway(585177721060065301)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:vip-giveaway(592514138488438804)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gold-giveaway(585177911456301067)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:diamond-giveaway(585178285026181172)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:platinum-giveaway(585178099113787422)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:7-days-to-die(506759737061146634)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:apex_legends(546036661352529941)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:apex_legends_news(673953507094691880)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:arma3(499335563439243275)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:cod(637398349389234176)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:cs-go(506179455769903124)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:the-division-2(680483875553935360)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:escaping-from-tarkov(668803431984791563)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:for_honor_chatroom(616684379397423104)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(639138896629989387)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:information(639139027672367104)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:recommended-files(639139366173933573)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:changelog(639139850297147392)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(639139807301206017)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:screenshots(639139831280041985)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:leo-material(639139222061842442)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:leo-chat(639139280903471144)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:g-mod(499352633786630153)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gta-v(555190644012744744)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hearts-of-iron-4(511977946391511070)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-chat(628716924750266408)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:screenshots(599308022535290908)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-chat(567362832744579082)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ideas(566583020929155092)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:reports(663404644336271369)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:idea-and-report-discussions(609298514568151040)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-changelog(564768655351611402)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:black-market(668153447790542876)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-console(567362929641521153)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:development(628956515058974728)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(628717863804469278)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-chat(624625696806797352)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ideas-and-reports(624687620554883098)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:idea-and-report-discussions(624687774116610058)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:changelog(624687437934886922)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:payday-2(510437290162782208)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:siege(499352808194310163)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:siege-news-and-discussions(509464198896549908)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:siege-tournament(646318001725112320)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:red-dead-redemption-2-online(657672232914386964)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rocket-league(506841303078928394)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust(595340156215492643)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust-memes(596640633339510824)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:overwatch(523471836768632833)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:sea-of-thieves(566294253203095552)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:story-time(579470517975646260)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gamer-tags(579646831659712517)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:titanfall-2(556203905130692618)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:american_truck_simulator(594541943963385876)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:euro_truck_simulator(594542045989830687)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:war-thunder(506177520949788685)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tournament_announcements(676436102852378624)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tournament_chat(676435155602243594)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tournament_history(676435070382374912)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:new-joiners(555172467203637258)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:game-admins(506845558112124952)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-admins🔱(499383830399156226)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin-bot-commands(558692857272074267)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:logs(569109237989507132)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:carl-bot-logs(657684118204579850)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:vip-requests(617717050625884174)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:community-suggestions(673906006723657749)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:create-ticket(611977642777772052)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-updates(611978528069779496)
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 567362929641521153
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
[00:01:21] [pool-64-thread-7/INFO]: [TAB] Version 2.6.5 is out! Your version: 2.6.4
[00:01:21] [pool-64-thread-7/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
[00:01:21] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[00:01:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.1.0-b775 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
[00:01:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.gmail.mrphpfan.mccombatlevel.McCombatLevel from mccombatlevel v2.1.2 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: combatlevel
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
[00:01:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.0.70 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[00:01:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.17.1.53 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tokenmanager
[00:01:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo
[00:01:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[00:01:21] [Server thread/INFO]: Done (14.767s)! For help, type "help"
[00:01:21] [Server thread/INFO]: Timings Reset
[00:01:21] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
[00:01:21] [Craft Scheduler Thread - 17/INFO]: [GCore] DEBUG: Loaded StatisticsBoard for GDataManager (took 0 ms)
[00:01:21] [Craft Scheduler Thread - 17/INFO]: [GCore] DEBUG: Initialized StatisticsBoard for GDataManager (took 0 ms)
[00:01:21] [Craft Scheduler Thread - 18/INFO]: [GCore] DEBUG: Initialized UserBoard for GDataManager (took 9 ms)
[00:01:21] [Server thread/INFO]: [AngelChest] Checking for available updates...
[00:01:21] [Craft Scheduler Thread - 21/INFO]: [mcMMO] Cleaned backup files. Deleted 2 of 46 files.
[00:01:21] [Craft Scheduler Thread - 15/INFO]: [GCore] DEBUG: Loaded DataProfileBoard for GDataManager (took 63 ms)
[00:01:21] [Craft Scheduler Thread - 15/INFO]: [GCore] DEBUG: Initialized DataProfileBoard for GDataManager (took 66 ms)
[00:01:21] [Craft Scheduler Thread - 20/INFO]: [ProCosmetics] There is a newer verison available for ProCosmetics! You're at 10.2 and the latest release is 10.4.
[00:01:21] [Craft Scheduler Thread - 9/WARN]: [✖] Couldn't connect to Update Data.
[00:01:21] [Craft Scheduler Thread - 26/INFO]: A new version of ChatControl is available.
[00:01:21] [Craft Scheduler Thread - 26/INFO]: Current version: 8.5.9; New version: 8.6.4
[00:01:21] [Craft Scheduler Thread - 26/INFO]: URL: https://www.spigotmc.org/resources/10258/.
[00:01:22] [Server thread/INFO]: [AngelChest] You are using the latest version of AngelChest.
[00:01:22] [Craft Scheduler Thread - 9/WARN]: [✖] Couldn't connect to Update Data.
[00:01:22] [Craft Scheduler Thread - 9/INFO]: LagAssist » You are up to date with LagAssist.
[00:01:22] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
[00:01:22] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[00:01:22] [Server thread/WARN]: [MassiveCore] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Citizens Compatibility v14.26'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Parties Compatibility v14.2'
[00:01:22] [Server thread/INFO]: [CombatLogX - Parties Compatibility] Parties is not installed, automatically disabling...
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Newbie Helper v14.5'
[00:01:22] [Craft Scheduler Thread - 25/INFO]:
[00:01:22] [Craft Scheduler Thread - 12/INFO]: [TokenManager] No updates were available. You are on the latest version!
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'NotCombatLogX v14.4'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Placeholder Compatibility v14.4'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Notifier v14.15'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v14.13'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Cheat Prevention v14.16'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Factions Compatibility v14.5'
[00:01:22] [Server thread/INFO]: [CombatLogX]
[00:01:22] [Server thread/INFO]: [CombatLogX] Successfully enabled 8 expansions
[00:01:23] [Thread-45/INFO]: --------------------
[00:01:23] [Thread-45/INFO]: [CoreProtect] Version 2.18.2 is now available.
[00:01:23] [Thread-45/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
[00:01:23] [Thread-45/INFO]: [CoreProtect] Sponsor: www.hosthorde.com
[00:01:23] [Thread-45/INFO]: --------------------
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support!
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items!
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 52 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 20 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'oresandgems' with 9 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'toolsandweapons' with 22 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armour' with 21 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farmingmobdrops' with 41 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'brewing' with 18 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellanous' with 26 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 15 items.
[00:01:23] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 224 items!
[00:01:23] [Server thread/INFO]: [Citizens] Loaded 12 NPCs.
[00:01:23] [Server thread/INFO]: Removing data for Comrad_Wolfy
[00:01:23] [Server thread/INFO]: Removing data for Michizuri
[00:01:23] [Server thread/INFO]: Removing data for Trabeth_Lathergo
[00:01:23] [Server thread/INFO]: Removing data for the_jevry
[00:01:23] [Server thread/INFO]: Removing data for DrRubberDucky
[00:01:23] [Server thread/INFO]: Removing data for TheWarrio332
[00:01:23] [Server thread/INFO]: Cleared data.db of 6 inactive players.
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX] Checking for updates using the Spigot API...
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX] ==============================================
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX] CombatLogX Update Checker
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX]
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX] You are using the latest version!
[00:01:23] [Craft Scheduler Thread - 16/INFO]: [CombatLogX] ==============================================
[00:01:42] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 167 placeholder expansions are available on the cloud.
[00:01:42] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 3 installed expansions have updates available.
[01:00:21] [Server thread/INFO]: Removed 0/17 (0.00%) entities from factions_mplayer took 9563.82ms.
[02:06:46] [LoginProcessingThread/INFO]: UUID of player Trabeth_Lathergo is d09928f2-b799-47a0-aefc-adae60624e32
[02:06:47] [Server thread/INFO]: Trabeth_Lathergo[/107.197.53.149:51207] logged in with entity id 117 at ([world]-576.0522870319514, 77.0, 480996.04043731943)
[02:06:47] [Server thread/INFO]: [!] [Trusted] Trabeth joined the server
[02:06:48] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[02:11:21] [DiscordSRV - Channel Topic Updater/WARN]: [DiscordSRV] Loaded class de.myzelyam.api.vanish.VanishAPI from SuperVanish v6.1.3 which is not a depend, softdepend or loadbefore of this plugin.
[02:13:06] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:06] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:06] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:06] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:14] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:14] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:14] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:15] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:15] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:15] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:17] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:17] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:17] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:18] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:18] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:18] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:28] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:28] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:28] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:28] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:13:28] [Server thread/WARN]: a0976b33-8cf5-47f8-9f60-9f8cdf53e5ac (vehicle of Trabeth_Lathergo) moved wrongly!
[02:15:23] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[02:16:22] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[02:16:36] [Server thread/INFO]: Trabeth_Lathergo issued server command: /back
[02:18:30] [Server thread/INFO]: [ProtocolLib] The updater found an update, and has readied it to be loaded the next time the server restarts/reloads.
[02:21:28] [Server thread/INFO]: Trabeth_Lathergo issued server command: /home home
[02:21:38] [Server thread/INFO]: Trabeth_Lathergo issued server command: /home home
[02:22:14] [Server thread/INFO]: Trabeth_Lathergo issued server command: /back
[02:22:39] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[02:22:43] [Server thread/INFO]: [ShopGUIPlus] Trabeth_Lathergo bought 1 x Shears for 21$ from toolsandweapons shop
[02:24:30] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[02:24:33] [Server thread/INFO]: [ShopGUIPlus] Trabeth_Lathergo bought 1 x Diamond Shovel for 57$ from toolsandweapons shop
[02:32:20] [Server thread/INFO]: Trabeth_Lathergo issued server command: /home home
[02:35:41] [Server thread/INFO]: Trabeth_Lathergo issued server command: /back
[02:38:52] [Server thread/INFO]: Trabeth_Lathergo issued server command: /home home
[02:44:22] [Server thread/INFO]: Trabeth_Lathergo issued server command: /f map
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29972].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29971].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29971].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29971].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29971].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29971].
[02:52:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29971].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-55, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29970].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29969].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-55, 29969].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29969].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29969].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29969].
[02:52:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29969].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-55, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29968].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29967].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29967].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29967].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29967].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29967].
[02:52:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29967].
[02:52:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29966].
[02:52:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29966].
[02:52:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29966].
[02:52:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29966].
[02:52:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29966].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29965].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29965].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29965].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29965].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29965].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29964].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29964].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29964].
[02:52:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29964].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29963].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29963].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29963].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29963].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29962].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29962].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29962].
[02:52:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-52, 29962].
[02:52:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29960].
[02:52:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29959].
[02:52:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29958].
[02:52:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29958].
[02:52:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29958].
[02:52:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29958].
[02:52:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29958].
[02:54:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-70, 29955].
[02:54:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-72, 29954].
[02:56:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-75, 29954].
[02:56:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-74, 29954].
[02:56:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-73, 29954].
[02:56:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-76, 29954].
[02:56:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-73, -1] ] for chunk [-77, 29954].
[02:56:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-78, -1] ] for chunk [-78, 29954].
[02:57:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-65, 29929].
[02:57:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-64, 29929].
[02:57:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-67, 29929].
[02:57:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-66, 29929].
[02:57:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-68, 29929].
[02:57:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-65, 29928].
[02:57:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-64, 29928].
[02:57:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-68, 29928].
[02:57:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-67, 29928].
[02:57:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-66, 29928].
[02:59:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-65, 29927].
[02:59:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Stronghold @ [-65, -1] ] for chunk [-64, 29927].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29924].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29924].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29924].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29924].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29924].
[02:59:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29924].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29923].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29923].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29923].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29923].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29923].
[02:59:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29923].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29922].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29921].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29921].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29921].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29921].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29921].
[02:59:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29921].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29920].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29919].
[02:59:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29919].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29918].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29917].
[02:59:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29917].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29916].
[02:59:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29916].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29915].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29914].
[02:59:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29914].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-59, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-58, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-57, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-61, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-60, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29913].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29912].
[02:59:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29912].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-59, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-58, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29911].
[02:59:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29911].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29910].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29909].
[02:59:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29909].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29908].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29907].
[02:59:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29907].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Igloo @ [-61, -1] ] for chunk [-61, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29906].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29905].
[02:59:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29905].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29904].
[02:59:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29904].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29903].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29902].
[02:59:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29902].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29901].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29900].
[02:59:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29900].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29899].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-47, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29898].
[02:59:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29898].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29897].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29896].
[02:59:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29896].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29895].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29894].
[02:59:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29894].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29893].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29892].
[02:59:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29892].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29891].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29890].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29890].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29890].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29890].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29890].
[02:59:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29890].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29889].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29888].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29888].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29888].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29888].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29888].
[02:59:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29888].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29887].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29886].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29886].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29886].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29886].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29886].
[02:59:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29886].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29885].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29885].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29885].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29885].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29885].
[02:59:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29885].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29882].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29881].
[02:59:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29881].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29885].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29886].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29880].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29887].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29888].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29889].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29894].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29892].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29893].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29891].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29890].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29879].
[02:59:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29879].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29878].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29877].
[02:59:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29877].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29876].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29875].
[02:59:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29875].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29874].
[02:59:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29874].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29873].
[02:59:30] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-54, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-59, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-58, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-57, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-62, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-61, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-60, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-59, -1] ] for chunk [-63, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29872].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29871].
[02:59:31] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29870].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29869].
[02:59:32] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29869].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29868].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-65, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-64, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-63, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-62, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-61, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-60, 29867].
[02:59:33] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-62, -1] ] for chunk [-66, 29867].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29863].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29862].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29855].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29855].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29855].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29855].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29856].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29856].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29856].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29856].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29857].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29857].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29857].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29857].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29858].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29858].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29858].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29858].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29859].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29859].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29859].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29860].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29860].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29860].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29861].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29861].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29861].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29861].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29861].
[02:59:36] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29861].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29861].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29861].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29861].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29860].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29860].
[02:59:37] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29860].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29859].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29859].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29859].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29858].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29858].
[02:59:38] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29858].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29857].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29857].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29857].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29856].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29856].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29856].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29848].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29848].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29848].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29848].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29848].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29849].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29849].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29849].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29849].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29849].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29850].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29850].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29850].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29850].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29850].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29851].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29851].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29851].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29851].
[02:59:39] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29851].
[02:59:40] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29855].
[02:59:40] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29855].
[02:59:40] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29855].
[02:59:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29851].
[02:59:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29851].
[02:59:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29851].
[02:59:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29851].
[02:59:42] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29851].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29850].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29850].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29850].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29850].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29850].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29849].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29849].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29849].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29849].
[02:59:43] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29849].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29848].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29848].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29848].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29848].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29848].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29847].
[02:59:44] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29847].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29846].
[02:59:45] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29846].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29845].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-60, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-59, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-58, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-57, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-56, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-62, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-61, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-65, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-64, 29844].
[02:59:46] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-60, -1] ] for chunk [-63, 29844].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29843].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Igloo @ [-51, -1] ] for chunk [-51, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29842].
[02:59:47] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29842].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29841].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29840].
[02:59:48] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29840].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29840].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29840].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29842].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29841].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29840].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29839].
[02:59:49] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29839].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29838].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29837].
[02:59:50] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29837].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29837].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29837].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29836].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29835].
[02:59:51] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29835].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29835].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29835].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29835].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29835].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29834].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-64, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-63, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-62, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-61, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-60, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-67, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-66, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-64, -1] ] for chunk [-65, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29833].
[02:59:52] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29833].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29833].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29832].
[02:59:53] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29832].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29831].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-64, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-63, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-62, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-61, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-53, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29830].
[02:59:54] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29830].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-62, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-61, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-64, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-63, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29829].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-63, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-62, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-61, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-64, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29828].
[02:59:55] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29828].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-51, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-50, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-49, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-57, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-56, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-55, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-54, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-64, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-63, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-62, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-62, -1] ] for chunk [-61, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-59, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-53, -1] ] for chunk [-58, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29827].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29826].
[02:59:56] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29826].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-64, -1] ] for chunk [-64, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29825].
[02:59:57] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29825].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-64, -1] ] for chunk [-64, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29824].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29823].
[02:59:58] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29823].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29822].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-64, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-63, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-62, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-61, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-60, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-59, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-58, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-66, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-65, 29821].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-46, -1] ] for chunk [-46, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-44, -1] ] for chunk [-45, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29813].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-46, -1] ] for chunk [-46, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-44, -1] ] for chunk [-45, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29814].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-60, -1] ] for chunk [-61, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-60, -1] ] for chunk [-60, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29815].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29816].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29817].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29818].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29819].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29820].
[02:59:59] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29820].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-63, -1] ] for chunk [-67, 29821].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29812].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-59, -1] ] for chunk [-59, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-51, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-51, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-50, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-49, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-48, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-47, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-46, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-45, 29811].
[03:00:00] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29811].
[03:00:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29810].
[03:00:01] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-59, -1] ] for chunk [-59, 29810].
[03:00:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29809].
[03:00:02] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29808].
[03:00:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29807].
[03:00:03] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29806].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29805].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29805].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29805].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29805].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29805].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29804].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29804].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29804].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29804].
[03:00:04] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29804].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29803].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29803].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29803].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29803].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29803].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29811].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29802].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29802].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29802].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29802].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29802].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29810].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29810].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29810].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29810].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29810].
[03:00:05] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29810].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-61, 29801].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29801].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29801].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29801].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29801].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29809].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29808].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29800].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29800].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29800].
[03:00:06] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29800].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29801].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29802].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29803].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29804].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29805].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-62, 29806].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29807].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29806].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29806].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29806].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29806].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-59, -1] ] for chunk [-59, 29798].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-58, -1] ] for chunk [-58, 29798].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-45, -1] ] for chunk [-45, 29798].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-44, 29811].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-44, 29811].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-44, 29812].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-44, 29812].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-44, -1] ] for chunk [-44, 29813].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-44, 29813].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-44, 29813].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-44, -1] ] for chunk [-44, 29814].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-46, -1] ] for chunk [-44, 29814].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-44, 29814].
[03:00:07] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29806].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-59, -1] ] for chunk [-59, 29797].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Ocean_Ruin @ [-58, -1] ] for chunk [-58, 29797].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29801].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29802].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29803].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29804].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-63, 29805].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-45, -1] ] for chunk [-45, 29797].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29805].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29805].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29805].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29805].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29804].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29801].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29802].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29803].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29795].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29804].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29804].
[03:00:08] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29804].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29794].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29795].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29803].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29803].
[03:00:09] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29803].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29794].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29802].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29802].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29802].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29793].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29792].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29801].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29801].
[03:00:10] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29801].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29792].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29791].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29790].
[03:00:11] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29790].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29790].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29789].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29788].
[03:00:12] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29788].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29788].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29787].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29786].
[03:00:13] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29786].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29787].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29785].
[03:00:14] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29786].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29785].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29784].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-63, -1] ] for chunk [-63, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-50, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-50, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-49, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-49, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-48, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-48, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-47, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-47, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-46, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-46, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-48, -1] ] for chunk [-45, 29783].
[03:00:15] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-45, 29783].
[03:00:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-45, -1] ] for chunk [-44, 29783].
[03:00:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-63, -1] ] for chunk [-63, 29782].
[03:00:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29781].
[03:00:16] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29781].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29781].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-44, 29781].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29780].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29779].
[03:00:17] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29779].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29779].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-64, 29778].
[03:00:18] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-63, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-64, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29778].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-64, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-64, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29777].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29776].
[03:00:19] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-65, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-65, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29776].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-66, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-66, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-45, 29775].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29774].
[03:00:20] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29774].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29775].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29775].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29776].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29776].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29777].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29778].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-68, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-67, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-67, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29772].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29773].
[03:00:21] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-69, -1] ] for chunk [-69, 29773].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29773].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29774].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29775].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29776].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-46, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-46, 29772].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29771].
[03:00:22] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-42, -1] ] for chunk [-47, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-54, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-53, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-52, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-51, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-50, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-49, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-68, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29771].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-51, -1] ] for chunk [-48, 29770].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29769].
[03:00:23] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29770].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29769].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-55, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-54, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-53, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-52, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-51, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-50, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-49, 29768].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29769].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-69, 29769].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29769].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29770].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29771].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29772].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29773].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29774].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29775].
[03:00:24] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29776].
[03:00:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-48, 29768].
[03:00:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29768].
[03:00:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29768].
[03:00:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29767].
[03:00:25] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29767].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-73, 29766].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-72, 29766].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-71, 29766].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-66, -1] ] for chunk [-70, 29766].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-51, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-50, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-49, 29764].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-74, 29765].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-73, 29765].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-72, 29765].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Shipwreck @ [-73, -1] ] for chunk [-74, 29766].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29767].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29768].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29769].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29770].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29771].
[03:00:26] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-74, 29772].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-51, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-50, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-49, 29763].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29764].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29765].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29766].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29767].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29768].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29769].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29770].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29771].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29772].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-51, 29762].
[03:00:27] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-50, 29762].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-49, 29762].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29763].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-51, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-50, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-49, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-73, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-72, 29761].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29770].
[03:00:28] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-75, 29762].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-72, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-56, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-55, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-54, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-53, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-52, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-51, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-50, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-55, -1] ] for chunk [-49, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-74, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-73, 29760].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-74, 29761].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29769].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-75, 29761].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-50, -1] ] for chunk [-47, 29768].
[03:00:29] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-75, 29760].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-76, 29760].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-76, 29761].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29762].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29763].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29764].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29765].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29766].
[03:00:34] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29767].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29768].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29769].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29770].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29771].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-76, 29772].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-77, 29760].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-75, -1] ] for chunk [-77, 29761].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29762].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29763].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29764].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29765].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29766].
[03:00:41] [Paper Async Chunk Task Thread #0/WARN]: Found invalid structure reference [ Mineshaft @ [-79, -1] ] for chunk [-77, 29767].
[03:08:48] [Server thread/INFO]: Trabeth_Lathergo issued server command: /
[03:08:52] [Server thread/INFO]: Trabeth_Lathergo issued server command: /home home
[03:10:53] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[03:10:56] [Server thread/INFO]: [ShopGUIPlus] Trabeth_Lathergo sold all 1 x Cocoa Beans for 20$ to farmingmobdrops shop
[03:17:43] [Server thread/INFO]: Trabeth_Lathergo issued server command: /shop
[03:18:46] [Server thread/INFO]: Trabeth_Lathergo lost connection: Disconnected
[03:18:46] [Server thread/INFO]: [!] [Trusted] Trabeth left the server
[08:56:35] [LoginProcessingThread/INFO]: UUID of player TheWarrio332 is 4006128f-9e13-49a6-870b-3e0b74a7ea39
[08:56:36] [Server thread/INFO]: TheWarrio332[/164.8.216.144:59445] logged in with entity id 65321 at ([world]-20558.76249998808, 7.0, 525938.4340855455)
[08:56:36] [Server thread/INFO]: [!] ✶✶ TheWarrio332 joined the server
[08:57:20] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[08:57:24] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 704 x Bone for 704$ to farmingmobdrops shop
[08:57:27] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 1000 x Arrow for 1,500$ to toolsandweapons shop
[08:57:45] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[08:57:48] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 256 x Bone for 256$ to farmingmobdrops shop
[08:57:51] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 299 x Arrow for 448.5$ to toolsandweapons shop
[08:58:22] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[08:58:25] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 1 x Chainmail Leggings for 300$ to armour shop
[09:11:48] [Server thread/INFO]: TheWarrio332 issued server command: /feed
[10:26:29] [Server thread/INFO]: TheWarrio332 issued server command: /feed
[10:26:46] [Server thread/INFO]: TheWarrio332 lost connection: Disconnected
[10:26:46] [Server thread/INFO]: [!] ✶✶ TheWarrio332 left the server
[11:26:19] [LoginProcessingThread/INFO]: UUID of player Michizuri is 5d0b3a98-4c5c-444d-aa17-067ffc0e9274
[11:26:20] [Server thread/INFO]: Michizuri[/31.30.171.238:47291] logged in with entity id 74283 at ([world]1318.8463990332011, 77.0, 487680.2541940287)
[11:26:20] [Server thread/INFO]: [!] [Elite] Shrek joined the server
[11:26:38] [Server thread/INFO]: Michizuri issued server command: /home spawner
[11:27:04] [Server thread/INFO]: Michizuri issued server command: /sethome spawner
[11:27:06] [Server thread/INFO]: Michizuri issued server command: /home spawner
[11:27:42] [Server thread/INFO]: Michizuri issued server command: /sethome spawner
[11:27:57] [Server thread/INFO]: Michizuri issued server command: /home spawner
[11:28:20] [Server thread/INFO]: Michizuri issued server command: /pv 1
[11:28:30] [Server thread/INFO]: Michizuri issued server command: /pv 1
[11:28:45] [Server thread/INFO]: Michizuri issued server command: /trash
[11:28:58] [Server thread/INFO]: Michizuri issued server command: /kits
[11:29:02] [Server thread/INFO]: CONSOLE issued server command: /eco give Michizuri 3000
[11:29:02] [Server thread/INFO]: $3,000 added to [Elite] Shrek account. New balance: $352,213.70
[11:29:02] [Server thread/INFO]: CONSOLE issued server command: /xp give Michizuri 3l
[11:29:02] [Server thread/INFO]: [Elite] Shrek now has 14,338 exp.
[11:29:02] [Server thread/INFO]: SUCCESS! Given physical key for crate: EliteCrate
[11:29:03] [Server thread/INFO]: Michizuri issued server command: /kits
[11:29:05] [Server thread/INFO]: CONSOLE issued server command: /eco give Michizuri 2000
[11:29:05] [Server thread/INFO]: $2,000 added to [Elite] Shrek account. New balance: $354,213.70
[11:29:05] [Server thread/INFO]: CONSOLE issued server command: /xp give Michizuri 2l
[11:29:05] [Server thread/INFO]: [Elite] Shrek now has 15,345 exp.
[11:29:05] [Server thread/INFO]: SUCCESS! Given physical key for crate: MVPCrate
[11:29:06] [Server thread/INFO]: Michizuri issued server command: /kits
[11:29:08] [Server thread/INFO]: CONSOLE issued server command: /eco give Michizuri 1000
[11:29:08] [Server thread/INFO]: $1,000 added to [Elite] Shrek account. New balance: $355,213.70
[11:29:08] [Server thread/INFO]: CONSOLE issued server command: /xp give Michizuri 1l
[11:29:08] [Server thread/INFO]: [Elite] Shrek now has 15,862 exp.
[11:29:08] [Server thread/INFO]: SUCCESS! Given physical key for crate: VIPCrate
[11:29:10] [Server thread/INFO]: Michizuri issued server command: /home home
[11:33:51] [Server thread/INFO]: Michizuri issued server command: /trash
[11:37:03] [Server thread/INFO]: Michizuri issued server command: /home spawner
[11:37:35] [Server thread/INFO]: Michizuri issued server command: /feed
[11:52:50] [Server thread/INFO]: Michizuri issued server command: /fix all
[11:52:51] [Server thread/INFO]: Michizuri issued server command: /feed
[12:07:50] [Server thread/INFO]: Michizuri issued server command: /fix all
[12:07:51] [Server thread/INFO]: Michizuri issued server command: /feed
[12:22:51] [Server thread/INFO]: Michizuri issued server command: /fix all
[12:22:52] [Server thread/INFO]: Michizuri issued server command: /feed
[12:37:51] [Server thread/INFO]: Michizuri issued server command: /fix all
[12:37:52] [Server thread/INFO]: Michizuri issued server command: /feed
[12:46:51] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/WARN]: [DiscordSRV] [JDA] Got disconnected from WebSocket. Attempting to resume session
[12:46:53] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Successfully resumed Session!
[12:52:18] [LoginProcessingThread/INFO]: UUID of player Comrad_Wolfy is 0461dcb4-991a-489d-b150-92cfe9b9fea4
[12:52:18] [Server thread/INFO]: Comrad_Wolfy[/89.142.144.103:52301] logged in with entity id 81317 at ([world]28477.010595161566, 65.0, 470264.05501888203)
[12:52:18] [Server thread/INFO]: [!] [VIP] Woofer joined the server
[12:52:52] [Server thread/INFO]: Michizuri issued server command: /fix all
[12:52:53] [Server thread/INFO]: Michizuri issued server command: /feed
[12:59:18] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[12:59:21] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[12:59:41] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[12:59:43] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[12:59:58] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:00:00] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:00:22] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:00:24] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:00:40] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:00:42] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:01:02] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:01:04] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2302 x Green Dye for 230.2$ to dyes shop
[13:01:32] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:01:34] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:01:48] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:01:50] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:02:08] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:02:09] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Green Dye for 230.4$ to dyes shop
[13:02:41] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:02:45] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 1285 x Green Dye for 128.5$ to dyes shop
[13:03:49] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:03:51] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Cactus for 2,304$ to farmingmobdrops shop
[13:04:11] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:04:15] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Cactus for 2,304$ to farmingmobdrops shop
[13:04:33] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:04:41] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Cactus for 2,304$ to farmingmobdrops shop
[13:05:02] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:05:04] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Cactus for 2,304$ to farmingmobdrops shop
[13:05:31] [Server thread/INFO]: Comrad_Wolfy issued server command: /shop
[13:05:33] [Server thread/INFO]: [ShopGUIPlus] Comrad_Wolfy sold all 2304 x Cactus for 2,304$ to farmingmobdrops shop
[13:07:52] [Server thread/INFO]: Michizuri issued server command: /fix all
[13:07:53] [Server thread/INFO]: Michizuri issued server command: /feed
[13:22:52] [Server thread/INFO]: Michizuri issued server command: /fix all
[13:22:53] [Server thread/INFO]: Michizuri issued server command: /feed
[13:37:53] [Server thread/INFO]: Michizuri issued server command: /fix all
[13:37:54] [Server thread/INFO]: Michizuri issued server command: /feed
[13:40:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/WARN]: [DiscordSRV] [JDA] Got disconnected from WebSocket. Attempting to resume session
[13:41:01] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Successfully resumed Session!
[13:52:53] [Server thread/INFO]: Michizuri issued server command: /fix all
[13:52:54] [Server thread/INFO]: Michizuri issued server command: /feed
[14:07:54] [Server thread/INFO]: Michizuri issued server command: /fix all
[14:07:55] [Server thread/INFO]: Michizuri issued server command: /feed
[14:18:31] [Server thread/INFO]: [ProtocolLib] The updater found an update, and has readied it to be loaded the next time the server restarts/reloads.
[14:19:51] [LoginProcessingThread/INFO]: UUID of player TheWarrio332 is 4006128f-9e13-49a6-870b-3e0b74a7ea39
[14:19:52] [Server thread/INFO]: TheWarrio332[/89.238.154.245:58501] logged in with entity id 113523 at ([world]-20558.44697831806, 7.0, 525940.0866635715)
[14:19:52] [Server thread/INFO]: [!] ✶✶ TheWarrio332 joined the server
[14:22:49] [Server thread/INFO]: Comrad_Wolfy issued server command: /home comrad_wolfy
[14:22:54] [Server thread/INFO]: Michizuri issued server command: /fix all
[14:22:55] [Server thread/INFO]: Michizuri issued server command: /feed
[14:35:42] [Server thread/INFO]: Comrad_Wolfy lost connection: Disconnected
[14:35:42] [Server thread/INFO]: [!] [VIP] Woofer left the server
[14:37:54] [Server thread/INFO]: Michizuri issued server command: /fix all
[14:37:55] [Server thread/INFO]: Michizuri issued server command: /feed
[14:52:55] [Server thread/INFO]: Michizuri issued server command: /fix all
[14:52:56] [Server thread/INFO]: Michizuri issued server command: /feed
[14:56:01] [Server thread/INFO]: TheWarrio332 issued server command: /ec
[14:59:38] [Server thread/INFO]: TheWarrio332 issued server command: /ec
[15:04:05] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:04:08] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 1003 x Bone for 1,003$ to farmingmobdrops shop
[15:04:11] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 704 x Arrow for 1,056$ to toolsandweapons shop
[15:04:29] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:04:36] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 1088 x Bone for 1,088$ to farmingmobdrops shop
[15:04:38] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 640 x Arrow for 960$ to toolsandweapons shop
[15:05:29] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:05:34] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 736 x Bone for 736$ to farmingmobdrops shop
[15:05:38] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 790 x Arrow for 1,185$ to toolsandweapons shop
[15:07:43] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:07:47] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 53 x Bone for 53$ to farmingmobdrops shop
[15:07:50] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 11 x Arrow for 16.5$ to toolsandweapons shop
[15:07:55] [Server thread/INFO]: Michizuri issued server command: /fix all
[15:07:56] [Server thread/INFO]: Michizuri issued server command: /feed
[15:12:20] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:12:33] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:12:42] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 385 x Bone for 385$ to farmingmobdrops shop
[15:12:44] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 692 x Arrow for 1,038$ to toolsandweapons shop
[15:13:07] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:13:10] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 483 x Bone for 483$ to farmingmobdrops shop
[15:13:13] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 640 x Arrow for 960$ to toolsandweapons shop
[15:14:00] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:14:05] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 784 x Bone for 784$ to farmingmobdrops shop
[15:14:08] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 576 x Arrow for 864$ to toolsandweapons shop
[15:14:13] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:14:17] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 304 x String for 106.4$ to farmingmobdrops shop
[15:14:43] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:14:48] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 64 x Bone for 64$ to farmingmobdrops shop
[15:14:50] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 256 x Arrow for 384$ to toolsandweapons shop
[15:16:00] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:16:03] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 536 x Bone for 536$ to farmingmobdrops shop
[15:16:05] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 659 x Arrow for 988.5$ to toolsandweapons shop
[15:20:22] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:20:25] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 44 x Arrow for 66$ to toolsandweapons shop
[15:20:29] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 35 x Bone for 35$ to farmingmobdrops shop
[15:21:55] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:21:58] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 64 x String for 22.4$ to farmingmobdrops shop
[15:22:06] [Server thread/INFO]: TheWarrio332 issued server command: /shop
[15:22:09] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 37 x Bone for 37$ to farmingmobdrops shop
[15:22:12] [Server thread/INFO]: [ShopGUIPlus] TheWarrio332 sold all 70 x Arrow for 105$ to toolsandweapons shop
[15:22:56] [Server thread/INFO]: Michizuri issued server command: /fix all
[15:22:57] [Server thread/INFO]: Michizuri issued server command: /feed
[15:37:56] [Server thread/INFO]: Michizuri issued server command: /fix all
[15:37:57] [Server thread/INFO]: Michizuri issued server command: /feed
[15:52:36] [Server thread/INFO]: TheWarrio332 issued server command: /feed
[15:52:56] [Server thread/INFO]: Michizuri issued server command: /fix all
[15:52:58] [Server thread/INFO]: Michizuri issued server command: /feed
[16:07:57] [Server thread/INFO]: Michizuri issued server command: /fix all
[16:07:58] [Server thread/INFO]: Michizuri issued server command: /feed
[16:22:57] [Server thread/INFO]: Michizuri issued server command: /fix all
[16:22:58] [Server thread/INFO]: Michizuri issued server command: /feed
[16:37:58] [Server thread/INFO]: Michizuri issued server command: /fix all
[16:37:59] [Server thread/INFO]: Michizuri issued server command: /feed
[16:38:25] [LoginProcessingThread/INFO]: UUID of player BKnight_ is 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:38:26] [Server thread/INFO]: [DiscordSRV] Player BKnight_ joined with silent joining permission, not sending a join message
[16:38:26] [Server thread/INFO]: BKnight_[/86.28.237.164:34059] logged in with entity id 135770 at ([world]-754.9823451027756, 214.77977126401007, 500176.0517696014)
[16:38:26] [Server thread/INFO]: [!] ✸ Knight joined the server
[16:45:27] [Server thread/INFO]: BKnight_ issued server command: /gms
[16:47:10] [Server thread/INFO]: BKnight_ issued server command: /wild reload
[16:47:14] [Server thread/INFO]: BKnight_ issued server command: /wildtp reload
[16:47:17] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:17] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:17] [Server thread/INFO]: [WildTP] Player: ✸ Knight entered a portal
[16:47:17] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:17] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:17] [Server thread/INFO]: [WildTP] Wild teleport called for BKnight_ for world world
[16:47:17] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:17] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:17] [Craft Scheduler Thread - 983/INFO]: [WildTP] java.lang.IllegalArgumentException: bound must be greater than origin
[16:47:23] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:23] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:23] [Server thread/INFO]: [WildTP] Player: ✸ Knight entered a portal
[16:47:23] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:23] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:23] [Server thread/INFO]: [WildTP] Wild teleport called for BKnight_ for world world
[16:47:23] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:23] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:23] [Craft Scheduler Thread - 981/INFO]: [WildTP] java.lang.IllegalArgumentException: bound must be greater than origin
[16:47:26] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:26] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:26] [Server thread/INFO]: [WildTP] Player: ✸ Knight entered a portal
[16:47:26] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:26] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:26] [Server thread/INFO]: [WildTP] Wild teleport called for BKnight_ for world world
[16:47:26] [Server thread/INFO]: [WildTP] Cooldown check requested for 8c8a8445-a516-4f07-8251-e58fd93f16ff
[16:47:26] [Server thread/INFO]: [WildTP] Player has bypass perms
[16:47:26] [Craft Scheduler Thread - 981/INFO]: [WildTP] java.lang.IllegalArgumentException: bound must be greater than origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment