Roastd The verdict is in. 1 crit2 warn Roast your own server

The server ran out of metaspace, not heap

1 critical, 2 warnings found. Every finding below comes from what was actually in the pasted files. Treat the fixes as suggestions: they cover the common causes, and this case may need more digging.

Paper 1.21.11-132-ver/1.21.11@c5eb079Minecraft 1.21.11

Log from mclo.gs/v3x8ERQ

What this error means, and every way to fix it →

critical

The server ran out of metaspace, not heap

Class metadata space filled up, which happens with very large modpacks or a -XX:MaxMetaspaceSize cap set too low. Remove any MaxMetaspaceSize flag from the start command, or raise it. More -Xmx does not help this one.

jump to line 628
warning

This server is issuing offline-mode identities (vojin123 got a name-derived UUID)

The UUIDs handed out at login are version 3, generated from the username instead of issued by Mojang (vojin123 was given a515ca5a-0d81-35d2-a8e5-3f0d9c2566cb). That means online-mode=false, or a proxy in front that is not forwarding real identities. Two consequences, both worse than they look. Anyone can join under any name, including your admins, because nothing checks the account. And the UUID is the player identity: flip online-mode back to true and every inventory, home, claim and permission tied to the old UUID looks lost, because the player is now a different person to the server. Set online-mode=true in server.properties before the world has history, or configure proper forwarding if a proxy is meant to be handling authentication.

jump to line 505
warning

ProtocolLib does not match this Minecraft version

ProtocolLib, or a plugin built on it, predates the Minecraft version you run. Its internals reach into server code that moved. Install the latest ProtocolLib build for your exact Minecraft version (dev builds after an update). If errors continue, the plugin using it needs updating too.

jump to line 60

The log

