Guest User

MythicMobs Bug

a guest
Aug 31st, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.34 KB | None | 0 0
  1. [05:34:46] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/fake-block-api-3.0.jar' failed to load!
  2. java.lang.RuntimeException: Directory 'plugins/fake-block-api-3.0.jar' failed to load!
  3. at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.1.jar:git-Paper-124]
  4. at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.1.jar:git-Paper-124]
  5. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
  6. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
  7. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
  8. at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
  9. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
  10. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
  11. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
  12. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
  13. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
  14. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
  15. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
  16. at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.1.jar:git-Paper-124]
  17. at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.1.jar:git-Paper-124]
  18. at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.1.jar:git-Paper-124]
  19. at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.1.jar:git-Paper-124]
  20. at net.minecraft.server.Main.main(Main.java:126) ~[paper-1.20.1.jar:git-Paper-124]
  21. at org.bukkit.craftbukkit.Main.main(Main.java:316) ~[paper-1.20.1.jar:git-Paper-124]
  22. at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
  23. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  24. Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/fake-block-api-3.0.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
  25. at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.20.1.jar:git-Paper-124]
  26. at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.1.jar:git-Paper-124]
  27. ... 20 more
  28. Caused by: java.lang.IllegalArgumentException: plugins/fake-block-api-3.0.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
  29. at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:104) ~[paper-1.20.1.jar:git-Paper-124]
  30. at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:76) ~[paper-1.20.1.jar:git-Paper-124]
  31. at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.1.jar:git-Paper-124]
  32. ... 20 more
  33. [05:34:51] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  34. [05:34:53] [ServerMain/INFO]: Loaded 7 recipes
  35. [05:34:54] [Server thread/INFO]: Starting minecraft server version 1.20.1
  36. [05:34:54] [Server thread/INFO]: Loading properties
  37. [05:34:54] [Server thread/INFO]: This server is running Paper version git-Paper-124 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 02338e5)
  38. [05:34:54] [Server thread/INFO]: Server Ping Player Sample Count: 12
  39. [05:34:54] [Server thread/INFO]: Using 4 threads for Netty based IO
  40. [05:34:54] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
  41. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
  42. For more information please visit: https://github.com/PaperMC/Paper/issues/8948
  43. [05:34:54] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
  44. [05:34:55] [Server thread/INFO]: Default game type: SURVIVAL
  45. [05:34:55] [Server thread/INFO]: Generating keypair
  46. [05:34:55] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
  47. [05:34:55] [Server thread/INFO]: Using epoll channel type
  48. [05:34:55] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
  49. [05:34:55] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
  50. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loading 2 libraries... please wait
  51. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
  52. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-key/4.14.0/adventure-key-4.14.0.jar
  53. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
  54. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
  55. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
  56. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.14.0/adventure-text-serializer-gson-4.14.0.jar
  57. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
  58. [05:34:56] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
  59. [05:34:57] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  60. [05:35:01] [Server thread/WARN]: Legacy plugin EasyWhitelist v1.0.2 does not specify an api-version.
  61. [05:35:01] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-CMI
  62. [05:35:01] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.7.1-SNAPSHOT-547;a088e6a
  63. [05:35:02] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@79a07276]
  64. [05:35:02] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.1.0
  65. [05:35:04] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
  66. [05:35:04] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
  67. [05:35:04] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
  68. [05:35:04] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.37
  69. [05:35:04] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.1.0
  70. [05:35:04] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.4.0-SNAPSHOT-310837f1
  71. [05:35:04] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
  72. [05:35:04] [Server thread/INFO]: [CMI] Loading server plugin CMI v9.6.2.3
  73. [05:35:04] [Server thread/INFO]: [MythicLib] Loading server plugin MythicLib v1.6.1
  74. [05:35:04] [Server thread/INFO]: [MythicLib] Plugin file is called 'MythicLib-1.6.1.jar'
  75. [05:35:04] [Server thread/INFO]: [MythicLib] Detected Bukkit Version: v1_20_R1
  76. [05:35:04] [Server thread/INFO]: [MythicLib] Hooked onto WorldGuard
  77. [05:35:04] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3157)
  78. [05:35:04] [Server thread/INFO]: [MMOCore] Loading server plugin MMOCore v1.12
  79. [05:35:04] [Server thread/INFO]: [MMOCore] Plugin file is called 'MMOCore-1.12 (1).jar'
  80. [05:35:04] [Server thread/INFO]: [SCore] Loading server plugin SCore v4.0.9
  81. [05:35:04] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.11.3
  82. [05:35:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
  83. [05:35:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
  84. [05:35:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  85. [05:35:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'Vault' to create a bStats instance!
  86. [05:35:04] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.25
  87. [05:35:04] [Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vB4.0.0
  88. [05:35:04] [Server thread/INFO]: [MMOItems] Loading server plugin MMOItems v6.9.4
  89. [05:35:04] [Server thread/INFO]: [MMOItems] Plugin file is called 'MMOItems-6.9.4 (1).jar'
  90. [05:35:04] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
  91. [05:35:04] [Thread-8/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
  92. [05:35:05] [Server thread/INFO]: [ExecutableItems] Loading server plugin ExecutableItems v6.0.9
  93. [05:35:05] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.17.1
  94. [05:35:05] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (444 ms).
  95. [05:35:05] [Server thread/INFO]: [Shopkeepers] Loading config.
  96. [05:35:05] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
  97. [05:35:05] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
  98. [05:35:05] [Server thread/INFO]: [Shopkeepers] Registering defaults.
  99. [05:35:05] [Server thread/INFO]: [fake-block] Loading server plugin fake-block v3.0.0
  100. [05:35:05] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.5.0c-r4
  101. [05:35:05] [Server thread/INFO]: [Duels] Loading server plugin Duels v3.5.3
  102. [05:35:05] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v14.2.12
  103. [05:35:05] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.6
  104. [05:35:05] [Server thread/INFO]: [BetonQuest] Loading server plugin BetonQuest v2.0.0-DEV-688
  105. [05:35:05] [Server thread/INFO]: [UltimateClans] Loading server plugin UltimateClans v6.5.4
  106. [05:35:05] [Server thread/INFO]: [MCPets] Loading server plugin MCPets v4.0.3
  107. [05:35:05] [Server thread/WARN]: [MCPets] : LuckPerms could not be found. Some features relating to giving permissions won't be available.
  108. [05:35:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcpets [1.0.0]
  109. [05:35:05] [Server thread/INFO]: [MCPets] : mcpets-dismount flag registered successfully !
  110. [05:35:05] [Server thread/INFO]: [MCPets] : mcpets-despawn flag registered successfully !
  111. [05:35:05] [Server thread/INFO]: [MCPets] : mcpets-dismount-flying flag registered successfully !
  112. [05:35:05] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Loading server plugin pv-addon-lavaplayer-lib v1.0.5
  113. [05:35:05] [Server thread/INFO]: [UnifiedMetrics] Loading server plugin UnifiedMetrics v0.3.8
  114. [05:35:05] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.0.3
  115. [05:35:05] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.1
  116. [05:35:05] [Server thread/INFO]: [AdvancedRegionMarket] Loading server plugin AdvancedRegionMarket v3.5.3
  117. [05:35:05] [Server thread/INFO]: [ExecutableEvents] Loading server plugin ExecutableEvents v2.0.9
  118. [05:35:05] [Server thread/INFO]: [ArmorStandEditor] Loading server plugin ArmorStandEditor v1.20.1-43.2
  119. [05:35:05] [Server thread/INFO]: [VoxelSniper] Loading server plugin VoxelSniper v8.12.3
  120. [05:35:05] [Server thread/INFO]: [goPaint] Loading server plugin goPaint v3.1.0-61
  121. [05:35:05] [Server thread/INFO]: [RunAsOP] Loading server plugin RunAsOP v1
  122. [05:35:05] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.13.7-Release
  123. [05:35:05] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
  124. [05:35:05] [Server thread/INFO]: [DirectionalBlock] Loading server plugin DirectionalBlock v1.4.1
  125. [05:35:05] [Server thread/INFO]: [AlonsoTags] Loading server plugin AlonsoTags v2.0.7-BETA
  126. [05:35:05] [Server thread/INFO]: [Contracts] Loading server plugin Contracts v1.6.2
  127. [05:35:05] [Server thread/INFO]: [MythicDungeons] Loading server plugin MythicDungeons v1.2.1-SNAPSHOT
  128. [05:35:05] [Server thread/INFO]: [ScreenEffects] Loading server plugin ScreenEffects v1.0.15b
  129. [05:35:05] [Server thread/INFO]: [HappyHud] Loading server plugin HappyHUD v1.0.5-RELEASE
  130. [05:35:05] [Server thread/INFO]: [pv-addon-sculk] Loading server plugin pv-addon-sculk v1.0.0
  131. [05:35:05] [Server thread/INFO]: [emotecraft] Loading server plugin emotecraft v2.2.5
  132. [05:35:05] [Server thread/INFO]: [pv-addon-priority] Loading server plugin pv-addon-priority v1.0.0
  133. [05:35:05] [Server thread/INFO]: [ReviveMe] Loading server plugin ReviveMe v3.2.8
  134. [05:35:05] [Server thread/INFO]: [ReviveMe] Random int generated: 123
  135. [05:35:05] [Server thread/INFO]: Reviveme loaded. selected version: v1_20_R1
  136. [05:35:08] [Server thread/INFO]: [CinematicStudio] Loading server plugin CinematicStudio v1.4.4
  137. [05:35:08] [Server thread/INFO]: [Resources] Loading server plugin Resources v2.6.1
  138. [05:35:08] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-beta2-b2453
  139. [05:35:08] [Server thread/INFO]: [pv-addon-whisper] Loading server plugin pv-addon-whisper v1.0.0
  140. [05:35:08] [Server thread/INFO]: [pv-addon-discs] Loading server plugin pv-addon-discs v1.0.5
  141. [05:35:08] [Server thread/INFO]: [pv-addon-broadcast] Loading server plugin pv-addon-broadcast v1.0.1
  142. [05:35:08] [Server thread/INFO]: [RPGInventory] Loading server plugin RPGInventory v1.8
  143. [05:35:08] [Server thread/INFO]: [RPGInventory] Plugin file is called 'MMOInventory-1.8 (1).jar'
  144. [05:35:08] [Server thread/INFO]: [EasyWhitelist] Loading server plugin EasyWhitelist v1.0.2
  145. [05:35:08] [Server thread/INFO]: [Arceon] Loading server plugin Arceon v0.4.2_1.16+
  146. [05:35:08] [Server thread/INFO]: [goBrush] Loading server plugin goBrush v3.8.0-55
  147. [05:35:08] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  148. [05:35:08] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-CMI
  149. [05:35:08] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
  150. [05:35:08] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  151. [05:35:08] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-CMI
  152. [05:35:08] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.7.1-SNAPSHOT-547;a088e6a
  153. [05:35:08] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
  154. [05:35:08] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
  155. [05:35:08] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  156. [05:35:09] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  157. [05:35:09] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
  158. [05:35:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.0
  159. [05:35:10] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.25
  160. [05:35:10] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vB4.0.0
  161. [05:35:10] [ForkJoinPool.commonPool-worker-1/ERROR]: [com.fastasyncworldedit.core.util.UpdateNotification] Update check failed: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
  162. [05:35:10] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.6
  163. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-broadcast v1.0.1 by Apehum loaded
  164. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-lavaplayer-lib v1.0.5 by Apehum loaded
  165. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-sculk v1.0.0 by Apehum loaded
  166. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-priority v1.0.0 by Apehum loaded
  167. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-discs v1.0.5 by KPidS loaded
  168. [05:35:10] [Server thread/INFO]: [PlasmoVoice] pv-addon-whisper v1.0.0 by Apehum loaded
  169. [05:35:10] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:25500
  170. [05:35:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plasmovoice [2.0.6]
  171. [05:35:10] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Enabling pv-addon-lavaplayer-lib v1.0.5
  172. [05:35:10] [Server thread/INFO]: [UnifiedMetrics] Enabling UnifiedMetrics v0.3.8
  173. [05:35:10] [Server thread/INFO]: [UnifiedMetrics] Initializing driver 'prometheus'.
  174. [05:35:10] [Server thread/INFO]: [UnifiedMetrics] Driver 'prometheus' initialized (48 ms).
  175. [05:35:10] [Server thread/INFO]: [pv-addon-sculk] Enabling pv-addon-sculk v1.0.0
  176. [05:35:10] [Server thread/INFO]: [pv-addon-priority] Enabling pv-addon-priority v1.0.0
  177. [05:35:10] [Server thread/INFO]: [pv-addon-whisper] Enabling pv-addon-whisper v1.0.0
  178. [05:35:10] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.0.5
  179. [05:35:11] [Server thread/INFO]: [pv-addon-broadcast] Enabling pv-addon-broadcast v1.0.1
  180. [05:35:11] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  181. [05:35:11] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  182. [05:35:11] [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.
  183. [05:35:11] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  184. [05:35:11] [Server thread/INFO]: Preparing level "world"
  185. [05:35:11] [Server thread/INFO]: -------- World Settings For [world] --------
  186. [05:35:11] [Server thread/INFO]: View Distance: 10
  187. [05:35:11] [Server thread/INFO]: Simulation Distance: 10
  188. [05:35:11] [Server thread/INFO]: Item Merge Radius: 2.5
  189. [05:35:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  190. [05:35:11] [Server thread/INFO]: Mob Spawn Range: 6
  191. [05:35:11] [Server thread/INFO]: Item Despawn Rate: 6000
  192. [05:35:11] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  193. [05:35:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  194. [05:35:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  195. [05:35:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  196. [05:35:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  197. [05:35:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  198. [05:35:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  199. [05:35:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  200. [05:35:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  201. [05:35:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  202. [05:35:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  203. [05:35:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
  204. [05:35:11] [Server thread/INFO]: Potato Growth Modifier: 100%
  205. [05:35:11] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
  206. [05:35:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  207. [05:35:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  208. [05:35:11] [Server thread/INFO]: Vine Growth Modifier: 100%
  209. [05:35:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  210. [05:35:11] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  211. [05:35:11] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  212. [05:35:11] [Server thread/INFO]: Kelp Growth Modifier: 100%
  213. [05:35:11] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  214. [05:35:11] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  215. [05:35:11] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  216. [05:35:11] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  217. [05:35:11] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
  218. [05:35:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  219. [05:35:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  220. [05:35:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  221. [05:35:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  222. [05:35:11] [Server thread/INFO]: Max TNT Explosions: 100
  223. [05:35:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  224. [05:35:11] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  225. [05:35:11] [Server thread/INFO]: View Distance: 10
  226. [05:35:11] [Server thread/INFO]: Simulation Distance: 10
  227. [05:35:11] [Server thread/INFO]: Item Merge Radius: 2.5
  228. [05:35:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  229. [05:35:11] [Server thread/INFO]: Mob Spawn Range: 6
  230. [05:35:11] [Server thread/INFO]: Item Despawn Rate: 6000
  231. [05:35:11] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  232. [05:35:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  233. [05:35:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  234. [05:35:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  235. [05:35:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  236. [05:35:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  237. [05:35:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  238. [05:35:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  239. [05:35:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  240. [05:35:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  241. [05:35:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  242. [05:35:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
  243. [05:35:11] [Server thread/INFO]: Potato Growth Modifier: 100%
  244. [05:35:11] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
  245. [05:35:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  246. [05:35:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  247. [05:35:11] [Server thread/INFO]: Vine Growth Modifier: 100%
  248. [05:35:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  249. [05:35:11] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  250. [05:35:11] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  251. [05:35:11] [Server thread/INFO]: Kelp Growth Modifier: 100%
  252. [05:35:11] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  253. [05:35:11] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  254. [05:35:11] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  255. [05:35:11] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  256. [05:35:11] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
  257. [05:35:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  258. [05:35:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  259. [05:35:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  260. [05:35:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  261. [05:35:11] [Server thread/INFO]: Max TNT Explosions: 100
  262. [05:35:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  263. [05:35:11] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  264. [05:35:11] [Server thread/INFO]: Time elapsed: 217 ms
  265. [05:35:11] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  266. [05:35:12] [Server thread/INFO]: Time elapsed: 110 ms
  267. [05:35:12] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
  268. [05:35:12] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  269. [05:35:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
  270. [05:35:13] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  271. [05:35:13] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  272. [05:35:13] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  273. [05:35:13] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  274. [05:35:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  275. [05:35:13] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  276. [05:35:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  277. [05:35:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  278. [05:35:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  279. [05:35:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  280. [05:35:13] [Server thread/INFO]: [WorldGuard] Loading region data...
  281. [05:35:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
  282. [05:35:13] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
  283. [05:35:13] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
  284. [05:35:13] [Server thread/INFO]: -------- World Settings For [Domarsk] --------
  285. [05:35:13] [Server thread/INFO]: View Distance: 10
  286. [05:35:13] [Server thread/INFO]: Simulation Distance: 10
  287. [05:35:13] [Server thread/INFO]: Item Merge Radius: 2.5
  288. [05:35:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  289. [05:35:13] [Server thread/INFO]: Mob Spawn Range: 6
  290. [05:35:13] [Server thread/INFO]: Item Despawn Rate: 6000
  291. [05:35:13] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  292. [05:35:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  293. [05:35:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  294. [05:35:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  295. [05:35:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  296. [05:35:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  297. [05:35:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  298. [05:35:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  299. [05:35:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  300. [05:35:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  301. [05:35:13] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  302. [05:35:13] [Server thread/INFO]: Carrot Growth Modifier: 100%
  303. [05:35:13] [Server thread/INFO]: Potato Growth Modifier: 100%
  304. [05:35:13] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
  305. [05:35:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  306. [05:35:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  307. [05:35:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  308. [05:35:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  309. [05:35:13] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  310. [05:35:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  311. [05:35:13] [Server thread/INFO]: Kelp Growth Modifier: 100%
  312. [05:35:13] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  313. [05:35:13] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  314. [05:35:13] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  315. [05:35:13] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  316. [05:35:13] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
  317. [05:35:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  318. [05:35:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  319. [05:35:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  320. [05:35:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  321. [05:35:13] [Server thread/INFO]: Max TNT Explosions: 100
  322. [05:35:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  323. [05:35:13] [Server thread/INFO]: Preparing start region for dimension minecraft:domarsk
  324. [05:35:14] [Server thread/INFO]: Time elapsed: 558 ms
  325. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk) TNT ignition is PERMITTED.
  326. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk) Lighters are PERMITTED.
  327. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk) Lava fire is PERMITTED.
  328. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk) Fire spread is UNRESTRICTED.
  329. [05:35:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Domarsk'
  330. [05:35:14] [Server thread/INFO]: -------- World Settings For [Domarsk_the_end] --------
  331. [05:35:14] [Server thread/INFO]: View Distance: 10
  332. [05:35:14] [Server thread/INFO]: Simulation Distance: 10
  333. [05:35:14] [Server thread/INFO]: Item Merge Radius: 2.5
  334. [05:35:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  335. [05:35:14] [Server thread/INFO]: Mob Spawn Range: 6
  336. [05:35:14] [Server thread/INFO]: Item Despawn Rate: 6000
  337. [05:35:14] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  338. [05:35:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  339. [05:35:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  340. [05:35:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  341. [05:35:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  342. [05:35:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  343. [05:35:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  344. [05:35:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  345. [05:35:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  346. [05:35:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  347. [05:35:14] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  348. [05:35:14] [Server thread/INFO]: Carrot Growth Modifier: 100%
  349. [05:35:14] [Server thread/INFO]: Potato Growth Modifier: 100%
  350. [05:35:14] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
  351. [05:35:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  352. [05:35:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  353. [05:35:14] [Server thread/INFO]: Vine Growth Modifier: 100%
  354. [05:35:14] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  355. [05:35:14] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  356. [05:35:14] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  357. [05:35:14] [Server thread/INFO]: Kelp Growth Modifier: 100%
  358. [05:35:14] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  359. [05:35:14] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  360. [05:35:14] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  361. [05:35:14] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  362. [05:35:14] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
  363. [05:35:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  364. [05:35:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  365. [05:35:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  366. [05:35:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  367. [05:35:14] [Server thread/INFO]: Max TNT Explosions: 100
  368. [05:35:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  369. [05:35:14] [Server thread/INFO]: Preparing start region for dimension minecraft:domarsk_the_end
  370. [05:35:14] [Server thread/INFO]: Time elapsed: 88 ms
  371. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk_the_end) TNT ignition is PERMITTED.
  372. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk_the_end) Lighters are PERMITTED.
  373. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk_the_end) Lava fire is PERMITTED.
  374. [05:35:14] [Server thread/INFO]: [WorldGuard] (Domarsk_the_end) Fire spread is UNRESTRICTED.
  375. [05:35:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Domarsk_the_end'
  376. [05:35:14] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  377. [05:35:14] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  378. [05:35:14] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.37
  379. [05:35:14] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.37-Premium.jar
  380. [05:35:14] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_20_R1 (v1_20)
  381. [05:35:14] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1239
  382. [05:35:14] [Server thread/INFO]: [LibsDisguises] Build Date: 25/06/2023 07:08
  383. [05:35:14] [Server thread/INFO]: [LibsDisguises] Registered to: 790332 (24)
  384. [05:35:14] [Server thread/INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
  385. [05:35:22] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  386. [05:35:22] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  387. [05:35:22] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  388. [05:35:22] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.1.0
  389. [05:35:23] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper
  390. [05:35:23] [Server thread/INFO]: CMI hooked.
  391. [05:35:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.4.1.0]
  392. [05:35:23] [Server thread/INFO]: PlaceholderAPI hooked.
  393. [05:35:23] [Server thread/INFO]: Updated (EN) language file. Took 30ms
  394. [05:35:23] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.4.0-SNAPSHOT-310837f1
  395. [05:35:24] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.1)...
  396. [05:35:24] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  397. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic LibsDisguises Support has been enabled!
  398. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic MMOItems Support has been enabled!
  399. [05:35:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythic [5.0.0]
  400. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
  401. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
  402. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
  403. [05:35:25] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
  404. [05:35:25] [Server thread/INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/SavedData
  405. [05:35:25] [Server thread/INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/SavedData/worlds
  406. [05:35:26] [Server thread/INFO]: [MythicMobs] Loading Packs...
  407. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Items...
  408. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  409. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Skills...
  410. [05:35:27] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  411. [05:35:27] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  412. [05:35:27] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  413. [05:35:27] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  414. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  415. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  416. [05:35:27] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  417. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  418. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  419. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  420. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  421. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  422. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  423. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  424. [05:35:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  425. [05:35:27] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  426. [05:35:28] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  427. [05:35:28] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v5.4.0 ( build 310837f1 ) has been successfully loaded!
  428. [05:35:28] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
  429. [05:35:28] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs
  430. [05:35:28] [Server thread/INFO]: [CMI] Enabling CMI v9.6.2.3
  431. [05:35:28] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
  432. [05:35:28] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
  433. [05:35:28] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
  434. [05:35:28] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
  435. [05:35:28] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
  436. [05:35:28] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
  437. [05:35:28] [Server thread/INFO]: _______________________________________________________
  438. [05:35:28] [Server thread/INFO]: Integrating PaperSpigot async methods
  439. [05:35:28] [Server thread/INFO]: Vault found. (Loaded: true)
  440. [05:35:28] [Server thread/INFO]: Citizens found. (Loaded: false)
  441. [05:35:28] [Server thread/INFO]: 58 Enabled and 0 Disabled modules
  442. [05:35:28] [Server thread/INFO]: ProtocolLib found. (Loaded: true)
  443. [05:35:28] [Server thread/INFO]: Permission plugin: Vault
  444. [05:35:28] [Server thread/INFO]: Initialized Cipher256 AES
  445. [05:35:29] [Server thread/INFO]: Loaded (61) regular alias into memory. Took 46ms
  446. [05:35:29] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 2ms
  447. [05:35:29] [Server thread/INFO]: 3.42.0 data base type detected
  448. [05:35:29] [Server thread/INFO]: Started SqLite data base. Took 213ms
  449. [05:35:29] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
  450. [05:35:29] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
  451. [05:35:29] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 1ms
  452. [05:35:29] [Server thread/INFO]: Loaded (144) custom mob heads into memory. Took 12ms
  453. [05:35:29] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 24ms
  454. [05:35:29] [Server thread/INFO]: Initializing BungeeCord
  455. [05:35:29] [Server thread/INFO]: Loaded (5) kits into memory. Took 7ms
  456. [05:35:29] [Server thread/INFO]: Loaded (7) ranks into memory. Took 9ms
  457. [05:35:29] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 2ms
  458. [05:35:29] [Server thread/INFO]: Loaded (38) player data into memory. Took 16ms
  459. [05:35:29] [Server thread/INFO]: Loaded (0) playtime records into memory. Took 3ms
  460. [05:35:29] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
  461. [05:35:29] [Server thread/INFO]: Loaded (0) custom alias into memory. Took 0ms
  462. [05:35:29] [Server thread/INFO]: Registered events. Took 114ms
  463. [05:35:29] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 3ms
  464. [05:35:29] [Server thread/INFO]: Updated (EN) language file. Took 107ms
  465. [05:35:29] [Server thread/INFO]: Updated (RU) language file. Took 100ms
  466. [05:35:30] [Server thread/INFO]: Loaded (245) worth values into memory. Took 53ms
  467. [05:35:30] [Server thread/INFO]: VaultPermissions found. (Loaded: true)
  468. [05:35:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi [9.6.2.3]
  469. [05:35:30] [Server thread/INFO]: PlaceholderAPI hooked.
  470. [05:35:30] [Server thread/INFO]: PlaceholderAPI found. (Loaded: true)
  471. [05:35:30] [Server thread/INFO]: Starting world timer.
  472. [05:35:30] [Server thread/INFO]: Initializing world manager.
  473. [05:35:30] [Server thread/INFO]: Loaded (4) schedules into memory. Took 5ms
  474. [05:35:30] [Server thread/INFO]: Loaded GeoIP
  475. [05:35:30] [Server thread/INFO]: Loaded (10) skin cache entries into memory. Took 1ms
  476. [05:35:30] [Server thread/INFO]: Loaded (0) ArmorStand templates into memory. Took 0ms
  477. [05:35:30] [Server thread/INFO]: Version 9.6.2.3 has been enabled
  478. [05:35:30] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
  479. [05:35:30] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
  480. [05:35:30] [Server thread/INFO]: [MythicLib] Enabling MythicLib v1.6.1
  481. [05:35:30] [Server thread/INFO]: [MythicLib] Hooked onto CMI
  482. [05:35:30] [Server thread/INFO]: [MythicMobs] MMO Plugin Support has been enabled!
  483. [05:35:30] [Server thread/INFO]: [MythicLib] Hooked onto MythicMobs
  484. [05:35:30] [Server thread/INFO]: [MythicLib] Hooked onto ProtocolLib
  485. [05:35:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythiclib [1.6.1]
  486. [05:35:30] [Server thread/INFO]: [MythicLib] Hooked onto PlaceholderAPI
  487. [05:35:30] [Server thread/WARN]: [MythicLib] Found a dependency cycle! Please make sure that the plugins involved load with no errors.
  488. [05:35:30] [Server thread/WARN]: [MythicLib] Plugin dependency cycle: [DirectionalBlock, ItemsAdder, SCore, ExecutableEvents, SCore]
  489. [05:35:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3157)
  490. [05:35:30] [Server thread/INFO]: [Citizens] Loading external libraries
  491. [05:35:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
  492. [05:35:30] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
  493. [05:35:30] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.12
  494. [05:35:30] [Server thread/INFO]: [MMOCore] Hooked onto Vault
  495. [05:35:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmocore [1.12]
  496. [05:35:30] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
  497. [05:35:30] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
  498. [05:35:30] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
  499. [05:35:30] [Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
  500. [05:35:31] [Server thread/WARN]: [MMOCore] Hooked parties onto MMOCore
  501. [05:35:31] [Server thread/WARN]: [MMOCore] Hooked guilds onto MMOCore
  502. [05:35:31] [Server thread/INFO]: [SCore] Enabling SCore v4.0.9
  503. [05:35:31] [Server thread/INFO]: ================ SCore ================
  504. [05:35:31] [Server thread/INFO]: SCore Version of the server git-Paper-124 (MC: 1.20.1) !
  505. [05:35:31] [Server thread/INFO]: SCore ExecutableItems hooked ! (6.0.9) Load After
  506. [05:35:31] [Server thread/INFO]: SCore ExecutableEvents hooked ! (2.0.9) Load After
  507. [05:35:31] [Server thread/INFO]: SCore PlaceholderAPI hooked ! (2.11.3) Load Before
  508. [05:35:31] [Server thread/INFO]: SCore WorldGuard hooked ! (7.0.9+5934e49) Load Before
  509. [05:35:31] [Server thread/INFO]: SCore Vault hooked ! (1.7.3-CMI) Load Before
  510. [05:35:31] [Server thread/INFO]: SCore Multiverse-Core hooked ! (4.3.1-b861) Load Before
  511. [05:35:31] [Server thread/INFO]: SCore ProtocolLib hooked !
  512. [05:35:31] [Server thread/INFO]: SCore Locale setup: EN
  513. [05:35:31] [Server thread/INFO]: SCore NBTAPI hooked ! (2.11.3) Load After
  514. [05:35:31] [Server thread/INFO]: SCore MythicMobs hooked ! (5.4.0-SNAPSHOT-310837f1) Load Before
  515. [05:35:31] [Server thread/INFO]: SCore CMI hooked ! (9.6.2.3) Load Before
  516. [05:35:31] [Server thread/INFO]: SCore ItemsAdder hooked ! (3.5.0c-r4) Load After
  517. [05:35:31] [Server thread/INFO]: SCore MMOCore hooked ! (1.12) Load Before
  518. [05:35:31] [Server thread/INFO]: SCore TAB hooked ! (4.0.3) Load After
  519. [05:35:31] [Server thread/INFO]: SCore Language of the editor setup on EN
  520. [05:35:31] [Server thread/INFO]: SCore Language for in-game messages setup on EN
  521. [05:35:31] [Server thread/INFO]: SCore Connection to the db...
  522. [05:35:31] [Server thread/INFO]: SCore will connect to the database hosted: In Local
  523. [05:35:31] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
  524. [05:35:31] [Server thread/INFO]: SCore Creating table Commands if not exists...
  525. [05:35:31] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
  526. [05:35:31] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
  527. [05:35:31] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
  528. [05:35:31] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
  529. [05:35:31] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
  530. [05:35:31] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
  531. [05:35:31] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
  532. [05:35:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SCore [1.0.0]
  533. [05:35:31] [Server thread/INFO]: ================ SCore ================
  534. [05:35:31] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.3
  535. [05:35:31] [Server thread/INFO]: [NBTAPI] Adding listeners...
  536. [05:35:31] [Server thread/INFO]: [NBTAPI] Gson:
  537. [05:35:31] [Server thread/INFO]: [NBTAPI] Checking bindings...
  538. [05:35:31] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
  539. [05:35:31] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
  540. [05:35:31] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
  541. [05:35:31] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
  542. [05:35:31] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.9.4
  543. [05:35:31] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
  544. [05:35:31] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
  545. [05:35:31] [Server thread/INFO]: [MMOItems] Now using MMOCore as RPG core plugin
  546. [05:35:31] [Server thread/INFO]: [MMOItems Item Templates] Loading template modifiers, please wait..
  547. [05:35:31] [Server thread/INFO]: [MMOItems Item Templates] Loading item templates, please wait...
  548. [05:35:31] [Server thread/INFO]: [MMOItems] Hooked onto Vault
  549. [05:35:31] [Server thread/INFO]: [MMOItems] Hooked onto Vault
  550. [05:35:31] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
  551. [05:35:32] [Server thread/INFO]: [MMOItems] Hooked onto RPGInventory
  552. [05:35:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems [6.9.4]
  553. [05:35:32] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
  554. [05:35:32] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
  555. [05:35:32] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v6.0.9
  556. [05:35:32] [Server thread/INFO]: ========*======== ExecutableItems ========*========
  557. [05:35:32] [Server thread/INFO]: ExecutableItems PlaceholderAPI hooked !
  558. [05:35:32] [Server thread/INFO]: ExecutableItems NBTAPI hooked !
  559. [05:35:32] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld
  560. [05:35:32] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld
  561. [05:35:33] [Server thread/ERROR]: &cERROR, Couldn't load the World value of ifInWorld from config, value: world_nether &7&o(Item: Prem_World_Teleporter)
  562. [05:35:34] [Server thread/INFO]: ExecutableItems Items with display conditions :
  563. [05:35:34] [Server thread/INFO]: ========*======== ExecutableItems ========*========
  564. [05:35:34] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.17.1
  565. [05:35:34] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
  566. [05:35:34] [Server thread/INFO]: [fake-block] Enabling fake-block v3.0.0
  567. [05:35:34] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.5.0c-r4
  568. [05:35:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
  569. [05:35:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
  570. [05:35:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  571. [05:35:34] [Server thread/INFO]: [ItemsAdder]
  572. ___ ___ __ __ __ ___ __ ItemsAdder 3.5.0c-r4
  573. | | |__ |\/| /__` /\ | \ | \ |__ |__) LoneLibs 1.0.25
  574. | | |___ | | .__/ /--\ |__/ |__/ |___ | \ Paper git-Paper-124 (MC: 1.20.1)
  575.  
  576. [05:35:34] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity
  577. [05:35:34] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
  578. [05:35:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels [1.0]
  579. [05:35:35] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
  580. [05:35:35] [Server thread/INFO]: [Duels] Using Economy Provider: net.milkbowl.vault.economy.plugins.Economy_CMI
  581. [05:35:35] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
  582. [05:35:35] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
  583. [05:35:35] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 0 kit(s).
  584. [05:35:35] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 0 arena(s).
  585. [05:35:35] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using world's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
  586. [05:35:35] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
  587. [05:35:35] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
  588. [05:35:35] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.12
  589. [05:35:35] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_20_R1, using MappingSpigotSkinRefresher.
  590. [05:35:35] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
  591. [05:35:35] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
  592. [05:35:35] [Server thread/INFO]: [BetonQuest] Enabling BetonQuest v2.0.0-DEV-688
  593. [05:35:35] [Server thread/INFO]: [BetonQuest] Running on JRE 17.0.8 (build 7, optional N/A, pre-release info N/A) by Eclipse Adoptium
  594. [05:35:36] [Server thread/INFO]: [BetonQuest] Using SQLite for storing data!
  595. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into Vault
  596. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into FastAsyncWorldEdit
  597. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into ProtocolLib
  598. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into PlaceholderAPI
  599. [05:35:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betonquest [2.0.0-DEV-688]
  600. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into WorldGuard
  601. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into MythicMobs
  602. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into MythicLib
  603. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into Citizens
  604. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into MMOCore
  605. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into MMOItems
  606. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into Shopkeepers
  607. [05:35:36] [Server thread/INFO]: [BetonQuest] Hooking into fake-block
  608. [05:35:36] [Server thread/INFO]: [BetonQuest] BetonQuest successfully enabled!
  609. [05:35:36] [Server thread/INFO]: [UltimateClans] Enabling UltimateClans v6.5.4
  610. [05:35:36] [Server thread/INFO]: [UltimateClans] ========================================
  611. [05:35:36] [Server thread/INFO]: [UltimateClans] _ _ _ _ ______ _
  612. [05:35:36] [Server thread/INFO]: [UltimateClans] | | | || | _ (_) _ / _____)| | V6
  613. [05:35:36] [Server thread/INFO]: [UltimateClans] | | | || || |_ _ ____ ____ | |_ ____ | / | | ____ ____ ___
  614. [05:35:36] [Server thread/INFO]: [UltimateClans] | | | || || _) | || \ / _ || _) / _ )| | | | / _ || _ \ /___)
  615. [05:35:36] [Server thread/INFO]: [UltimateClans] | |___| || || |__ | || | | |( ( | || |__ ( (/ / | \_____ | |( ( | || | | ||___ |
  616. [05:35:36] [Server thread/INFO]: [UltimateClans] \______||_| \___)|_||_|_|_| \_||_| \___) \____) \______)|_| \_||_||_| |_|(___/
  617. [05:35:36] [Server thread/INFO]: [UltimateClans]
  618. [05:35:37] [Server thread/INFO]: [UltimateClans] Thanks for using Black-Minecraft.com
  619. [05:35:37] [Server thread/INFO]: [UltimateClans] Language: EN (default)
  620. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup ScriptEngine:
  621. [05:35:37] [Server thread/INFO]: [UltimateClans] - Loaded successfully
  622. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup database: SQLITE (Medium)
  623. [05:35:37] [Server thread/INFO]: [UltimateClans] - Clan database [OK]
  624. [05:35:37] [Server thread/INFO]: [UltimateClans] - Player database [OK]
  625. [05:35:37] [Server thread/INFO]: [UltimateClans] - Invite database [OK]
  626. [05:35:37] [Server thread/INFO]: [UltimateClans] - Moderation database [OK]
  627. [05:35:37] [Server thread/INFO]: [UltimateClans] - Logger database [OK]
  628. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup hooks...
  629. [05:35:37] [Server thread/INFO]: [UltimateClans] - ProtocolLib
  630. [05:35:37] [Server thread/INFO]: [UltimateClans] - PlaceholderAPI
  631. [05:35:37] [Server thread/INFO]: [UltimateClans] - Duels
  632. [05:35:37] [Server thread/INFO]: [UltimateClans] - NBTAPI
  633. [05:35:37] [Server thread/INFO]: [UltimateClans] - ItemsAdder
  634. [05:35:37] [Server thread/INFO]: [UltimateClans] - SkinsRestorer
  635. [05:35:37] [Server thread/INFO]: [UltimateClans] - WorldGuard 7+
  636. [05:35:37] [Server thread/INFO]: [UltimateClans] - CMI [ + HOLO USING]
  637. [05:35:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: uclans [UClans V6]
  638. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup bedrock hook...
  639. [05:35:37] [Server thread/INFO]: [UltimateClans] - Not found.
  640. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup economy...
  641. [05:35:37] [Server thread/INFO]: [UltimateClans] - Vault
  642. [05:35:37] [Server thread/INFO]: [UltimateClans] Economy: VAULT
  643. [05:35:37] [Server thread/INFO]: [UltimateClans] Loaded 65 aliases.
  644. [05:35:37] [Server thread/INFO]: [UltimateClans] Loaded 50 commands.
  645. [05:35:37] [Server thread/INFO]: [UltimateClans] Loaded 1 clan patent(s).
  646. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup sync:
  647. [05:35:37] [Server thread/INFO]: [UltimateClans] - Disabled
  648. [05:35:37] [Server thread/INFO]: [UltimateClans] Setup Addons...
  649. [05:35:37] [Server thread/INFO]: [UltimateClans] ========================================
  650. [05:35:37] [Server thread/INFO]: [MCPets] Enabling MCPets v4.0.3
  651. [05:35:37] [Server thread/ERROR]: [MCPets] Failed to register events for class fr.nocsy.mcpets.listeners.PetListener because com/ticxo/modelengine/api/events/ModelDismountEvent does not exist.
  652. [05:35:37] [Server thread/INFO]: [MCPets] : Language file reloaded.
  653. [05:35:37] [Server thread/INFO]: [MCPets] : Blacklist file reloaded.
  654. [05:35:37] [Server thread/INFO]: Loading pets...
  655. [05:35:37] [Server thread/INFO]: [MCPets] : 0 pets registered successfully !
  656. [05:35:37] [Server thread/INFO]: [MCPets] : 0 categories registered successfully !
  657. [05:35:37] [Server thread/ERROR]: [MCPets] Could not reach SQL database. Please configure your database parameters.
  658. [05:35:37] [Server thread/INFO]: [MCPets] [Database] Can't initialize MySQL.
  659. [05:35:37] [Server thread/INFO]: [MCPets] [Database] Will be using YAML support instead (no worry it's not a bug).
  660. [05:35:37] [Server thread/INFO]: -=-=-=-= MCPets loaded =-=-=-=-
  661. [05:35:37] [Server thread/INFO]: Plugin made by Nocsy
  662. [05:35:37] [Server thread/INFO]: -=-=-=-= -=-=-=-=-=-=- =-=-=-=-
  663. [05:35:37] [Server thread/INFO]: -=- Launching Flags -=-
  664. [05:35:37] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount.
  665. [05:35:37] [Server thread/INFO]: [MCPets] : Starting flag mcpets-despawn.
  666. [05:35:37] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount-flying.
  667. [05:35:37] [Server thread/INFO]: 3 flags launched.
  668. [05:35:37] [Server thread/INFO]: [TAB] Enabling TAB v4.0.3
  669. [05:35:37] [Server thread/INFO]: [TAB] Server version: 1.20.1 (v1_20_R1)
  670. [05:35:37] [Server thread/INFO]: [TAB] Loaded NMS hook in 22ms
  671. [05:35:38] [Server thread/INFO]: [TAB] Enabled in 199ms
  672. [05:35:38] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.1
  673. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  674. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  675. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  676. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  677. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  678. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  679. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  680. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  681. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  682. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  683. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  684. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
  685. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  686. [05:35:38] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  687. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Enabling AdvancedRegionMarket v3.5.3
  688. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Using WorldGuard7 adapter
  689. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Using WorldEdit7 adapter
  690. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Using MC 1.20 adapter
  691. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Regions loaded!
  692. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] Programmed by Alex9849
  693. [05:35:38] [Server thread/INFO]: [AdvancedRegionMarket] I'm always searching for better translations of AdvancedRegionMarket. If you've translated the plugin it would be very nice if you would send me your translation via spigot private message! :)
  694. [05:35:38] [Server thread/INFO]: [ExecutableEvents] Enabling ExecutableEvents v2.0.9
  695. [05:35:38] [Server thread/INFO]: ========*======== ExecutableEvents ========*========
  696. [05:35:38] [Server thread/INFO]: ========*======== ExecutableEvents ========*========
  697. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.20.1-43.2
  698. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] ======= ArmorStandEditor =======
  699. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] Plugin Version: 1.20.1-43.2
  700. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] Minecraft Version: v1_20_R1
  701. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] ArmorStandEditor is compatible with this version of Minecraft. Loading continuing.
  702. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] SpigotMC: true
  703. [05:35:38] [Server thread/INFO]: [ArmorStandEditor] ================================
  704. [05:35:38] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v8.12.3
  705. [05:35:39] [Server thread/INFO]: [VoxelSniper] Registered 70 Sniper Brushes with 136 handles.
  706. [05:35:39] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  707. [05:35:39] [Thread-20/INFO]: Checking for updates...
  708. [05:35:39] [Server thread/INFO]: [goPaint] Enabling goPaint v3.1.0-61
  709. [05:35:39] [Server thread/INFO]: [RunAsOP] Enabling RunAsOP v1
  710. [05:35:39] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
  711. [05:35:39] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
  712. [05:35:39] [Server thread/INFO]: [DeluxeMenus] 3 GUI menus loaded!
  713. [05:35:39] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  714. [05:35:39] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
  715. [05:35:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.7-Release]
  716. [05:35:39] [Server thread/INFO]: [DirectionalBlock] Enabling DirectionalBlock v1.4.1
  717. [05:35:39] [Server thread/INFO]: [DirectionalBlock] Loaded 3 directional blocks
  718. [05:35:39] [Server thread/INFO]: [DirectionalBlock] Plugin Enabled
  719. [05:35:39] [Server thread/INFO]: [AlonsoTags] Enabling AlonsoTags v2.0.7-BETA
  720. [05:35:39] [Server thread/INFO]: [AlonsoTags] Max health Attribute check found. Using it..
  721. [05:35:39] [Server thread/INFO]: [AlonsoTags] Inventory title with support for more than 32 characters. Skipping..
  722. [05:35:39] [Server thread/INFO]: [AlonsoTags] Hex colors are available! Ready for RGB..
  723. [05:35:39] [Server thread/INFO]: [AlonsoTags] Old constructor for HoverEvent found! Using it..
  724. [05:35:39] [Server thread/INFO]: [AlonsoTags] New sendTitle method found! Using it..
  725. [05:35:39] [Server thread/INFO]: [AlonsoTags] New setUnbreakable method found! Using it..
  726. [05:35:39] [Server thread/INFO]: [AlonsoTags] New isUnbreakable method found! Using it..
  727. [05:35:39] [Server thread/INFO]: _ _ _____
  728. [05:35:39] [Server thread/INFO]: /_\ | |___ _ _ ___ __|_ _|_ _ __ _ ___
  729. [05:35:39] [Server thread/INFO]: / _ \| / _ \ ' \(_-</ _ \| |/ _` / _` (_-<
  730. [05:35:39] [Server thread/INFO]: /_/ \_\_\___/_||_/__/\___/|_|\__,_\__, /__/
  731. [05:35:39] [Server thread/INFO]: |___/
  732. [05:35:39] [Server thread/INFO]: Running plugin AlonsoTags v2.0.7-BETA (v2_0)
  733. [05:35:39] [Server thread/INFO]: Server running Paper version git-Paper-124 (MC: 1.20.1)
  734. [05:35:39] [Server thread/INFO]: (Implementing API version 1.20.1-R0.1-SNAPSHOT)
  735. [05:35:39] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤)
  736. [05:35:39] [Server thread/INFO]: Join our official discord server to receive support in alonsoaliaga.com/discord
  737. [05:35:39] [Server thread/INFO]: If you loved the plugin consider leaving a 5-stars review and mentioning your server IP in it!
  738. [05:35:39] [Server thread/INFO]:
  739. [05:35:39] [Server thread/INFO]: ==============================================================================================
  740. [05:35:39] [Server thread/INFO]: [AlonsoTags] This is not a error! This is just a warning to keep in mind if you have issues!
  741. [05:35:39] [Server thread/INFO]: [AlonsoTags] You are using a Paper fork (Paper). This plugin was made for Spigot
  742. [05:35:39] [Server thread/INFO]: [AlonsoTags] but was (in most cases) tested with different builds of Paper and Purpur.
  743. [05:35:39] [Server thread/INFO]: [AlonsoTags] Spigot and forks API are really similar and should be compatible, however there are
  744. [05:35:39] [Server thread/INFO]: [AlonsoTags] some cases in which they aren't compatible. If you have issues report them to the
  745. [05:35:39] [Server thread/INFO]: [AlonsoTags] developer instead of reviewing 1 star. Thanks in advanced!
  746. [05:35:39] [Server thread/INFO]: [AlonsoTags] Join us in our official support server on alonsoaliaga.com/discord
  747. [05:35:39] [Server thread/INFO]: ==============================================================================================
  748. [05:35:39] [Server thread/INFO]:
  749. [05:35:39] [Server thread/INFO]: [AlonsoTags] BungeeCord action bar available. Hooking..
  750. [05:35:39] [Server thread/INFO]: [AlonsoTags] ProtocolLib found! Checking..
  751. [05:35:39] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
  752. [05:35:39] [Server thread/INFO]: [AlonsoTags] [HikariCP] Using com.mysql.cj.jdbc.MysqlDataSource for source class name..
  753. [05:35:39] [Server thread/INFO]: [AlonsoTags] [SQLite] Attempting to create 'alonsotags' table..
  754. [05:35:39] [Server thread/INFO]: [SQLite] Connecting to database 'database-alonsotags.db'!
  755. [05:35:39] [Server thread/INFO]: [SQLite] Driver available: SQLite JDBC | 3.42.0
  756. [05:35:39] [Server thread/INFO]: [SQLite] Successfully connected to database!
  757. [05:35:39] [Server thread/INFO]: [AlonsoTags] [SQLite] Table 'alonsotags' has been created if didn't exist.
  758. [05:35:39] [Server thread/INFO]: [AlonsoTags] Column called 'purchased_tags' already exists. Skipping..
  759. [05:35:39] [Server thread/INFO]: [AlonsoTags] GameProfile field is available for heads. Hooking..
  760. [05:35:39] [Server thread/INFO]: [AlonsoTags] Vault found! Hooking..
  761. [05:35:39] [Server thread/INFO]: [AlonsoTags] Config files are (re)loading.. Timestamp: Negative | Negative
  762. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'new-tag' tag..
  763. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'beginner-tag' tag..
  764. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'dash-lover-tag' tag..
  765. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'rekt-tag' tag..
  766. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'knight-tag' tag..
  767. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'magic-tag' tag..
  768. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'kawaii-eyes-tag' tag..
  769. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'kawaii-mouth-tag' tag..
  770. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'kawaii-kiss-tag' tag..
  771. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'king-tag' tag..
  772. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'robot-tag' tag..
  773. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'miner-tag' tag..
  774. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'geek-tag' tag..
  775. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'idk-tag' tag..
  776. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'lenny-tag' tag..
  777. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'rich-tag' tag..
  778. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'rich-rank-tag' tag..
  779. [05:35:39] [Server thread/INFO]: [AlonsoTags] Loading 'crying-cat-tag' tag..
  780. [05:35:39] [Server thread/INFO]: [AlonsoTags] Successfully loaded 18 tags!
  781. [05:35:39] [Server thread/INFO]: [AlonsoTags] PlaceholderAPI found! Hooking..
  782. [05:35:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: alonsotags [2.0.7-BETA]
  783. [05:35:39] [Server thread/INFO]: [Contracts] Enabling Contracts v1.6.2
  784. [05:35:39] [Server thread/INFO]: [Contracts] Detected Bukkit Version: v1_20_R1
  785. [05:35:39] [Server thread/INFO]: [Contracts] Hooked onto PlaceholderAPI
  786. [05:35:40] [Server thread/INFO]: [MythicDungeons] Enabling MythicDungeons v1.2.1-SNAPSHOT
  787. [05:35:40] [Server thread/INFO]: [DungeonParties] Loading server plugin DungeonParties v1.0-SNAPSHOT
  788. [05:35:40] [Server thread/INFO]: [DungeonParties] Enabling DungeonParties v1.0-SNAPSHOT
  789. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dDungeonParties plugin found! Enabled party support.
  790. [05:35:40] [Server thread/WARN]: Nag author(s): '[MarcatoSound, Aestrus]' of 'MythicDungeons v1.2.1-SNAPSHOT' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  791. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dMythicMobs plugin found! Enabled MythicMobs support.
  792. [05:35:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: md [1.2.1]
  793. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dBetonQuest plugin found! Enabled BetonQuest support.
  794. [05:35:40] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 69 ms to scan 1 urls, producing 11 keys and 149 values
  795. [05:35:40] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 8 keys and 64 values
  796. [05:35:40] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 5 keys and 20 values
  797. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §d* Loaded §630 §dfunctions.
  798. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §d* Loaded §613 §dtriggers.
  799. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §d* Loaded §64 §dconditions.
  800. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dGUI menus initialized!
  801. [05:35:40] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dMythic Dungeons v1.2.1 §ainitialized! Happy dungeon-ing!
  802. [05:35:40] [Server thread/INFO]: [ScreenEffects] Enabling ScreenEffects v1.0.15b
  803. [05:35:40] [Server thread/INFO]: [ScreenEffects] §b Extracting default effects from .jar
  804. [05:35:40] [Server thread/INFO]: [ScreenEffects] §a DONE extracting default effects from .jar
  805. [05:35:40] [Server thread/INFO]: [HappyHud] Enabling HappyHUD v1.0.5-RELEASE
  806. [05:35:40] [Server thread/INFO]: [HappyHud] ProtocolLib support detected.
  807. [05:35:40] [Server thread/INFO]: [HappyHud] PlaceholderAPI parser has been registered.
  808. [05:35:41] [Server thread/INFO]: [HappyHud] [ACF] Enabled Asynchronous Tab Completion Support!
  809. [05:35:41] [Server thread/INFO]: [emotecraft] Enabling emotecraft v2.2.5
  810. [05:35:41] [Server thread/INFO]: [emotecraft] Loading Emotecraft as a bukkit plugin...
  811. [05:35:41] [Server thread/INFO]: [ReviveMe] Enabling ReviveMe v3.2.8
  812. [05:35:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: reviveme [3.2.8]
  813. [05:35:41] [Server thread/ERROR]: [ReviveMe] Failed to register events for class net.kokoricraft.reviveme.hooks.PlasmoVoiceHook because su/plo/voice/events/PlayerSpeakEvent does not exist.
  814. [05:35:42] [Server thread/INFO]: [CinematicStudio] Enabling CinematicStudio v1.4.4
  815. [05:35:42] [Server thread/INFO]: [Resources] Enabling Resources v2.6.1
  816. [05:35:42] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
  817. [05:35:42] [Server thread/INFO]: [AuthMe] SQLite Setup finished
  818. [05:35:42] [Server thread/INFO]: [AuthMe] Hooked into Vault!
  819. [05:35:42] [Server thread/INFO]: [AuthMe] Hooked successfully into CMI
  820. [05:35:42] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
  821. [05:35:42] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
  822. [05:35:42] [Server thread/INFO]: [RPGInventory] Enabling RPGInventory v1.8
  823. [05:35:42] [Server thread/INFO]: [RPGInventory] Successfully registered 3 inventory slots.
  824. [05:35:42] [Server thread/INFO]: [RPGInventory] Hooked onto MMOItems
  825. [05:35:42] [Server thread/INFO]: [RPGInventory] Hooked onto PlaceholderAPI
  826. [05:35:42] [Server thread/INFO]: [EasyWhitelist] Enabling EasyWhitelist v1.0.2*
  827. [05:35:42] [Server thread/INFO]: EasyWhitelist > Config reloaded.
  828. [05:35:42] [Server thread/INFO]: E-Whitelist > Loaded!
  829. [05:35:42] [Server thread/INFO]: [Arceon] Enabling Arceon v0.4.2_1.16+
  830. [05:35:42] [Server thread/INFO]: [Arceon] Arceon loading...
  831. [05:35:42] [Server thread/INFO]: [Arceon] Loading config...
  832. [05:35:42] [Server thread/INFO]: [Arceon] Could not load any fonts ...
  833. [05:35:42] [Server thread/INFO]: [Arceon] Please put fonts in the fonts folder!
  834. [05:35:43] [Server thread/INFO]: [goBrush] Enabling goBrush v3.8.0-55
  835. [05:35:44] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  836. [05:35:44] [Server thread/INFO]: Running delayed init tasks
  837. [05:35:44] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
  838. [05:35:44] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
  839. [05:35:44] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  840. [05:35:44] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] [Importing models]
  841. [05:35:44] [Craft Scheduler Thread - 4 - CMILib/INFO]: New version of CMILib was detected. Please update it
  842. [05:35:44] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
  843. [05:35:44] [Craft Scheduler Thread - 21 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
  844. [05:35:44] [Craft Scheduler Thread - 21 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
  845. [05:35:44] [Craft Scheduler Thread - 21 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
  846. [05:35:44] [Craft Scheduler Thread - 4 - ReviveMe/INFO]: [ReviveMe] There is not a new update available.
  847. [05:35:44] [Craft Scheduler Thread - 21 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
  848. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
  849. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] +==================+
  850. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] | SkinsRestorer |
  851. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] |------------------|
  852. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] | Standalone Mode |
  853. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] +==================+
  854. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
  855. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] Current version: 14.2.12
  856. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] This is the latest version!
  857. [05:35:44] [Craft Scheduler Thread - 15 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
  858. [05:35:44] [Craft Scheduler Thread - 22 - Vault/INFO]: [Vault] Checking for Updates ...
  859. [05:35:44] [Craft Scheduler Thread - 14 - Duels/INFO]: [Duels] No updates were available. You are on the latest version!
  860. [05:35:44] [Craft Scheduler Thread - 12 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: JordanW15 (102076)
  861. [05:35:44] [Server thread/INFO]: [ItemsAdder] [Pack] DONE extracting internal contents from .jar
  862. [05:35:44] [Craft Scheduler Thread - 22 - Vault/INFO]: [Vault] No new version available
  863. [05:35:44] [Server thread/INFO]: [BetonQuest] Enabled compatibility for PlaceholderAPI, MythicLib, fake-block, MMOItems, WorldGuard, ProtocolLib, Citizens, FastAsyncWorldEdit, Shopkeepers, MythicMobs, MMOCore, Vault!
  864. [05:35:44] [Server thread/WARN]: [BetonQuest] Event type objectives is not registered, check if it's spelled correctly in 'Midrey.midrey_q1_take' event.
  865. [05:35:44] [Server thread/WARN]: [BetonQuest] Event type objectives is not registered, check if it's spelled correctly in 'Midrey.midrey_q1_trava' event.
  866. [05:35:45] [Server thread/INFO]: [BetonQuest] There are 31 conditions, 117 events, 18 objectives and 1 conversations loaded from 4 packages.
  867. [05:35:45] [Server thread/INFO]: [BetonQuest] §aReloaded 1§a menus
  868. [05:35:45] [Server thread/INFO]: [UltimateClans] Start invite loader...
  869. [05:35:45] [Server thread/INFO]: [UltimateClans] Loaded 0 invites(s).
  870. [05:35:45] [Server thread/INFO]: [UltimateClans] Start moderation loader...
  871. [05:35:45] [Server thread/INFO]: [UltimateClans] Loaded 0 moderations(s).
  872. [05:35:45] [Server thread/INFO]: [UltimateClans] Start logger loader...
  873. [05:35:45] [Server thread/INFO]: [UltimateClans] Loaded 0 log(s).
  874. [05:35:45] [Server thread/INFO]: [UltimateClans] Start clans loader...
  875. [05:35:45] [Server thread/INFO]: [UltimateClans] Loaded 0 clan(s).
  876. [05:35:45] [Server thread/INFO]: >> Loaded 0 Layers
  877. [05:35:45] [Server thread/INFO]: >> Loaded 0 Loot Tables
  878. [05:35:45] [Server thread/INFO]: >> Loaded 0 Resources
  879. [05:35:45] [Server thread/INFO]: >> Loaded 0 Locations
  880. [05:35:45] [Server thread/INFO]: Resources loaded files after Multiverse-Core loaded
  881. [05:35:45] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
  882. [05:35:45] [Server thread/INFO]: Done (50.900s)! For help, type "help"
  883. [05:35:45] [Server thread/INFO]: Timings Reset
  884. [05:35:45] [Craft Scheduler Thread - 22 - UltimateClans/INFO]: [UltimateClans] Start players loader...
  885. [05:35:45] [Craft Scheduler Thread - 22 - UltimateClans/INFO]: [UltimateClans] Loaded 10 player(s).
  886. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Loaded 480 items
  887. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 0/188 REAL block IDs
  888. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 0/750 REAL_NOTE block IDs
  889. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 0/63 REAL_TRANSPARENT block IDs
  890. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs
  891. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs
  892. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used 8/6608 font_images
  893. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 4 categories
  894. [05:35:45] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully.
  895. [05:35:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: img [1.0.1]
  896. [05:35:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: iaplayerstat [1.0.1]
  897. [05:35:46] [Server thread/INFO]: [ItemsAdder] Reloading ItemsAdder Custom Entities Citizens NPCs
  898. [05:35:46] [Server thread/INFO]: [Mythic] Reloading plugin...
  899. [05:35:46] [Craft Scheduler Thread - 16 - BetonQuest/INFO]: [BetonQuest] Found newer version '2.0.0-DEV-702', it will be installed, if you execute '/q update'!
  900. [05:35:46] [Server thread/INFO]: [MythicMobs] Loading Packs...
  901. [05:35:46] [Server thread/INFO]: [MythicMobs] Loading Items...
  902. [05:35:46] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  903. [05:35:46] [Server thread/INFO]: [MythicMobs] Loading Skills...
  904. [05:35:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  905. [05:35:46] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  906. [05:35:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  907. [05:35:46] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  908. [05:35:47] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  909. [05:35:47] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  910. [05:35:47] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  911. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  912. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  913. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  914. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  915. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  916. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  917. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  918. [05:35:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  919. [05:35:48] [Server thread/INFO]: [Mythic] Mythic has finished reloading!
  920. [05:35:48] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  921. [05:35:48] [Server thread/INFO]: [PlaceholderAPI] [attribute] Available attributes: generic.attack_speed, generic.knockback_resistance, GENERIC_ARMOR_TOUGHNESS, generic.max_health, GENERIC_FOLLOW_RANGE, GENERIC_ATTACK_KNOCKBACK, generic.luck, GENERIC_ATTACK_DAMAGE, GENERIC_ATTACK_SPEED, GENERIC_LUCK, generic.attack_damage, generic.attack_knockback, generic.flying_speed, GENERIC_MAX_HEALTH, generic.movement_speed, GENERIC_FLYING_SPEED, GENERIC_KNOCKBACK_RESISTANCE, GENERIC_MOVEMENT_SPEED, generic.follow_range, GENERIC_ARMOR, generic.armor, generic.armor_toughness
  922. [05:35:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: attribute [1.0.0]
  923. [05:35:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: changeoutput [1.2.2]
  924. [05:35:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.5]
  925. [05:35:48] [Server thread/INFO]: 3 placeholder hook(s) registered!
  926. [05:35:48] [Craft Scheduler Thread - 17 - AlonsoTags/INFO]: [AlonsoTags] Checking for updates...
  927. [05:35:48] [Craft Scheduler Thread - 17 - AlonsoTags/INFO]: [AlonsoTags] Plugin up-to-date! You have the latest version!
  928. [05:35:49] [Thread-25/INFO]: [UltimateClans] Find for new versions...
  929. [05:35:49] [Thread-25/WARN]: [UltimateClans] New version (6.12.1) of Ultimate Clans is avaliable in https://polymart.org/r/1162
  930. [05:35:56] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL is valid (auto-external-host), LastEdit: 2023-08-30_16-06. Url: http://resourcepack.host/dl/187zzgadZWo3pRjnFI7mxVFxV5hz6qPj/pack.zip
  931. [05:36:11] [User Authenticator #0/INFO]: UUID of player Contik is 1d4e5f8f-a4fc-3a35-8df0-63644e4c49cc
  932. [05:36:12] [Server thread/INFO]: Contik joined the game
  933. [05:36:12] [Server thread/INFO]: Contik[/194.31.245.82:65128] logged in with entity id 161 at ([world]-211.3006585559965, 132.0, 1544.33436282341)
  934. [05:36:12] [Craft Scheduler Thread - 17 - AuthMe/INFO]: [AuthMe] Contik logged in 194.31.245.82
  935. [05:36:57] [Server thread/INFO]: Contik issued server command: /cmi heal
  936. [05:37:41] [Server thread/INFO]: Contik issued server command: /skills
  937. [05:38:03] [Server thread/INFO]: Contik issued server command: /mm
  938. [05:38:04] [Server thread/INFO]: Contik issued server command: /mm r
  939. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Packs...
  940. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Items...
  941. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  942. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Skills...
  943. [05:38:05] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  944. [05:38:05] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  945. [05:38:05] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  946. [05:38:05] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  947. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  948. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  949. [05:38:05] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  950. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  951. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  952. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  953. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  954. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  955. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  956. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  957. [05:38:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  958. [05:38:06] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  959. [05:38:23] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] 10.882299
  960. [05:38:27] [Server thread/INFO]: Contik issued server command: /summon pig
  961. [05:38:27] [Server thread/INFO]: Contik issued server command: /summon pig
  962. [05:38:28] [Server thread/INFO]: Contik issued server command: /summon pig
  963. [05:38:28] [Server thread/INFO]: Contik issued server command: /summon pig
  964. [05:38:28] [Server thread/INFO]: Contik issued server command: /summon pig
  965. [05:38:28] [Server thread/INFO]: Contik issued server command: /summon pig
  966. [05:38:29] [Server thread/INFO]: Contik issued server command: /summon pig
  967. [05:38:33] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] 10.882299
  968. [05:38:45] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] 10.882299
  969. [05:38:56] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] 10.882299
  970. [05:45:44] [Craft Scheduler Thread - 30 - Resources/INFO]: Resources saved to files successfully
  971. [05:55:44] [Craft Scheduler Thread - 35 - Resources/INFO]: Resources saved to files successfully
  972. [06:03:06] [Server thread/INFO]: Contik issued server command: /mm r
  973. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Packs...
  974. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Items...
  975. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  976. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Skills...
  977. [06:03:06] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  978. [06:03:06] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  979. [06:03:06] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  980. [06:03:06] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  981. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  982. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  983. [06:03:06] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  984. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  985. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  986. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  987. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  988. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  989. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  990. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  991. [06:03:06] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  992. [06:03:07] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  993. [06:05:44] [Craft Scheduler Thread - 40 - MMOCore/INFO]: [MMOCore] Autosaving player data, might take a while...
  994. [06:05:44] [Craft Scheduler Thread - 43 - RPGInventory/INFO]: [RPGInventory] Autosaving player data, might take a while...
  995. [06:05:44] [Craft Scheduler Thread - 42 - LibsDisguises/INFO]: [LibsDisguises] Now looking for update on Github..
  996. [06:05:44] [Craft Scheduler Thread - 43 - Resources/INFO]: Resources saved to files successfully
  997. [06:07:04] [Server thread/INFO]: Contik issued server command: /mm r
  998. [06:07:04] [Server thread/INFO]: [MythicMobs] Loading Packs...
  999. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Items...
  1000. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  1001. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Skills...
  1002. [06:07:05] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  1003. [06:07:05] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  1004. [06:07:05] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  1005. [06:07:05] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  1006. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  1007. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  1008. [06:07:05] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  1009. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  1010. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  1011. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1012. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  1013. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  1014. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  1015. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  1016. [06:07:05] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1017. [06:07:05] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  1018. [06:07:06] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] UNDEFINED
  1019. [06:08:07] [Server thread/INFO]: Contik issued server command: /mm r
  1020. [06:08:07] [Server thread/INFO]: [MythicMobs] Loading Packs...
  1021. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Items...
  1022. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  1023. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Skills...
  1024. [06:08:08] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  1025. [06:08:08] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  1026. [06:08:08] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  1027. [06:08:08] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  1028. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  1029. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  1030. [06:08:08] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  1031. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  1032. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  1033. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1034. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 130 skills.
  1035. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  1036. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  1037. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  1038. [06:08:08] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1039. [06:08:08] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  1040. [06:08:13] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1041. [06:08:15] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1042. [06:09:20] [Server thread/INFO]: Contik issued server command: /mm r
  1043. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Packs...
  1044. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Items...
  1045. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  1046. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Skills...
  1047. [06:09:21] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  1048. [06:09:21] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  1049. [06:09:21] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  1050. [06:09:21] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  1051. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  1052. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  1053. [06:09:21] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  1054. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  1055. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  1056. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1057. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 130 skills.
  1058. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  1059. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  1060. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  1061. [06:09:21] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1062. [06:09:22] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  1063. [06:09:22] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1064. [06:09:23] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1065. [06:09:24] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1066. [06:09:25] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1067. [06:09:27] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1068. [06:09:29] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1069. [06:09:36] [Server thread/INFO]: Contik issued server command: /mm r
  1070. [06:09:36] [Server thread/INFO]: [MythicMobs] Loading Packs...
  1071. [06:09:36] [Server thread/INFO]: [MythicMobs] Loading Items...
  1072. [06:09:36] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  1073. [06:09:36] [Server thread/INFO]: [MythicMobs] Loading Skills...
  1074. [06:09:36] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  1075. [06:09:36] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  1076. [06:09:36] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  1077. [06:09:36] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  1078. [06:09:37] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  1079. [06:09:37] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  1080. [06:09:37] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  1081. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  1082. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  1083. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1084. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 130 skills.
  1085. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  1086. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  1087. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  1088. [06:09:37] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1089. [06:09:37] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  1090. [06:09:38] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1091. [06:09:39] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1092. [06:09:41] [Server thread/INFO]: Contik issued server command: /mm test cast ArrowTest
  1093. [06:10:01] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] UNDEFINED
  1094. [06:11:04] [Server thread/INFO]: Contik issued server command: /summon pig
  1095. [06:11:04] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] UNDEFINED
  1096. [06:11:09] [Server thread/INFO]: Contik issued server command: /cmi heal]
  1097. [06:11:11] [Server thread/INFO]: Contik issued server command: /cmi heal
  1098. [06:11:19] [Server thread/INFO]: Contik issued server command: /mm r
  1099. [06:11:19] [Server thread/WARN]: java.io.FileNotFoundException: /home/container/plugins/MythicMobs-5.4.0-SNAPSHOT (8).jar (No such file or directory)
  1100. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.open0(Native Method)
  1101. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
  1102. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
  1103. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.<init>(FileInputStream.java:111)
  1104. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.utils.annotations.AnnotationUtil.getAnnotatedClasses(AnnotationUtil.java:52)
  1105. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.skills.placeholders.PlaceholderExecutor.load(PlaceholderExecutor.java:565)
  1106. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.skills.placeholders.PlaceholderExecutor.load(PlaceholderExecutor.java:54)
  1107. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.plugin.ReloadableModule.reload(ReloadableModule.java:19)
  1108. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.commands.ReloadCommand.doReloadPart1(ReloadCommand.java:101)
  1109. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.commands.ReloadCommand.onCommand(ReloadCommand.java:51)
  1110. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:64)
  1111. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:61)
  1112. [06:11:19] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
  1113. [06:11:19] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
  1114. [06:11:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1007)
  1115. [06:11:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
  1116. [06:11:19] [Server thread/WARN]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
  1117. [06:11:19] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:324)
  1118. [06:11:19] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:308)
  1119. [06:11:19] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2342)
  1120. [06:11:19] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$20(PlayerConnection.java:2302)
  1121. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.b(IAsyncTaskHandler.java:59)
  1122. [06:11:19] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  1123. [06:11:19] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18)
  1124. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
  1125. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
  1126. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1339)
  1127. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
  1128. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
  1129. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1316)
  1130. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1309)
  1131. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136)
  1132. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1287)
  1133. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1175)
  1134. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
  1135. [06:11:19] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1136. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Packs...
  1137. [06:11:19] [Server thread/WARN]: java.io.FileNotFoundException: /home/container/plugins/MythicMobs-5.4.0-SNAPSHOT (8).jar (No such file or directory)
  1138. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.open0(Native Method)
  1139. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
  1140. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
  1141. [06:11:19] [Server thread/WARN]: at java.base/java.io.FileInputStream.<init>(FileInputStream.java:111)
  1142. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.utils.annotations.AnnotationUtil.getAnnotatedClasses(AnnotationUtil.java:52)
  1143. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.skills.placeholders.PlaceholderExecutor.load(PlaceholderExecutor.java:565)
  1144. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:225)
  1145. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:39)
  1146. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.plugin.ReloadableModule.reload(ReloadableModule.java:19)
  1147. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.commands.ReloadCommand.doReloadPart1(ReloadCommand.java:113)
  1148. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.commands.ReloadCommand.onCommand(ReloadCommand.java:51)
  1149. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:64)
  1150. [06:11:19] [Server thread/WARN]: at MythicMobs-5.4.0-SNAPSHOT (8).jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:61)
  1151. [06:11:19] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
  1152. [06:11:19] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
  1153. [06:11:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1007)
  1154. [06:11:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
  1155. [06:11:19] [Server thread/WARN]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
  1156. [06:11:19] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:324)
  1157. [06:11:19] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:308)
  1158. [06:11:19] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2342)
  1159. [06:11:19] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$20(PlayerConnection.java:2302)
  1160. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.b(IAsyncTaskHandler.java:59)
  1161. [06:11:19] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  1162. [06:11:19] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18)
  1163. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
  1164. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
  1165. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1339)
  1166. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
  1167. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
  1168. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1316)
  1169. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1309)
  1170. [06:11:19] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136)
  1171. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1287)
  1172. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1175)
  1173. [06:11:19] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
  1174. [06:11:19] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1175. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Items...
  1176. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  1177. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Skills...
  1178. [06:11:19] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error
  1179. [06:11:19] [Server thread/WARN]: [MythicMobs] --| File: Fighter_Class.yml
  1180. [06:11:19] [Server thread/WARN]: [MythicMobs] --| Error Message: Not a valid operation
  1181. [06:11:19] [Server thread/WARN]: [MythicMobs] --| Line: attributeModifier{attribute=GENERIC_MOVEMENT_SPEED;a="<caster.var.Fighter_Left_Hook_Slow>";duration="<caster.var.Fighter_Left_Hook_Duration>";op=MULTIPLY}
  1182. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  1183. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  1184. [06:11:19] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  1185. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 63 mobs.
  1186. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 vanilla mob overrides.
  1187. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1188. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 129 skills.
  1189. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  1190. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 179 mythic items.
  1191. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  1192. [06:11:19] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1193. [06:11:19] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
  1194. [06:11:21] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] <caster.var.Fighter_Right_Hook_Damage>
  1195. [06:12:09] [Server thread/INFO]: Contik issued server command: /mm info
  1196. [06:12:14] [Server thread/INFO]: Contik issued server command: /mm version
  1197. [06:15:44] [Craft Scheduler Thread - 43 - Resources/INFO]: Resources saved to files successfully
  1198. [06:19:11] [Server thread/INFO]: [ОБЪЯВЛЕНИЕ] <caster.var.Fighter_Right_Hook_Damage>
  1199. [06:19:28] [Server thread/INFO]: Stopping the server
  1200. [06:19:28] [Server thread/INFO]: Stopping server
  1201. [06:19:28] [Server thread/INFO]: [DungeonParties] Disabling DungeonParties v1.0-SNAPSHOT
  1202. [06:19:28] [Server thread/INFO]: [goBrush] Disabling goBrush v3.8.0-55
  1203. [06:19:28] [Server thread/INFO]: [Arceon] Disabling Arceon v0.4.2_1.16+
  1204. [06:19:28] [Server thread/INFO]: [EasyWhitelist] Disabling EasyWhitelist v1.0.2
  1205. [06:19:28] [Server thread/INFO]: [RPGInventory] Disabling RPGInventory v1.8
  1206. [06:19:28] [Server thread - RPGInventory/INFO]: [RPGInventory] Autosaving player data, might take a while...
  1207. [06:19:28] [Server thread/INFO]: [pv-addon-broadcast] Disabling pv-addon-broadcast v1.0.1
  1208. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-broadcast v1.0.1 by Apehum unloaded
  1209. [06:19:28] [Server thread/INFO]: [pv-addon-discs] Disabling pv-addon-discs v1.0.5
  1210. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-discs v1.0.5 by KPidS unloaded
  1211. [06:19:28] [Server thread/INFO]: [pv-addon-whisper] Disabling pv-addon-whisper v1.0.0
  1212. [06:19:28] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.6.0-beta2-b2453
  1213. [06:19:28] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
  1214. [06:19:28] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2-b2453 disabled!
  1215. [06:19:28] [Server thread/INFO]: [Resources] Disabling Resources v2.6.1
  1216. [06:19:28] [Server thread/INFO]: Resources saved to files successfully
  1217. [06:19:28] [Server thread/INFO]: [CinematicStudio] Disabling CinematicStudio v1.4.4
  1218. [06:19:28] [Server thread/INFO]: [ReviveMe] Disabling ReviveMe v3.2.8
  1219. [06:19:28] [Server thread/INFO]: [pv-addon-priority] Disabling pv-addon-priority v1.0.0
  1220. [06:19:28] [Server thread/INFO]: [emotecraft] Disabling emotecraft v2.2.5
  1221. [06:19:28] [Server thread/INFO]: [pv-addon-sculk] Disabling pv-addon-sculk v1.0.0
  1222. [06:19:28] [Server thread/INFO]: [HappyHud] Disabling HappyHUD v1.0.5-RELEASE
  1223. [06:19:28] [Server thread/INFO]: [ScreenEffects] Disabling ScreenEffects v1.0.15b
  1224. [06:19:28] [Server thread/INFO]: [MythicDungeons] Disabling MythicDungeons v1.2.1-SNAPSHOT
  1225. [06:19:28] [Server thread/INFO]: [MythicDungeons] [STDOUT] §dCleaning up dungeons...
  1226. [06:19:28] [Server thread/WARN]: Nag author(s): '[MarcatoSound, Aestrus]' of 'MythicDungeons v1.2.1-SNAPSHOT' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  1227. [06:19:28] [Server thread/INFO]: [Contracts] Disabling Contracts v1.6.2
  1228. [06:19:28] [Server thread/INFO]: [AlonsoTags] Disabling AlonsoTags v2.0.7-BETA
  1229. [06:19:28] [Server thread/INFO]: [SQLite] Forcing connection close..
  1230. [06:19:28] [Server thread/INFO]:
  1231. [06:19:28] [Server thread/INFO]: [AlonsoTags] Plugin has been disabled!
  1232. [06:19:28] [Server thread/INFO]: [AlonsoTags] Thank you for using my plugin!
  1233. [06:19:28] [Server thread/INFO]:
  1234. [06:19:28] [Server thread/INFO]: [DirectionalBlock] Disabling DirectionalBlock v1.4.1
  1235. [06:19:28] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.13.7-Release
  1236. [06:19:28] [Server thread/INFO]: [RunAsOP] Disabling RunAsOP v1
  1237. [06:19:28] [Server thread/INFO]: [goPaint] Disabling goPaint v3.1.0-61
  1238. [06:19:28] [Server thread/INFO]: [VoxelSniper] Disabling VoxelSniper v8.12.3
  1239. [06:19:28] [Server thread/INFO]: [ArmorStandEditor] Disabling ArmorStandEditor v1.20.1-43.2
  1240. [06:19:28] [Server thread/INFO]: [ExecutableEvents] Disabling ExecutableEvents v2.0.9
  1241. [06:19:28] [Server thread/INFO]: SCore Save UsagePerDay....
  1242. [06:19:28] [Server thread/INFO]: SCore Save UsagePerDay done !
  1243. [06:19:28] [Server thread/INFO]: SCore Save Commands...
  1244. [06:19:28] [Server thread/INFO]: SCore Save Commands done !
  1245. [06:19:28] [Server thread/INFO]: SCore Save Cooldowns...
  1246. [06:19:28] [Server thread/INFO]: SCore Save Cooldowns done !
  1247. [06:19:28] [Server thread/INFO]: [AdvancedRegionMarket] Disabling AdvancedRegionMarket v3.5.3
  1248. [06:19:28] [Server thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v4.2.1
  1249. [06:19:28] [Server thread/INFO]: [TAB] Disabling TAB v4.0.3
  1250. [06:19:28] [Server thread/INFO]: [TAB] Disabled in 7ms
  1251. [06:19:28] [Server thread/INFO]: [UnifiedMetrics] Disabling UnifiedMetrics v0.3.8
  1252. [06:19:28] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Disabling pv-addon-lavaplayer-lib v1.0.5
  1253. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-lavaplayer-lib v1.0.5 by Apehum unloaded
  1254. [06:19:28] [Server thread/INFO]: [MCPets] Disabling MCPets v4.0.3
  1255. [06:19:28] [Server thread/INFO]: -=-=-=-= MCPets disable =-=-=-=-
  1256. [06:19:28] [Server thread/INFO]: See you soon
  1257. [06:19:28] [Server thread/INFO]: -=-=-=-= -=-=-=-=-=-=- =-=-=-=-
  1258. [06:19:28] [Server thread/INFO]: [UltimateClans] Disabling UltimateClans v6.5.4
  1259. [06:19:28] [Server thread/INFO]: [UltimateClans] Starting shutdown ...
  1260. [06:19:28] [Server thread/INFO]: [UltimateClans] Closing storage...
  1261. [06:19:28] [Server thread/INFO]: [UltimateClans] Disabling addons...
  1262. [06:19:28] [Server thread/INFO]: [UltimateClans] Disabling Adventure...
  1263. [06:19:28] [Server thread/INFO]: [UltimateClans] Unregister papi...
  1264. [06:19:28] [Server thread/INFO]: [UltimateClans] Disabling Redis...
  1265. [06:19:28] [Server thread/INFO]: [UltimateClans] Goodbye!
  1266. [06:19:28] [Server thread/INFO]: [BetonQuest] Disabling BetonQuest v2.0.0-DEV-688
  1267. [06:19:28] [Server thread/INFO]: [BetonQuest] BetonQuest succesfully disabled!
  1268. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Disabling PlasmoVoice v2.0.6
  1269. [06:19:28] [Server thread/WARN]: [PlasmoVoice] Failed to fire an event:
  1270. [06:19:28] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  1271. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1272. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  1273. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1274. [06:19:28] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  1275. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.event.VoiceEventBus.lambda$register$1(VoiceEventBus.java:106)
  1276. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.event.VoiceEventBus.call(VoiceEventBus.java:51)
  1277. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.disconnect(VoiceUdpServerConnectionManager.java:137)
  1278. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.removeConnection(VoiceUdpServerConnectionManager.java:82)
  1279. [06:19:28] [Server thread/WARN]: at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4780)
  1280. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.clearConnections(VoiceUdpServerConnectionManager.java:121)
  1281. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.socket.NettyUdpServer.stop(NettyUdpServer.java:72)
  1282. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.BaseVoiceServer.stopUdpServer(BaseVoiceServer.java:304)
  1283. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.BaseVoiceServer.onShutdown(BaseVoiceServer.java:178)
  1284. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.paper.PaperVoiceServer.onShutdown(PaperVoiceServer.kt:73)
  1285. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.paper.PaperVoiceLoader.onDisable(PaperVoiceLoader.kt:14)
  1286. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283)
  1287. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224)
  1288. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:148)
  1289. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:92)
  1290. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:528)
  1291. [06:19:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.disablePlugins(CraftServer.java:571)
  1292. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:943)
  1293. [06:19:28] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.t(DedicatedServer.java:806)
  1294. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1210)
  1295. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
  1296. [06:19:28] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1297. [06:19:28] [Server thread/WARN]: Caused by: java.lang.IllegalStateException: zip file closed
  1298. [06:19:28] [Server thread/WARN]: at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:838)
  1299. [06:19:28] [Server thread/WARN]: at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:337)
  1300. [06:19:28] [Server thread/WARN]: at java.base/java.util.jar.JarFile.getEntry(JarFile.java:517)
  1301. [06:19:28] [Server thread/WARN]: at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:472)
  1302. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:195)
  1303. [06:19:28] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
  1304. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155)
  1305. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
  1306. [06:19:28] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  1307. [06:19:28] [Server thread/WARN]: at pv-addon-sculk-1.0.0.jar//su.plo.voice.sculk.SculkAddon.onClientDisconnect(SculkAddon.java:56)
  1308. [06:19:28] [Server thread/WARN]: ... 26 more
  1309. [06:19:28] [Server thread/WARN]: [PlasmoVoice] Failed to fire an event:
  1310. [06:19:28] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  1311. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1312. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  1313. [06:19:28] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1314. [06:19:28] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  1315. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.event.VoiceEventBus.lambda$register$1(VoiceEventBus.java:106)
  1316. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.event.VoiceEventBus.call(VoiceEventBus.java:51)
  1317. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.disconnect(VoiceUdpServerConnectionManager.java:137)
  1318. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.removeConnection(VoiceUdpServerConnectionManager.java:82)
  1319. [06:19:28] [Server thread/WARN]: at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4780)
  1320. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.connection.VoiceUdpServerConnectionManager.clearConnections(VoiceUdpServerConnectionManager.java:121)
  1321. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.socket.NettyUdpServer.stop(NettyUdpServer.java:72)
  1322. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.BaseVoiceServer.stopUdpServer(BaseVoiceServer.java:304)
  1323. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.server.BaseVoiceServer.onShutdown(BaseVoiceServer.java:178)
  1324. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.paper.PaperVoiceServer.onShutdown(PaperVoiceServer.kt:73)
  1325. [06:19:28] [Server thread/WARN]: at PlasmoVoice-Paper-2.0.6.jar//su.plo.voice.paper.PaperVoiceLoader.onDisable(PaperVoiceLoader.kt:14)
  1326. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283)
  1327. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224)
  1328. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:148)
  1329. [06:19:28] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:92)
  1330. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:528)
  1331. [06:19:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.disablePlugins(CraftServer.java:571)
  1332. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:943)
  1333. [06:19:28] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.t(DedicatedServer.java:806)
  1334. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1210)
  1335. [06:19:28] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
  1336. [06:19:28] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1337. [06:19:28] [Server thread/WARN]: Caused by: java.lang.IllegalStateException: zip file closed
  1338. [06:19:28] [Server thread/WARN]: at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:838)
  1339. [06:19:28] [Server thread/WARN]: at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:337)
  1340. [06:19:28] [Server thread/WARN]: at java.base/java.util.jar.JarFile.getEntry(JarFile.java:517)
  1341. [06:19:28] [Server thread/WARN]: at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:472)
  1342. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:195)
  1343. [06:19:28] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
  1344. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155)
  1345. [06:19:28] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
  1346. [06:19:28] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  1347. [06:19:28] [Server thread/WARN]: at pv-addon-whisper-1.0.0.jar//su.plo.voice.whisper.WhisperActivation.onClientDisconnect(WhisperActivation.java:137)
  1348. [06:19:28] [Server thread/WARN]: ... 26 more
  1349. [06:19:28] [Server thread/INFO]: [PlasmoVoice] UDP server is stopped
  1350. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-sculk v1.0.0 by Apehum unloaded
  1351. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-priority v1.0.0 by Apehum unloaded
  1352. [06:19:28] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-whisper v1.0.0 by Apehum unloaded
  1353. [06:19:28] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.12
  1354. [06:19:28] [Server thread/INFO]: [Duels] Disabling Duels v3.5.3
  1355. [06:19:28] [Server thread/INFO]: [Duels] Disable process took 30ms.
  1356. [06:19:28] [Server thread/INFO]: [ItemsAdder] Disabling ItemsAdder v3.5.0c-r4
  1357. [06:19:28] [Server thread/INFO]: [ItemsAdder] Saving custom entities...
  1358. [06:19:28] [Server thread/INFO]: [ItemsAdder] Saved 0 custom entities successfully!
  1359. [06:19:28] [Server thread/INFO]: [fake-block] Disabling fake-block v3.0.0
  1360. [06:19:28] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v2.17.1
  1361. [06:19:28] [Server thread/INFO]: [ExecutableItems] Disabling ExecutableItems v6.0.9
  1362. [06:19:28] [Server thread/INFO]: [MMOItems] Disabling MMOItems v6.9.4
  1363. [06:19:28] [Server thread/INFO]: [ModelEngine] Disabling ModelEngine vB4.0.0
  1364. [06:19:28] [Server thread/INFO]: [LoneLibs] Disabling LoneLibs v1.0.25
  1365. [06:19:28] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.11.3
  1366. [06:19:28] [Server thread/INFO]: [MMOCore] Disabling MMOCore v1.12
  1367. [06:19:28] [Server thread - MMOCore/INFO]: [MMOCore] Autosaving player data, might take a while...
  1368. [06:19:29] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.32-SNAPSHOT (build 3157)
  1369. [06:19:29] [Server thread/INFO]: [MythicLib] Disabling MythicLib v1.6.1
  1370. [06:19:29] [Server thread/INFO]: [CMI] Disabling CMI v9.6.2.3
  1371. [06:19:29] [Server thread/INFO]: [Vault][Economy] CMI Economy unhooked.
  1372. [06:19:29] [Server thread/INFO]: [CMI] Closed db connections
  1373. [06:19:29] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v5.4.0-SNAPSHOT-310837f1
  1374. [06:19:29] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
  1375. [06:19:29] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
  1376. [06:19:29] [Server thread/INFO]: [CMILib] Disabling CMILib v1.4.1.0
  1377. [06:19:29] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.37
  1378. [06:19:29] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-b861
  1379. [06:19:29] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.9+5934e49
  1380. [06:19:29] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
  1381. [06:19:29] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.3
  1382. [06:19:29] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.1.0
  1383. [06:19:29] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v2.7.1-SNAPSHOT-547;a088e6a
  1384. [06:19:29] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  1385. [06:19:29] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-CMI
  1386. [06:19:29] [Server thread/INFO]: Saving players
  1387. [06:19:29] [Server thread/INFO]: Contik lost connection: Server closed
  1388. [06:19:29] [Server thread/INFO]: Contik left the game
  1389. [06:19:29] [Server thread/INFO]: Saving worlds
  1390. [06:19:29] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  1391. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
  1392. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
  1393. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
  1394. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 18 entity chunks, 0 poi chunks in world 'world' in 0.01s
  1395. [06:19:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  1396. [06:19:29] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  1397. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
  1398. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
  1399. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
  1400. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saved 10 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0.01s
  1401. [06:19:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  1402. [06:19:29] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Domarsk]'/minecraft:domarsk
  1403. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Domarsk'
  1404. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Domarsk'
  1405. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Domarsk'
  1406. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'Domarsk' in 0.00s
  1407. [06:19:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (Domarsk): All chunks are saved
  1408. [06:19:29] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Domarsk_the_end]'/minecraft:domarsk_the_end
  1409. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Domarsk_the_end'
  1410. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Domarsk_the_end'
  1411. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Domarsk_the_end'
  1412. [06:19:29] [Server thread/INFO]: [ChunkHolderManager] Saved 11 block chunks, 0 entity chunks, 0 poi chunks in world 'Domarsk_the_end' in 0.01s
  1413. [06:19:29] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  1414. [06:19:29] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  1415. [06:19:29] [Server thread/INFO]: Flushing Chunk IO
  1416. [06:19:29] [Server thread/INFO]: Closing Thread Pool
  1417. [06:19:29] [Server thread/INFO]: Closing Server
  1418.  
Add Comment
Please, Sign In to add comment