Guest User

Untitled

a guest
Jul 26th, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.01 KB | None | 0 0
  1. DONE (139ms) ===
  2. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3] Enabling zAuctionHouseV3 v3.2.1.8
  3. [14:38:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: zauctionhouse [3.2.1.8]
  4. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] === ENABLE START ===
  5. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Plugin Version V3.2.1.8
  6. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] /home/container/plugins/zAuctionHouseV3/config.json loaded successfully !
  7. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading of 4 price items
  8. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading of 3 tax items
  9. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loaded 4 blacklist items
  10. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading the Examples category with 4 materials
  11. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading the Blocks category with 1058 materials
  12. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading the Potions category with 17 materials
  13. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading the Tools category with 20 materials
  14. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading the Weapons category with 13 materials
  15. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading 3 inventories
  16. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Loading 0 commands
  17. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] Start backup task, next backup at 00:00
  18. [14:38:09] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] /home/container/plugins/zAuctionHouseV3/items.json loaded successfully !
  19. [14:38:09] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/patterns/decoration.yml loaded successfully !
  20. [14:38:09] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/patterns/pagination.yml loaded successfully !
  21. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/patterns/auction.yml loaded successfully !
  22. [14:38:10] [Server thread/ERROR]: Cannot load plugins/zAuctionHouseV3/patterns/back.yml
  23. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  24. in 'reader', line 14, column 7:
  25. url: "eyJ0ZXh0dXJlcyI6eyJTS0lOIj ...
  26. ^
  27. expected <block end>, but found '<block sequence start>'
  28. in 'reader', line 18, column 9:
  29. - " #8c8c8c&m "
  30. ^
  31.  
  32. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[?:git-UniverseSpigot-"72525e9"]
  33. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[?:git-UniverseSpigot-"72525e9"]
  34. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[?:git-UniverseSpigot-"72525e9"]
  35. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:309) ~[?:git-UniverseSpigot-"72525e9"]
  36. at fr.maxlego08.menu.pattern.ZPatternManager.loadPattern(ZPatternManager.java:58) ~[zmenu-1.0.3.2.jar:?]
  37. at fr.maxlego08.zauctionhouse.zmenu.ZMenuHandler.lambda$loadPatterns$6(ZMenuHandler.java:356) ~[zAuctionHouse-3.2.1.8.jar:?]
  38. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
  39. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
  40. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
  41. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
  42. at java.util.stream.SliceOps$1$1.accept(SliceOps.java:200) ~[?:?]
  43. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
  44. at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
  45. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
  46. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
  47. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
  48. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
  49. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
  50. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
  51. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
  52. at fr.maxlego08.zauctionhouse.zmenu.ZMenuHandler.files(ZMenuHandler.java:226) ~[zAuctionHouse-3.2.1.8.jar:?]
  53. at fr.maxlego08.zauctionhouse.zmenu.ZMenuHandler.loadPatterns(ZMenuHandler.java:354) ~[zAuctionHouse-3.2.1.8.jar:?]
  54. at fr.maxlego08.zauctionhouse.zmenu.ZMenuHandler.loadInventories(ZMenuHandler.java:211) ~[zAuctionHouse-3.2.1.8.jar:?]
  55. at fr.maxlego08.zauctionhouse.ZAuctionPlugin.onEnable(ZAuctionPlugin.java:223) ~[zAuctionHouse-3.2.1.8.jar:?]
  56. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[?:git-UniverseSpigot-"72525e9"]
  57. at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[?:git-UniverseSpigot-"72525e9"]
  58. at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[?:git-UniverseSpigot-"72525e9"]
  59. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[?:git-UniverseSpigot-"72525e9"]
  60. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:642) ~[?:git-UniverseSpigot-"72525e9"]
  61. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:553) ~[?:git-UniverseSpigot-"72525e9"]
  62. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:677) ~[?:git-UniverseSpigot-"72525e9"]
  63. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[?:git-UniverseSpigot-"72525e9"]
  64. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327) ~[?:git-UniverseSpigot-"72525e9"]
  65. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1138) ~[?:git-UniverseSpigot-"72525e9"]
  66. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[?:git-UniverseSpigot-"72525e9"]
  67. at java.lang.Thread.run(Thread.java:1583) ~[?:?]
  68. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  69. in 'reader', line 14, column 7:
  70. url: "eyJ0ZXh0dXJlcyI6eyJTS0lOIj ...
  71. ^
  72. expected <block end>, but found '<block sequence start>'
  73. in 'reader', line 18, column 9:
  74. - " #8c8c8c&m "
  75. ^
  76.  
  77. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:654) ~[snakeyaml-2.2.jar:?]
  78. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[snakeyaml-2.2.jar:?]
  79. at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[snakeyaml-2.2.jar:?]
  80. at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[snakeyaml-2.2.jar:?]
  81. at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[snakeyaml-2.2.jar:?]
  82. at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[snakeyaml-2.2.jar:?]
  83. at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:284) ~[snakeyaml-2.2.jar:?]
  84. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.2.jar:?]
  85. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.2.jar:?]
  86. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.2.jar:?]
  87. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.2.jar:?]
  88. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.2.jar:?]
  89. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.2.jar:?]
  90. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.2.jar:?]
  91. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.2.jar:?]
  92. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.2.jar:?]
  93. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.2.jar:?]
  94. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.2.jar:?]
  95. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.2.jar:?]
  96. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.2.jar:?]
  97. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.2.jar:?]
  98. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.2.jar:?]
  99. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.2.jar:?]
  100. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.2.jar:?]
  101. at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.2.jar:?]
  102. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.2.jar:?]
  103. at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.2.jar:?]
  104. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[?:git-UniverseSpigot-"72525e9"]
  105. ... 35 more
  106. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] name is null for pattern /home/container/plugins/zAuctionHouseV3/patterns/back.yml
  107. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/show.yml loaded successfully !
  108. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/category.yml loaded successfully !
  109. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/adminremove.yml loaded successfully !
  110. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/search.yml loaded successfully !
  111. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/auction.yml loaded successfully !
  112. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/economy.yml loaded successfully !
  113. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/buyconfirm.yml loaded successfully !
  114. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/items.yml loaded successfully !
  115. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/removeconfirm.yml loaded successfully !
  116. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/buying.yml loaded successfully !
  117. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/buyconfirminventory.yml loaded successfully !
  118. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/categories.yml loaded successfully !
  119. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/expire.yml loaded successfully !
  120. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/sellshow.yml loaded successfully !
  121. [14:38:10] [Server thread/INFO]: [zMenu v1.0.3.2] plugins/zAuctionHouseV3/inventories/sell.yml loaded successfully !
  122. [14:38:10] [Server thread/INFO]: [zAuctionHouseV3 v3.2.1.8] === ENABLE DONE (229ms) ===
  123. [14:38:10] [Server thread/INFO]: [Effect Library] Enabling EffectLib v9.0
  124. [14:38:10] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.2-SNAPSHOT
  125. [14:38:10] [Server thread/INFO]: [HMCColor] Enabling HMCColor v0.7
  126. [14:38:10] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.10.3
  127. [14:38:10] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
  128. [14:38:10] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
  129. [14:38:10] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
  130. [14:38:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: protectionstones [2.10.3]
  131. [14:38:10] [Server thread/INFO]: [ProtectionStones] LuckPerms support enabled!
  132. [14:38:10] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
  133. [14:38:10] [Server thread/INFO]: [ProtectionStones] - DEEPSLATE_GOLD_ORE (PROTE3)
  134. [14:38:10] [Server thread/INFO]: [ProtectionStones] - DEEPSLATE_DIAMOND_ORE (PROTE4)
  135. [14:38:10] [Server thread/INFO]: [ProtectionStones] - DEEPSLATE_COAL_ORE (PROTE1)
  136. [14:38:10] [Server thread/INFO]: [ProtectionStones] - DEEPSLATE_EMERALD_ORE (PROTE5)
  137. [14:38:10] [Server thread/INFO]: [ProtectionStones] - DEEPSLATE_IRON_ORE (PROTE2)
  138. [14:38:10] [Server thread/INFO]: [ProtectionStones] - CRYING_OBSIDIAN (PROTEPAGO)
  139. [14:38:10] [Server thread/INFO]: [ProtectionStones] Building region cache...
  140. [14:38:10] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
  141. [14:38:10] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
  142. [14:38:10] [Server thread/INFO]: [ProtectionStones] §fProtectionStones has successfully started!
  143. [14:38:10] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
  144. [14:38:10] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
  145. [14:38:10] [Server thread/INFO]: [EvenMoreFish] Enabling EvenMoreFish v1.6.11.17
  146. [14:38:10] [Server thread/WARN]: [EvenMoreFish] Default addon EMF-Addons-J8.addon does not exist.
  147. [14:38:10] [Server thread/WARN]: [EvenMoreFish] Default addon EMF-Addons-J17.addon does not exist.
  148. [14:38:10] [Server thread/INFO]: [EvenMoreFish] Registered 1 internal addons
  149. [14:38:10] [Server thread/INFO]: [EvenMoreFish] 0 new addons registered! (1 total)
  150. [14:38:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R3! Trying to find NMS support
  151. [14:38:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R3' loaded!
  152. [14:38:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'EvenMoreFish' to create a bStats instance!
  153. [14:38:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: emf [1.6.11.17]
  154. [14:38:10] [Server thread/INFO]: [EvenMoreFish] EvenMoreFish by Oheers : Enabled
  155. [14:38:10] [Server thread/INFO]: [Marriage] Enabling Marriage v2.3.2-SNAPSHOT
  156. [14:38:10] [Server thread/INFO]: [Marriage] Loading config...
  157. [14:38:10] [Folia Async Scheduler Thread #1/WARN]: [EvenMoreFish] Your messages.yml config is not up to date. The plugin may have automatically added the extra features but you may wish to modify them to suit your server.
  158. [14:38:10] [Folia Async Scheduler Thread #1/WARN]: [EvenMoreFish] Your config.yml config is not up to date. The plugin may have automatically added the extra features but you may wish to modify them to suit your server.
  159. [14:38:10] [Server thread/INFO]: [Marriage] Hooked with LuckPerms using Vault!
  160. [14:38:10] [Server thread/INFO]: [Marriage] Loading dependencies...
  161. [14:38:10] [Server thread/INFO]: [Marriage] Hooked with EssentialsX Economy using Vault
  162. [14:38:10] [Server thread/INFO]: [Marriage] Loading metrics...
  163. [14:38:10] [Server thread/INFO]: [Marriage] Loading listeners...
  164. [14:38:10] [Server thread/INFO]: [Marriage] Loading database...
  165. [14:38:10] [Server thread/INFO]: [Marriage] Loading commands...
  166. [14:38:10] [Server thread/INFO]: [Marriage] Loading updater...
  167. [14:38:10] [Server thread/WARN]: [Marriage] Failed to load update checker
  168. java.lang.IllegalStateException: No updater implementation found
  169. at com.lenis0012.bukkit.marriage2.libs.pluginutils.updater.UpdaterFactory.lambda$provideBest$2(UpdaterFactory.java:29) ~[Marriage.jar:?]
  170. at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
  171. at com.lenis0012.bukkit.marriage2.libs.pluginutils.updater.UpdaterFactory.provideBest(UpdaterFactory.java:29) ~[Marriage.jar:?]
  172. at com.lenis0012.bukkit.marriage2.internal.MarriageCore.loadUpdater(MarriageCore.java:195) ~[Marriage.jar:?]
  173. at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
  174. at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
  175. at com.lenis0012.bukkit.marriage2.internal.MarriagePlugin.executeMethods(MarriagePlugin.java:91) ~[Marriage.jar:?]
  176. at com.lenis0012.bukkit.marriage2.internal.MarriagePlugin.onEnable(MarriagePlugin.java:61) ~[Marriage.jar:?]
  177. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[?:git-UniverseSpigot-"72525e9"]
  178. at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[?:git-UniverseSpigot-"72525e9"]
  179. at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[?:git-UniverseSpigot-"72525e9"]
  180. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[?:git-UniverseSpigot-"72525e9"]
  181. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:642) ~[?:git-UniverseSpigot-"72525e9"]
  182. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:553) ~[?:git-UniverseSpigot-"72525e9"]
  183. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:677) ~[?:git-UniverseSpigot-"72525e9"]
  184. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[?:git-UniverseSpigot-"72525e9"]
  185. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327) ~[?:git-UniverseSpigot-"72525e9"]
  186. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1138) ~[?:git-UniverseSpigot-"72525e9"]
  187. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[?:git-UniverseSpigot-"72525e9"]
  188. at java.lang.Thread.run(Thread.java:1583) ~[?:?]
  189. [14:38:10] [Server thread/INFO]: [Marriage] Loading converter...
  190. [14:38:10] [Server thread/INFO]: [Marriage] Completed plugin load stage.
  191. [14:38:10] [Server thread/INFO]: [VirtualCustomCooldown] Enabling VirtualCustomCooldown v1.0-SNAPSHOT
  192. [14:38:11] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  193. [14:38:11] [cluster-ClusterId{value='66a3b4d39afa9921578fc965', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7495}] to db.virtualhit.es:27017
  194. [14:38:11] [cluster-ClusterId{value='66a3b4d39afa9921578fc965', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2356170}
  195. [14:38:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: virtualcustomcooldown [1.0.0]
  196. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Enabling LeaderHeadsRevamped v4.0.6
  197. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into PlaceholderAPI
  198. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into Citizens
  199. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Commands' - this is deprecated behavior, please report it to the authors: Panoply Tech
  200. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] [ACF] Enabled Asynchronous Tab Completion Support!
  201. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads enable' - this is deprecated behavior, please report it to the authors: Panoply Tech
  202. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads include' - this is deprecated behavior, please report it to the authors: Panoply Tech
  203. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads excluded' - this is deprecated behavior, please report it to the authors: Panoply Tech
  204. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads info' - this is deprecated behavior, please report it to the authors: Panoply Tech
  205. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads setsign' - this is deprecated behavior, please report it to the authors: Panoply Tech
  206. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads reload' - this is deprecated behavior, please report it to the authors: Panoply Tech
  207. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads' - this is deprecated behavior, please report it to the authors: Panoply Tech
  208. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads help' - this is deprecated behavior, please report it to the authors: Panoply Tech
  209. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads validate' - this is deprecated behavior, please report it to the authors: Panoply Tech
  210. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads update' - this is deprecated behavior, please report it to the authors: Panoply Tech
  211. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads armorstand' - this is deprecated behavior, please report it to the authors: Panoply Tech
  212. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads exclude' - this is deprecated behavior, please report it to the authors: Panoply Tech
  213. [14:38:11] [Server thread/WARN]: Plugin 'LeaderHeadsRevamped' is creating timing 'Command: leaderheads removesign' - this is deprecated behavior, please report it to the authors: Panoply Tech
  214. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting up database
  215. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Successfully connected to SQLite
  216. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Creating database tables
  217. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistics
  218. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_player_kills% from file statistic_player_kills.yml
  219. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %vault_eco_balance_fixed% from file vault_eco_balance_fixed.yml
  220. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %servervariables_value_torneos_pesca_ganados% from file servervariables_value_torneos_pesca_ganados.yml
  221. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_hours_played% from file statistic_hours_played.yml
  222. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_fish_caught% from file statistic_fish_caught.yml
  223. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_mob_kills% from file statistic_mob_kills.yml
  224. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_player_kills%
  225. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %vault_eco_balance_fixed%
  226. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %servervariables_value_torneos_pesca_ganados%
  227. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_hours_played%
  228. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_fish_caught%
  229. [14:38:11] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_mob_kills%
  230. [14:38:11] [Server thread/INFO]: [VirtualCollections] Enabling VirtualCollections v1.0.0
  231. [14:38:11] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  232. [14:38:11] [cluster-ClusterId{value='66a3b4d30ac4730fd7d9366b', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7496}] to db.virtualhit.es:27017
  233. [14:38:11] [cluster-ClusterId{value='66a3b4d30ac4730fd7d9366b', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1358607}
  234. [14:38:11] [Server thread/INFO]: [VirtualCollections] Starting...
  235. [14:38:11] [Server thread/WARN]: [VirtualCollections] Loading rewards: farming
  236. [14:38:11] [Server thread/WARN]: [VirtualCollections] Loading rewards: mining
  237. [14:38:11] [Server thread/WARN]: [VirtualCollections] Loading rewards: logging
  238. [14:38:11] [Server thread/WARN]: [VirtualCollections] Loading rewards: hunting
  239. [14:38:11] [Server thread/WARN]: [VirtualCollections] Loading rewards: bosses
  240. [14:38:11] [Server thread/INFO]: [Tebex] Enabling Tebex v2.0.6
  241. [14:38:12] [Server thread/INFO]: [EzChat] Enabling EzChat v3.0.4
  242. [14:38:12] [Server thread/INFO]: [EzChat] Registering chat listener for priority NORMAL
  243. [14:38:12] [Server thread/INFO]: [EzChat] Paper was detected, using Paper's chat event.
  244. [14:38:12] [OkHttp https://plugin.tebex.io/.../WARN]: [Tebex] Failed to connect your server.
  245. [14:38:12] [OkHttp https://plugin.tebex.io/.../WARN]: [Tebex] - Please double-check your server key or run the setup command again.
  246. [14:38:12] [Server thread/INFO]: [MythicDungeons] Enabling MythicDungeons v3.0.0-BETA-3
  247. [14:38:12] [Server thread/WARN]: [MythicDungeons] Old configuration was found. Some options are no longer effective. Please check the wiki for the most up-to-date options.
  248. [14:38:12] [Server thread/INFO]: [MythicDungeons] Citizens was found. Hook will now work.
  249. [14:38:12] [Server thread/INFO]: [MythicDungeons] EffectLib was found. Hook will now work.
  250. [14:38:12] [Server thread/INFO]: [MythicDungeons] MythicMobs was found. Hook will now work.
  251. [14:38:12] [Server thread/INFO]: [MythicDungeons] PlaceholderAPI was found. Hook will now work.
  252. [14:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythicdungeons [1.0.0]
  253. [14:38:12] [Server thread/INFO]: [MythicDungeons] Vault was found. Hook will now work.
  254. [14:38:12] [Server thread/INFO]: [MythicDungeons] DecentHolograms was found. Hook will now work.
  255. [14:38:12] [Server thread/INFO]: [MythicDungeons] FastAsyncWorldEdit was found. Optimized schematic handling will now work.
  256. [14:38:12] [Server thread/INFO]: [LPX] Enabling LPX v3.4.6
  257. [14:38:12] [Server thread/INFO]: [LPX] LPX enabled!
  258. [14:38:12] [Server thread/INFO]: [LPX] License successfully validated!
  259. [14:38:12] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.3
  260. [14:38:12] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
  261. [14:38:12] [Server thread/INFO]: [AdvancedPortals] Bungee detected. Enabling proxy features.
  262. [14:38:12] [Server thread/INFO]: Advanced portals have been successfully enabled!
  263. [14:38:12] [Server thread/INFO]: [GSit] Enabling GSit v1.8.0
  264. [14:38:12] [Server thread/INFO]: SIT » El plugin ha sido habilitado con éxito.
  265. [14:38:12] [Server thread/INFO]: SIT »¡Se ha enlazado con PlaceholderAPI exitosamente!
  266. [14:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.8.0]
  267. [14:38:12] [Server thread/INFO]: SIT »¡Se ha enlazado con ViaVersion exitosamente!
  268. [14:38:12] [Server thread/INFO]: SIT »¡Se ha enlazado con WorldGuard exitosamente!
  269. [14:38:12] [Server thread/INFO]: [ChatGames-Premium] Enabling ChatGames-Premium v1.6.8
  270. [14:38:12] [Server thread/INFO]: [ChatGames-Premium] SQLITE DATABASE IS CONNECTED
  271. [14:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chatgames [1.0.0]
  272. [14:38:12] [Server thread/INFO]: [ChatGames-Premium] PlaceholderAPI Hooked!
  273. [14:38:12] [Server thread/INFO]: [HMCCosmetics] Enabling HMCCosmetics v2.6.6
  274. [14:38:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: HMCCosmetics [2.6.6]
  275. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into PlaceholderAPI
  276. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into ModelEngine
  277. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into itemsadder
  278. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into mythicmobs
  279. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into HMCCosmetics
  280. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully hooked into HMCColor
  281. [14:38:13] [Server thread/ERROR]: [HMCCosmetics] Invalid Material -> hmccosmetics:beanie
  282. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Successfully Enabled HMCCosmetics
  283. [14:38:13] [Server thread/INFO]: [HMCCosmetics] 35 Cosmetics Successfully Setup
  284. [14:38:13] [Server thread/INFO]: [HMCCosmetics] 1 Menus Successfully Setup
  285. [14:38:13] [Server thread/INFO]: [HMCCosmetics] 1 Wardrobes Successfully Setup
  286. [14:38:13] [Server thread/INFO]: [HMCCosmetics] Data storage is set to MYSQL
  287. [14:38:13] [Server thread/INFO]: [StatTrackers] Enabling StatTrackers v6.15.5
  288. [14:38:13] [Server thread/INFO]: [StatTrackers] Loading StatTrackers
  289. [14:38:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: stattrackers [6.15.5]
  290. [14:38:13] [Server thread/INFO]: [UltimateClans] Enabling UltimateClans v7.7.1
  291. [14:38:13] [Server thread/INFO]: [UltimateClans] ========================================
  292. [14:38:13] [Server thread/INFO]: [UltimateClans] _ _ _ _ ______ _
  293. [14:38:13] [Server thread/INFO]: [UltimateClans] | | | || | _ (_) _ / _____)| | V7
  294. [14:38:13] [Server thread/INFO]: [UltimateClans] | | | || || |_ _ ____ ____ | |_ ____ | / | | ____ ____ ___
  295. [14:38:13] [Server thread/INFO]: [UltimateClans] | | | || || _) | || \ / _ || _) / _ )| | | | / _ || _ \ /___)
  296. [14:38:13] [Server thread/INFO]: [UltimateClans] | |___| || || |__ | || | | |( ( | || |__ ( (/ / | \_____ | |( ( | || | | ||___ |
  297. [14:38:13] [Server thread/INFO]: [UltimateClans] \______||_| \___)|_||_|_|_| \_||_| \___) \____) \______)|_| \_||_||_| |_|(___/
  298. [14:38:13] [Server thread/INFO]: [UltimateClans]
  299. [14:38:13] [Server thread/INFO]: [UltimateClans] Licensed to: VirtualHit (5875)
  300. [14:38:13] [Server thread/INFO]: [UltimateClans] Language: ES (default)
  301. [14:38:13] [Server thread/INFO]: [UltimateClans] Setup ScriptEngine:
  302. [14:38:13] [Server thread/INFO]: [UltimateClans] - Loaded successfully
  303. [14:38:13] [Server thread/INFO]: [UltimateClans] Setup database: SQLITE (Medium)
  304. [14:38:13] [Server thread/INFO]: [UltimateClans] - Clan database [OK]
  305. [14:38:13] [Server thread/INFO]: [UltimateClans] - Player database [OK]
  306. [14:38:13] [Server thread/INFO]: [UltimateClans] - Invite database [OK]
  307. [14:38:13] [Server thread/INFO]: [UltimateClans] - Moderation database [OK]
  308. [14:38:13] [Server thread/INFO]: [UltimateClans] - Logger database [OK]
  309. [14:38:13] [Server thread/INFO]: [UltimateClans] - Mail database [OK]
  310. [14:38:13] [Server thread/INFO]: [UltimateClans] Setup hooks...
  311. [14:38:13] [Server thread/INFO]: [UltimateClans] - PlaceholderAPI
  312. [14:38:13] [Server thread/INFO]: [UltimateClans] - Essentials (Vanish)
  313. [14:38:13] [Server thread/INFO]: [UltimateClans] - NBTAPI
  314. [14:38:13] [Server thread/INFO]: [UltimateClans] - ItemsAdder
  315. [14:38:13] [Server thread/INFO]: [UltimateClans] - PvPManager
  316. [14:38:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: uclans [UClans V7]
  317. [14:38:13] [Server thread/INFO]: [UltimateClans] Setup bedrock hook...
  318. [14:38:13] [Server thread/INFO]: [UltimateClans] - Not found.
  319. [14:38:14] [Server thread/INFO]: [UltimateClans] Loaded 39 gui menus.
  320. [14:38:14] [Server thread/INFO]: [UltimateClans] Loaded 1 clan patent(s).
  321. [14:38:14] [Server thread/INFO]: [UltimateClans] Setup Extensions...
  322. [14:38:14] [Server thread/INFO]: [UltimateClans] - Money implementation: Vault (1.7.3-b131)
  323. [14:38:14] [Server thread/INFO]: [UltimateClans] Setup Addons...
  324. [14:38:14] [Server thread/INFO]: [UltimateClans] - ClanBank, V4.0.1 (Lang: EN)
  325. [14:38:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: clanchest [ClanChest Addon V1]
  326. [14:38:14] [Server thread/INFO]: [UltimateClans] - ClanChest V4.0.0, Lang: EN, Chests: [On Demand], Using: SQLITE [Medium]
  327. [14:38:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: clanwar [ClanWar Addon V1]
  328. [14:38:14] [Server thread/INFO]: [UltimateClans] - ClanWar, V4.0.0 (Lang: EN, Cmd: [/clanwar=true], Arena(s): 0, Kits(s): 0)
  329. [14:38:15] [Server thread/INFO]: [UltimateClans] - ClanLeaderboard, V3.0.2 (Lang: EN, Update: TIMED=300sec)
  330. [14:38:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: clanquest [ClanQuest Addon V1]
  331. [14:38:15] [Server thread/INFO]: [UltimateClans] - ClanQuest V4.1.1, Lang: ES, Hooks: [MythicMobs], Mode: PLAYER, Quests: 32, Using: SQLITE [Medium]
  332. [14:38:15] [Server thread/INFO]: [UltimateClans] ========================================
  333. [14:38:15] [Server thread/INFO]: [CustomDrops] Enabling CustomDrops v1.17.1
  334. [14:38:15] [Server thread/INFO]: [Images] Enabling Images v2.3.2
  335. [14:38:15] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
  336. [14:38:15] [Server thread/INFO]: [CustomNameplates] Enabling CustomNameplates v2.4.1
  337. [14:38:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: nameplates [2.3]
  338. [14:38:16] [pool-130-thread-5/INFO]: [CustomNameplates] Update is available: https://polymart.org/resource/2543
  339. [14:38:16] [Server thread/INFO]: [QuickShop] Enabling QuickShop v5.1.2.5
  340. [14:38:16] [Server thread/INFO]: [QuickShop] QuickShop Reremake
  341. [14:38:16] [Server thread/INFO]: [QuickShop] Starting plugin self-test, please wait...
  342. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Signature Verify
  343. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Plugin Manifest Check
  344. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Potential Infection Characteristics Check
  345. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Java Runtime Environment Version Test
  346. [14:38:16] [Server thread/INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_20_R3 For Minecraft version 1.20.4
  347. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Spigot Based Server Test
  348. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] Old QuickShop Test
  349. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] ModdedServer Based Test
  350. [14:38:16] [Server thread/WARN]: [QuickShop] [WARN] CoreSupport Test: QuickShop may not fully support version v1_20_R3/1.20.4, Some features may not work.
  351. [14:38:16] [Server thread/ERROR]: [QuickShop] Virtual DisplayItem Support Test: Failed to initialize VirtualDisplayItem
  352. java.lang.IllegalStateException: This game version UNKNOWN not supports Virtual DisplayItem.
  353. at org.maxgamer.quickshop.util.envcheck.EnvironmentChecker.virtualDisplaySupportTest(EnvironmentChecker.java:425) ~[QuickShop-5.1.2.5.jar:?]
  354. at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
  355. at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
  356. at org.maxgamer.quickshop.util.envcheck.EnvironmentChecker.run(EnvironmentChecker.java:123) ~[QuickShop-5.1.2.5.jar:?]
  357. at org.maxgamer.quickshop.QuickShop.runtimeCheck(QuickShop.java:869) ~[QuickShop-5.1.2.5.jar:?]
  358. at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:961) ~[QuickShop-5.1.2.5.jar:?]
  359. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[?:git-UniverseSpigot-"72525e9"]
  360. at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[?:git-UniverseSpigot-"72525e9"]
  361. at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[?:git-UniverseSpigot-"72525e9"]
  362. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[?:git-UniverseSpigot-"72525e9"]
  363. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:642) ~[?:git-UniverseSpigot-"72525e9"]
  364. at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:553) ~[?:git-UniverseSpigot-"72525e9"]
  365. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:677) ~[?:git-UniverseSpigot-"72525e9"]
  366. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[?:git-UniverseSpigot-"72525e9"]
  367. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327) ~[?:git-UniverseSpigot-"72525e9"]
  368. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1138) ~[?:git-UniverseSpigot-"72525e9"]
  369. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[?:git-UniverseSpigot-"72525e9"]
  370. at java.lang.Thread.run(Thread.java:1583) ~[?:?]
  371. [14:38:16] [Server thread/WARN]: [QuickShop] [WARN] Virtual DisplayItem Support Test: Virtual DisplayItem seems to not work on this Minecraft server, Make sure QuickShop, ProtocolLib and server builds are up to date.
  372. [14:38:16] [Server thread/WARN]: [QuickShop] [WARN] GameVersion supporting Test: Your Minecraft server version not tested by developers, QuickShop may ran into issues on this version.
  373. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] PacketListenerAPI Conflict Test
  374. [14:38:16] [Server thread/INFO]: [QuickShop] [OK] End of life Test
  375. [14:38:16] [Server thread/INFO]: [QuickShop] Reading the configuration...
  376. [14:38:16] [Folia Async Scheduler Thread Timer/INFO]: [UltimateClans] Find for new versions...
  377. [14:38:17] [Server thread/INFO]: [QuickShop] Developers: PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood (KaiKikuchi), jho5245, Ghost_chu, cakoyo, Ectabro, portlek, log4b0at, Andre601, deadman96385, Vlvxingze, DoctaEnkoda, Mgazul, TiaraRinne, sandtechnology, Starmism, Chris6ix, Rean Schwarzer, mart-r, raphtaliapt, Tim269, creatorfromhell, LoneDev6, judgetread, confuxeon, ibmibmibm, yannicklamprecht, PyvesB, PaulBGD, ORelio, JoschuaSchneider, Starmium, harry0198, efekurbann, tdiant
  378. [14:38:17] [Server thread/INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood
  379. [14:38:17] [Server thread/INFO]: [QuickShop] Let's start loading the plugin
  380. [14:38:17] [Server thread/INFO]: [QuickShop] Chat processor selected: Hardcoded BungeeChat Lib
  381. [14:38:17] [Server thread/INFO]: [QuickShop] Loading plugin translations files...
  382. [14:38:17] [Server thread/INFO]: [QuickShop] Game assets server selected: Mojang API
  383. [14:38:17] [Server thread/INFO]: [QuickShop] Loading items translations...
  384. [14:38:17] [Folia Async Scheduler Thread Timer/WARN]: [UltimateClans] New version (7.13.4) of Ultimate Clans is avaliable in https://polymart.org/r/1162
  385. [14:38:17] [Server thread/INFO]: [QuickShop] Loading enchantments translations...
  386. [14:38:17] [Server thread/INFO]: [QuickShop] Loading potions translations...
  387. [14:38:17] [Server thread/INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support!
  388. [14:38:17] [Server thread/INFO]: [QuickShop] Successfully loaded WorldEdit support!
  389. [14:38:17] [Server thread/WARN]: [QuickShop] You're using Real Display system and that may cause your server lagg, switch to Virtual Display system if you can! (Checkout display-type option in config.yml)
  390. [14:38:17] [Server thread/INFO]: [QuickShop] Setting up database...
  391. [14:38:17] [Server thread/INFO]: [QuickShop] Checking and updating database columns, it may take a while...
  392. [14:38:17] [Server thread/INFO]: [QuickShop] Finished!
  393. [14:38:17] [Server thread/INFO]: [QuickShop] Selected permission provider: Bukkit
  394. [14:38:17] [Server thread/INFO]: [QuickShop] Registering commands...
  395. [14:38:17] [Server thread/INFO]: [QuickShop] Loaded 1 rules for listener blacklist.
  396. [14:38:17] [Server thread/INFO]: [QuickShop] EventManager selected: QSEventManager
  397. [14:38:17] [Server thread/INFO]: [QuickShop] Fetching shops from the database...If plugin stuck there, check your database connection.
  398. [14:38:17] [Server thread/INFO]: [QuickShop] Loading shops from the database...
  399. [14:38:17] [Server thread/INFO]: [QuickShop] >> Shop Loader Information
  400. [14:38:17] [Server thread/INFO]: [QuickShop] Total shops: 1519
  401. [14:38:17] [Server thread/INFO]: [QuickShop] Valid shops: 1519
  402. [14:38:17] [Server thread/INFO]: [QuickShop] Pending : 0
  403. [14:38:17] [Server thread/INFO]: [QuickShop] Waiting worlds loaded: 0
  404. [14:38:17] [Server thread/INFO]: [QuickShop] Waiting chunks loaded: 1519
  405. [14:38:17] [Server thread/INFO]: [QuickShop] Done! Used 472ms to loaded shops in database.
  406. [14:38:17] [Server thread/INFO]: [QuickShop] Registering listeners...
  407. [14:38:17] [Server thread/INFO]: [QuickShop] Registering DisplayCheck task....
  408. [14:38:17] [Server thread/INFO]: [QuickShop] Cleaning MsgUtils...
  409. [14:38:17] [Server thread/INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old...
  410. [14:38:17] [Server thread/INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file!
  411. [14:38:17] [Server thread/INFO]: [QuickShop] [Shop Purger] Purge not enabled!
  412. [14:38:17] [Server thread/INFO]: [QuickShop] QuickShop Loaded! 886 ms.
  413. [14:38:17] [Server thread/INFO]: [VirtualConnectionStreak] Enabling VirtualConnectionStreak v1.0-SNAPSHOT
  414. [14:38:17] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  415. [14:38:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: VirtualDailyRewards [1.0.0]
  416. [14:38:17] [Server thread/INFO]: [VirtualElevators] Enabling VirtualElevators v1.0-SNAPSHOT
  417. [14:38:17] [cluster-ClusterId{value='66a3b4d9843e711a91a8afd1', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7497}] to db.virtualhit.es:27017
  418. [14:38:17] [cluster-ClusterId{value='66a3b4d9843e711a91a8afd1', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2121435}
  419. [14:38:17] [Server thread/INFO]: §aVirtualElevators 1.0-SNAPSHOT §fhas been enabled
  420. [14:38:17] [Server thread/INFO]: [VirtualLocations] Enabling VirtualLocations v1.0-SNAPSHOT
  421. [14:38:17] [Server thread/INFO]: §aVirtualLocations 1.0-SNAPSHOT §fhas been enabled
  422. [14:38:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: VirtualLocations [1.0.0]
  423. [14:38:17] [Server thread/INFO]: [VirtualWorldGuardAddon] Enabling VirtualWorldGuardAddon v1.0-SNAPSHOT
  424. [14:38:18] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.5.3
  425. [14:38:18] [Server thread/INFO]: [TradeSystem] Could not detect server type "UniverseSpigot".
  426. [14:38:18] [Server thread/INFO]:
  427. [14:38:18] [Server thread/INFO]: __________________________________________________________
  428. [14:38:18] [Server thread/INFO]:
  429. [14:38:18] [Server thread/INFO]: TradeSystem [2.5.3]
  430. [14:38:18] [Server thread/INFO]:
  431. [14:38:18] [Server thread/INFO]: Status:
  432. [14:38:18] [Server thread/INFO]:
  433. [14:38:18] [Server thread/INFO]: MC-Version: 1.20.4 (R0.1-SNAPSHOT, Unknown)
  434. [14:38:18] [Server thread/INFO]:
  435. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem [1.2]
  436. [14:38:18] [Server thread/INFO]: > Loading sounds
  437. [14:38:18] [Server thread/INFO]: > Loading blacklist
  438. [14:38:18] [Server thread/INFO]: ...got 3 blocked item(s)
  439. [14:38:18] [Server thread/INFO]: > Loading layouts
  440. [14:38:18] [Server thread/INFO]: ...got 5 layout(s)
  441. [14:38:18] [Server thread/INFO]: > Queuing database initializing task
  442. [14:38:18] [Server thread/INFO]:
  443. [14:38:18] [Server thread/INFO]: Finished (289ms)
  444. [14:38:18] [Server thread/INFO]:
  445. [14:38:18] [Server thread/INFO]: __________________________________________________________
  446. [14:38:18] [Server thread/INFO]:
  447. [14:38:18] [Server thread/INFO]: [VirtualPartnerRewards] Enabling VirtualPartnerRewards v1.0-SNAPSHOT
  448. [14:38:18] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  449. [14:38:18] [cluster-ClusterId{value='66a3b4da05b5067a62e09e4c', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7498}] to db.virtualhit.es:27017
  450. [14:38:18] [cluster-ClusterId{value='66a3b4da05b5067a62e09e4c', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1700335}
  451. [14:38:18] [Server thread/INFO]: [AlonsoTags] Enabling AlonsoTags v2.2.1-BETA-PRO
  452. [14:38:18] [Server thread/INFO]: [AlonsoTags] Max health Attribute check found. Using it..
  453. [14:38:18] [Server thread/INFO]: [AlonsoTags] Inventory title with support for more than 32 characters. Skipping..
  454. [14:38:18] [Server thread/INFO]: [AlonsoTags] Hex colors are available! Ready for RGB..
  455. [14:38:18] [Server thread/INFO]: [AlonsoTags] Old constructor for HoverEvent found! Using it..
  456. [14:38:18] [Server thread/INFO]: [AlonsoTags] New sendTitle method found! Using it..
  457. [14:38:18] [Server thread/INFO]: [AlonsoTags] New setUnbreakable method found! Using it..
  458. [14:38:18] [Server thread/INFO]: [AlonsoTags] New isUnbreakable method found! Using it..
  459. [14:38:18] [Server thread/INFO]: Enabling HEX color fix for 1.8 - 1.15 players.. (This is an experimental feature
  460. [14:38:18] [Server thread/INFO]: _ _ _____ ___ Running v2.2.1-BETA-PRO
  461. [14:38:18] [Server thread/INFO]: /_\ | |___ _ _ ___ __|_ _|_ _ __ _ __| _ \_ _ ___ Server UniverseSpigot vgit-UniverseSpigot-"72525e9" (MC: 1.20.4)
  462. [14:38:18] [Server thread/INFO]: / _ \| / _ \ ' \(_-</ _ \| |/ _` / _` (_-< _/ '_/ _ \ Discord for support: https://alonsoaliaga.com/discord
  463. [14:38:18] [Server thread/INFO]: /_/ \_\_\___/_||_/__/\___/|_|\__,_\__, /__/_| |_| \___/ Thanks for using my plugin ❤ 1191494!
  464. [14:38:18] [Server thread/INFO]: Developed by AlonsoAliaga |___/
  465. [14:38:18] [Server thread/INFO]:
  466. [14:38:18] [Server thread/INFO]: ==============================================================================================
  467. [14:38:18] [Server thread/INFO]: [AlonsoTags] You are using a Paper fork (UniverseSpigot), plugin should work fine!
  468. [14:38:18] [Server thread/INFO]: [AlonsoTags] If you have issues, join us on our official support server on alonsoaliaga.com/discord
  469. [14:38:18] [Server thread/INFO]: ==============================================================================================
  470. [14:38:18] [Server thread/INFO]:
  471. [14:38:18] [Server thread/INFO]: [AlonsoTags] BungeeCord action bar available. Hooking..
  472. [14:38:18] [Server thread/INFO]: [AlonsoTags] ProtocolLib found! Checking..
  473. [14:38:18] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
  474. [14:38:18] [Server thread/INFO]: [AlonsoTags] [HikariCP] Using com.mysql.cj.jdbc.MysqlDataSource for source class name..
  475. [14:38:18] [Server thread/INFO]: [AlonsoTags] [HikariCP] Attempting to create 'alonsotags' table..
  476. [14:38:18] [Server thread/INFO]: [AlonsoTags] [HikariCP] Table 'alonsotags' has been created if didn't exist.
  477. [14:38:18] [Server thread/INFO]: [HikariCP] Driver available: MySQL Connector/J | 5.5.5-10.6.16-MariaDB-1:10.6.16+maria~ubu2004
  478. [14:38:18] [Server thread/INFO]: [AlonsoTags] Column called 'purchased_tags' already exists. Skipping..
  479. [14:38:18] [Server thread/INFO]: [AlonsoTags] Column called 'selected_color' already exists. Skipping..
  480. [14:38:18] [Server thread/INFO]: [AlonsoTags] Column called 'selected_filter' already exists. Skipping..
  481. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded 1 books!
  482. [14:38:18] [Server thread/INFO]: [AlonsoTags] Forced mode is not enabled. Players can choose the mode they want..
  483. [14:38:18] [Server thread/INFO]: [AlonsoTags] Old ItemStack constructor is available!
  484. [14:38:18] [Server thread/INFO]: [AlonsoTags] SkullMeta#setOwningPlayer method is available for heads.
  485. [14:38:18] [Server thread/INFO]: [AlonsoTags] SkullMeta#setOwner method is available for heads.
  486. [14:38:18] [Server thread/INFO]: [AlonsoTags] SkullMeta#setOwnerProfile method is available for heads. Using it for heads..
  487. [14:38:18] [Server thread/INFO]: [AlonsoTags] New setUnbreakable method found! Using it..
  488. [14:38:18] [Server thread/INFO]: [AlonsoTags] New setOwningPlayer method is available!
  489. [14:38:18] [Server thread/INFO]: [AlonsoTags] Old Bukkit#getOfflinePlayer(String name) method is available!
  490. [14:38:18] [Server thread/INFO]: [AlonsoTags] New isUnbreakable method found! Using it..
  491. [14:38:18] [Server thread/INFO]: [AlonsoTags] Currency LEVEL successfully loaded!
  492. [14:38:18] [Server thread/INFO]: [AlonsoTags] Vault found! Hooking..
  493. [14:38:18] [Server thread/INFO]: [AlonsoTags] Vault hooked correctly with plugin 'Essentials' because couldn't find preferred plugins!
  494. [14:38:18] [Server thread/INFO]: [AlonsoTags] Cost type 'VAULT' has been enabled!
  495. [14:38:18] [Server thread/INFO]: [AlonsoTags] Currency VAULT successfully loaded!
  496. [14:38:18] [Server thread/INFO]: [AlonsoTags] PlayerPoints is not available! Disabling economy support..
  497. [14:38:18] [Server thread/INFO]: [AlonsoTags] Currency PLAYER_POINTS not loaded!
  498. [14:38:18] [Server thread/INFO]: [AlonsoTags] TokenManager is not available! Disabling economy support..
  499. [14:38:18] [Server thread/INFO]: [AlonsoTags] Currency TOKEN_MANAGER not loaded!
  500. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'chad' tag...
  501. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'husbando' tag...
  502. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'waifu' tag...
  503. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'simp' tag...
  504. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'infiel' tag...
  505. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'pacman1' tag...
  506. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'r5' tag...
  507. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'r5new' tag...
  508. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'discord' tag...
  509. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'bug-hunter' tag...
  510. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'verificado' tag...
  511. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'edater' tag...
  512. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'corazonk' tag...
  513. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'corazonk2' tag...
  514. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'corazonegirl' tag...
  515. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'hacker' tag...
  516. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'seis' tag...
  517. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'otaku' tag...
  518. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'yingandyang' tag...
  519. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'corazon' tag...
  520. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'LGBT' tag...
  521. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'OwO' tag...
  522. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'UwU' tag...
  523. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'UwU2' tag...
  524. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading '7u7' tag...
  525. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'amongus' tag...
  526. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'carasonriente' tag...
  527. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'sonrisa2' tag...
  528. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'cafe' tag...
  529. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'x' tag...
  530. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'omega' tag...
  531. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'rayo' tag...
  532. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'iglesia' tag...
  533. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'pacman' tag...
  534. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'sol' tag...
  535. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'luna' tag...
  536. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'nube' tag...
  537. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'estrella' tag...
  538. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'flor' tag...
  539. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'arg' tag...
  540. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'chl' tag...
  541. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'costarica' tag...
  542. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'colombia' tag...
  543. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'esp' tag...
  544. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'ecuador' tag...
  545. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'honduras' tag...
  546. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'mexico' tag...
  547. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'republicadom' tag...
  548. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'panama' tag...
  549. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'japon' tag...
  550. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'peru' tag...
  551. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'bolivia' tag...
  552. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'elsalvador' tag...
  553. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'canada' tag...
  554. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'alemania' tag...
  555. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'uruguay' tag...
  556. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'guatemala' tag...
  557. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'rusia' tag...
  558. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'venezuela' tag...
  559. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'usa' tag...
  560. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'cuba' tag...
  561. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'aries' tag...
  562. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'tauro' tag...
  563. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'geminis' tag...
  564. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'cancer' tag...
  565. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'leo' tag...
  566. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'virgo' tag...
  567. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'libra' tag...
  568. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'escorpio' tag...
  569. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'sagitario' tag...
  570. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'capricornio' tag...
  571. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'acuario' tag...
  572. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'piscis' tag...
  573. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded 73 tags!
  574. [14:38:18] [Server thread/INFO]: [AlonsoTags] [Start] Scheduling economy hooks..
  575. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'default' color..
  576. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded default color!
  577. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'red' color..
  578. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded red color!
  579. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'green' color..
  580. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded green color!
  581. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'dark-blue' color..
  582. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded dark-blue color!
  583. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'purple' color..
  584. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded purple color!
  585. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'cyan' color..
  586. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded cyan color!
  587. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'gray' color..
  588. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded gray color!
  589. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'pink' color..
  590. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded pink color!
  591. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'lime' color..
  592. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded lime color!
  593. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'yellow' color..
  594. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded yellow color!
  595. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'aqua' color..
  596. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded aqua color!
  597. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'gold' color..
  598. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded gold color!
  599. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'white' color..
  600. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded white color!
  601. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'dark-red' color..
  602. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded dark-red color!
  603. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'black' color..
  604. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded black color!
  605. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'blue' color..
  606. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded blue color!
  607. [14:38:18] [Server thread/INFO]: [AlonsoTags] Loading 'brown' color..
  608. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded brown color!
  609. [14:38:18] [Server thread/INFO]: [AlonsoTags] Successfully loaded 17 colors!
  610. [14:38:18] [Server thread/INFO]: [AlonsoTags] PlaceholderAPI found! Hooking..
  611. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: alonsotags [2.2.1-BETA-PRO]
  612. [14:38:18] [Server thread/INFO]: [AlonsoTags] Bungee messaging system is allowed in this server. Enabling..
  613. [14:38:18] [Server thread/INFO]: [PinataParty] Enabling PinataParty v2.59.1
  614. [14:38:18] [Server thread/INFO]: [PinataParty] Registering hooks...
  615. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinataparty [2.59.1]
  616. [14:38:18] [Server thread/INFO]: [PinataParty] Hooked into PlaceholderAPI
  617. [14:38:18] [Server thread/INFO]: [PinataParty] Votifier not found! Not enabling the voting system! Download and install it from https://www.spigotmc.org/resources/13449/
  618. [14:38:18] [Server thread/INFO]: [PinataParty] Hooked into Vault
  619. [14:38:18] [Server thread/INFO]: [PinataParty] Registering commands...
  620. [14:38:18] [Server thread/INFO]: [PinataParty] Registering listeners...
  621. [14:38:18] [Server thread/INFO]: [PinataParty] Loading data...
  622. [14:38:18] [Server thread/INFO]: [PinataParty] Starting tasks...
  623. [14:38:18] [Server thread/INFO]: [PinataParty] Starting metrics...
  624. [14:38:18] [Server thread/INFO]: [PinataParty] Plugin registered to 1191494 | -267036327
  625. [14:38:18] [Server thread/INFO]: [PinataParty] Done and enabled in 14.56ms
  626. [14:38:18] [Server thread/INFO]: [VirtualLevels] Enabling VirtualLevels v1.0-SNAPSHOT
  627. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: VirtualLevels [1.0.0]
  628. [14:38:18] [Server thread/INFO]: §aVirtualLevels 1.0-SNAPSHOT §fhas been enabled
  629. [14:38:18] [Server thread/INFO]: [MobFarmManager] Enabling MobFarmManager v2.1.0.6
  630. [14:38:18] [Server thread/INFO]: MobFarmManager Version 2.1.0.6 has been enabled
  631. [14:38:18] [Server thread/INFO]: [PlugWoman] Enabling PlugWoman vfec830f
  632. [14:38:18] [Server thread/INFO]: [ConditionalEvents] Enabling ConditionalEvents v4.51.1
  633. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: conditionalevents [4.51.1]
  634. [14:38:18] [Server thread/INFO]: [ConditionalEvents] Has been enabled! Version: 4.51.1
  635. [14:38:18] [Server thread/INFO]: [ConditionalEvents] Thanks for using my plugin! ~Ajneb97
  636. [14:38:18] [Server thread/INFO]: There is a new version available. (4.55.1)
  637. [14:38:18] [Server thread/INFO]: You can download it at: https://modrinth.com/plugin/conditionalevents
  638. [14:38:18] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v5.0.0
  639. [14:38:18] [Server thread/INFO]: [ExcellentCrates] Powered by: NexEngine
  640. [14:38:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: excellentcrates [5.0.0]
  641. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Using Internal hologram handler.
  642. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Registered currency: xp
  643. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Registered currency: money
  644. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Loaded 9 crate keys.
  645. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
  646. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Loaded 9 crates.
  647. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
  648. [14:38:19] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 617 ms!
  649. [14:38:19] [Server thread/INFO]: [BCommons] Enabling BCommons v0.3.0*
  650. [14:38:19] [Server thread/INFO]: [BCommons] [Info]: Server version: 1.2 (v1_20_R3, legacy: false).
  651. [14:38:19] [Server thread/INFO]: [BCommons] [Info]: Registered worker: WorkerBInventory.
  652. [14:38:19] [Server thread/INFO]: [ServerVariables] Enabling ServerVariables v2.0.1
  653. [14:38:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: servervariables [2.0.1]
  654. [14:38:21] [Server thread/INFO]: [ServerVariables] Successfully connected to the Database.
  655. [14:38:21] [Server thread/INFO]: [ServerVariables] Has been enabled! Version: 2.0.1
  656. [14:38:21] [Server thread/INFO]: [ServerVariables] Thanks for using my plugin! ~Ajneb97
  657. [14:38:21] [Server thread/INFO]: There is a new version available. (2.5.1)
  658. [14:38:21] [Server thread/INFO]: You can download it at: https://www.spigotmc.org/resources/107803/
  659. [14:38:21] [Server thread/INFO]: [VirtualMineableSpawners] Enabling VirtualMineableSpawners v1.0-SNAPSHOT
  660. [14:38:21] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v4.16.9.1
  661. [14:38:21] [Server thread/INFO]: [CustomCrafting] Loaded fallback language "en_US" v6.1.0 translated by WolfyScript
  662. [14:38:21] [Server thread/INFO]: [CustomCrafting] Loaded active language "en_US" v6.1.0 translated by WolfyScript
  663. [14:38:21] [Server thread/INFO]: [CustomCrafting] ____ _ _ ____ ___ ____ _ _ ____ ____ ____ ____ ___ _ _ _ ____
  664. [14:38:21] [Server thread/INFO]: [CustomCrafting] | | | [__ | | | |\/| | |__/ |__| |___ | | |\ | | __
  665. [14:38:21] [Server thread/INFO]: [CustomCrafting] |___ |__| ___] | |__| | | |___ | \ | | | | | | \| |__]
  666. [14:38:21] [Server thread/INFO]: [CustomCrafting] Version | v4.16.9.1
  667. [14:38:21] [Server thread/INFO]: [CustomCrafting] WolfyUtils | v4.16.15.1
  668. [14:38:21] [Server thread/INFO]: [CustomCrafting] Bukkit | git-UniverseSpigot-"72525e9" (MC: 1.20.4)(API: 1.20.4-R0.1-SNAPSHOT)
  669. [14:38:21] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R3! Trying to find NMS support
  670. [14:38:21] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R3' loaded!
  671. [14:38:21] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'WolfyUtilities' to create a bStats instance!
  672. [14:38:21] [Server thread/INFO]: [CustomCrafting]
  673. [14:38:21] [Server thread/INFO]: [CustomCrafting] Special thanks to my Patrons for supporting this project:
  674. [14:38:21] [Server thread/INFO]: [CustomCrafting] Omarlatif, Nat R, Obsidian_Sword, LiveJunye, Mithran, Teddy
  675. [14:38:21] [Server thread/INFO]: [CustomCrafting] Invictus_Vulpes , Luuk Musch, fioxu, JorshStark, Perny Dev, Charlie
  676. [14:38:21] [Server thread/INFO]: [CustomCrafting] iachen, whja t, Green Masks, lance fector, Jack Snellings, MineHouse Server
  677. [14:38:21] [Server thread/INFO]: [CustomCrafting] ------------------------------------------------------------------------
  678. [14:38:21] [Server thread/INFO]: [CustomCrafting] Detected ProtocolLib... initiating additional features.
  679. [14:38:21] [Server thread/INFO]: [CustomCrafting] Registering PlaceHolder
  680. [14:38:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: customcrafting [4.16.9.1]
  681. [14:38:21] [Server thread/INFO]: [CustomCrafting] Data destination: LOCAL
  682. [14:38:21] [Server thread/INFO]: [CustomCrafting] Initiating Inventory GUIs
  683. [14:38:21] [Server thread/INFO]: [CustomCrafting] Register ItemCreator Tabs
  684. [14:38:22] [Server thread/INFO]: [CustomCrafting] Loading Recipes & Items
  685. [14:38:22] [Server thread/INFO]: [CustomCrafting] - - - - [Local Storage] - - - -
  686. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] Using 16 threads
  687. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] Looking through data folder...
  688. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] Loading Items
  689. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] Loading Recipes
  690. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] Loaded 2 recipes in 512ms
  691. [14:38:22] [Server thread/INFO]: [CustomCrafting] [LOCAL] 10 recipes still pending for validation (waiting for dependencies)
  692. [14:38:22] [Server thread/INFO]: [CustomCrafting] Indexing Recipe Book...
  693. [14:38:22] [Server thread/INFO]: [CustomCrafting] Indexed Recipe Book!
  694. [14:38:22] [Server thread/INFO]: [CustomCrafting] ------------------------------------------------------------------------
  695. [14:38:22] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.30.0
  696. [14:38:22] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
  697. [14:38:23] [Server thread/INFO]: [PlayerWarps] Found 23 config files to load!
  698. [14:38:23] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
  699. [14:38:23] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (EssentialsX Economy)
  700. [14:38:23] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
  701. [14:38:23] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
  702. [14:38:23] [Server thread/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
  703. [14:38:23] [Server thread/INFO]: [PlayerWarps] Found Patches Expansion integrating support...
  704. [14:38:23] [Server thread/INFO]: [PlayerWarps] MySQL database is enabling...
  705. [14:38:23] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
  706. [14:38:23] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
  707. [14:38:23] [Server thread/INFO]: [DeluxeMentions] Enabling DeluxeMentions v5.9.20
  708. [14:38:23] [Server thread/INFO]: [VirtualAnnouncements] Enabling VirtualAnnouncements v1.0-SNAPSHOT
  709. [14:38:23] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  710. [14:38:24] [cluster-ClusterId{value='66a3b4df73b5712700bac710', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7499}] to db.virtualhit.es:27017
  711. [14:38:24] [cluster-ClusterId{value='66a3b4df73b5712700bac710', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1676770}
  712. [14:38:24] [Server thread/INFO]: [Insights] Enabling Insights v6.17.2
  713. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'camas.yml'
  714. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'bayas-luminosas.yml'
  715. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'prohibidos.yml'
  716. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'cultivos-automaticos.yml'
  717. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'presionables.yml'
  718. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'antorchas-redstone.yml'
  719. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'sandias.yml'
  720. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'cabezas.yml'
  721. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'fogatas.yml'
  722. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'cultivos-manuales.yml'
  723. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'tiles.yml'
  724. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'redstone.yml'
  725. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'calabazas.yml'
  726. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'railes-activables.yml'
  727. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'limites.yml'
  728. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'hornos.yml'
  729. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'cofres.yml'
  730. [14:38:24] [Server thread/INFO]: [Insights] Loaded limit 'pistones.yml'
  731. [14:38:24] [Server thread/INFO]: [Insights] Unregistered listener of 'BlockBurnEvent'
  732. [14:38:24] [Server thread/INFO]: [Insights] Unregistered listener of 'LeavesDecayEvent'
  733. [14:38:24] [Server thread/INFO]: [Insights] Unregistered listener of 'FluidLevelChangeEvent'
  734. [14:38:24] [Server thread/INFO]: [Insights] Unregistered listener of 'SpongeAbsorbEvent'
  735. [14:38:24] [Server thread/INFO]: [Insights] Unregistered listener of 'BlockIgniteEvent'
  736. [14:38:24] [Server thread/INFO]: [Insights] Remapped EventPriority of 'BlockPistonExtendEvent' to 'NORMAL'
  737. [14:38:24] [Server thread/INFO]: [Insights] Remapped EventPriority of 'BlockPlaceEvent' to 'NORMAL'
  738. [14:38:24] [Server thread/INFO]: [Insights] Remapped EventPriority of 'BlockPistonRetractEvent' to 'NORMAL'
  739. [14:38:24] [Server thread/INFO]: [Insights] Remapped EventPriority of 'HangingPlaceEvent' to 'NORMAL'
  740. [14:38:24] [Server thread/INFO]: [Insights] Remapped EventPriority of 'EntityPlaceEvent' to 'NORMAL'
  741. [14:38:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: insights [6.17.2]
  742. [14:38:24] [Server thread/INFO]: [40ServidoresMC] Enabling 40ServidoresMC v2.5
  743. [14:38:24] [Server thread/INFO]: [40ServidoresMC] Plugin 40ServidoresMC v2.5 cargado completamente
  744. [14:38:24] [Server thread/INFO]: [MobsToEggs] Enabling MobsToEggs v1.7.10
  745. [14:38:24] [Server thread/INFO]: [MobsToEggs] Loading files for MobsToEggs...
  746. [14:38:24] [Server thread/INFO]: [MobsToEggs] Loading language: es
  747. [14:38:24] [Server thread/INFO]: [MobsToEggs] Using Dependencies:
  748. [14:38:24] [Server thread/INFO]: [MobsToEggs] ✔️ [Vault, WorldGuard, MythicMobs, NBTAPI]
  749. [14:38:24] [Server thread/INFO]: [MobsToEggs] ❌ [Towny]
  750. [14:38:24] [Server thread/INFO]: [CitizensText] Enabling CitizensText v1.20
  751. [14:38:24] [Server thread/INFO]: [CitizensText] PlaceholderAPI hooked !
  752. [14:38:24] [Server thread/INFO]: [VirtualMSGExtension] Enabling VirtualMSGExtension v1.0-SNAPSHOT
  753. [14:38:24] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.20.0
  754. [14:38:24] [Server thread/INFO]: [VoidSpawn] No SkyBlock plugins found, disabling island mode support.
  755. [14:38:24] [Server thread/INFO]: [VoidSpawn] v1.20.0 by EnderCrest enabled
  756. [14:38:24] [Server thread/INFO]: [ExperienceTome] Enabling ExperienceTome v1.2.0
  757. [14:38:25] [Server thread/INFO]: [VirtualChests] Enabling VirtualChests v1.0-SNAPSHOT
  758. [14:38:25] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  759. [14:38:25] [cluster-ClusterId{value='66a3b4e198c8d710d7e1da3f', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7500}] to db.virtualhit.es:27017
  760. [14:38:25] [cluster-ClusterId{value='66a3b4e198c8d710d7e1da3f', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1812699}
  761. [14:38:25] [Server thread/INFO]: [ItemRenamer] Enabling ItemRenamer v1.0-SNAPSHOT
  762. [14:38:25] [Server thread/INFO]: [ItemRenamer] Plugin enabled
  763. [14:38:25] [Server thread/INFO]: [VirtualQuest] Enabling VirtualQuest v1.1.0
  764. [14:38:25] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  765. [14:38:25] [cluster-ClusterId{value='66a3b4e15d7b835b4318507d', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7501}] to db.virtualhit.es:27017
  766. [14:38:25] [cluster-ClusterId{value='66a3b4e15d7b835b4318507d', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3211991}
  767. [14:38:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: virtualquests [1.1]
  768. [14:38:25] [Server thread/INFO]: [ExtraContexts] Enabling ExtraContexts v2.0-SNAPSHOT
  769. [14:38:25] [Server thread/INFO]: [ExtraContexts] Registering 'worldguard-region' calculator.
  770. [14:38:25] [Server thread/INFO]: [CommandWhitelist] Enabling CommandWhitelist v2.10.0
  771. [14:38:26] [Server thread/WARN]: [CommandWhitelist] CommandWhitelist - "wiki cosméticos" is not a command. Loading it as "wiki".
  772. [14:38:26] [Server thread/WARN]: [CommandWhitelist] CommandWhitelist - "wiki encantamientos" is not a command. Loading it as "wiki".
  773. [14:38:26] [Server thread/WARN]: [CommandWhitelist] CommandWhitelist - "wiki ítems" is not a command. Loading it as "wiki".
  774. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Enabling ViewDistanceTweaks v1.5.7
  775. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Using PaperSimulationDistanceHook for the simulation distance hook.
  776. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Using PaperViewDistanceHook for the view distance hook.
  777. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Using PaperTickHook for the tick hook.
  778. [14:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: viewdistancetweaks [1]
  779. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Registered expansion for PlaceholderAPI.
  780. [14:38:26] [Server thread/INFO]: [ViewDistanceTweaks] Finished startup.
  781. [14:38:26] [Server thread/INFO]: [VirtualVoteParty] Enabling VirtualVoteParty v1.0.0
  782. [14:38:26] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  783. [14:38:26] [cluster-ClusterId{value='66a3b4e2fafe6b0bc7cbed41', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7502}] to db.virtualhit.es:27017
  784. [14:38:26] [cluster-ClusterId{value='66a3b4e2fafe6b0bc7cbed41', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1518170}
  785. [14:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: virtualvoteparty [1.0.0]
  786. [14:38:26] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.3
  787. [14:38:26] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.3*-=-=-=-=-=-=-=-=-=-*
  788. [14:38:26] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
  789. [14:38:26] [Server thread/INFO]: | Command file(s) found : 1
  790. [14:38:26] [Server thread/INFO]: | Config : Ready.
  791. [14:38:26] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
  792. [14:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
  793. [14:38:26] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
  794. [14:38:26] [Server thread/INFO]: | Custom commands loaded : 9
  795. [14:38:26] [Server thread/INFO]: | New update available : MyCommand v5.7.4
  796. [14:38:26] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
  797. [14:38:26] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  798. [14:38:26] [Server thread/INFO]: [spark] Enabling spark v1.10.74
  799. [14:38:26] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
  800. [14:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.74]
  801. [14:38:26] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
  802. [14:38:26] [Server thread/INFO]: [SprintingMobs] Enabling SprintingMobs v1.0
  803. [14:38:26] [Server thread/INFO]: [SprintingMobs] SprintingMobs has been successfully enabled!
  804. [14:38:26] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.22.1
  805. [14:38:26] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
  806. [14:38:26] [Server thread/INFO]: [Shopkeepers] Loading the data of 9 shopkeepers ...
  807. [14:38:27] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v7.3
  808. [14:38:27] [Server thread/INFO]: [AntiPopup] Config enabled.
  809. [14:38:27] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
  810. [14:38:27] [Server thread/INFO]: [AntiPopup] Hooked on 1.20.4
  811. [14:38:27] [Server thread/INFO]: [AntiPopup] Commands registered.
  812. [14:38:27] [Server thread/INFO]: [AntiPopup] Logger filter enabled.
  813. [14:38:27] [Server thread/INFO]: [itemsstr] Enabling itemsstr v1.0-SNAPSHOT
  814. [14:38:27] [Server thread/INFO]: [itemsstr] Plugin enabled
  815. [14:38:27] [Server thread/INFO]: [VirtualPSAddon] Enabling VirtualPSAddon v1.0-SNAPSHOT
  816. [14:38:27] [Server thread/INFO]: [WorldGuard] Registering session handler me.zhacked.virtualpsaddon.handlers.BannedFlagHandler
  817. [14:38:27] [Server thread/INFO]: [VirtualChatFilter] Enabling VirtualChatFilter v1.0-SNAPSHOT
  818. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] Enabling SimpleBlockRegen v0.5.1-SNAPSHOT
  819. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | __ __ __
  820. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | /__`|__)|__) SimpleBlockRegen v0.5.1-SNAPSHOT
  821. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | .__/|__)| \ Author: SKJOLBERG
  822. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] |
  823. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | WorldGuard: ✔
  824. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | WorldEdit: ✔
  825. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | PlaceholderAPI: ✔
  826. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | Towny: ✘
  827. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | GriefPrevention: ✘
  828. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | GriefDefender: ✘
  829. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | MMOItems: ✘
  830. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | Module +1.13 has been loaded
  831. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] |
  832. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] | A new version is available at:
  833. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] | https://www.spigotmc.org/resources/103286/
  834. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] |
  835. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] | Download it to stay up to date!
  836. [14:38:27] [Server thread/WARN]: [SimpleBlockRegen] |
  837. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | Storage: NONE
  838. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | BlockBreakPriority: LOWEST
  839. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | BlockPlacePriority: LOWEST
  840. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | PlayerInteractShovelPriority: LOWEST
  841. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | BlockFadePriority: LOWEST
  842. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | EntityChangeBlockPriority: LOWEST
  843. [14:38:27] [Server thread/INFO]: [SimpleBlockRegen] | LeavesDecayPriority: LOWEST
  844. [14:38:27] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v4.4.4
  845. [14:38:27] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
  846. [14:38:27] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
  847. [14:38:27] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.2
  848. [14:38:27] [Server thread/ERROR]: [BetterRTP] The particle 'EXPLOSION_NORMAL' created a fatal error when loading particles! Your MC version isn't supported!
  849. [14:38:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrtp [3.6.2]
  850. [14:38:27] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.16
  851. [14:38:27] [Server thread/INFO]: [InventoryRollbackPlus] Found CraftBukkit Package Version: v1_20_R3
  852. [14:38:27] [Server thread/INFO]: ROLLBACK » Inventory backup data is set to save to: YAML
  853. [14:38:27] [Server thread/INFO]: ROLLBACK » bStats are enabled
  854. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Enabling InvisibleItemFrames v2.9.0
  855. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Initializing managers...
  856. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] MemoryDataManager initialized!
  857. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Using Paper Implementation!
  858. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] ImplementationManager initialized!
  859. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Registering commands...
  860. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Registering listeners...
  861. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Loading data...
  862. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Starting metrics...
  863. [14:38:27] [Server thread/INFO]: [InvisibleItemFrames] Done and enabled in 5.08ms
  864. [14:38:27] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v1.4.15
  865. [14:38:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deathmessages [1.4.15]
  866. [14:38:27] [Server thread/INFO]: [DeathMessages] PlaceholderAPI Hook Enabled!
  867. [14:38:27] [Server thread/INFO]: [DeathMessages] WorldGuard Hook Enabled!
  868. [14:38:27] [Server thread/INFO]: [DeathMessages] MythicMobs Hook Enabled!
  869. [14:38:27] [Server thread/INFO]: [DeathMessages] bStats Hook Enabled!
  870. [14:38:27] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 52c
  871. [14:38:27] [Server thread/INFO]: [UltimateAutoRestart] Build 52c, a free resource by Norska - Thanks for downloading!
  872. [14:38:27] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
  873. [14:38:27] [Server thread/INFO]: [ItemSee] Enabling ItemSee v1.0
  874. [14:38:27] [Server thread/INFO]: [VirtualTempFly] Enabling VirtualTempFly v1.0.0
  875. [14:38:28] [Server thread/INFO]: [org.mongodb.driver.cluster] Cluster created with settings {hosts=[db.virtualhit.es:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  876. [14:38:28] [cluster-ClusterId{value='66a3b4e41bf1100917c45fcb', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.connection] Opened connection [connectionId{localValue:1, serverValue:7503}] to db.virtualhit.es:27017
  877. [14:38:28] [cluster-ClusterId{value='66a3b4e41bf1100917c45fcb', description='null'}-db.virtualhit.es:27017/INFO]: [org.mongodb.driver.cluster] Monitor thread successfully connected to server with description ServerDescription{address=db.virtualhit.es:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[6, 0, 9]}, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1346434}
  878. [14:38:28] [Server thread/INFO]: [TabCompleteFilter] Enabling TabCompleteFilter v1.1.2
  879. [14:38:28] [Server thread/INFO]: [Chunky] Enabling Chunky v1.4.10
  880. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Enabling UpgradeableHoppers v4.15.4
  881. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Version: 4.15.4 Previous: 4.15.4
  882. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Server: 1.20.x running Paper
  883. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Licensed to: 1191494
  884. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Experiencing issues or having questions? Join our Discord!
  885. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Discord: https://discord.gg/B4MAJVk
  886. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Wiki: https://github.com/Angeschossen/UpgradeableHoppers/wiki
  887. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers]
  888. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Using SQLITE as database driver.
  889. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Successful connected to SQL database.
  890. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] There are hoppers in 59 chunks of world 'world'.
  891. [14:38:28] [Server thread/INFO]: [UpgradeableHoppers] Database is ready.
  892. [14:38:28] [Server thread/INFO]: [libreforge] Enabling libreforge v4.56.5
  893. [14:38:28] [Server thread/INFO]: [libreforge] Loading libreforge
  894. [14:38:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: libreforge [4.56.5]
  895. [14:38:28] [Server thread/INFO]: [libreforge] Loaded integrations: Citizens, TAB, Jobs, ModelEngine, Vault, WorldGuard, Terra
  896. [14:38:28] [Server thread/INFO]: [libreforge]
  897. [14:38:28] [Server thread/INFO]: [libreforge] Hey, what's this plugin doing here? I didn't install it!
  898. [14:38:28] [Server thread/INFO]: [libreforge] libreforge is the effects system for plugins like EcoEnchants,
  899. [14:38:28] [Server thread/INFO]: [libreforge] EcoJobs, EcoItems, etc. If you're looking for config options for
  900. [14:38:28] [Server thread/INFO]: [libreforge] things like cooldown messages, lrcdb, and stuff like that, you'll
  901. [14:38:28] [Server thread/INFO]: [libreforge] find it under /plugins/libreforge
  902. [14:38:28] [Server thread/INFO]: [libreforge]
  903. [14:38:28] [Server thread/INFO]: [libreforge] Don't worry about updating libreforge, it's handled automatically!
  904. [14:38:28] [Server thread/INFO]: [libreforge]
  905. [14:38:28] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  906. [14:38:28] [Server thread/INFO]: Running delayed init tasks
  907. [14:38:28] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  908. [14:38:28] [Craft Scheduler Thread - 8 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  909. [14:38:28] [Craft Scheduler Thread - 13 - Essentials/INFO]: [Essentials] Obteniendo información de versión...
  910. [14:38:28] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] [Importing models]
  911. [14:38:28] [Craft Scheduler Thread - 16 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
  912. [14:38:28] [Craft Scheduler Thread - 12 - Marriage/INFO]: [Marriage] Purged 2 player entries in 2ms
  913. [14:38:28] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
  914. [14:38:28] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
  915. [14:38:28] [Craft Scheduler Thread - 22 - UltimateClans/INFO]: [ClanLeaderboard] Loaded 0 board(s).
  916. [14:38:28] [Craft Scheduler Thread - 15 - CMILib/INFO]: New version of CMILib was detected. Please update it
  917. [14:38:28] [Craft Scheduler Thread - 30 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
  918. [14:38:28] [Craft Scheduler Thread - 34 - InventoryRollbackPlus/INFO]: ROLLBACK » Checking for updates...
  919. [14:38:28] [Craft Scheduler Thread - 31 - Vault/INFO]: [Vault] Checking for Updates ...
  920. [14:38:28] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  921. [14:38:28] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing capybara.bbmodel.
  922. [14:38:28] [Craft Scheduler Thread - 6 - TradeSystem/INFO]: [TradeSystem] Database was started successfully.
  923. [14:38:28] [Craft Scheduler Thread - 11 - EcoEnchants/WARN]: [EcoEnchants] EcoEnchants is out of date! (Version 12.3.5)
  924. [14:38:28] [Craft Scheduler Thread - 11 - EcoEnchants/WARN]: [EcoEnchants] The newest version is 12.17.0
  925. [14:38:28] [Craft Scheduler Thread - 11 - EcoEnchants/WARN]: [EcoEnchants] Download the new version!
  926. [14:38:28] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
  927. [14:38:28] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: TEXTUREPACK »
  928. [14:38:28] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: TEXTUREPACK » UPDATE available: https://www.spigotmc.org/resources/73355/
  929. [14:38:28] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: TEXTUREPACK » Current version: 3.6.4-release-3 | Online version: 4.0.2-alpha-test-3
  930. [14:38:28] [Craft Scheduler Thread - 9 - eco/WARN]: [eco] eco is out of date! (Version 6.69.0)
  931. [14:38:28] [Craft Scheduler Thread - 9 - eco/WARN]: [eco] The newest version is 6.73.1
  932. [14:38:28] [Craft Scheduler Thread - 9 - eco/WARN]: [eco] Download the new version!
  933. [14:38:28] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: TEXTUREPACK »
  934. [14:38:28] [Craft Scheduler Thread - 17 - ItemsAdder/INFO]: TEXTUREPACK » [License] Spigot product licensed to: Braguitas (1664411)
  935. [14:38:28] [Craft Scheduler Thread - 12 - PinataParty/INFO]: [PinataParty] v2.67.0 is available! You are running v2.59.1!
  936. [14:38:28] [Craft Scheduler Thread - 12 - PinataParty/INFO]: [PinataParty] Download it here: https://www.spigotmc.org/resources/59318/
  937. [14:38:28] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]:
  938. A newer version of DecentHolograms is available. Download it from: https://www.spigotmc.org/resources/96927/
  939. [14:38:28] [Craft Scheduler Thread - 40 - MythicDungeons/INFO]: [MythicDungeons] You are running beta version of MythicDungeons. Bugs and errors are expected. Please report them. (Running: 3.0.0-BETA-3)
  940. [14:38:28] [Craft Scheduler Thread - 31 - Vault/INFO]: [Vault] No new version available
  941. [14:38:28] [Craft Scheduler Thread - 34 - InventoryRollbackPlus/INFO]:
  942. ===============================================================================
  943. A minor update to InventoryRollbackPlus is available!
  944. Download at https://www.spigotmc.org/resources/inventoryrollbackplus-1-8-1-16-x.85811/
  945. (current: 1.6.16, latest: 1.6.17)
  946. ===============================================================================
  947.  
  948. [14:38:28] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  949. [14:38:28] [Server thread/INFO]: TEXTUREPACK » [Pack] Extracting internal contents from .jar
  950. [14:38:28] [Craft Scheduler Thread - 16 - DecentHolograms/INFO]: [DecentHolograms] Loaded 50 holograms!
  951. [14:38:28] [Craft Scheduler Thread - 21 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.2.1.8] New update available. Your version: 3.2.1.8, latest version: 3.2.2.0
  952. [14:38:28] [Craft Scheduler Thread - 21 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.2.1.8] Download plugin here: https://groupez.dev/resources/1
  953. [14:38:29] [Craft Scheduler Thread - 28 - StatTrackers/WARN]: [StatTrackers] StatTrackers is out of date! (Version 6.15.5)
  954. [14:38:29] [Craft Scheduler Thread - 28 - StatTrackers/WARN]: [StatTrackers] The newest version is 6.29.0
  955. [14:38:29] [Craft Scheduler Thread - 28 - StatTrackers/WARN]: [StatTrackers] Download the new version!
  956. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  957. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing capybara_baby.bbmodel.
  958. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  959. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing cauldron_of_death.bbmodel.
  960. [14:38:29] [Craft Scheduler Thread - 20 - zMenu/INFO]: [zMenu v1.0.3.2] New update available. Your version: 1.0.3.2, latest version: 1.0.3.3
  961. [14:38:29] [Craft Scheduler Thread - 20 - zMenu/INFO]: [zMenu v1.0.3.2] Download plugin here: https://groupez.dev/resources/253
  962. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  963. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing cauldron_of_death_pet.bbmodel.
  964. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  965. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing dark_imp.bbmodel.
  966. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  967. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing fire_imp.bbmodel.
  968. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  969. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing kite.bbmodel.
  970. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  971. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing kobold_archer.bbmodel.
  972. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  973. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing kobold_warrior.bbmodel.
  974. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  975. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing lava_mite.bbmodel.
  976. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  977. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing lava_piranha.bbmodel.
  978. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  979. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing lava_salamander.bbmodel.
  980. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  981. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing meerkat.bbmodel.
  982. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  983. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing meerkat_baby.bbmodel.
  984. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  985. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing mimic.bbmodel.
  986. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  987. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing nether_mushroom.bbmodel.
  988. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  989. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing poison_wisp.bbmodel.
  990. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  991. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing raccoon.bbmodel.
  992. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  993. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing raccoon_baby.bbmodel.
  994. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  995. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing red_panda.bbmodel.
  996. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  997. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing red_panda_baby.bbmodel.
  998. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  999. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_common.bbmodel.
  1000. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1001. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_frost.bbmodel.
  1002. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1003. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_healer.bbmodel.
  1004. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1005. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_king.bbmodel.
  1006. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1007. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_lava.bbmodel.
  1008. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1009. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_mage.bbmodel.
  1010. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1011. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_triple.bbmodel.
  1012. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1013. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_warrior.bbmodel.
  1014. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1015. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing slime_winged.bbmodel.
  1016. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1017. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing sloth.bbmodel.
  1018. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1019. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing sloth_baby.bbmodel.
  1020. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1021. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing stone_golem.bbmodel.
  1022. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1023. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing stone_minion.bbmodel.
  1024. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1025. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing thestatue.bbmodel.
  1026. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1027. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing wither_wisp.bbmodel.
  1028. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1029. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Importing wraith.bbmodel.
  1030. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A]
  1031. [14:38:29] [Craft Scheduler Thread - 7 - ModelEngine/INFO]: [ModelEngine] [A] Resource pack zipped.
  1032. [14:38:29] [Server thread/INFO]: TEXTUREPACK » [Pack] DONE extracting internal contents from .jar
  1033. [14:38:29] [Server thread/WARN]: TEXTUREPACK » Detected legacy ItemsAdder pack (pre 3.3.0).
  1034. [14:38:29] [Server thread/WARN]: TEXTUREPACK » Trying to load files, unexpected results might occur.
  1035. [14:38:29] [Server thread/WARN]: TEXTUREPACK » It's adviced to follow the new guidelines: https://a.devs.beer/ia-new-guidelines-330
  1036. [14:38:29] [Thread-63/INFO]: --------------------
  1037. [14:38:29] [Thread-63/INFO]: [CoreProtect] Version 22.4 is now available.
  1038. [14:38:29] [Thread-63/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
  1039. [14:38:29] [Thread-63/INFO]: --------------------
  1040. [14:38:30] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  1041. [14:38:30] [Server thread/INFO]: [QuickShop] Registering bStats metrics...
  1042. [14:38:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw [1.0.0]
  1043. [14:38:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mentions [5.9.20]
  1044. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] Successfully enabled v5.9.20
  1045. [14:38:31] [Server thread/INFO]: --------------------------------------------------------------------------------------
  1046. [14:38:31] [Server thread/INFO]: Developed by Ruben_Artz
  1047. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] Version: 5.9.20 is loading...
  1048. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] Server: git-UniverseSpigot-"72525e9" (MC: 1.20.4)
  1049. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] Loading necessary files...
  1050. [14:38:31] [Server thread/INFO]:
  1051. [14:38:31] [Server thread/INFO]: Deluxe Mentions Starting plugin...
  1052. [14:38:31] [Server thread/INFO]:
  1053. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] Successfully loaded files
  1054. [14:38:31] [Server thread/INFO]:
  1055. [14:38:31] [Server thread/INFO]: --------------------------------------------------------------------------------------
  1056. [14:38:31] [Server thread/INFO]: [Deluxe Mentions] La gestión de datos H2 se ha conectado correctamente.
  1057. [14:38:31] [Server thread/INFO]: [Chunky] No tasks to continue.
  1058. [14:38:32] [Server thread/ERROR]: [Citizens] The trait speech failed to load for NPC ID: 26.
  1059. [14:38:32] [Server thread/ERROR]: [Citizens] The trait speech failed to load for NPC ID: 94.
  1060. [14:38:32] [Server thread/INFO]: [Citizens] Loaded 36 NPCs.
  1061. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_1:0
  1062. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1063. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1064. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_2:0
  1065. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1066. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1067. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_3:0
  1068. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1069. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1070. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_4:0
  1071. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1072. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1073. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_5:0
  1074. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1075. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1076. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_6:0
  1077. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1078. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1079. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_1:4
  1080. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1081. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1082. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_2:4
  1083. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1084. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1085. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_3:4
  1086. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1087. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1088. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_4:4
  1089. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1090. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1091. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_5:4
  1092. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1093. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1094. [14:38:32] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop slam_fx_6:4
  1095. [14:38:32] [Server thread/WARN]: [MythicMobs] --| File: EquipMechanic
  1096. [14:38:32] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
  1097. [14:38:32] [Server thread/INFO]: [LeaderHeadsRevamped] Creating PlaceholderAPI placeholders
  1098. [14:38:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: leaderheads [4.0.6]
  1099. [14:38:32] [Server thread/ERROR]: [MythicDungeons] v2 Dungeon Group files are found and they are no longer supported. Please migrate them by "/mg migrate <file name/all>" to be able to use new features.
  1100. [14:38:32] [ForkJoinPool.commonPool-worker-5/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_20_R3! Trying to find NMS support
  1101. [14:38:32] [ForkJoinPool.commonPool-worker-5/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R3' loaded!
  1102. [14:38:32] [ForkJoinPool.commonPool-worker-5/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'MythicDungeons' to create a bStats instance!
  1103. [14:38:32] [Server thread/INFO]: [QuickShop] Using economy system: EssentialsX Economy
  1104. [14:38:32] [Server thread/INFO]: [UpgradeableHoppers] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus
  1105. [14:38:32] [Server thread/INFO]: [UpgradeableHoppers] [Integrations] Successfully integrated LuckPerms for offline permission lookups.
  1106. [14:38:32] [Server thread/INFO]: [UpgradeableHoppers] Successfully added region provider: WorldGuard Type: SERVER
  1107. [14:38:32] [Server thread/INFO]: [UpgradeableHoppers] Successful integrated Vault economy into economy system. Name: EssentialsX Economy
  1108. [14:38:32] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.6) is available at:
  1109. [14:38:32] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  1110. [14:38:32] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
  1111. [14:38:32] [Server thread/INFO]: [HMCCosmetics] +++++++++++++++++++++++++++++++++++
  1112. [14:38:32] [Server thread/INFO]: [HMCCosmetics] There is a new update for HMCCosmetics!
  1113. [14:38:32] [Server thread/INFO]: [HMCCosmetics] Please download it as soon as possible for possible fixes and new features.
  1114. [14:38:32] [Server thread/INFO]: [HMCCosmetics] Current Version 2.6.6 | Latest Version 2.7.2
  1115. [14:38:32] [Server thread/INFO]: [HMCCosmetics] Spigot: https://www.spigotmc.org/resources/100107/
  1116. [14:38:32] [Server thread/INFO]: [HMCCosmetics] Polymart: https://polymart.org/resource/1879
  1117. [14:38:32] [Server thread/INFO]: [HMCCosmetics] +++++++++++++++++++++++++++++++++++
  1118. [14:38:32] [Server thread/INFO]: [40ServidoresMC] No se ha encontrado plugin para la versión de servidor que estas ejecutando
  1119. [14:38:33] [Server thread/INFO]: Done (61.115s)! For help, type "help"
Advertisement
Add Comment
Please, Sign In to add comment