As received, after redaction.

  1. [20:17:22] [ServerMain/INFO]: [bootstrap] Running Java 25 (OpenJDK 64-Bit Server VM 25.0.4+7-LTS; Eclipse Adoptium Temurin-25.0.4+7) on Linux 6.8.0-124-generic (amd64)
  2. [20:17:22] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.11-132-ver/1.21.11@c5eb079 (2026-05-11T11:43:09Z) for Minecraft 1.21.11
  3. [20:17:23] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
  4. [20:17:26] [ServerMain/INFO]: [PluginInitializerManager] Initialized 43 plugins
  5. [20:17:26] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (4):
  6. - BlueSlimeCore (**.**.**.**), FancyHolograms (2.11.0+193), SmartSpawner (1.5.4), nightcore (2.16.4)
  7. [20:17:26] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (39):
  8. - AmethystTools (1.5), AnvilColors (1.0.5), AxRewards (3.9.1), AxTrade (1.27.1), Citizens (2.0.43-SNAPSHOT (build 4232)), ClearLag (3.2.2), CustomEnderChest (1.13.1), DisableElytra (1.0), DonutAuctionHouse (1.3.1), DonutHomes (1.1), DonutOrders (1.9), DonutSell (1.4), DonutShop (1.8), DonutTPA (1.1), Essentials (2.22.0), EssentialsChat (2.22.0), EssentialsSpawn (2.22.0), ExcellentCrates (6.6.1), EzRTP (3.4.3), FasterHoppers (5.1), GrimAC (2.3.74-096a4c9), KeyAllX (0.1.4), LoginSecurity (3.2.0), LuckPerms (5.5.71), Multiverse-Core (5.7.0), PlaceholderAPI (2.12.3), PlayTime (3.6), ProtocolLib (5.4.0), TAB (6.1.2), Vault (1.7.1-b91), ViaBackwards (5.11.1-SNAPSHOT), ViaVersion (5.12.0-SNAPSHOT), Vouchers (4.5.0), WorldEdit (7.4.3+7515-78babeb), WorldGuard (7.0.16+2355-f7fded2), Xshards (1.2.9), floodgate (2.2.5-SNAPSHOT (b140-8780fa4)), voicechat (2.6.21), zDiscord (1.5.0-SNAPSHOT)
  9. [20:17:35] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
  10. [20:17:39] [ServerMain/INFO]: Loaded 1470 recipes
  11. [20:17:39] [ServerMain/INFO]: Loaded 1584 advancements
  12. [20:17:39] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
  13. [20:17:40] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 800.0ms
  14. [20:17:40] [Server thread/INFO]: Starting json RPC server on 0.0.0.0:9900
  15. [20:17:40] [Server thread/INFO]: Json-RPC Management connection listening on 0.0.0.0:9900
  16. [20:17:40] [Server thread/INFO]: Starting minecraft server version 1.21.11
  17. [20:17:40] [Server thread/INFO]: Loading properties
  18. [20:17:40] [Server thread/INFO]: This server is running Paper version 1.21.11-132-ver/1.21.11@c5eb079 (2026-05-11T11:43:09Z) (Implementing API version 1.21.11-R0.1-SNAPSHOT)
  19. [20:17:41] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
  20. [20:17:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
  21. [20:17:41] [Server thread/INFO]: Using 4 threads for Netty based IO
  22. [20:17:41] [Server thread/INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
  23. [20:17:42] [Server thread/INFO]: Default game type: SURVIVAL
  24. [20:17:42] [Server thread/INFO]: Generating keypair
  25. [20:17:42] [Server thread/INFO]: Starting Minecraft server on *:59809
  26. [20:17:42] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
  27. [20:17:42] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
  28. [20:17:43] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  29. [20:18:06] [Server thread/WARN]: Legacy plugin Vault v1.7.1-b91 does not specify an api-version.
  30. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 4 libraries... please wait
  31. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
  32. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/org/joml/joml/1.10.9/joml-1.10.9.jar
  33. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/it/unimi/dsi/fastutil/8.5.16/fastutil-8.5.16.jar
  34. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/team/unnamed/mocha/3.0.0/mocha-3.0.0.jar
  35. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/org/javassist/javassist/3.30.2-GA/javassist-3.30.2-GA.jar
  36. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
  37. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Vouchers] Loading 1 libraries... please wait
  38. [20:18:07] [Server thread/INFO]: [SpigotLibraryLoader] [Vouchers] Loaded library /server/libraries/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar
  39. [20:18:08] [Server thread/INFO]: [com.artillexstudios.axtrade.libs.axapi.libraries.LibraryDownloader] Library org.apache.commons:commons-math3:3.6.1 loaded in 1ms from cache!
  40. [20:18:08] [Server thread/INFO]: [com.artillexstudios.axtrade.libs.axapi.libraries.LibraryDownloader] Library org.jspecify:jspecify:1.0.0 loaded in 0ms from cache!
  41. [20:18:08] [Server thread/INFO]: [com.artillexstudios.axtrade.libs.axapi.libraries.LibraryDownloader] Library com.google.errorprone:error_prone_annotations:2.43.0 loaded in 0ms from cache!
  42. [20:18:08] [Server thread/INFO]: [com.artillexstudios.axtrade.libs.axapi.libraries.LibraryDownloader] Library com.github.ben-manes.caffeine:caffeine:3.2.3 loaded in 1ms from cache!
  43. [20:18:08] [Server thread/WARN]: Legacy plugin PlayTime v3.6 does not specify an api-version.
  44. [20:18:08] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.12.0-SNAPSHOT
  45. [20:18:08] [Server thread/INFO]: [ViaVersion] ViaVersion 5.12.0-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
  46. [20:18:10] [Server thread/INFO]: [ViaBackwards] Loading translations...
  47. [20:18:10] [Server thread/INFO]: [ViaBackwards] Registering protocols...
  48. [20:18:11] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.5.71
  49. [20:18:11] [Server thread/INFO]: [LuckPerms] Loading configuration...
  50. [20:18:11] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.1-b91
  51. [20:18:11] [Server thread/INFO]: [Blue Slime Core] Loading server plugin BlueSlimeCore v2.9.7.482
  52. [20:18:11] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.4.3+7515-78babeb
  53. [20:18:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@35245d6c]
  54. [20:18:12] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.12.3
  55. [20:18:12] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.22.0
  56. [20:18:12] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.5-SNAPSHOT (b140-8780fa4)
  57. [20:18:13] [Server thread/INFO]: [floodgate] Took 794ms to boot Floodgate
  58. [20:18:13] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.16+2355-f7fded2
  59. [20:18:13] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.4.0
  60. [20:18:13] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.11) has not yet been tested! Proceed with caution.
  61. [20:18:14] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.16.4
  62. [20:18:14] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.11.1-SNAPSHOT
  63. [20:18:14] [Server thread/INFO]: [CoreLogging] Loading server plugin Multiverse-Core v5.7.0
  64. [20:18:14] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.22.0
  65. [20:18:14] [Server thread/INFO]: [FancyHolograms] Loading server plugin FancyHolograms v2.11.0+193
  66. [20:18:14] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.43-SNAPSHOT (build 4232)
  67. [20:18:14] [FancyLogger/INFO]: [FancyHolograms] (Server thread) INFO: Successfully loaded FancyHolograms version 2.11.0+193
  68. [20:18:14] [Server thread/INFO]: [DonutOrders] Loading server plugin DonutOrders v1.9
  69. [20:18:14] [Server thread/INFO]: [EzRTP] Loading server plugin EzRTP v3.4.3
  70. [20:18:14] [Server thread/INFO]: [TAB] Loading server plugin TAB v6.1.2
  71. [20:18:14] [Server thread/INFO]: [DonutSell] Loading server plugin DonutSell v1.4
  72. [20:18:14] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v6.6.1
  73. [20:18:14] [Server thread/INFO]: [DonutTPA] Loading server plugin DonutTPA v1.1
  74. [20:18:14] [Server thread/INFO]: [Vouchers] Loading server plugin Vouchers v4.5.0
  75. [20:18:14] [Server thread/WARN]: [Vouchers] Could not add URL to classpath using any method: file:/server/plugins/Vouchers/libs/sqlite-jdbc-3.44.1.0.jar
  76. [20:18:14] [Server thread/INFO]: [Vouchers] Loaded dependency: org.xerial:sqlite-jdbc:**.**.**.**
  77. [20:18:14] [Server thread/INFO]: [DonutAuctionHouse] Loading server plugin DonutAuctionHouse v1.3.1
  78. [20:18:14] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
  79. [20:18:14] [Server thread/INFO]: [DisableElytra] Loading server plugin DisableElytra v1.0
  80. [20:18:14] [Server thread/INFO]: [Xshards] Loading server plugin Xshards v1.2.9
  81. [20:18:14] [Server thread/INFO]: [KeyAllX] Loading server plugin KeyAllX v0.1.4
  82. [20:18:14] [Server thread/INFO]: [GrimAC] Loading server plugin GrimAC v2.3.74-096a4c9
  83. [20:18:14] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
  84. [20:18:15] [Server thread/INFO]: [packetevents] Loading packetevents...
  85. [20:18:17] [Server thread/INFO]: [packetevents] Loaded packetevents v2.13.1+4d40422-SNAPSHOT for GrimAC
  86. [20:18:17] [pool-26-thread-1/INFO]: [packetevents] Loading block mappings for V_1_21_9/20...
  87. [20:18:18] [Server thread/INFO]: [SmartSpawner] Loading server plugin SmartSpawner v1.5.4
  88. [20:18:18] [Server thread/INFO]: [DonutShop] Loading server plugin DonutShop v1.8
  89. [20:18:18] [Server thread/INFO]: [LoginSecurity] Loading server plugin LoginSecurity v3.2.0
  90. [20:18:18] [Server thread/INFO]: [AxTrade] Loading server plugin AxTrade v1.27.1
  91. [20:18:18] [Server thread/INFO]: [AxRewards] Loading server plugin AxRewards v3.9.1
  92. [20:18:18] [Server thread/INFO]: [voicechat] Loading server plugin voicechat v2.6.21
  93. [20:18:18] [Server thread/INFO]: [CustomEnderChest] Loading server plugin CustomEnderChest v1.13.1
  94. [20:18:18] [Server thread/INFO]: [AnvilColors] Loading server plugin AnvilColors v1.0.5
  95. [20:18:18] [Server thread/INFO]: [DonutHomes] Loading server plugin DonutHomes v1.1
  96. [20:18:18] [Server thread/INFO]: [PlayTime] Loading server plugin PlayTime v3.6
  97. [20:18:18] [Server thread/INFO]: [FasterHoppers] Loading server plugin FasterHoppers v5.1
  98. [20:18:18] [Server thread/INFO]: [zDiscord] Loading server plugin zDiscord v1.5.0-SNAPSHOT
  99. [20:18:18] [Server thread/INFO]: [AmethystTools] Loading server plugin AmethystTools v1.5
  100. [20:18:18] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.22.0
  101. [20:18:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  102. [20:18:18] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.5.71
  103. [20:18:18] [pool-26-thread-1/INFO]: [packetevents] Finished loading block mappings for V_1_21_9/20 in 698.987804ms
  104. [20:18:18] [Server thread/INFO]: __
  105. [20:18:18] [Server thread/INFO]: | |__) LuckPerms v5.5.71
  106. [20:18:18] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  107. [20:18:18] [Server thread/INFO]:
  108. [20:18:19] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  109. [20:18:19] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  110. [20:18:20] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  111. [20:18:20] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2439ms)
  112. [20:18:20] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
  113. [20:18:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  114. [20:18:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  115. [20:18:20] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  116. [20:18:21] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  117. [20:18:21] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.9.7.482
  118. [20:18:21] [Server thread/INFO]: [Blue Slime Core] Successfully loaded 3 language(s).
  119. [20:18:21] [Server thread/INFO]: [Blue Slime Core] Detected server as regular SpigotMC/PaperMC (not Folia)
  120. [20:18:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.4.3+7515-78babeb
  121. [20:18:21] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  122. [20:18:21] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  123. [20:18:22] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21_11.PaperweightAdapter as the Bukkit adapter
  124. [20:18:22] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.4.0
  125. [20:18:22] [Server thread/INFO]: [nightcore] Enabling nightcore v2.16.4
  126. [20:18:22] [Server thread/INFO]: [nightcore] Server version detected as 1.21.11. Using paper-bridge.
  127. [20:18:22] [Server thread/INFO]: [nightcore] Vault detected! Loading currency...
  128. [20:18:22] [Server thread/INFO]: [nightcore] Currency registered: 'vault'.
  129. [20:18:22] [Server thread/INFO]: [nightcore] Currency registered: 'xp_level'.
  130. [20:18:22] [Server thread/INFO]: [nightcore] Currency registered: 'gold'.
  131. [20:18:22] [Server thread/INFO]: [nightcore] Currency registered: 'emerald'.
  132. [20:18:22] [Server thread/INFO]: [nightcore] Currency registered: 'custom_diamond'.
  133. [20:18:23] [Server thread/INFO]: [nightcore] Time zone set as Europe/Belgrade
  134. [20:18:23] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] nightcorePool - Starting...
  135. [20:18:23] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] nightcorePool - Added connection org.sqlite.jdbc4.JDBC4Connection@53630007
  136. [20:18:23] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] nightcorePool - Start completed.
  137. [20:18:23] [Server thread/INFO]: [nightcore] Loaded 2 color schemes.
  138. [20:18:23] [Server thread/INFO]: [nightcore] Using 'custom' color scheme.
  139. [20:18:23] [Server thread/INFO]: [nightcore] Registered permissions provider: LuckPerms
  140. [20:18:23] [Server thread/INFO]: [nightcore] Registered item provider: 'vanilla'.
  141. [20:18:23] [Server thread/INFO]: [nightcore] Registered item provider: 'excellentcrates'.
  142. [20:18:23] [Server thread/INFO]: [nightcore] Registered item provider: 'excellentcrates_crate'.
  143. [20:18:23] [Server thread/INFO]: [nightcore] Registered item provider: 'excellentcrates_key'.
  144. [20:18:23] [Server thread/INFO]: [nightcore] Plugin loaded in 858 ms!
  145. [20:18:23] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.13.1
  146. [20:18:23] [Server thread/INFO]: [CustomEnderChest] Incompatible server version detected: 1.21.11 . Running into 1.16 API mode.
  147. [20:18:23] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
  148. [20:18:23] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
  149. [20:18:23] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data. IMPORTANT! We recommend MySQL.
  150. [20:18:23] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
  151. [20:18:23] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  152. [20:18:23] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  153. [20:18:23] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  154. [20:18:23] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  155. [20:18:23] [Server thread/INFO]: Preparing level "world"
  156. [20:18:24] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
  157. [20:18:24] [Server thread/INFO]: Preparing spawn area: 100%
  158. [20:18:24] [Server thread/INFO]: Prepared spawn area in 1 ms
  159. [20:18:24] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
  160. [20:18:24] [Server thread/INFO]: Prepared spawn area in 1 ms
  161. [20:18:24] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
  162. [20:18:24] [Server thread/INFO]: Prepared spawn area in 1 ms
  163. [20:18:24] [Server thread/INFO]: Done preparing level "world" (0.751s)
  164. [20:18:24] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.12.0-SNAPSHOT
  165. [20:18:24] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.11 (774)
  166. [20:18:24] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.12.3
  167. [20:18:24] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  168. [20:18:24] [Server thread/INFO]: [Essentials] Enabling Essentials v2.22.0
  169. [20:18:25] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  170. [20:18:25] [Server thread/INFO]: [Essentials] No kits found to migrate.
  171. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Serialization Provider as the provider for SerializationProvider
  172. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
  173. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper 1.13+ Tile Entity Provider as the provider for TileEntityProvider
  174. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Biome Key Provider as the provider for BiomeKeyProvider
  175. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
  176. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Material Tag Provider as the provider for MaterialTagProvider
  177. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Container Provider as the provider for ContainerProvider
  178. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
  179. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.21+ InventoryView Interface ABI Provider as the provider for InventoryViewProvider
  180. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.20.4+ Damage Event Provider as the provider for DamageEventProvider
  181. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.20.6+ Potion Meta Provider as the provider for PotionMetaProvider
  182. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.21.4+ Sync Commands Provider as the provider for SyncCommandsProvider
  183. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
  184. [20:18:25] [Server thread/INFO]: [Essentials] Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
  185. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
  186. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
  187. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
  188. [20:18:25] [Server thread/INFO]: [Essentials] Selected Legacy Biome Name Provider as the provider for BiomeNameProvider
  189. [20:18:25] [Server thread/INFO]: [Essentials] Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
  190. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Server State Provider as the provider for ServerStateProvider
  191. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
  192. [20:18:25] [Server thread/INFO]: [Essentials] Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
  193. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Tick Count Provider as the provider for TickCountProvider
  194. [20:18:25] [Server thread/INFO]: [Essentials] Selected Paper Known Commands Provider as the provider for KnownCommandsProvider
  195. [20:18:25] [Server thread/INFO]: [Essentials] Loaded 46312 items from items.json.
  196. [20:18:25] [Server thread/INFO]: [Essentials] Using locale en_US
  197. [20:18:25] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  198. [20:18:26] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  199. [20:18:26] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  200. [20:18:26] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  201. [20:18:26] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.5-SNAPSHOT (b140-8780fa4)
  202. [20:18:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.16+2355-f7fded2
  203. [20:18:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  204. [20:18:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  205. [20:18:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  206. [20:18:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  207. [20:18:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  208. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  209. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  210. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  211. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  212. [20:18:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  213. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  214. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  215. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  216. [20:18:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  217. [20:18:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  218. [20:18:27] [Server thread/INFO]: [WorldGuard] Loading region data...
  219. [20:18:27] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.11.1-SNAPSHOT
  220. [20:18:27] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v5.7.0
  221. [20:18:28] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:dragansmp'...
  222. [20:18:28] [Server thread/INFO]: Prepared spawn area in 0 ms
  223. [20:18:28] [Server thread/INFO]: [WorldGuard] (DraganSMP) TNT ignition is PERMITTED.
  224. [20:18:28] [Server thread/INFO]: [WorldGuard] (DraganSMP) Lighters are PERMITTED.
  225. [20:18:28] [Server thread/INFO]: [WorldGuard] (DraganSMP) Lava fire is PERMITTED.
  226. [20:18:28] [Server thread/INFO]: [WorldGuard] (DraganSMP) Fire spread is UNRESTRICTED.
  227. [20:18:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DraganSMP'
  228. [20:18:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: multiverse-core [5.7.0]
  229. [20:18:29] [Server thread/INFO]: [Multiverse-Core] API service loaded!
  230. [20:18:29] [Server thread/INFO]: [Multiverse-Core] Version 5.7.0 (API v5.7) Enabled - By dumptruckman, Rigby, fernferret, lithium3141, main--, benwoo1110 and Zax71
  231. [20:18:29] [Server thread/INFO]: [Multiverse-Core] Loving Multiverse-Core? Please consider supporting the project with a small donation: https://github.com/sponsors/Multiverse
  232. [20:18:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.22.0
  233. [20:18:29] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
  234. [20:18:29] [Server thread/INFO]: [FancyHolograms] Enabling FancyHolograms v2.11.0+193
  235. [20:18:29] [FancyLogger/INFO]: [FancyHolograms] (Server thread) INFO: Successfully enabled FancyHolograms version 2.11.0+193
  236. [20:18:29] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.43-SNAPSHOT (build 4232)
  237. [20:18:30] [Server thread/INFO]: [Citizens] Loaded 2 templates.
  238. [20:18:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizens [1.0.0]
  239. [20:18:30] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
  240. [20:18:30] [Server thread/INFO]: [DonutOrders] Enabling DonutOrders v1.9
  241. [20:18:30] [Server thread/INFO]: Loaded messages.yml. Total keys: 150
  242. [20:18:30] [Server thread/INFO]: [DonutOrders] Au fost incarcate 6 comenzi din data.yml.
  243. [20:18:30] [Server thread/INFO]: [DonutOrders] Activat Versiunea 1.9
  244. [20:18:30] [Server thread/INFO]: [EzRTP] Enabling EzRTP v3.4.3
  245. [20:18:30] [Server thread/WARN]: [EzRTP] No runtime module installed; using built-in Bukkit adapters.
  246. [20:18:30] [Server thread/INFO]: [EzRTP] Platform: BukkitPlatformRuntime | BukkitPlatformScheduler | BukkitChunkLoadStrategy
  247. [20:18:30] [Server thread/INFO]: [EzRTP] Adapters: GUI=BukkitPlatformGuiBridge | Messages=BukkitPlatformMessageService | Sender=BukkitPlatformSenderBridge
  248. [20:18:30] [Server thread/INFO]: [EzRTP] Economy: EssentialsX Economy (Vault)
  249. [20:18:30] [Server thread/INFO]: [EzRTP] Locale: en (69 messages)
  250. [20:18:30] [Server thread/INFO]: [EzRTP] Chunky: memory safety enabled (2407MB free, threshold 256MB)
  251. [20:18:31] [Server thread/INFO]: [EzRTP] Chunk loading: Paper async API
  252. [20:18:31] [Server thread/INFO]: [EzRTP] Metrics: bStats (https://bstats.org/plugin/bukkit/EzRTP/27735)
  253. [20:18:31] [Server thread/INFO]: [EzRTP] Ready.
  254. [20:18:31] [Server thread/INFO]: [TAB] Enabling TAB v6.1.2
  255. [20:18:31] [Server thread/INFO]: [TAB] Found NMS implementation: me.neznamy.tab.platforms.bukkit.paper_1_21_11.NMSImplementationProvider
  256. [20:18:31] [Server thread/INFO]: [TAB] [WARN] [config.yml] scoreboard: Configuration section "scoreboard" has unknown key "respect-other-plugins". Valid keys: [enabled, toggle-command, remember-toggle-choice, hidden-by-default, delay-on-join-milliseconds, scoreboards]
  257. [20:18:31] [ForkJoinPool.commonPool-worker-1/INFO]: [EzRTP] EzRTP is up to date.
  258. [20:18:31] [Server thread/INFO]: [TAB] [WARN] Found a total of 1 issues.
  259. [20:18:31] [Server thread/INFO]: [TAB] Enabled in 514ms
  260. [20:18:31] [Server thread/INFO]: [DonutSell] Enabling DonutSell v1.4
  261. [20:18:31] [Server thread/WARN]: [DonutSell] Invalid material in prices.yml: thing_banner_pattern
  262. [20:18:31] [Server thread/WARN]: [DonutSell] Invalid material in prices.yml: snout_banner_pattern
  263. [20:18:31] [Server thread/WARN]: [DonutSell] Invalid material in prices.yml: music_disc
  264. [20:18:31] [Server thread/INFO]: [DonutSell] Loaded 404 prices and 0 special prices.
  265. [20:18:31] [Server thread/INFO]: [DonutSell] Loaded 0 blacklisted items. System: ENABLED
  266. [20:18:31] [Server thread/INFO]: [DonutSell] Loaded 8 Worth filter categories.
  267. [20:18:31] [Server thread/INFO]: [DonutSell] Vault hooked successfully.
  268. [20:18:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: donutsell [1.4]
  269. [20:18:31] [Server thread/INFO]: [DonutSell] PlaceholderAPI hooked successfully.
  270. [20:18:31] [Server thread/INFO]: [DonutSell] DonutSell v1.4 enabled on Bukkit 1.21.11-R0.1-SNAPSHOT (SNAPSHOT)
  271. [20:18:31] [Server thread/INFO]: [DonutSell] Prices loaded: 404
  272. [20:18:31] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v6.6.1
  273. [20:18:31] [Server thread/INFO]: [ExcellentCrates] Powered by nightcore
  274. [20:18:32] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] ExcellentCratesPool - Starting...
  275. [20:18:32] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] ExcellentCratesPool - Added connection org.sqlite.jdbc4.JDBC4Connection@7ffc3136
  276. [20:18:32] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] ExcellentCratesPool - Start completed.
  277. [20:18:32] [Server thread/INFO]: [ExcellentCrates] Loaded 8 crate openings.
  278. [20:18:32] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crate keys.
  279. [20:18:32] [Server thread/INFO]: [ExcellentCrates] Loaded 3 rarities!
  280. [20:18:32] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
  281. [20:18:33] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crates.
  282. [20:18:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [6.6.1]
  283. [20:18:33] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 2092 ms!
  284. [20:18:33] [Server thread/INFO]: [DonutTPA] Enabling DonutTPA v1.1
  285. [20:18:34] [Server thread/INFO]: [DonutTPA] Updated config.yml with new keys and comments.
  286. [20:18:34] [Server thread/INFO]: [DonutTPA] TPA Plugin enabled!
  287. [20:18:34] [Server thread/INFO]: [Vouchers] Enabling Vouchers v4.5.0
  288. [20:18:34] [Server thread/INFO]:
  289. [20:18:34] [Server thread/INFO]: =============================
  290. [20:18:34] [Server thread/INFO]: Vouchers v4.5.0 by Tweetzy
  291. [20:18:34] [Server thread/INFO]: Developer: Kiran Hart
  292. [20:18:34] [Server thread/INFO]: [Vouchers] Initializing SQLite connection pool for Vouchers
  293. [20:18:34] [Server thread/INFO]: [ca.tweetzy.vouchers.flight.third_party.com.zaxxer.HikariDataSource] HikariPool-1 - Starting...
  294. [20:18:34] [Server thread/INFO]: [ca.tweetzy.vouchers.flight.third_party.com.zaxxer.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@ead820c
  295. [20:18:34] [Server thread/INFO]: [ca.tweetzy.vouchers.flight.third_party.com.zaxxer.HikariDataSource] HikariPool-1 - Start completed.
  296. [20:18:34] [Server thread/INFO]: [Vouchers] SQLite connection pool initialized successfully
  297. [20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: vouchers [1.0.0]
  298. [20:18:34] [Server thread/INFO]: [FlightCore] Enabling metrics for Vouchers
  299. [20:18:34] [Server thread/INFO]: =============================
  300. [20:18:34] [Server thread/INFO]:
  301. [20:18:34] [Server thread/INFO]: [DonutAuctionHouse] Enabling DonutAuctionHouse v1.3.1
  302. [20:18:34] [Server thread/INFO]: [DonutAuctionHouse] Economy linked via Vault v1.7.1-b91 using provider EssentialsX Economy.
  303. [20:18:34] [Server thread/INFO]: [io.nightbeam.donutauction.lib.hikari.HikariDataSource] DonutAuctionHousePool - Starting...
  304. [20:18:34] [Server thread/INFO]: [io.nightbeam.donutauction.lib.hikari.pool.HikariPool] DonutAuctionHousePool - Added connection org.sqlite.jdbc4.JDBC4Connection@6d649449
  305. [20:18:34] [Server thread/INFO]: [io.nightbeam.donutauction.lib.hikari.HikariDataSource] DonutAuctionHousePool - Start completed.
  306. [20:18:34] [Server thread/INFO]: [DonutAuctionHouse] DonutAuctionHouse enabled using SQLITE storage.
  307. [20:18:34] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  308. [20:18:34] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  309. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse]
  310. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse] A new version is available!
  311. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse]
  312. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse] Current Version: 1.3.1
  313. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse] Latest Version: 1.5.0
  314. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse]
  315. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse] Download:
  316. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse] https://modrinth.com/plugin/donutauction
  317. [20:18:34] [ForkJoinPool.commonPool-worker-1/INFO]: [DonutAuctionHouse]
  318. [20:18:34] [Server thread/INFO]: [ClearLag] Loading modules...
  319. [20:18:34] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (Index 3 out of bounds for length 3)
  320. [20:18:34] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  321. [20:18:34] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  322. [20:18:34] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  323. [20:18:34] [Thread-16/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
  324. [20:18:34] [Thread-16/WARN]: java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
  325. [20:18:34] [Thread-16/WARN]: at Clearlag.jar//me.minebuilders.clearlag.Util.getBukkitVersion(Util.java:105)
  326. [20:18:34] [Thread-16/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.updateAvailable(BukkitUpdater.java:32)
  327. [20:18:34] [Thread-16/WARN]: at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.run(BukkitUpdater.java:82)
  328. [20:18:34] [Thread-16/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  329. [20:18:34] [Server thread/INFO]: [DisableElytra] Enabling DisableElytra v1.0
  330. [20:18:34] [Server thread/INFO]: [Xshards] Enabling Xshards v1.2.9
  331. [20:18:34] [Server thread/INFO]: [Xshards] Successfully connected to SQLITE database
  332. [20:18:34] [Server thread/INFO]: [Xshards] Loaded AFK location from database.
  333. [20:18:34] [Server thread/INFO]: [Xshards] Loaded AFK data for 0 players.
  334. [20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: xshards [1.0]
  335. [20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: xshards [1.0]
  336. [20:18:34] [Server thread/INFO]: [Xshards] PlaceholderAPI detected. Shards placeholders registered!
  337. [20:18:34] [Server thread/INFO]: [Xshards] AFK status data has been reset on server startup.
  338. [20:18:34] [Server thread/INFO]: [Xshards] Xshards v1.2.9 has been enabled!
  339. [20:18:34] [Server thread/INFO]: [KeyAllX] Enabling KeyAllX v0.1.4
  340. [20:18:34] [Server thread/INFO]: [KeyAllX] Loading Commands
  341. [20:18:34] [Server thread/INFO]: [KeyAllX] Loaded Commands
  342. [20:18:34] [Server thread/INFO]: [KeyAllX] Loading Metrics / bStats
  343. [20:18:34] [Server thread/INFO]: [KeyAllX] Loaded Metrics / bStats
  344. [20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: keyallx [0.1.4]
  345. [20:18:34] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.74-096a4c9
  346. [20:18:34] [Server thread/INFO]: [GrimAC] Registering packets...
  347. [20:18:34] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
  348. [20:18:35] [Server thread/INFO]: Grim Version: 2.3.74-096a4c9
  349. [20:18:35] [Server thread/INFO]: [grim-datastore] [grim-datastore] SQLite engine 3.49.1 — using modern dialect
  350. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:grim_sessions (sessions): 0 migration(s)
  351. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:grim_players (players): 0 migration(s)
  352. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:grim_violations (violations): 0 migration(s)
  353. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:grim_checks (checks): 0 migration(s)
  354. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:grim_settings (settings): 0 migration(s)
  355. [20:18:35] [Server thread/INFO]: [grim-datastore] [v2-bootstrap] grim:server_startups (server_startups): 0 migration(s)
  356. [20:18:35] [Server thread/INFO]: [grim-datastore] [grim-datastore] v2 cutover complete: 1 v2 backend(s), ac.grim.grimac.internal.storage.core.V2Routes@32417c18 routes installed, 0 legacy backends
  357. [20:18:35] [Server thread/INFO]: [grim-datastore] [grim-datastore] storage startup claimed: serverName='ChangeMe' instanceId=31ec0943-1a83-4cf6-a57b-458ae9962cad startupId=6ad72cfd-1efb-484e-8a9b-fe22582cc586 fence=be038ca5-be04-40a7-9896-a2559f51d91c.
  358. [20:18:36] [Server thread/WARN]: [grim-datastore] [grim-datastore] recovered startupId=2b5c7ca8-687f-4940-a024-9714c7efbff6 serverName='ChangeMe' reason=expired-ownership and closed 4 open session(s).
  359. [20:18:36] [Server thread/WARN]: [grim-datastore] [grim-datastore] recovered 4 open session(s) after claiming storage startup
  360. [20:18:36] [Server thread/WARN]: [GrimAC] GrimAC has detected that you have installed ViaBackwards on a 1.21.2+ server.
  361. [20:18:36] [Server thread/WARN]: [GrimAC] This setup is currently unsupported and you will experience issues with older clients using vehicles.
  362. [20:18:36] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
  363. [20:18:36] [Server thread/INFO]: [GrimAC] LuckPerms detected
  364. [20:18:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: grim [2.3.74-096a4c9]
  365. [20:18:36] [Server thread/INFO]: [SmartSpawner] Enabling SmartSpawner v1.5.4
  366. [20:18:36] [Server thread/INFO]: [SmartSpawner] WorldGuard integration enabled successfully!
  367. [20:18:36] [Server thread/INFO]: [SmartSpawner] Floodgate integration initialized successfully!
  368. [20:18:36] [Server thread/INFO]: [SmartSpawner] Floodgate integration enabled successfully!
  369. [20:18:36] [Server thread/INFO]: [SmartSpawner] Running on standard Paper server.
  370. [20:18:36] [Server thread/INFO]: [SmartSpawner] Successfully connected to Vault & Economy provider: EssentialsX Economy
  371. [20:18:36] [Server thread/INFO]: [SmartSpawner] No compatible shop plugins found. Shop integration is disabled.
  372. [20:18:36] [Server thread/WARN]: [SmartSpawner] Layout 'Default' not found. Attempting to use default layout.
  373. [20:18:36] [Server thread/INFO]: [SmartSpawner] Loaded default storage layout as fallback
  374. [20:18:36] [Server thread/WARN]: [SmartSpawner] Layout 'Default' not found. Attempting to use default layout.
  375. [20:18:36] [Server thread/INFO]: [SmartSpawner] Loaded default main layout as fallback
  376. [20:18:36] [Server thread/INFO]: [SmartSpawner] FormUI components initialized successfully for Bedrock player support
  377. [20:18:36] [Server thread/INFO]: [SmartSpawner] Initial spawner load complete. Loaded: 3, Pending (missing worlds): 0
  378. [20:18:36] [Server thread/INFO]: [SmartSpawner] SmartSpawner has been enabled! (Loaded in 405ms)
  379. [20:18:36] [Server thread/INFO]: [DonutShop] Enabling DonutShop v1.8
  380. [20:18:36] [Server thread/INFO]:
  381. [20:18:36] [Server thread/INFO]: $$\ $$\ $$\
  382. [20:18:36] [Server thread/INFO]: $$ | $$ | \__|
  383. [20:18:36] [Server thread/INFO]: $$ | $$ |$$\ $$\ $$$$$$$$\ $$$$$$\ $$\
  384. [20:18:36] [Server thread/INFO]: $$$$$$$$ |$$ | $$ |\____$$ |\____$$\ $$ |
  385. [20:18:36] [Server thread/INFO]: $$ __$$ |$$ | $$ | $$$$ _/ $$$$$$$ |$$ |
  386. [20:18:36] [Server thread/INFO]: $$ | $$ |$$ | $$ | $$ _/ $$ __$$ |$$ |
  387. [20:18:36] [Server thread/INFO]: $$ | $$ |\$$$$$$ |$$$$$$$$\\$$$$$$$ |$$ |
  388. [20:18:36] [Server thread/INFO]: \__| \__| \______/ \________|\_______|\__|
  389. [20:18:36] [Server thread/INFO]:
  390. [20:18:36] [Server thread/INFO]: $$$$$$\ $$\ $$\ $$\
  391. [20:18:36] [Server thread/INFO]: $$ __$$\ $$ | $$ |\__|
  392. [20:18:36] [Server thread/INFO]: $$ / \__|$$$$$$\ $$\ $$\ $$$$$$$ |$$\ $$$$$$\
  393. [20:18:36] [Server thread/INFO]: \$$$$$$\ \_$$ _| $$ | $$ |$$ __$$ |$$ |$$ __$$\
  394. [20:18:36] [Server thread/INFO]: \____$$\ $$ | $$ | $$ |$$ / $$ |$$ |$$ / $$ |
  395. [20:18:36] [Server thread/INFO]: $$\ $$ | $$ |$$\ $$ | $$ |$$ | $$ |$$ |$$ | $$ |
  396. [20:18:36] [Server thread/INFO]: \$$$$$$ | \$$$$ |\$$$$$$ |\$$$$$$$ |$$ |\$$$$$$ |
  397. [20:18:36] [Server thread/INFO]: \______/ \____/ \______/ \_______|\__| \______/
  398. [20:18:36] [Server thread/INFO]:
  399. [20:18:36] [Server thread/INFO]: ╔══════════════════════════════════════════╗
  400. [20:18:36] [Server thread/INFO]: ║ LICENSE ACTIVATED ║
  401. [20:18:36] [Server thread/INFO]: ╠══════════════════════════════════════════╣
  402. [20:18:36] [Server thread/INFO]: ║ Key: FKWD-RV3G-SHUG-LD8S ║
  403. [20:18:36] [Server thread/INFO]: ║ Status: VALID ║
  404. [20:18:36] [Server thread/INFO]: ╚══════════════════════════════════════════╝
  405. [20:18:36] [Server thread/INFO]: Made By HuzaiDev
  406. [20:18:36] [Server thread/INFO]:
  407. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  408. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] 🔮 ꜱᴍᴀʀᴛꜱᴘᴀᴡɴᴇʀ ᴜᴘᴅᴀᴛᴇ ᴀᴠᴀɪʟᴀʙʟᴇ 🔮
  409. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  410. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner]
  411. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] 📦 ᴄᴜʀʀᴇɴᴛ ᴠᴇʀꜱɪᴏɴ: 1.5.4
  412. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] ✅ ʟᴀᴛᴇꜱᴛ ᴠᴇʀꜱɪᴏɴ: 1.8.1
  413. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner]
  414. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] 📥 ᴅᴏᴡɴʟᴏᴀᴅ ᴛʜᴇ ʟᴀᴛᴇꜱᴛ ᴠᴇʀꜱɪᴏɴ ᴀᴛ:
  415. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] https://modrinth.com/plugin/9tQwxSFr/version/1.8.1
  416. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner]
  417. [20:18:36] [ForkJoinPool.commonPool-worker-1/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  418. [20:18:36] [Server thread/INFO]: [DonutShop] DonutShop v1.8 has been enabled!
  419. [20:18:36] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.2.0
  420. [20:18:36] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
  421. [20:18:36] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
  422. [20:18:36] [Server thread/INFO]: [LoginSecurity] Registering commands...
  423. [20:18:36] [Server thread/INFO]: [LoginSecurity] Registering listeners...
  424. [20:18:36] [Server thread/WARN]: [LoginSecurity] "LoginSecurity v3.2.0" has registered a listener for org.spigotmc.event.player.PlayerSpawnLocationEvent on method "public void com.lenis0012.bukkit.loginsecurity.modules.general.PlayerListener.onPlayerSpawn(org.spigotmc.event.player.PlayerSpawnLocationEvent)", but the event is Deprecated. "Listening to this event causes the player to be created early. Using the player from this event will result in undefined behavior. Prefer AsyncPlayerSpawnLocationEvent."; please notify the authors [lenis0012].
  425. [20:18:36] [Server thread/INFO]: [LoginSecurity] Using 1.12+ map captcha renderer
  426. [20:18:36] [Server thread/INFO]: [AxTrade] Enabling AxTrade v1.27.1
  427. [20:18:37] [Server thread/INFO]: [AxTrade] Hooked into Vault!
  428. [20:18:37] [Server thread/INFO]: [AxTrade] Loaded plugin!
  429. [20:18:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: axtrade [1.27.1]
  430. [20:18:37] [Server thread/INFO]: [AxRewards] Enabling AxRewards v3.9.1
  431. [20:18:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: axrewards [1.0.0]
  432. [20:18:38] [Server thread/INFO]: [AxRewards] Hooked into PlaceholderAPI!
  433. [20:18:39] [Server thread/INFO]: [AxRewards] Loaded plugin! Using H2 database to store data!
  434. [20:18:39] [Server thread/INFO]: [voicechat] Enabling voicechat v2.6.21
  435. [20:18:39] [Server thread/INFO]: [voicechat] Initializing compatibility for version 1.21.11-R0.1
  436. [20:18:39] [Server thread/INFO]: [voicechat] Compatibility version 20
  437. [20:18:39] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
  438. [20:18:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: voicechat [2.6.21]
  439. [20:18:39] [Server thread/INFO]: [voicechat] Successfully registered PlaceholderAPI expansion
  440. [20:18:39] [Server thread/INFO]: [voicechat] Successfully added ViaVersion mappings
  441. [20:18:39] [Server thread/INFO]: [AnvilColors] Enabling AnvilColors v1.0.5
  442. [20:18:39] [Server thread/INFO]: [DonutHomes] Enabling DonutHomes v1.1
  443. [20:18:39] [Server thread/INFO]: [DonutHomes] DonutHomes enabled successfully with Priority Override!
  444. [20:18:39] [Server thread/INFO]: [PlayTime] Enabling PlayTime v3.6*
  445. [20:18:39] [Server thread/INFO]: [PlayTime] PlaceholderAPI was found! Registering Placeholders.
  446. [20:18:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playtime [3.6]
  447. [20:18:39] [Server thread/INFO]: [FasterHoppers] Enabling FasterHoppers v5.1
  448. [20:18:40] [Server thread/INFO]: [FasterHoppers] Registered 7 hopper types and 7 custom recipes.
  449. [20:18:40] [Server thread/INFO]: [zDiscord] Enabling zDiscord v1.5.0-SNAPSHOT
  450. [20:18:40] [Server thread/INFO]: [zDiscord] The plugin has started!
  451. [20:18:40] [Server thread/INFO]: [AmethystTools] Enabling AmethystTools v1.5
  452. [20:18:40] [Server thread/INFO]: _ _ _ _______ _
  453. [20:18:40] [Server thread/INFO]: /\ | | | | | |__ __| | |
  454. [20:18:40] [Server thread/INFO]: / \ _ __ ___ ___| |_| |__ _ _ ___| |_ | | ___ ___ | |___
  455. [20:18:40] [Server thread/INFO]: / /\ \ | '_ ` _ \ / _ \ __| '_ \| | | / __| __|| |/ _ \ / _ \| / __|
  456. [20:18:40] [Server thread/INFO]: / ____ \| | | | | | __/ |_| | | | |_| \__ \ |_ | | (_) | (_) | \__ \
  457. [20:18:40] [Server thread/INFO]: /_/ \_\_| |_| |_|\___|\__|_| |_|\__, |___/\__||_|\___/ \___/|_|___/
  458. [20:18:40] [Server thread/INFO]: __/ |
  459. [20:18:40] [Server thread/INFO]: |___/
  460. [20:18:40] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.22.0
  461. [20:18:40] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
  462. [20:18:40] [Server thread/INFO]: [spark] Starting background profiler...
  463. [20:18:41] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  464. [20:18:41] [Server thread/INFO]: Starting GS4 status listener
  465. [20:18:41] [Server thread/INFO]: Thread Query Listener started
  466. [20:18:41] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
  467. [20:18:41] [Server thread/INFO]: JMX monitoring enabled
  468. [20:18:41] [Server thread/INFO]: Running delayed init tasks
  469. [20:18:41] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
  470. [20:18:41] [Craft Scheduler Thread - 8 - Essentials/INFO]: [Essentials] Fetching version information...
  471. [20:18:41] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] Checking for Updates ...
  472. [20:18:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.1-b91)!
  473. [20:18:42] [Craft Scheduler Thread - 15 - FasterHoppers/INFO]: [FasterHoppers] Checking for updates... (Local: 5.1 | Remote: 5.1)
  474. [20:18:42] [Craft Scheduler Thread - 18 - Vault/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.1
  475. [20:18:42] [Craft Scheduler Thread - 18 - Vault/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
  476. [20:18:42] [Craft Scheduler Thread - 4 - DonutSell/INFO]: [DonutSell] [UpdateChecker] Up to date! (v1.4)
  477. [20:18:42] [Craft Scheduler Thread - 12 - GrimAC/INFO]: You are using the latest version of GrimAC
  478. [20:18:42] [Craft Scheduler Thread - 14 - PlayTime/INFO]: [PlayTime] Latest version is installed! - v3.6
  479. [20:18:42] [Craft Scheduler Thread - 5 - BlueSlimeCore/INFO]: [Blue Slime Core]
  480. [20:18:42] [Craft Scheduler Thread - 5 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Found a possible update for plugin 'BlueSlimeCore'.
  481. [20:18:42] [Craft Scheduler Thread - 5 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Local Version: 2.9.7.482
  482. [20:18:42] [Craft Scheduler Thread - 5 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Remote Version: 2.9.9.529
  483. [20:18:42] [Craft Scheduler Thread - 5 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Download Link: https://hangar.papermc.io/SirBlobman/BlueSlimeCore
  484. [20:18:44] [Server thread/INFO]: [Citizens] Loaded 16 NPCs.
  485. [20:18:44] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
  486. [20:18:44] [Server thread/INFO]: Done (83.116s)! For help, type "help"
  487. [20:18:44] [Server thread/INFO]: [voicechat] Loading plugins
  488. [20:18:44] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
  489. [20:18:44] [Server thread/INFO]: [voicechat] Initializing plugins
  490. [20:18:44] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
  491. [20:18:44] [Server thread/WARN]: [voicechat] Running in offline mode - Voice chat encryption is not secure!
  492. [20:18:44] [VoiceChatServerThread/INFO]: [voicechat] Voice chat server started at port 59809
  493. [20:18:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
  494. [20:18:44] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
  495. [20:18:44] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
  496. [20:18:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.2]
  497. [20:18:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.9]
  498. [20:18:44] [Server thread/INFO]: 3 placeholder hook(s) registered!
  499. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: *************************************************************************************
  500. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: You are running the latest build for your Minecraft version (1.21.11)
  501. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: However, you are 4 release(s) behind the latest stable release (26.2)!
  502. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: It is recommended that you update as soon as possible
  503. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: https://papermc.io/downloads/paper
  504. [20:18:44] [Paper Async Task Handler Thread - 1/WARN]: *************************************************************************************
  505. [20:18:49] [User Authenticator #0/INFO]: UUID of player vojin123 is a515ca5a-0d81-35d2-a8e5-3f0d9c2566cb
  506. [20:18:49] [Server thread/INFO]: [HorriblePlayerLoginEventHack] You have plugins listening to the PlayerLoginEvent, this will cause re-configuration APIs to be unavailable: [LuckPerms, LoginSecurity, ProtocolLib, WorldGuard]
  507. [20:18:51] [Server thread/WARN]: [ca.spottedleaf.moonrise.patches.chunk_system.level.entity.EntityLookup] Entity uuid already exists: 571a8a1f-419c-4b92-821d-d90ef8811c01, mapped to Creeper['Creeper'/65, uuid='571a8a1f-419c-4b92-821d-d90ef8811c01', l='ServerLevel[world]', x=180.77, y=-60.00, z=190.85, cpos=[11, 11], tl=0, v=false], can't add Creeper['Creeper'/72, uuid='571a8a1f-419c-4b92-821d-d90ef8811c01', l='ServerLevel[world]', x=182.50, y=-60.00, z=194.04, cpos=[11, 12], tl=0, v=false]
  508. [20:18:51] [User Authenticator #0/INFO]: UUID of player Milan_Playexx is f5855943-6981-39da-bbad-a228a957f88d
  509. [20:18:51] [Server thread/INFO]: [DonutShop] Player vojin123 assigned IP: **.**.**.**
  510. [20:18:51] [Server thread/INFO]: Welcome ᴘʟᴀʏᴇʀ vojin123 to the DraganSMP
  511. [20:18:51] [TAB BossBar Thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player vojin123, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  512. [20:18:52] [Server thread/INFO]: vojin123[/**.**.**.**:62743] logged in with entity id 36 at ([world]160.0, 43.0, 160.0)
  513. [20:18:52] [Server thread/INFO]: [voicechat] Received secret request of vojin123 (20)
  514. [20:18:52] [Server thread/INFO]: [voicechat] Sent secret to vojin123
  515. [20:18:52] [TAB BossBar Thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player Milan_Playexx, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  516. [20:18:52] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13026210.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  517. [20:18:52] [Server thread/INFO]: [DonutShop] Player Milan_Playexx assigned IP: **.**.**.**
  518. [20:18:53] [Server thread/INFO]: Welcome ᴏᴡɴᴇʀ Milan_Playexx to the DraganSMP
  519. [20:18:53] [Server thread/INFO]: Milan_Playexx[/**.**.**.**:35748] logged in with entity id 107 at ([world]160.0, 43.0, 160.0)
  520. [20:18:53] [Server thread/INFO]: [voicechat] Received secret request of Milan_Playexx (20)
  521. [20:18:53] [Server thread/INFO]: [voicechat] Sent secret to Milan_Playexx
  522. [20:18:53] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player f5855943-6981-39da-bbad-a228a957f88d
  523. [20:18:54] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player a515ca5a-0d81-35d2-a8e5-3f0d9c2566cb
  524. [20:18:54] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player f5855943-6981-39da-bbad-a228a957f88d
  525. [20:18:54] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player Milan_Playexx (f5855943-6981-39da-bbad-a228a957f88d) successfully connected to voice chat
  526. [20:18:55] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player a515ca5a-0d81-35d2-a8e5-3f0d9c2566cb
  527. [20:18:55] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player vojin123 (a515ca5a-0d81-35d2-a8e5-3f0d9c2566cb) successfully connected to voice chat
  528. [20:19:00] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13026210.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  529. [20:19:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.11! Trying to find NMS support
  530. [20:19:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R7' loaded!
  531. [20:19:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'Vouchers' to create a bStats instance!
  532. [20:19:32] [Server thread/INFO]: Milan_Playexx issued server command: /reward
  533. [20:19:32] [Server thread/INFO]: AxRewards » You must be a player to use this command!
  534. [20:19:40] [Server thread/INFO]: vojin123 issued server command: /ah
  535. [20:19:54] [Server thread/INFO]: vojin123 issued server command: /spawn
  536. [20:19:55] [Server thread/INFO]: [Milan_Playexx: Set own game mode to Creative Mode]
  537. [20:20:00] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13026210.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  538. [20:20:40] [Server thread/INFO]: Milan_Playexx issued server command: /sell
  539. [20:20:44] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  540. [20:22:07] [Server thread/INFO]: Milan_Playexx issued server command: /plugins
  541. [20:22:10] [Server thread/INFO]: Milan_Playexx issued server command: /version DisableElytra
  542. [20:22:20] [Server thread/INFO]: Milan_Playexx issued server command: /ecraft
  543. [20:22:27] [Server thread/INFO]: Milan_Playexx issued server command: /essentials:craft
  544. [20:22:51] [Server thread/INFO]: vojin123 issued server command: /home 2
  545. [20:22:56] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  546. [20:23:20] [Server thread/INFO]: Milan_Playexx issued server command: /lp editor
  547. [20:23:30] [Server thread/INFO]: Milan_Playexx issued server command: /lp trusteditor 2d30-5432
  548. [20:24:06] [Server thread/INFO]: vojin123 issued server command: /shop
  549. [20:24:48] [User Authenticator #1/INFO]: UUID of player nikola_2022 is 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  550. [20:24:49] [TAB BossBar Thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player nikola_2022, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  551. [20:24:49] [Server thread/INFO]: [DonutShop] Player nikola_2022 assigned IP: **.**.**.**
  552. [20:24:49] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  553. [20:24:49] [Server thread/INFO]: Welcome ᴘʟᴀʏᴇʀ nikola_2022 to the DraganSMP
  554. [20:24:49] [Server thread/INFO]: nikola_2022[/**.**.**.**:57113] logged in with entity id 2465 at ([world]160.0, 43.0, 160.0)
  555. [20:24:49] [Server thread/INFO]: [voicechat] Received secret request of nikola_2022 (20)
  556. [20:24:49] [Server thread/INFO]: [voicechat] Sent secret to nikola_2022
  557. [20:24:49] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  558. [20:24:50] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  559. [20:24:50] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player nikola_2022 (7ae601cb-5a9b-37f6-ab7f-3a973b50f785) successfully connected to voice chat
  560. [20:24:53] [Server thread/INFO]: vojin123 issued server command: /rtp
  561. [20:24:53] [Server thread/INFO]: [EzRTP] PlaceholderAPI found and enabled. Placeholder support is available.
  562. [20:25:13] [Server thread/INFO]: vojin123 issued server command: /home 2
  563. [20:25:16] [User Authenticator #1/INFO]: UUID of player Ducer_ is dd1fff76-71c5-3adf-938b-e2688406879c
  564. [20:25:17] [TAB BossBar Thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player Ducer_, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  565. [20:25:17] [Server thread/INFO]: [DonutShop] Player Ducer_ assigned IP: **.**.**.**
  566. [20:25:17] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  567. [20:25:17] [Server thread/INFO]: Welcome 📹 Ducer_ to the DraganSMP
  568. [20:25:17] [Server thread/INFO]: Ducer_[/**.**.**.**:45304] logged in with entity id 2790 at ([world]160.0, 43.0, 160.0)
  569. [20:25:17] [Server thread/INFO]: [voicechat] Received secret request of Ducer_ (20)
  570. [20:25:17] [Server thread/INFO]: [voicechat] Sent secret to Ducer_
  571. [20:25:23] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  572. [20:25:34] [Server thread/INFO]: Ducer_ issued server command: /home 3
  573. [20:25:54] [Server thread/INFO]: Ducer_ issued server command: /rtp
  574. [20:26:00] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  575. [20:26:09] [Server thread/INFO]: vojin123 issued server command: /home 2
  576. [20:26:20] [Server thread/INFO]: Ducer_ issued server command: /home 3
  577. [20:26:25] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  578. [20:26:26] [Server thread/INFO]: Milan_Playexx issued server command: /bal vojin123
  579. [20:26:30] [Server thread/INFO]: Milan_Playexx issued server command: /ah
  580. [20:26:49] [Server thread/INFO]: nikola_2022 lost connection: Login timed out!
  581. [20:26:49] [Server thread/INFO]: [voicechat] Disconnecting client nikola_2022
  582. [20:26:49] [Server thread/INFO]: Goodbye ᴘʟᴀʏᴇʀ nikola_2022 we had great times together
  583. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: Unexpected token RIGHT SQUARE(]) at position 1522.
  584. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
  585. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
  586. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.writePlayer(Main.java:164)
  587. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.lambda$savePlayer$3(Main.java:150)
  588. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
  589. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
  590. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
  591. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
  592. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
  593. [20:26:49] [Craft Scheduler Thread - 30 - PlayTime/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  594. [20:26:52] [User Authenticator #2/INFO]: UUID of player nikola_2022 is 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  595. [20:26:53] [TAB BossBar Thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player nikola_2022, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  596. [20:26:53] [TAB Belowname Objective Thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  597. [20:26:53] [Server thread/INFO]: [DonutShop] Player nikola_2022 assigned IP: **.**.**.**
  598. [20:26:53] [Server thread/INFO]: Welcome ᴘʟᴀʏᴇʀ nikola_2022 to the DraganSMP
  599. [20:26:53] [Server thread/INFO]: nikola_2022[/**.**.**.**:57117] logged in with entity id 4093 at ([world]160.68573797356453, 43.0, 160.01578141836038)
  600. [20:26:53] [Server thread/INFO]: [voicechat] Received secret request of nikola_2022 (20)
  601. [20:26:53] [Server thread/INFO]: [voicechat] Sent secret to nikola_2022
  602. [20:26:53] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  603. [20:26:54] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player 7ae601cb-5a9b-37f6-ab7f-3a973b50f785
  604. [20:26:54] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player nikola_2022 (7ae601cb-5a9b-37f6-ab7f-3a973b50f785) successfully connected to voice chat
  605. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > (Milan_Playexx@server) [G] (media+)
  606. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > webeditor add weight.5500 true
  607. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > (Milan_Playexx@server) [G] (media+)
  608. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > webeditor add group.smp+++ true
  609. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > (Milan_Playexx@server) [G] (media+)
  610. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > webeditor add group.media true
  611. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > (Milan_Playexx@server) [G] (media+)
  612. [20:26:58] [luckperms-worker-4/INFO]: [LP] LOG > webeditor add prefix.5500.&d📹&#00A4FC+ &f true
  613. [20:27:12] [Server thread/INFO]: Milan_Playexx issued server command: /lp user Milan_Playexx parent set media+
  614. [20:27:12] [luckperms-command-executor/INFO]: [LP] LOG > (Milan_Playexx@server) [U] (milan_playexx)
  615. [20:27:12] [luckperms-command-executor/INFO]: [LP] LOG > parent set media+
  616. [20:27:12] [TAB Processing Thread/INFO]: [TAB] [WARN] Player Milan_Playexx's group (media+) is not in sorting list! Sorting list: owner,admin,mod,helper,media,smp+++,smp++,partner,smp+,default. Player will be sorted on the bottom.
  617. [20:28:02] [Server thread/INFO]: Milan_Playexx issued server command: /tab reload
  618. [20:28:02] [Server thread/INFO]: [TAB] Disabled in 6ms
  619. [20:28:02] [Server thread/INFO]: [TAB] [WARN] [config.yml] scoreboard: Configuration section "scoreboard" has unknown key "respect-other-plugins". Valid keys: [enabled, toggle-command, remember-toggle-choice, hidden-by-default, delay-on-join-milliseconds, scoreboards]
  620. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player Milan_Playexx, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  621. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player vojin123, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  622. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player Ducer_, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  623. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Placeholder "%dark_red%" used in color of BossBar "ServerInfo" returned "%dark_red%" for player nikola_2022, which cannot be evaluated to one of the pre-defined values [PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE].
  624. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Belowname value is configured to show "%vault_eco_balance%", but returned "13027388.5" for player Milan_Playexx, which is a decimal number. Truncating to an integer.
  625. [20:28:02] [Server thread/INFO]: [TAB] [WARN] Found a total of 1 issues.
  626. [20:28:02] [Server thread/INFO]: [TAB] Enabled in 37ms
  627. [20:28:09] [Async Chat Thread - #0/ERROR]: Chain link failed, continuing to next one
  628. java.lang.OutOfMemoryError: Metaspace
  629. at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  630. at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:962) ~[?:?]
  631. at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:144) ~[?:?]
  632. at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:454) ~[?:?]
  633. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:367) ~[?:?]
  634. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:557) ~[?:?]
  635. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490) ~[?:?]
  636. at net.minecraft.server.network.ServerGamePacketListenerImpl.chat(ServerGamePacketListenerImpl.java:2554) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  637. at net.minecraft.server.network.ServerGamePacketListenerImpl.broadcastChatMessage(ServerGamePacketListenerImpl.java:2592) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  638. at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChat$10(ServerGamePacketListenerImpl.java:2334) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  639. at net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x000000009c312d68.accept(Unknown Source) ~[?:?]
  640. at net.minecraft.util.FutureChain.lambda$append$1(FutureChain.java:25) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  641. at net.minecraft.util.FutureChain$$Lambda/0x000000009c272238.accept(Unknown Source) ~[?:?]
  642. at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:739) ~[?:?]
  643. at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:503) ~[?:?]
  644. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
  645. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
  646. at java.base/java.lang.Thread.runWith(Thread.java:1487) ~[?:?]
  647. at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
  648. [20:28:17] [Async Chat Thread - #0/ERROR]: Chain link failed, continuing to next one
  649. java.lang.OutOfMemoryError: Metaspace
  650. [20:28:19] [Server thread/ERROR]: [ChunkTaskScheduler] Chunk system error at chunk (67,41), holder: NewChunkHolder{world=world_nether, chunkX=67, chunkZ=41, entityChunkFromDisk=true, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ImposterProtoChunk,status=minecraft:spawn}, currentGenStatus=minecraft:spawn, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: world_nether, chunk: (67,41), hashcode: 1578838077, priority: COMPLETING, status: minecraft:full, scheduled: true}, generationTaskStatus=minecraft:full, priority=null, priorityLocked=false, neighbourRequestedPriority=null, effective_priority=null, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=7572480, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}, exception:
  651. java.lang.Throwable: java.lang.OutOfMemoryError: Metaspace
  652. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:304) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  653. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.NewChunkHolder.lambda$setGenerationTask$5(NewChunkHolder.java:1594) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  654. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete0(ChunkProgressionTask.java:91) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  655. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete(ChunkProgressionTask.java:74) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  656. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask.run(ChunkFullTask.java:94) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  657. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:345) ~[concurrentutil-0.0.8.jar:?]
  658. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:126) ~[concurrentutil-0.0.8.jar:?]
  659. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.executeMainThreadTask(ChunkTaskScheduler.java:338) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  660. at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:831) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  661. at net.minecraft.server.level.ServerChunkCache.pollTask(ServerChunkCache.java:429) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  662. at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  663. at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1499) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  664. at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1225) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  665. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1341) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  666. at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  667. at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
  668. Caused by: java.lang.OutOfMemoryError: Metaspace
  669. at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  670. at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:962) ~[?:?]
  671. at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:144) ~[?:?]
  672. at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:454) ~[?:?]
  673. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:367) ~[?:?]
  674. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:557) ~[?:?]
  675. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490) ~[?:?]
  676. at net.minecraft.world.entity.monster.piglin.PiglinBrute.makeBrain(PiglinBrute.java:97) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  677. at net.minecraft.world.entity.LivingEntity.<init>(LivingEntity.java:306) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  678. at net.minecraft.world.entity.Mob.<init>(Mob.java:155) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  679. at net.minecraft.world.entity.PathfinderMob.<init>(PathfinderMob.java:17) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  680. at net.minecraft.world.entity.monster.Monster.<init>(Monster.java:33) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  681. at net.minecraft.world.entity.monster.piglin.AbstractPiglin.<init>(AbstractPiglin.java:34) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  682. at net.minecraft.world.entity.monster.piglin.PiglinBrute.<init>(PiglinBrute.java:64) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  683. at net.minecraft.world.entity.EntityType$$Lambda/0x0000000099a5c568.create(Unknown Source) ~[?:?]
  684. at net.minecraft.world.entity.EntityType.create(EntityType.java:1510) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  685. at net.minecraft.world.entity.EntityType.lambda$create$24(EntityType.java:1521) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  686. at net.minecraft.world.entity.EntityType$$Lambda/0x000000009b4d6030.apply(Unknown Source) ~[?:?]
  687. at java.base/java.util.Optional.map(Optional.java:260) ~[?:?]
  688. at net.minecraft.world.entity.EntityType.create(EntityType.java:1521) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  689. at net.minecraft.world.entity.EntityType.create(EntityType.java:1515) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  690. at net.minecraft.world.entity.EntityType.loadStaticEntity(EntityType.java:1637) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  691. at net.minecraft.world.entity.EntityType.loadEntityRecursive(EntityType.java:1591) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  692. at net.minecraft.world.entity.EntityType.lambda$loadEntitiesRecursive$31(EntityType.java:1619) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  693. at net.minecraft.world.entity.EntityType$$Lambda/0x000000009b4d59b8.accept(Unknown Source) ~[?:?]
  694. at java.base/java.util.stream.ReferencePipeline$11$1.accept(ReferencePipeline.java:489) ~[?:?]
  695. at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197) ~[?:?]
  696. at com.google.common.collect.Streams$1Splitr.tryAdvance(Streams.java:489) ~[guava-33.5.0-jre.jar:?]
  697. at java.base/java.util.Spliterator.forEachRemaining(Spliterator.java:332) ~[?:?]
  698. at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570) ~[?:?]
  699. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560) ~[?:?]
  700. at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
  701. [20:28:19] [Netty Epoll IO #2/INFO]: Grim » Ducer_ failed TimerLimit (x99)
  702. [20:28:21] [Async Chat Thread - #0/ERROR]: Chain link failed, continuing to next one
  703. java.lang.OutOfMemoryError: Metaspace
  704. [20:28:23] [Netty Epoll IO #1/INFO]: Grim » Milan_Playexx failed TimerLimit (x100)
  705. [20:28:23] [Netty Epoll IO #3/INFO]: Grim » vojin123 failed TimerLimit (x100)
  706. [20:28:23] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - 1.21.11-132-c5eb079 (MC: 1.21.11) ---
  707. [20:28:23] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
  708. [20:28:23] [Paper Watchdog Thread/ERROR]: ------------------------------
  709. [20:28:23] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
  710. [20:28:23] [Paper Watchdog Thread/ERROR]: ------------------------------
  711. [20:28:23] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
  712. [20:28:23] [Paper Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: true | State: RUNNABLE
  713. [20:28:23] [Paper Watchdog Thread/ERROR]: Stack:
  714. [20:28:23] [Paper Watchdog Thread/ERROR]: com.sun.jna.Native.invokeInt(Native Method)
  715. [20:28:23] [Paper Watchdog Thread/ERROR]: com.sun.jna.Function.invoke(Function.java:429)
  716. [20:28:23] [Paper Watchdog Thread/ERROR]: com.sun.jna.Function.invoke(Function.java:364)
  717. [20:28:23] [Paper Watchdog Thread/ERROR]: com.sun.jna.Library$Handler.invoke(Library.java:270)
  718. [20:28:23] [Paper Watchdog Thread/ERROR]: jdk.proxy2/jdk.proxy2.$Proxy18.udev_enumerate_scan_devices(Unknown Source)
  719. [20:28:23] [Paper Watchdog Thread/ERROR]: com.sun.jna.platform.linux.Udev$UdevEnumerate.scanDevices(Udev.java:132)
  720. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.platform.linux.LinuxCentralProcessor.readTopologyFromUdev(LinuxCentralProcessor.java:216)
  721. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentralProcessor.java:175)
  722. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:68)
  723. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.java:59)
  724. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHardwareAbstractionLayer.java:43)
  725. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.common.AbstractHardwareAbstractionLayer$$Lambda/0x0000000099313828.get(Unknown Source)
  726. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.util.Memoizer$1.get(Memoizer.java:65)
  727. [20:28:23] [Paper Watchdog Thread/ERROR]: oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:48)
  728. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.lambda$putHardware$7(SystemReport.java:87)
  729. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport$$Lambda/0x0000000099316000.run(Unknown Source)
  730. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95)
  731. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.putHardware(SystemReport.java:87)
  732. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.lambda$new$2(SystemReport.java:61)
  733. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport$$Lambda/0x0000000099310c08.run(Unknown Source)
  734. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.ignoreErrors(SystemReport.java:95)
  735. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.SystemReport.<init>(SystemReport.java:61)
  736. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.CrashReport.<init>(CrashReport.java:32)
  737. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:310)
  738. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.NewChunkHolder.lambda$setGenerationTask$5(NewChunkHolder.java:1594)
  739. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.NewChunkHolder$$Lambda/0x000000009b4b5548.accept(Unknown Source)
  740. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete0(ChunkProgressionTask.java:91)
  741. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete(ChunkProgressionTask.java:74)
  742. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask.run(ChunkFullTask.java:94)
  743. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:345)
  744. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:126)
  745. [20:28:23] [Paper Watchdog Thread/ERROR]: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.executeMainThreadTask(ChunkTaskScheduler.java:338)
  746. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:831)
  747. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.pollTask(ServerChunkCache.java:429)
  748. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
  749. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1499)
  750. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1225)
  751. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1341)
  752. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388)
  753. [20:28:23] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x000000009a0df630.run(Unknown Source)
  754. [20:28:23] [Paper Watchdog Thread/ERROR]: java.base@25.0.4/java.lang.Thread.runWith(Thread.java:1487)
  755. [20:28:23] [Paper Watchdog Thread/ERROR]: java.base@25.0.4/java.lang.Thread.run(Thread.java:1474)
  756. [20:28:23] [Paper Watchdog Thread/ERROR]: ------------------------------
  757. [20:28:23] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
  758. [20:28:23] [Paper Watchdog Thread/ERROR]: ------------------------------
  759. [20:28:23] [Netty Epoll IO #1/INFO]: Grim » Milan_Playexx failed TimerLimit (x140)
  760. [20:28:23] [Netty Epoll IO #3/INFO]: Grim » vojin123 failed TimerLimit (x140)
  761. [20:28:23] [Netty Epoll IO #2/INFO]: Grim » Ducer_ failed TimerLimit (x139)
  762. [20:28:23] [Netty Epoll IO #1/INFO]: Grim » Milan_Playexx failed TimerLimit (x180)
  763. [20:28:23] [Netty Epoll IO #2/INFO]: Grim » Ducer_ failed TimerLimit (x179)
  764. [20:28:23] [Netty Epoll IO #3/INFO]: Grim » vojin123 failed TimerLimit (x180)
  765. [20:28:23] [Netty Epoll IO #1/INFO]: Grim » Milan_Playexx failed TimerLimit (x220)
  766. [20:28:23] [Netty Epoll IO #1/INFO]: Grim » Milan_Playexx failed TimerLimit (x260)
  767. [20:28:23] [Netty Epoll IO #2/INFO]: Grim » Ducer_ failed TimerLimit (x219)
  768. [20:28:23] [Netty Epoll IO #3/INFO]: Grim » vojin123 failed TimerLimit (x220)
  769. [20:28:23] [Netty Epoll IO #2/INFO]: Grim » Ducer_ failed TimerLimit (x259)
  770. [20:28:23] [Netty Epoll IO #3/INFO]: Grim » vojin123 failed TimerLimit (x260)
  771. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x100)
  772. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x140)
  773. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x180)
  774. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x220)
  775. [20:28:24] [Server thread/ERROR]: Encountered an unexpected exception
  776. java.lang.RuntimeException: Chunk system crash propagated from unrecoverableChunkSystemFailure
  777. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.lambda$unrecoverableChunkSystemFailure$0(ChunkTaskScheduler.java:327) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  778. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:345) ~[concurrentutil-0.0.8.jar:?]
  779. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:126) ~[concurrentutil-0.0.8.jar:?]
  780. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.executeMainThreadTask(ChunkTaskScheduler.java:338) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  781. at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:831) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  782. at net.minecraft.server.level.ServerChunkCache.pollTask(ServerChunkCache.java:429) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  783. at net.minecraft.server.MinecraftServer.tickMidTickTasks(MinecraftServer.java:425) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  784. at net.minecraft.server.MinecraftServer.moonrise$executeMidTickTasks(MinecraftServer.java:446) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  785. at net.minecraft.server.MinecraftServer.runAllTasksAtTickStart(MinecraftServer.java:1182) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  786. at net.minecraft.server.MinecraftServer.processPacketsAndTick(MinecraftServer.java:1666) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  787. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1335) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  788. at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  789. at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
  790. Caused by: net.minecraft.ReportedException: Chunk system error
  791. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:310) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  792. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.NewChunkHolder.lambda$setGenerationTask$5(NewChunkHolder.java:1594) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  793. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete0(ChunkProgressionTask.java:91) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  794. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkProgressionTask.complete(ChunkProgressionTask.java:74) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  795. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask.run(ChunkFullTask.java:94) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  796. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:345) ~[concurrentutil-0.0.8.jar:?]
  797. at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:126) ~[concurrentutil-0.0.8.jar:?]
  798. at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.executeMainThreadTask(ChunkTaskScheduler.java:338) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  799. at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:831) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  800. at net.minecraft.server.level.ServerChunkCache.pollTask(ServerChunkCache.java:429) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  801. at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  802. at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1499) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  803. at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1225) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  804. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1341) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  805. ... 2 more
  806. Caused by: java.lang.OutOfMemoryError: Metaspace
  807. at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  808. at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:962) ~[?:?]
  809. at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:144) ~[?:?]
  810. at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:454) ~[?:?]
  811. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:367) ~[?:?]
  812. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:557) ~[?:?]
  813. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490) ~[?:?]
  814. at net.minecraft.world.entity.monster.piglin.PiglinBrute.makeBrain(PiglinBrute.java:97) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  815. at net.minecraft.world.entity.LivingEntity.<init>(LivingEntity.java:306) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  816. at net.minecraft.world.entity.Mob.<init>(Mob.java:155) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  817. at net.minecraft.world.entity.PathfinderMob.<init>(PathfinderMob.java:17) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  818. at net.minecraft.world.entity.monster.Monster.<init>(Monster.java:33) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  819. at net.minecraft.world.entity.monster.piglin.AbstractPiglin.<init>(AbstractPiglin.java:34) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  820. at net.minecraft.world.entity.monster.piglin.PiglinBrute.<init>(PiglinBrute.java:64) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  821. at net.minecraft.world.entity.EntityType$$Lambda/0x0000000099a5c568.create(Unknown Source) ~[?:?]
  822. at net.minecraft.world.entity.EntityType.create(EntityType.java:1510) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  823. at net.minecraft.world.entity.EntityType.lambda$create$24(EntityType.java:1521) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  824. at net.minecraft.world.entity.EntityType$$Lambda/0x000000009b4d6030.apply(Unknown Source) ~[?:?]
  825. at java.base/java.util.Optional.map(Optional.java:260) ~[?:?]
  826. at net.minecraft.world.entity.EntityType.create(EntityType.java:1521) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  827. at net.minecraft.world.entity.EntityType.create(EntityType.java:1515) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  828. at net.minecraft.world.entity.EntityType.loadStaticEntity(EntityType.java:1637) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  829. at net.minecraft.world.entity.EntityType.loadEntityRecursive(EntityType.java:1591) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  830. at net.minecraft.world.entity.EntityType.lambda$loadEntitiesRecursive$31(EntityType.java:1619) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  831. at net.minecraft.world.entity.EntityType$$Lambda/0x000000009b4d59b8.accept(Unknown Source) ~[?:?]
  832. at java.base/java.util.stream.ReferencePipeline$11$1.accept(ReferencePipeline.java:489) ~[?:?]
  833. at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197) ~[?:?]
  834. at com.google.common.collect.Streams$1Splitr.tryAdvance(Streams.java:489) ~[guava-33.5.0-jre.jar:?]
  835. at java.base/java.util.Spliterator.forEachRemaining(Spliterator.java:332) ~[?:?]
  836. at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570) ~[?:?]
  837. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560) ~[?:?]
  838. at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
  839. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x260)
  840. [20:28:24] [Server thread/ERROR]: This crash report has been saved to: /server/crash-reports/crash-2026-08-30_20.28.24-server.txt
  841. [20:28:24] [Server thread/INFO]: Stopping server
  842. [20:28:24] [Netty Epoll IO #3/INFO]: Grim » nikola_2022 failed TimerLimit (x300)
  843. [20:28:24] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.22.0
  844. [20:28:24] [Server thread/INFO]: [AmethystTools] Disabling AmethystTools v1.5
  845. [20:28:24] [Server thread/INFO]: [zDiscord] Disabling zDiscord v1.5.0-SNAPSHOT
  846. [20:28:24] [Server thread/INFO]: [FasterHoppers] Disabling FasterHoppers v5.1
  847. [20:28:24] [Server thread/INFO]: [PlayTime] Disabling PlayTime v3.6
  848. [20:28:24] [Server thread/WARN]: Unexpected token RIGHT SQUARE(]) at position 1522.
  849. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
  850. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
  851. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.writePlayer(Main.java:164)
  852. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.savePlayer(Main.java:148)
  853. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  854. [20:28:24] [Server thread/WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1118)
  855. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.onDisable(Main.java:63)
  856. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:285)
  857. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:242)
  858. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:166)
  859. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:97)
  860. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:541)
  861. [20:28:24] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:612)
  862. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020)
  863. [20:28:24] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:908)
  864. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1371)
  865. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388)
  866. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  867. [20:28:24] [Server thread/WARN]: Unexpected token RIGHT SQUARE(]) at position 1522.
  868. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
  869. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
  870. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.writePlayer(Main.java:164)
  871. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.savePlayer(Main.java:148)
  872. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  873. [20:28:24] [Server thread/WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1118)
  874. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.onDisable(Main.java:63)
  875. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:285)
  876. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:242)
  877. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:166)
  878. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:97)
  879. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:541)
  880. [20:28:24] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:612)
  881. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020)
  882. [20:28:24] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:908)
  883. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1371)
  884. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388)
  885. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  886. [20:28:24] [Server thread/WARN]: Unexpected token RIGHT SQUARE(]) at position 1522.
  887. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
  888. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
  889. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.writePlayer(Main.java:164)
  890. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.savePlayer(Main.java:148)
  891. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  892. [20:28:24] [Server thread/WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1118)
  893. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.onDisable(Main.java:63)
  894. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:285)
  895. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:242)
  896. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:166)
  897. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:97)
  898. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:541)
  899. [20:28:24] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:612)
  900. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020)
  901. [20:28:24] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:908)
  902. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1371)
  903. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388)
  904. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  905. [20:28:24] [Server thread/WARN]: Unexpected token RIGHT SQUARE(]) at position 1522.
  906. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
  907. [20:28:24] [Server thread/WARN]: at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
  908. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.writePlayer(Main.java:164)
  909. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.savePlayer(Main.java:148)
  910. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  911. [20:28:24] [Server thread/WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1118)
  912. [20:28:24] [Server thread/WARN]: at PlayTime-3.6.jar//me.f64.playtime.Main.onDisable(Main.java:63)
  913. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:285)
  914. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:242)
  915. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:166)
  916. [20:28:24] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:97)
  917. [20:28:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:541)
  918. [20:28:24] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:612)
  919. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020)
  920. [20:28:24] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:908)
  921. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1371)
  922. [20:28:24] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388)
  923. [20:28:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1474)
  924. [20:28:24] [Server thread/INFO]: [DonutHomes] Disabling DonutHomes v1.1
  925. [20:28:24] [Server thread/INFO]: [DonutHomes] DonutHomes disabled!
  926. [20:28:24] [Server thread/INFO]: [AnvilColors] Disabling AnvilColors v1.0.5
  927. [20:28:24] [Server thread/INFO]: [CustomEnderChest] Disabling CustomEnderChest v1.13.1
  928. [20:28:24] [Server thread/INFO]: [CustomEnderChest] Cleaning internal data...
  929. [20:28:24] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest is disabled!
  930. [20:28:24] [Server thread/INFO]: [voicechat] Disabling voicechat v2.6.21
  931. [20:28:24] [Server thread/INFO]: [AxRewards] Disabling AxRewards v3.9.1
  932. [20:28:24] [Server thread/INFO]: [AxTrade] Disabling AxTrade v1.27.1
  933. [20:28:24] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v3.2.0
  934. [20:28:24] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
  935. [20:28:24] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
  936. [20:28:24] [Server thread/INFO]: [DonutShop] Disabling DonutShop v1.8
  937. [20:28:24] [Server thread/INFO]: [DonutShop] DonutShop v1.8 has been disabled!
  938. [20:28:24] [Server thread/INFO]: [SmartSpawner] Disabling SmartSpawner v1.5.4
  939. [20:28:24] [Server thread/INFO]: [SmartSpawner] SmartSpawner has been disabled!
  940. [20:28:24] [Server thread/INFO]: [GrimAC] Disabling GrimAC v2.3.74-096a4c9
  941. [20:28:24] [Server thread/INFO]: [GrimAC] Terminating PacketEvents...
  942. [20:28:24] [Server thread/INFO]: [grim-datastore] [grim-datastore] closed 4 still-open session(s) for this server startup
  943. [20:28:24] [Server thread/INFO]: [KeyAllX] Disabling KeyAllX v0.1.4
  944. [20:28:24] [Server thread/INFO]: [Xshards] Disabling Xshards v1.2.9
  945. [20:28:25] [Netty Epoll IO #2/INFO]: Ducer_ issued server command: /home
  946. [20:28:25] [Netty Epoll IO #2/ERROR]: Thread Netty Epoll IO #2 failed main thread check: Cannot perform command async
  947. java.lang.Throwable
  948. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:9) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  949. at net.minecraft.commands.Commands.performCommand(Commands.java:366) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  950. at net.minecraft.commands.Commands.performCommand(Commands.java:362) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  951. at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2375) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  952. at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$12(ServerGamePacketListenerImpl.java:2348) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  953. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  954. at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:177) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  955. at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  956. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1525) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  957. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:188) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  958. at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:123) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  959. at net.minecraft.server.network.ServerGamePacketListenerImpl.tryHandleChat(ServerGamePacketListenerImpl.java:2507) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  960. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChatCommand(ServerGamePacketListenerImpl.java:2342) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  961. at net.minecraft.network.protocol.game.ServerboundChatCommandPacket.handle(ServerboundChatCommandPacket.java:29) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  962. at net.minecraft.network.protocol.game.ServerboundChatCommandPacket.handle(ServerboundChatCommandPacket.java:8) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  963. at net.minecraft.network.Connection.genericsFtw(Connection.java:288) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  964. at net.minecraft.network.Connection.channelRead0(Connection.java:271) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  965. at net.minecraft.network.Connection.channelRead0(Connection.java:58) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  966. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  967. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  968. at ProtocolLib.jar//com.comphenix.protocol.injector.netty.channel.InboundPacketInterceptor.channelRead(InboundPacketInterceptor.java:42) ~[?:?]
  969. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  970. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  971. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  972. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  973. at ProtocolLib.jar//com.comphenix.protocol.injector.netty.channel.InboundProtocolReader.channelRead(InboundProtocolReader.java:25) ~[?:?]
  974. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  975. at io.netty.handler.flow.FlowControlHandler.dequeue(FlowControlHandler.java:201) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  976. at io.netty.handler.flow.FlowControlHandler.channelRead(FlowControlHandler.java:163) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  977. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  978. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  979. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  980. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  981. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  982. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  983. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  984. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  985. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  986. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  987. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  988. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  989. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  990. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  991. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  992. at io.netty.handler.flush.FlushConsolidationHandler.channelRead(FlushConsolidationHandler.java:152) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  993. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  994. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  995. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  996. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:794) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  997. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  998. at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  999. at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1000. at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1001. at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1002. at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1003. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[netty-common-4.2.7.Final.jar:4.2.7.Final]
  1004. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.2.7.Final.jar:4.2.7.Final]
  1005. at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
  1006. [20:28:25] [Netty Epoll IO #2/ERROR]: Error executing task on Server
  1007. java.lang.IllegalStateException: Asynchronous Cannot perform command async!
  1008. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:10) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1009. at net.minecraft.commands.Commands.performCommand(Commands.java:366) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1010. at net.minecraft.commands.Commands.performCommand(Commands.java:362) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1011. at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2375) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1012. at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$12(ServerGamePacketListenerImpl.java:2348) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1013. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1014. at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:177) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1015. at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1016. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1525) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1017. at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:188) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1018. at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:123) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1019. at net.minecraft.server.network.ServerGamePacketListenerImpl.tryHandleChat(ServerGamePacketListenerImpl.java:2507) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1020. at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChatCommand(ServerGamePacketListenerImpl.java:2342) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1021. at net.minecraft.network.protocol.game.ServerboundChatCommandPacket.handle(ServerboundChatCommandPacket.java:29) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1022. at net.minecraft.network.protocol.game.ServerboundChatCommandPacket.handle(ServerboundChatCommandPacket.java:8) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1023. at net.minecraft.network.Connection.genericsFtw(Connection.java:288) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1024. at net.minecraft.network.Connection.channelRead0(Connection.java:271) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1025. at net.minecraft.network.Connection.channelRead0(Connection.java:58) ~[paper-1.21.11.jar:1.21.11-132-c5eb079]
  1026. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1027. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1028. at ProtocolLib.jar//com.comphenix.protocol.injector.netty.channel.InboundPacketInterceptor.channelRead(InboundPacketInterceptor.java:42) ~[?:?]
  1029. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1030. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1031. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1032. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1033. at ProtocolLib.jar//com.comphenix.protocol.injector.netty.channel.InboundProtocolReader.channelRead(InboundProtocolReader.java:25) ~[?:?]
  1034. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1035. at io.netty.handler.flow.FlowControlHandler.dequeue(FlowControlHandler.java:201) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  1036. at io.netty.handler.flow.FlowControlHandler.channelRead(FlowControlHandler.java:163) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  1037. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1038. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1039. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1040. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1041. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1042. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1043. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1044. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1045. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1046. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1047. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1048. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[netty-codec-base-4.2.7.Final.jar:4.2.7.Final]
  1049. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1050. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  1051. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1052. at io.netty.handler.flush.FlushConsolidationHandler.channelRead(FlushConsolidationHandler.java:152) ~[netty-handler-4.2.7.Final.jar:4.2.7.Final]
  1053. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1054. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1055. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1056. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:794) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1057. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1058. at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1059. at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1060. at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[netty-transport-classes-epoll-4.2.7.Final.jar:4.2.7.Final]
  1061. at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1062. at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[netty-transport-4.2.7.Final.jar:4.2.7.Final]
  1063. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[netty-common-4.2.7.Final.jar:4.2.7.Final]
  1064. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.2.7.Final.jar:4.2.7.Final]
  1065. at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
  1066. [20:28:25] [Server thread/INFO]: [Xshards] Xshards has been disabled.
  1067. [20:28:25] [Server thread/INFO]: [DisableElytra] Disabling DisableElytra v1.0
  1068. [20:28:25] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
  1069. [20:28:25] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1070. [20:28:25] [Server thread/INFO]: [DonutAuctionHouse] Disabling DonutAuctionHouse v1.3.1
  1071. [20:28:25] [Server thread/INFO]: [io.nightbeam.donutauction.lib.hikari.HikariDataSource] DonutAuctionHousePool - Shutdown initiated...
  1072. [20:28:25] [Server thread/INFO]: [io.nightbeam.donutauction.lib.hikari.HikariDataSource] DonutAuctionHousePool - Shutdown completed.
  1073. [20:28:25] [Server thread/INFO]: [Vouchers] Disabling Vouchers v4.5.0
  1074. [20:28:25] [Server thread/INFO]: [DonutTPA] Disabling DonutTPA v1.1
  1075. [20:28:25] [Server thread/INFO]: [DonutTPA] TPA Plugin disabled.
  1076. [20:28:25] [Server thread/INFO]: [ExcellentCrates] Disabling ExcellentCrates v6.6.1
  1077. [20:28:25] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] ExcellentCratesPool - Shutdown initiated...
  1078. [20:28:25] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] ExcellentCratesPool - Shutdown completed.
  1079. [20:28:25] [Server thread/INFO]: [DonutSell] Disabling DonutSell v1.4
  1080. [20:28:25] [Server thread/INFO]: [DonutSell] DonutSell disabled.
  1081. [20:28:25] [Server thread/INFO]: [TAB] Disabling TAB v6.1.2
  1082. [20:28:25] [Server thread/INFO]: [TAB] Disabled in 1ms
  1083. [20:28:25] [Server thread/INFO]: [EzRTP] Disabling EzRTP v3.4.3
  1084. [20:28:25] [Server thread/INFO]: [EzRTP] EzRTP plugin disabled.
  1085. [20:28:25] [Server thread/INFO]: [DonutOrders] Disabling DonutOrders v1.9
  1086. [20:28:25] [Server thread/INFO]: [DonutOrders] Dezactivat.
  1087. [20:28:25] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.43-SNAPSHOT (build 4232)
  1088. [20:28:25] [Server thread/INFO]: [FancyHolograms] Disabling FancyHolograms v2.11.0+193
  1089. [20:28:25] [FancyLogger/INFO]: [FancyHolograms] (Server thread) INFO: Successfully disabled FancyHolograms version 2.11.0+193
  1090. [20:28:25] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.22.0
  1091. [20:28:25] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v5.7.0
  1092. [20:28:25] [Server thread/INFO]: [Multiverse-Core] - Disabled
  1093. [20:28:25] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v5.11.1-SNAPSHOT
  1094. [20:28:25] [Server thread/INFO]: [nightcore] Disabling nightcore v2.16.4
  1095. [20:28:25] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] nightcorePool - Shutdown initiated...
  1096. [20:28:25] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] nightcorePool - Shutdown completed.
  1097. [20:28:25] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.4.0
  1098. [20:28:25] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.16+2355-f7fded2
  1099. [20:28:25] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
  1100. [20:28:25] [Server thread/INFO]: [floodgate] Disabling floodgate v2.2.5-SNAPSHOT (b140-8780fa4)
  1101. [20:28:25] [Server thread/INFO]: [Essentials] Disabling Essentials v2.22.0
  1102. [20:28:25] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1103. [20:28:25] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.12.3
  1104. [20:28:25] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.4.3+7515-78babeb
  1105. [20:28:25] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  1106. [20:28:25] [Server thread/INFO]: [Blue Slime Core] Disabling BlueSlimeCore v2.9.7.482
  1107. [20:28:25] [Server thread/INFO]: [Vault] Disabling Vault v1.7.1-b91
  1108. [20:28:25] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.5.71
  1109. [20:28:25] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  1110. [20:28:25] [Server thread/INFO]: [LuckPerms] Closing storage...
  1111. [20:28:25] [Server thread/INFO]: [LuckPerms] Goodbye!
  1112. [20:28:25] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v5.12.0-SNAPSHOT
  1113. [20:28:25] [Server thread/INFO]: [ViaVersion] ViaVersion has been disabled; uninjected the platform and shut down the scheduler.
  1114. [20:28:25] [Server thread/INFO]: Saving players
  1115. [20:28:25] [Server thread/INFO]: vojin123 lost connection: Server closed
  1116. [20:28:25] [Server thread/INFO]: vojin123 left the game
  1117. [20:28:25] [Server thread/INFO]: Milan_Playexx lost connection: Server closed
  1118. [20:28:25] [Server thread/INFO]: Milan_Playexx left the game
  1119. [20:28:25] [Server thread/INFO]: Ducer_ lost connection: Server closed
  1120. [20:28:25] [Server thread/INFO]: Ducer_ left the game
  1121. [20:28:25] [Server thread/INFO]: nikola_2022 lost connection: Server closed
  1122. [20:28:25] [Server thread/INFO]: nikola_2022 left the game
  1123. [20:28:25] [Server thread/INFO]: Saving worlds
  1124. [20:28:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  1125. [20:28:25] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
  1126. [20:28:25] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
  1127. [20:28:25] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
  1128. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Saved 181 block chunks, 140 entity chunks, 0 poi chunks in world 'world' in 0.17s
  1129. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world'
  1130. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world'
  1131. [20:28:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
  1132. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
  1133. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
  1134. [20:28:26] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
  1135. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Saved 1033 block chunks, 878 entity chunks, 0 poi chunks in world 'world_nether' in 1.68s
  1136. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_nether'
  1137. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_nether'
  1138. [20:28:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  1139. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
  1140. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
  1141. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
  1142. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0.00s
  1143. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_the_end'
  1144. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_the_end'
  1145. [20:28:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[DraganSMP]'/minecraft:dragansmp
  1146. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'DraganSMP'
  1147. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'DraganSMP'
  1148. [20:28:27] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'DraganSMP'
  1149. [20:28:29] [Server thread/INFO]: [ChunkHolderManager] Saved 504 block chunks, 504 entity chunks, 0 poi chunks in world 'DraganSMP' in 1.72s
  1150. [20:28:29] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'DraganSMP'
  1151. [20:28:29] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'DraganSMP'
  1152. [20:28:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  1153. [20:28:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  1154. [20:28:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  1155. [20:28:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (DraganSMP): All chunks are saved
  1156. [20:28:29] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  1157. [20:28:29] [Server thread/INFO]: Waiting for all RegionFile I/O tasks to complete...
  1158. [20:28:29] [Server thread/INFO]: All RegionFile I/O tasks to complete
  1159. [20:28:29] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of worker pool for up to 60s...
  1160. [20:28:29] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of I/O pool for up to 60s...

Need more help or want to discuss your issue further? Join our Discord and bring the link to this page.

Join our Discord

Run a community? Add the Roastd bot and anyone can roast a crash log in your support channel.

Add the Roastd bot

Got a server of your own that deserves a second opinion?

Roast your own server

Roastd is a free tool built by Hostd. This diagnosis stays put. The log it was read from is deleted on a timer.