Advertisement
Guest User

Untitled

a guest
Feb 4th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.36 KB | None | 0 0
  1. [22:37:26] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [22:37:26] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [22:37:27] [Worker-Main-8/INFO]: Loaded 7 recipes
  4. [22:37:30] [Server thread/INFO]: Starting minecraft server version 1.16.5
  5. [22:37:30] [Server thread/INFO]: Loading properties
  6. [22:37:30] [Server thread/INFO]: This server is running Paper version git-Paper-457 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  7. [22:37:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [22:37:30] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [22:37:30] [Server thread/INFO]: Debug logging is disabled
  10. [22:37:30] [Server thread/INFO]: Default game type: SURVIVAL
  11. [22:37:30] [Server thread/INFO]: Generating keypair
  12. [22:37:30] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25618
  13. [22:37:30] [Server thread/INFO]: Using epoll channel type
  14. [22:37:31] [Server thread/ERROR]: Could not load 'plugins/js.jar' in folder 'plugins'
  15. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  16. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[patched_1.16.5.jar:git-Paper-457]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[patched_1.16.5.jar:git-Paper-457]
  18. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.5.jar:git-Paper-457]
  19. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:206) ~[patched_1.16.5.jar:git-Paper-457]
  20. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936) ~[patched_1.16.5.jar:git-Paper-457]
  21. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:174) ~[patched_1.16.5.jar:git-Paper-457]
  22. at java.lang.Thread.run(Thread.java:834) [?:?]
  23. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  24. ... 7 more
  25. [22:37:32] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  26. [22:37:37] [Server thread/WARN]: Legacy plugin PacketListenerApi v3.7.9-SNAPSHOT does not specify an api-version.
  27. [22:37:37] [Server thread/WARN]: Legacy plugin GlowAPI v1.4.14-SNAPSHOT does not specify an api-version.
  28. [22:37:37] [Server thread/WARN]: Legacy plugin MVdWPlaceholderAPI v3.1.1 does not specify an api-version.
  29. [22:37:37] [Server thread/WARN]: Legacy plugin FeatherBoard v4.29.0 does not specify an api-version.
  30. [22:37:37] [Server thread/WARN]: Legacy plugin ColoredAnvils v1.08 does not specify an api-version.
  31. [22:37:37] [Server thread/WARN]: Legacy plugin dynmap v3.1-beta6-438 does not specify an api-version.
  32. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
  33. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
  34. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
  35. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.eventbus.EventBus
  36. [22:37:37] [Server thread/WARN]: [WorldEdit] Loaded class org.primesoft.asyncworldedit.injector.injected.util.eventbus.IDispatchableEventBus from AsyncWorldEdit v3.8.0 which is not a depend, softdepend or loadbefore of this plugin.
  37. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector2
  38. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector3
  39. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector2
  40. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector3
  41. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockStateHolder
  42. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BaseBlock
  43. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockState
  44. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.entity.BaseEntity
  45. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.Location
  46. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.biome.BiomeType
  47. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.weather.WeatherType
  48. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.EditSession
  49. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.AbstractDelegateExtent
  50. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.Operations
  51. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
  52. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extension.platform.PlayerProxy
  53. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.collection.LocatedBlockList
  54. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.reorder.MultiStageReorder
  55. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
  56. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.AbstractRegion
  57. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.EllipsoidRegion
  58. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
  59. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.TransformRegion
  60. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.RegionIntersection
  61. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.NullRegion
  62. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.Polygonal2DRegion
  63. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.CylinderRegion
  64. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.CuboidRegion
  65. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.SnapshotUtilCommands
  66. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.ScriptingCommands
  67. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.SchematicCommands
  68. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.RegionCommands
  69. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.UtilityCommandsRegistration
  70. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.bukkit.BukkitEntity
  71. [22:37:37] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.RegionCommandsRegistration
  72. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.mask.AbstractExtentMask
  73. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.LocalSession
  74. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.session.SessionManager
  75. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.ChangeSetExtent
  76. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
  77. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.BrushTool
  78. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.BlockReplacer
  79. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.FloodFillTool
  80. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.TreePlanter
  81. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.AreaPickaxe
  82. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.RecursivePickaxe
  83. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.WorldEdit
  84. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.EditSessionBuilder
  85. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.entity.ExtentEntityCopy
  86. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.block.ExtentBlockCopy
  87. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.block.BlockReplace
  88. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.ForwardExtentCopy
  89. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.SetLocatedBlocks
  90. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.biome.BiomeReplace
  91. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
  92. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Deform$DeformOperation
  93. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Paint
  94. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.mask.BiomeMask2D
  95. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.pattern.AbstractExtentPattern
  96. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.iterator.RegionIterator
  97. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.shape.ArbitraryShape
  98. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Apply
  99. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.visitor.RegionVisitor
  100. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
  101. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
  102. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
  103. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
  104. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
  105. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
  106. [22:37:38] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
  107. [22:37:39] [Server thread/WARN]: Legacy plugin Factions v1.0 does not specify an api-version.
  108. [22:37:39] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
  109. [22:37:39] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
  110. [22:37:39] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.8.5
  111. [22:37:39] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v6.1.2
  112. [22:37:39] [Server thread/INFO]: [ParticleNativeAPI] Loading ParticleNativeAPI v3.0.0
  113. [22:37:39] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.6.1
  114. [22:37:39] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.76
  115. [22:37:39] [Server thread/INFO]: [ChatInjector] Loading ChatInjector v1.0.2
  116. [22:37:39] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.9-SNAPSHOT
  117. [22:37:39] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
  118. [22:37:39] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  119. [22:37:39] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  120. [22:37:39] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
  121. [22:37:39] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.16-24
  122. [22:37:39] [Server thread/INFO]: [CMILib] Loading CMILib v1.0.0.2
  123. [22:37:39] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.14-SNAPSHOT
  124. [22:37:39] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.2
  125. [22:37:39] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0-SNAPSHOT-b480
  126. [22:37:39] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.5) has not yet been tested! Proceed with caution.
  127. [22:37:39] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.23
  128. [22:37:40] [Server thread/INFO]: [InventoryRollback] Loading InventoryRollback v1.4.0
  129. [22:37:40] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.1.1
  130. [22:37:40] [Server thread/INFO]: [ImageMaps] Loading ImageMaps v1.0.3
  131. [22:37:40] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.21.2-Release
  132. [22:37:40] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
  133. [22:37:40] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.7.0
  134. [22:37:40] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.29.0
  135. [22:37:40] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  136. [22:37:40] [Server thread/INFO]: [ColoredAnvils] Loading ColoredAnvils v1.08
  137. [22:37:40] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6
  138. [22:37:40] [Server thread/INFO]: [ChestSort] Loading ChestSort v9.0.1
  139. [22:37:40] [Server thread/INFO]: [BeastWithdraw] Loading BeastWithdraw v2.9.2
  140. [22:37:40] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.9
  141. [22:37:40] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-beta6-438
  142. [22:37:40] [Server thread/INFO]: [dynmap] version=git-Paper-457 (MC: 1.16.5)
  143. [22:37:40] [Server thread/INFO]: [dynmap] Mod Support API available
  144. [22:37:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.0-SNAPSHOT+5599-c4efc8b
  145. [22:37:41] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@63e2c151]
  146. [22:37:41] [Server thread/INFO]: [spark] Loading spark v1.4.3
  147. [22:37:41] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
  148. [22:37:41] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.13.3
  149. [22:37:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812
  150. [22:37:41] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.8.0
  151. [22:37:41] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
  152. [22:37:41] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.21.3
  153. [22:37:41] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.2.1
  154. [22:37:41] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v6.2.1
  155. [22:37:41] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.3-Release
  156. [22:37:41] [Server thread/INFO]: [TAB] Loading TAB v2.8.9
  157. [22:37:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
  158. [22:37:41] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.1.12
  159. [22:37:41] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.1.41
  160. [22:37:41] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.4
  161. [22:37:41] [Server thread/INFO]: [Wild] Loading Wild v2.27-e5669bb
  162. [22:37:41] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.17.1
  163. [22:37:41] [Server thread/INFO]: [VeinMiner] Found WorldGuard. Registering custom region flag.
  164. [22:37:41] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2247)
  165. [22:37:41] [Server thread/INFO]: [KeepChunks] Loading KeepChunks v1.6.7
  166. [22:37:41] [Server thread/INFO]: [CMI] Loading CMI v8.8.0.9
  167. [22:37:41] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.11.0-SNAPSHOT-9d2a6121
  168. [22:37:41] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.5-SNAPSHOT
  169. [22:37:41] [Server thread/INFO]: [Denizen] Loading Denizen v1.1.8-SNAPSHOT (build 1723-REL)
  170. [22:37:41] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.23
  171. [22:37:41] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v6.1.2
  172. [22:37:41] [Server thread/INFO]: [Rankup] Loading Rankup v3.11.1
  173. [22:37:41] [Server thread/INFO]: [MMOLib] Loading MMOLib v1.7.3
  174. [22:37:41] [Server thread/INFO]: [MMOLib] Detected Bukkit Version: v1_16_R3
  175. [22:37:41] [Server thread/INFO]: [DungeonsXL] Loading DungeonsXL v0.18-SNAPSHOT-1063
  176. [22:37:41] [Server thread/INFO]: [MythicArtifacts] Loading MythicArtifacts v0.1.30-SNAPSHOT
  177. [22:37:41] [Server thread/INFO]: [MMOItems] Loading MMOItems v6.5.1-SNAPSHOT
  178. [22:37:41] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard
  179. [22:37:41] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
  180. [22:37:42] [Server thread/WARN]: [MMOItems] Could not register type 'STAFF': Could not find config for STAFF
  181. [22:37:42] [Server thread/INFO]: [GooP] Loading Gunging_Ootilities_Plugin v1.7
  182. [22:37:42] [Server thread/INFO]: [DiscordSRV] API listener gunging.ootilities.gunging_ootilities_plugin.compatibilities.GooPDiscordSRV subscribed (2 methods)
  183. [22:37:42] [Server thread/INFO]: [MMOItem Shrubs] Loading MMOItem_Shrubs v1.5.2
  184. [22:37:42] [Server thread/INFO]: [FactionsX] Loading FactionsX v1.0.9-RC
  185. [22:37:42] [Server thread/INFO]: [FactionsUUID-API-Proxy] Loading Factions v1.0
  186. [22:37:42] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.5.0
  187. [22:37:42] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.49.0
  188. [22:37:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  189. [22:37:42] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.8.5
  190. [22:37:42] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.16.5
  191. [22:37:42] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
  192. [22:37:42] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
  193. [22:37:42] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
  194. [22:37:42] [Server thread/INFO]: [ParticleNativeAPI] Enabling ParticleNativeAPI v3.0.0
  195. [22:37:42] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.76
  196. [22:37:42] [Server thread/INFO]: __
  197. [22:37:42] [Server thread/INFO]: | |__) LuckPerms v5.2.76
  198. [22:37:42] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  199. [22:37:42] [Server thread/INFO]:
  200. [22:37:42] [Server thread/INFO]: [LuckPerms] Loading configuration...
  201. [22:37:42] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  202. [22:37:43] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  203. [22:37:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  204. [22:37:44] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1888ms)
  205. [22:37:44] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0-SNAPSHOT-b480
  206. [22:37:44] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  207. [22:37:44] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.7.0
  208. [22:37:44] [Server thread/INFO]: [VoidGenerator] v1_15
  209. [22:37:44] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  210. [22:37:44] [Server thread/WARN]: [Vault] Loaded class com.Zrips.CMI.Modules.Economy.Economy from CMI v8.8.0.9 which is not a depend, softdepend or loadbefore of this plugin.
  211. [22:37:44] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
  212. [22:37:44] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  213. [22:37:44] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  214. [22:37:44] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  215. [22:37:44] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.0-SNAPSHOT+5599-c4efc8b
  216. [22:37:44] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  217. [22:37:44] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
  218. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.8.0
  219. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
  220. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
  221. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ =
  222. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ =
  223. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ =
  224. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ =
  225. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = /____/ =
  226. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
  227. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = ________________ =
  228. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] = ___/ free version \___ =
  229. [22:37:45] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
  230. [22:37:46] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] Undo cleanup started...
  231. [22:37:46] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] ...undo cleanup done.
  232. [22:37:46] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_16_R3, DirectChunkAPI disabled
  233. [22:37:46] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
  234. [22:37:46] [Server thread/INFO]: [AsyncWorldEdit] Enabled
  235. [22:37:46] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.1.41
  236. [22:37:46] [Thread-25/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.8.0, available version: 3.8.2
  237. [22:37:46] [Server thread/INFO]:
  238. [22:37:46] [Server thread/INFO]:
  239. [22:37:46] [Server thread/INFO]: _ __
  240. [22:37:46] [Server thread/INFO]: |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._
  241. [22:37:46] [Server thread/INFO]: |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) |
  242. [22:37:46] [Server thread/INFO]: |
  243. [22:37:46] [Server thread/INFO]:
  244. [22:37:46] [Server thread/INFO]: Version 8.1.41 | Licensed to 150471
  245. [22:37:46] [Server thread/INFO]:
  246. [22:37:46] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
  247. [22:37:46] [Server thread/INFO]:
  248. [22:37:46] [Server thread/INFO]:
  249. [22:37:46] [Server thread/INFO]: > Loading structures (.EWG schematics)
  250. [22:37:51] [Server thread/INFO]: - CUSTOM_mushroom_small_purple_2 - CUSTOM_Tree_Acacia_Normal03 - CUSTOM_Tree_ScotsPineForest_Big03 - CUSTOM_Tree_Bluelands_Gray_Normal02 - DECO_swampRoot_4 - DECO_rock_19 - TREES_fantasy_normal_2 - CUSTOM_mushroom_medium_brown_1 - CUSTOM_Tree_Bluelands_Purple_Normal02 - CUSTOM_Island_Tree_Normal02 - CUSTOM_Tree_Bluelands_Purple_Normal01 - CUSTOM_Tree_Bluelands_Gray_Normal01 - TREES_tropicalForest_small_1 - CUSTOM_Struc_ScotsPine_Deco_rock02 - CUSTOM_mushroom_medium_yellow_2 - TREES_birch_normal_3 - CUSTOM_Struc_ScotsPine_Deco_rock04 - CUSTOM_Struc_ScotsPine_Deco_rock09 - CUSTOM_Struc_Bluelands_Cobblestonepiller03 - TREES_oldtree_normal_2 - CUSTOM_mushroom_giant_yellow_2 - TREES_bonsai_medium_2 - TREES_willow_tiny_2 - TREES_willow_medium - CUSTOM_Tree_Birch_Normal03 - CUSTOM_Struc_Snowy_Skyland_Normal03 - CUSTOM_Building_Bluelands_Cobblestone01 - TREES_oakTree_normal_4 - CUSTOM_mushroom_giant_lightgray_1 - CUSTOM_Tree_Birch_Big01 - TREES_swamp_medium_2 - CUSTOM_Struc_Plains_Skyland_Normal01 - TREES_scotsPine_normal_6 - CUSTOM_Tree_DecuduousForest_Big05 - DECO_swampRootSmall_4 - CUSTOM_Tree_Bluelands_Purple_Big01 - CUSTOM_Tree_BambooForest_Purplewool_Normal_01 - CUSTOM_Tree_DecuduousForest_Big02 - CUSTOM_mushroom_giant_black_1 - CUSTOM_Struc_ScotsPine_Deco_rock10 - CUSTOM_Tree_Oak_normal05 - TREES_nether_normal - CUSTOM_mushroom_giant_red_2 - CUSTOM_mushroom_medium_purple_3 - DECO_rock_25 - CUSTOM_Tree_Acacia_Normal04 - TREES_fantasy_small_3 - CUSTOM_Tree_ScotsPineShattered_MountainAsh01 - TREES_tropicalForest_Medium_1 - CUSTOM_Tree_Jungle_Normal03 - TREES_willow_big - DECO_swampPlants_3 - TREES_scotsPine_normal_12 - CUSTOM_Tree_Oak_Dead_Normal02 - CUSTOM_Tree_Bluelands_Purple_Normal03 - CUSTOM_Building_Jungle_BanditCastel01 - CUSTOM_Tree_Oak_Dead_Normal03 - CUSTOM_Tree_Spruce_Mega01 - CUSTOM_Struc_Savanna_Deco_Bump03 - DECO_rock_20 - TREES_oldtree_normal_1 - CUSTOM_Ground_Pillers_Far01 - TREES_dead_normal - TREES_dead_normal_2 - TREES_jungle_small - CUSTOM_Struc_Snowy_Skyland_Big01 - CUSTOM_Struc_Snowy_Skyland_Normal04 - TREES_forgottenForest_medium - CUSTOM_mushroom_giant_red_1 - TREES_jungle_big - TREES_stoneForest_normal_3 - CUSTOM_Tree_Birch_Normal06 - CUSTOM_Tree_Spruce_Snow_Normal03 - CUSTOM_Tree_ScotsPineShattered_MountainAsh03 - TREES_oakTree_huge_1 - TREES_pine_normal_2 - CUSTOM_mushroom_giant_gray_2 - TREES_tropicalForest_medium_2 - CUSTOM_Tree_Nether_Normal01 - CUSTOM_Tree_Jungle_Normal04 - CUSTOM_Tree_Nether_Normal05 - CUSTOM_Struc_ScotsPine_Deco_rock13 - CUSTOM_Tree_Darkoak_Normal03 - CUSTOM_Tree_ScotsPineForest_Normal03 - CUSTOM_Tree_Darkoak_Dead_Normal02 - TREES_bonsai_small - TREES_jungle_small_2 - CUSTOM_Ground_Ore_Coal02 - TREES_pineLong_huge_4 - TREES_pine_small_2 - CUSTOM_Tree_Spruce_Normal04 - TREES_dead_medium - DECO_swampRoot_2 - CUSTOM_Struc_Plains_Skyland_Normal03 - CUSTOM_mushroom_medium_yellow_1 - CUSTOM_Tree_Spruce_Normal01 - DECO_jungle_tower - CUSTOM_Struc_Savanna_Deco_Bump02 - CUSTOM_island_Tree_Big02 - CUSTOM_mushroom_medium_magenta_2 - CUSTOM_Tree_Darkoak_Dead_Normal01 - CUSTOM_Tree_ScotsPineShattered_Normal01 - CUSTOM_Struc_Plains_Skyland_Normal04 - CUSTOM_mushroom_medium_whitebrown_2 - CUSTOM_Tree_Spruce_Normal05 - CUSTOM_Tree_Darkoak_Normal02 - DECO_rock_02 - CUSTOM_Struc_Snowy_Skyland_Normal01 - CUSTOM_mushroom_giant_magenta_2 - CUSTOM_Tree_Oak_normal02 - DECO_swampRootSmall_5 - CUSTOM_Tree_Birch_Normal05 - CUSTOM_Tree_Acacia_Wood_Big01 - TREES_oakTree_huge_2 - TREES_willow_big_2 - TREES_bonsai_normal - CUSTOM_Struc_Nether_Skyland_Big01 - CUSTOM_mushroom_giant_purple_2 - CUSTOM_Tree_Nether_Normal03 - CUSTOM_Struc_Bluelands_Cobblestonepiller01 - CUSTOM_Struc_ScotsPine_Deco_rock08 - TREES_birch_normal - DECO_swampRootSmall_1 - DECO_swampRootSmall_2 - CUSTOM_mushroom_medium_gray_1 - CUSTOM_Ground_Ore_Redstone01 - CUSTOM_Island_Tree_Normal01 - TREES_pine_tiny - CUSTOM_mushroom_small_purple_1 - TREES_pine_medium - CUSTOM_Tree_DecuduousForest_Big01 - CUSTOM_Tree_Birch_Big02 - CUSTOM_Struc_ScotsPine_Deco_rock05 - CUSTOM_Tree_DecuduousForest_Big04 - CUSTOM_Struc_Plains_Skyland_Normal02 - TREES_tropicalForest_medium_3 - TREES_dead_huge - CUSTOM_mushroom_medium_red_2 - CUSTOM_Struc_Deco_Campfire01 - CUSTOM_Tree_Oak_normal03 - TREES_jungle_normal_3 - DECO_swampRootSmall_6 - CUSTOM_mushroom_small_red_3 - CUSTOM_mushroom_giant_whitebrown_1 - CUSTOM_Struc_Snowy_Skyland_Normal05 - TREES_jungle_normal_4 - TREES_willow_tiny_3 - CUSTOM_mushroom_medium_brown_2 - CUSTOM_Tree_Redland_Orange_Normal02 - CUSTOM_Tree_Oak_normal07 - TREES_pineLong_normal_1 - CUSTOM_Ground_Pillers_Big01 - CUSTOM_Tree_Bluelands_Purple_Big02 - CUSTOM_Tree_Oak_normal06 - CUSTOM_Struc_Jungle_Skyland_Normal02 - CUSTOM_mushroom_small_lightgray_1 - TREES_bonsai_medium - CUSTOM_Tree_Oak_normal04 - TREES_forgottenForest_medium_5 - DECO_rock_17 - CUSTOM_mushroom_small_brown_2 - CUSTOM_Struc_ScotsPine_Deco_rock07 - TREES_bonsai_huge - CUSTOM_Building_Desert_Pyramid01 - CUSTOM_Struc_Savanna_Deco_Bump01 - CUSTOM_Ground_Ore_Iron01 - DECO_swampPlants_4 - CUSTOM_Ground_Grasswater03 - CUSTOM_Struc_Savanna_Deco_Punkin01 - CUSTOM_Tree_ScotsPineForest_Mega01 - DECO_rock_03 - CUSTOM_Building_Tropical_Castel01 - CUSTOM_Tree_Darkoak_Normal05 - TREES_fantasy_normal - DECO_rock_24 - DECO_rock_21 - CUSTOM_Struc_Savanna_Deco_Stuk_AcaciaTree02 - TREES_swamp_medium_3 - CUSTOM_Tree_Birch_Normal04 - DECO_swampRoot_3 - CUSTOM_Ground_Pillers_Normal01 - TREES_pineLong_normal_3 - CUSTOM_Tree_ScotsPineForest_Normal02 - CUSTOM_Building_Jungle_Tower01 - CUSTOM_Struc_Snowy_Skyland_HouseHut_Normal01 - TREES_jungle_small_3 - CUSTOM_Tree_Jungle_Normal02 - CUSTOM_Struc_Desert_Totem01 - CUSTOM_Tree_Redland_Red_Normal01 - DECO_swampRoot_7 - CUSTOM_mushroom_small_yellow_1 - TREES_swamp_small_1 - TREES_snowyPine_normal_03 - TREES_jungle_normal_2 - CUSTOM_Tree_Acacia_Wood_Normal02 - TREES_bonsai_big - CUSTOM_mushroom_giant_black_2 - DECO_swampRocks_1 - CUSTOM_Struc_ScotsPine_Deco_rock01 - DECO_rock_10 - CUSTOM_Struc_Nether_Skyland_Normal03 - CUSTOM_Tree_BambooForest_Purplewool_Normal_02 - DECO_swampRoot_1 - CUSTOM_Tree_Nether_Normal04 - TREES_pine_tiny_2 - CUSTOM_Tree_Jungle_Mega01 - CUSTOM_Tree_Acacia_Normal01 - CUSTOM_Struc_Bluelands_Cobblestonepiller02 - DECO_rock_01 - TREES_fantasy_small - TREES_swamp_huge_2 - CUSTOM_Tree_Oak_Beenest_Normal04 - CUSTOM_Tree_Redland_Orange_Normal01 - DECO_rock_04 - CUSTOM_mushroom_medium_yellow_3 - CUSTOM_Tree_ScotsPineForest_Normal01 - DECO_swampPlants_2 - CUSTOM_mushroom_giant_yellow_1 - CUSTOM_Tree_Spruce_Snow_Normal01 - TREES_swamp_huge_1 - TREES_fantasy_small_2 - CUSTOM_mushroom_small_red_1 - CUSTOM_mushroom_small_whitebrown_1 - TREES_dead_medium_2 - CUSTOM_mushroom_medium_lightgray_1 - CUSTOM_Ground_Grasswater02 - TREES_bonsai_big_2 - CUSTOM_Struc_Nether_Skyland_Normal02 - CUSTOM_Struc_ScotsPine_Deco_rock03 - TREES_jungle_normal - DECO_rock_22 - CUSTOM_Tree_ScotsPineForest_Big01 - TREES_stoneForest_normal_2 - CUSTOM_Struc_Swamp_Slime01 - CUSTOM_Tree_Spruce_Normal03 - CUSTOM_Tree_Jungle_Normal01 - CUSTOM_mushroom_giant_magenta_1 - CUSTOM_Tree_Swampland_Mega01 - TREES_swamp_medium_1 - CUSTOM_Tree_ScotsPineShattered_MountainAsh02 - CUSTOM_Stuc_Rock_Snow_01 - TREES_forgottenForest_normal_2 - CUSTOM_Struc_ScotsPine_Deco_rock11 - CUSTOM_Struc_Plains_Skyland_Normal05 - CUSTOM_mushroom_giant_brown_2 - DECO_swampPlants_1 - DECO_swampRootSmall_3 - CUSTOM_Struc_Nether_Skyland_Big02 - CUSTOM_Tree_Darkoak_Normal04 - DECO_rock_23 - TREES_dead_big - TREES_jungle_medium - TREES_jungle_huge - TREES_snowyPine_normal_01 - CUSTOM_mushroom_small_gray_1 - DECO_rock_18 - TREES_oakTree_huge_3 - CUSTOM_mushroom_small_yellow_2 - CUSTOM_Struc_Savanna_Deco_Stuk_AcaciaTree01 - CUSTOM_Struc_Plainskyland_Sky_Big01 - CUSTOM_Building_ScotsPine_Mine01 - TREES_scotsPine_normal_11 - CUSTOM_mushroom_giant_gray_1 - CUSTOM_Tree_Nether_Normal02 - TREES_bonsai_big_3 - TREES_bonsai_normal_2 - CUSTOM_Struc_Snowy_Skyland_Normal02 - CUSTOM_Island_Tree_Big01 - CUSTOM_Tree_Acacia_Wood_Normal03 - CUSTOM_Tree_Oak_Dead_Normal01 - CUSTOM_Building_Forest_House01 - TREES_pineLong_normal_2 - DECO_swampBush_1 - CUSTOM_Struc_Redland_Stuk01 - TREES_pine_huge - CUSTOM_mushroom_medium_lightgray_2 - TREES_snowyPine_normal_02 - CUSTOM_Tree_Redland_Red_Big01 - CUSTOM_Ground_Ore_Coal01 - CUSTOM_mushroom_medium_purple_1 - CUSTOM_mushroom_small_brown_1 - CUSTOM_Struc_ScotsPine_Deco_rock12 - CUSTOM_mushroom_giant_purple_1 - CUSTOM_Tree_Spruce_Snow_Normal02 - CUSTOM_Tree_Spruce_Normal02 - CUSTOM_Tree_Acacia_Wood_Normal01 - CUSTOM_Tree_Redland_Orange_Big01 - CUSTOM_mushroom_medium_red_1 - TREES_birch_normal_4 - TREES_pine_big - CUSTOM_Tree_Acacia_Wood_Big02 - CUSTOM_Ground_Grasswater01 - TREES_stoneForest_normal - TREES_willow_small - CUSTOM_mushroom_medium_whitebrown_1 - TREES_bonsai_tiny - CUSTOM_mushroom_medium_purple_2 - TREES_pine_small_3 - CUSTOM_Tree_DecuduousForest_Big03 - TREES_willow_medium_2 - CUSTOM_Tree_ScotsPineShattered_Normal02 - CUSTOM_Tree_Darkoak_Normal01 - TREES_pine_small - CUSTOM_Tree_Oak_Beenest_Normal05 - CUSTOM_Tree_Bluelands_Purple_Big03 - CUSTOM_mushroom_small_whitebrown_2 - DECO_desert_tower - TREES_pine_normal - DECO_forest_house - CUSTOM_Struc_Redland_Stuk02 - CUSTOM_mushroom_small_red_2 - TREES_forgottenForest_medium_4 - TREES_willow_huge - TREES_tropicalForest_medium_4 - CUSTOM_Tree_Spruce_Big01 - CUSTOM_mushroom_medium_magenta_1 - CUSTOM_Struc_ScotsPine_Deco_rock06 - TREES_tropicalForest_medium_1 - CUSTOM_Struc_Nether_Skyland_Normal01 - CUSTOM_Tree_ScotsPineForest_Big02 - DECO_swampRoot_6 - CUSTOM_Tree_Acacia_Normal02 - TREES_scotsPine_normal_9 - CUSTOM_mushroom_giant_brown_1 - DECO_swampRoot_5 - TREES_forgottenForest_normal_3 - TREES_birch_normal_2 - TREES_scotsPine_normal_10 - CUSTOM_Building_Plains_Castel01 - CUSTOM_Island_Tree_Normal03 - DECO_portals_204 - CUSTOM_Struc_Deadland_Stuk01 - CUSTOM_Struc_Plains_Skyland_HouseHut_Normal01 - CUSTOM_Tree_Oak_normal01 - CUSTOM_mushroom_giant_black_3 - TREES_willow_tiny - CUSTOM_Struc_Jungle_Skyland_Normal01 - CUSTOM_Tree_Birch_Normal02 - CUSTOM_Struc_Jungle_Skyland_Normal04 - TREES_scotsPine_normal_8 - CUSTOM_Struc_Jungle_Skyland_Normal03 - TREES_willow_normal - CUSTOM_Tree_Birch_Normal01
  251. [22:37:51] [Server thread/INFO]: > Loading configuration
  252. [22:37:51] [Server thread/INFO]: [EpicWorldGenerator] [EpicWorldGenerator] Hooked into MVdWPlaceholderAPI!
  253. [22:37:51] [Server thread/INFO]: /home/minecraft/multicraft/servers/server187243/plugins/EpicWorldGenerator/chestconfig.json
  254. [22:37:51] [Server thread/INFO]: Done
  255. [22:37:51] [Server thread/INFO]: Preparing level "world"
  256. [22:37:51] [Server thread/INFO]: -------- World Settings For [world] --------
  257. [22:37:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  258. [22:37:51] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  259. [22:37:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  260. [22:37:51] [Server thread/INFO]: Max TNT Explosions: 100
  261. [22:37:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  262. [22:37:51] [Server thread/INFO]: Experience Merge Radius: 6.0
  263. [22:37:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
  264. [22:37:51] [Server thread/INFO]: Cane Growth Modifier: 100%
  265. [22:37:51] [Server thread/INFO]: Melon Growth Modifier: 100%
  266. [22:37:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  267. [22:37:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  268. [22:37:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
  269. [22:37:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  270. [22:37:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
  271. [22:37:51] [Server thread/INFO]: Potato Growth Modifier: 100%
  272. [22:37:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
  273. [22:37:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  274. [22:37:51] [Server thread/INFO]: Vine Growth Modifier: 100%
  275. [22:37:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  276. [22:37:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  277. [22:37:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  278. [22:37:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
  279. [22:37:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  280. [22:37:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  281. [22:37:51] [Server thread/INFO]: View Distance: 4
  282. [22:37:51] [Server thread/INFO]: Item Merge Radius: 4.0
  283. [22:37:51] [Server thread/INFO]: Item Despawn Rate: 6000
  284. [22:37:51] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  285. [22:37:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  286. [22:37:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  287. [22:37:51] [Server thread/INFO]: Mob Spawn Range: 4
  288. [22:37:51] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  289. [22:37:52] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
  290. [22:37:52] [Server thread/INFO]:
  291. [22:37:52] [Server thread/INFO]: Biomes that will generated;
  292. [22:37:52] [Server thread/INFO]: * Bamboo Forest
  293. [22:37:52] [Server thread/INFO]: * Birch Forest
  294. [22:37:52] [Server thread/INFO]: * Bonsai Forest
  295. [22:37:52] [Server thread/INFO]: * Volcano
  296. [22:37:52] [Server thread/INFO]: * Desert
  297. [22:37:52] [Server thread/INFO]: * Deep Ocean
  298. [22:37:52] [Server thread/INFO]: * Deciduous Forest
  299. [22:37:52] [Server thread/INFO]: * Fantasy Forest
  300. [22:37:52] [Server thread/INFO]: * Farmland
  301. [22:37:52] [Server thread/INFO]: * Forgotten Forest
  302. [22:37:52] [Server thread/INFO]: * Frozen Ocean
  303. [22:37:52] [Server thread/INFO]: * Scots pine forest
  304. [22:37:52] [Server thread/INFO]: * Jungle
  305. [22:37:52] [Server thread/INFO]: * Jungle Edge
  306. [22:37:52] [Server thread/INFO]: * Lukewarm Ocean
  307. [22:37:52] [Server thread/INFO]: * Mesa
  308. [22:37:52] [Server thread/INFO]: * Mega Spruce Taiga
  309. [22:37:52] [Server thread/INFO]: * Mega Taiga
  310. [22:37:52] [Server thread/INFO]: * Ocean
  311. [22:37:52] [Server thread/INFO]: * Pine Forest
  312. [22:37:52] [Server thread/INFO]: * Plains
  313. [22:37:52] [Server thread/INFO]: * River
  314. [22:37:52] [Server thread/INFO]: * Stone Forest
  315. [22:37:52] [Server thread/INFO]: * Swamp
  316. [22:37:52] [Server thread/INFO]: * Snowy Pine
  317. [22:37:52] [Server thread/INFO]: * Savanna
  318. [22:37:52] [Server thread/INFO]: * Swamp Edge
  319. [22:37:52] [Server thread/INFO]: * Swampland
  320. [22:37:52] [Server thread/INFO]: * Tropical Forest
  321. [22:37:52] [Server thread/INFO]: * Warm Ocean
  322. [22:37:52] [Server thread/INFO]:
  323. [22:37:52] [Server thread/INFO]: Generator version: 8.1.34
  324. [22:37:52] [Server thread/INFO]:
  325. [22:37:52] [Server thread/INFO]: Biomes in total: 30
  326. [22:37:52] [Server thread/INFO]: Preparing world injection
  327. [22:37:52] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  328. [22:37:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  329. [22:37:52] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  330. [22:37:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  331. [22:37:52] [Server thread/INFO]: Max TNT Explosions: 100
  332. [22:37:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  333. [22:37:52] [Server thread/INFO]: Experience Merge Radius: 6.0
  334. [22:37:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  335. [22:37:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  336. [22:37:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  337. [22:37:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  338. [22:37:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  339. [22:37:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  340. [22:37:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  341. [22:37:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
  342. [22:37:52] [Server thread/INFO]: Potato Growth Modifier: 100%
  343. [22:37:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  344. [22:37:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  345. [22:37:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  346. [22:37:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  347. [22:37:52] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  348. [22:37:52] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  349. [22:37:52] [Server thread/INFO]: Kelp Growth Modifier: 100%
  350. [22:37:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  351. [22:37:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  352. [22:37:52] [Server thread/INFO]: View Distance: 4
  353. [22:37:52] [Server thread/INFO]: Item Merge Radius: 4.0
  354. [22:37:52] [Server thread/INFO]: Item Despawn Rate: 6000
  355. [22:37:52] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  356. [22:37:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  357. [22:37:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  358. [22:37:52] [Server thread/INFO]: Mob Spawn Range: 4
  359. [22:37:52] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  360. [22:37:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  361. [22:37:52] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  362. [22:37:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  363. [22:37:52] [Server thread/INFO]: Max TNT Explosions: 100
  364. [22:37:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  365. [22:37:52] [Server thread/INFO]: Experience Merge Radius: 6.0
  366. [22:37:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  367. [22:37:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  368. [22:37:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  369. [22:37:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  370. [22:37:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  371. [22:37:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  372. [22:37:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  373. [22:37:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
  374. [22:37:52] [Server thread/INFO]: Potato Growth Modifier: 100%
  375. [22:37:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  376. [22:37:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  377. [22:37:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  378. [22:37:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  379. [22:37:52] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  380. [22:37:52] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  381. [22:37:52] [Server thread/INFO]: Kelp Growth Modifier: 100%
  382. [22:37:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  383. [22:37:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  384. [22:37:52] [Server thread/INFO]: View Distance: 4
  385. [22:37:52] [Server thread/INFO]: Item Merge Radius: 4.0
  386. [22:37:52] [Server thread/INFO]: Item Despawn Rate: 6000
  387. [22:37:52] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  388. [22:37:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  389. [22:37:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  390. [22:37:52] [Server thread/INFO]: Mob Spawn Range: 4
  391. [22:37:52] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  392. [22:37:53] [Server thread/INFO]: Loaded 0 spawn chunks for world world
  393. [22:37:53] [Server thread/INFO]: Preparing spawn area: 0%
  394. [22:37:53] [Server thread/INFO]: Preparing spawn area: 0%
  395. [22:37:53] [Server thread/INFO]: Preparing spawn area: 0%
  396. [22:37:54] [Server thread/INFO]: Time elapsed: 1213 ms
  397. [22:37:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  398. [22:37:54] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
  399. [22:37:54] [Server thread/INFO]: Preparing spawn area: 0%
  400. [22:37:54] [Server thread/INFO]: Preparing spawn area: 41%
  401. [22:37:54] [Server thread/INFO]: Time elapsed: 711 ms
  402. [22:37:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  403. [22:37:54] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
  404. [22:37:54] [Server thread/INFO]: Preparing spawn area: 0%
  405. [22:37:54] [Server thread/INFO]: Time elapsed: 197 ms
  406. [22:37:54] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
  407. [22:37:54] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  408. [22:37:54] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
  409. [22:37:55] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v6.1.2
  410. [22:37:55] [Server thread/INFO]: [VoxelSniper] Registered 69 Sniper Brushes with 137 handles.
  411. [22:37:55] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  412. [22:37:55] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.6.1
  413. [22:37:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: craftingstore
  414. [22:37:55] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
  415. [22:37:55] [Server thread/INFO]: [ChatInjector] Enabling ChatInjector v1.0.2
  416. [22:37:55] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.9-SNAPSHOT*
  417. [22:37:55] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
  418. [22:37:55] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.16-24
  419. [22:37:55] [Server thread/INFO]: [CMILib] Enabling CMILib v1.0.0.2
  420. [22:37:55] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.14-SNAPSHOT*
  421. [22:37:55] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.2
  422. [22:37:55] [Server thread/INFO]: [Votifier] Loaded token for website: default
  423. [22:37:55] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
  424. [22:37:55] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  425. [22:37:55] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.23
  426. [22:37:55] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:8635.
  427. [22:37:55] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.20-Premium.jar
  428. [22:37:55] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R3
  429. [22:37:55] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #866
  430. [22:37:55] [Server thread/INFO]: [LibsDisguises] Build Date: 03/02/2021 10:16
  431. [22:37:56] [Server thread/INFO]: [LibsDisguises] Found a premium Lib's Disguises jar (v10.0.20, build #803, created 27/11/2020 07:12)
  432. [22:37:56] [Server thread/INFO]: [LibsDisguises] Registered to: 971252 (26)
  433. [22:37:56] [Server thread/INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
  434. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  435. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fungusminion
  436. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fungusminion1
  437. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fungusminion2
  438. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fungusbigminion2
  439. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise fungusbigminion1
  440. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise SwampDungGrub
  441. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise SwampDungBeetle
  442. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise SwampDungCocoon
  443. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ShadowBossMount
  444. [22:37:57] [Server thread/INFO]: [LibsDisguises] Loaded 10 custom disguises
  445. [22:37:57] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  446. [22:37:57] [Server thread/INFO]: [InventoryRollback] Enabling InventoryRollback v1.4.0
  447. [22:37:57] [Server thread/WARN]: ** WARNING... Plugin may not be compatible with this version of Minecraft. **
  448. [22:37:57] [Server thread/WARN]: ** Tested versions: 1.8.8 to 1.16.3 **
  449. [22:37:57] [Server thread/WARN]: ** Please fully test the plugin before using on your server as features may be broken. **
  450. [22:37:57] [Server thread/INFO]: Checking for updates...
  451. [22:37:58] [Server thread/INFO]: You are running the latest version.
  452. [22:37:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.1.1*
  453. [22:37:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
  454. [22:37:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  455. [22:37:58] [Server thread/INFO]: [ImageMaps] Enabling ImageMaps v1.0.3
  456. [22:37:58] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.3.21.2-Release
  457. [22:37:58] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
  458. [22:37:58] [Server thread/INFO]: [Minepacks] Config file successfully loaded.
  459. [22:37:58] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93
  460. [22:37:58] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting...
  461. [22:37:58] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed.
  462. [22:37:58] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93
  463. [22:37:58] [Server thread/INFO]: [Minepacks] Loading item translations ...
  464. [22:37:58] [Server thread/INFO]: [Minepacks] Finished loading item translations for 829 items.
  465. [22:37:58] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :) 
  466. [22:37:58] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.29.0*
  467. [22:37:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  468. [22:37:58] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.29.0
  469. [22:37:58] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-06
  470. [22:37:58] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  471. [22:37:58] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  472. [22:37:58] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
  473. [22:37:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  474. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
  475. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
  476. [22:37:58] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
  477. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
  478. [22:37:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
  479. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
  480. [22:37:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
  481. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  482. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  483. [22:37:58] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  484. [22:37:59] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
  485. [22:37:59] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
  486. [22:37:59] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
  487. [22:37:59] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
  488. [22:37:59] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
  489. [22:38:00] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
  490. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  491. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
  492. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
  493. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  494. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
  495. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
  496. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  497. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
  498. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
  499. [22:38:01] [Server thread/WARN]: [FeatherBoard] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.2.2-b812 which is not a depend, softdepend or loadbefore of this plugin.
  500. [22:38:01] [Server thread/INFO]: [FeatherBoard] Downloading placeholder [RankupCrayons 1.0.1] ...
  501. [22:38:01] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RankupCrayons 1.0.1] ...
  502. [22:38:01] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle due to error: rankupcrayons.jar
  503. [22:38:01] [Server thread/ERROR]: [FeatherBoard] java.lang.NoClassDefFoundError: net/scrayos/rankup/RankUp
  504. at be.maximvdw.placeholdercore.placeholders.RankupPlaceholderPack.onEnable(RankupPlaceholderPack.java:69)
  505. at be.maximvdw.featherboard.dk.registerPlaceHolder(dk.java:94)
  506. at be.maximvdw.featherboard.bX.a(bX.java:338)
  507. at be.maximvdw.featherboard.bX.a(bX.java:202)
  508. at be.maximvdw.featherboard.bX.a(bX.java:73)
  509. at be.maximvdw.featherboard.de.b(de.java:11)
  510. at be.maximvdw.featherboard.de.<init>(de.java:18)
  511. at be.maximvdw.featherboard.FeatherBoard.b(FeatherBoard.java:21)
  512. at be.maximvdw.featherboard.bv.j(bv.java:72)
  513. at be.maximvdw.featherboard.bv.onEnable(bv.java:22)
  514. at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:62)
  515. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  516. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
  517. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
  518. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501)
  519. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415)
  520. at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:465)
  521. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239)
  522. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936)
  523. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:174)
  524. at java.base/java.lang.Thread.run(Thread.java:834)
  525. Caused by: java.lang.ClassNotFoundException: net.scrayos.rankup.RankUp
  526. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
  527. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
  528. at java.base/java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:899)
  529. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
  530. ... 21 more
  531.  
  532. [22:38:01] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
  533. [22:38:01] [Server thread/INFO]: [FeatherBoard] Loaded 6012 of the 6012 placholders
  534. [22:38:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
  535. [22:38:02] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  536. [22:38:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
  537. [22:38:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
  538. [22:38:02] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  539. [22:38:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
  540. [22:38:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
  541. [22:38:02] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  542. [22:38:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
  543. [22:38:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
  544. [22:38:02] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  545. [22:38:02] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
  546. [22:38:02] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
  547. [22:38:02] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  548. [22:38:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'tps' ...
  549. [22:38:03] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  550. [22:38:03] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
  551. [22:38:03] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
  552. [22:38:03] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  553. [22:38:03] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  554. [22:38:03] [Server thread/INFO]: [ColoredAnvils] Enabling ColoredAnvils v1.08*
  555. [22:38:03] [Server thread/INFO]: [ColoredAnvils] ColoredAnvils v1.08 has been enabled!
  556. [22:38:03] [Server thread/INFO]: [ColoredAnvils] Permissions for ColoredAnvils are disabled.
  557. [22:38:03] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6
  558. [22:38:03] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  559. [22:38:03] [Server thread/INFO]: [ChestSort] Enabling ChestSort v9.0.1
  560. [22:38:03] [Server thread/INFO]: [ChestSort] Succesfully hooked into Minepacks
  561. [22:38:03] [Server thread/INFO]: [ChestSort] Use permissions: true
  562. [22:38:03] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color},{customName}
  563. [22:38:03] [Server thread/INFO]: [ChestSort] Allow automatic chest sorting:true
  564. [22:38:03] [Server thread/INFO]: [ChestSort] |- Chest sorting enabled by default: false
  565. [22:38:03] [Server thread/INFO]: [ChestSort] |- Sort time: close
  566. [22:38:03] [Server thread/INFO]: [ChestSort] Allow automatic inventory sorting:true
  567. [22:38:03] [Server thread/INFO]: [ChestSort] |- Inventory sorting enabled by default: false
  568. [22:38:03] [Server thread/INFO]: [ChestSort] Auto generate category files: true
  569. [22:38:03] [Server thread/INFO]: [ChestSort] Allow hotkeys: true
  570. [22:38:03] [Server thread/INFO]: [ChestSort] Hotkeys enabled by default:
  571. [22:38:03] [Server thread/INFO]: [ChestSort] |- Middle-Click: true
  572. [22:38:03] [Server thread/INFO]: [ChestSort] |- Shift-Click: true
  573. [22:38:03] [Server thread/INFO]: [ChestSort] |- Double-Click: true
  574. [22:38:03] [Server thread/INFO]: [ChestSort] |- Shift-Right-Click: true
  575. [22:38:03] [Server thread/INFO]: [ChestSort] Allow additional hotkeys: true
  576. [22:38:03] [Server thread/INFO]: [ChestSort] Additional hotkeys enabled by default:
  577. [22:38:03] [Server thread/INFO]: [ChestSort] |- Left-Click: false
  578. [22:38:03] [Server thread/INFO]: [ChestSort] |- Right-Click: false
  579. [22:38:03] [Server thread/INFO]: [ChestSort] Check for updates: true
  580. [22:38:03] [Server thread/INFO]: [ChestSort] Check interval: 4 hours (14400 seconds)
  581. [22:38:03] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (33), 910-valuables (47), 920-armor-and-arrows (9), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1)
  582. [22:38:03] [Server thread/WARN]: [ChestSort] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin.
  583. [22:38:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chestsort
  584. [22:38:03] [Server thread/INFO]: [BeastWithdraw] Enabling BeastWithdraw v2.9.2
  585. [22:38:03] [Server thread/INFO]: [BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are registered.
  586. [22:38:03] [Server thread/INFO]: [BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are registered.
  587. [22:38:03] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
  588. [22:38:03] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
  589. [22:38:03] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  590. [22:38:03] [Server thread/INFO]: [BeastWithdraw] Version 2.9.2 : has been enabled!
  591. [22:38:03] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.9
  592. [22:38:03] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  593. [22:38:03] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  594. [22:38:03] [Server thread/INFO]: | Command file(s) found : 1
  595. [22:38:03] [Server thread/INFO]: | Config : Ready.
  596. [22:38:03] [Server thread/INFO]: | ProtocolLib found, features enabled (SignMenu)
  597. [22:38:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand
  598. [22:38:03] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  599. [22:38:03] [Server thread/INFO]: | Custom commands loaded : 23
  600. [22:38:03] [Server thread/INFO]: | Version: 5.6.9
  601. [22:38:03] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  602. [22:38:03] [Thread-31/WARN]: [NBTAPI] [NBTAPI] The NBT-API at 'package me.mraxetv.beastwithdraw.utils.nbtapi' seems to be outdated!
  603. [22:38:03] [Thread-31/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.6.0' Newest Version: 2.7.1'
  604. [22:38:03] [Thread-31/WARN]: [NBTAPI] [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  605. [22:38:03] [Server thread/INFO]: | You are running the latest version of MyCommand.
  606. [22:38:03] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.6.0-SNAPSHOT-b480 which is not a depend, softdepend or loadbefore of this plugin.
  607. [22:38:03] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  608. [22:38:03] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-beta6-438*
  609. [22:38:04] [Server thread/INFO]: [dynmap] Using LuckPerms 5.2.76 for access control
  610. [22:38:04] [Server thread/WARN]: [dynmap] cwebp or dwebp not found, or cwebpPath or dwebpPath is invalid: webp format disabled
  611. [22:38:04] [Server thread/INFO]: [dynmap] Mod Support processing completed
  612. [22:38:05] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  613. [22:38:05] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  614. [22:38:05] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
  615. [22:38:05] [Server thread/INFO]: [dynmap] Starting enter/exit processing
  616. [22:38:05] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
  617. [22:38:06] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:5369
  618. [22:38:06] [Server thread/INFO]: [dynmap] version 3.1-beta6-438 is enabled - core version 3.1-beta6-438
  619. [22:38:06] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
  620. [22:38:06] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  621. [22:38:06] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
  622. [22:38:06] [Server thread/INFO]: [dynmap] World 'world' disabled
  623. [22:38:06] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
  624. [22:38:06] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
  625. [22:38:06] [Server thread/INFO]: [dynmap] Enabled
  626. [22:38:06] [Server thread/INFO]: [spark] Enabling spark v1.4.3
  627. [22:38:06] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
  628. [22:38:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark
  629. [22:38:06] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
  630. [22:38:06] [Server thread/INFO]: [MVdWPlaceholderAPI] spark added custom placeholder {spark_*}
  631. [22:38:06] [Server thread/INFO]: [spark] Registered MVdWPlaceholderAPI placeholders
  632. [22:38:06] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
  633. [22:38:06] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  634. [22:38:06] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  635. [22:38:06] [Server thread/INFO]: [WorldBorder] [CONFIG] World "test" has border radius 9999 at X: 0.0 Z: 0.0
  636. [22:38:06] [Server thread/INFO]: [WorldBorder] [CONFIG] World "factions" has border radius 9999 at X: 0.0 Z: 0.0
  637. [22:38:06] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  638. [22:38:06] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -80.0 Y: 69.0 Z: -112.0
  639. [22:38:06] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.13.3
  640. [22:38:06] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
  641. [22:38:06] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled!
  642. [22:38:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb
  643. [22:38:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812
  644. [22:38:06] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
  645. [22:38:06] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
  646. [22:38:06] [Server thread/INFO]: -------- World Settings For [SMArmoury] --------
  647. [22:38:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  648. [22:38:06] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  649. [22:38:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  650. [22:38:06] [Server thread/INFO]: Max TNT Explosions: 100
  651. [22:38:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  652. [22:38:06] [Server thread/INFO]: Experience Merge Radius: 6.0
  653. [22:38:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  654. [22:38:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  655. [22:38:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  656. [22:38:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  657. [22:38:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  658. [22:38:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  659. [22:38:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  660. [22:38:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
  661. [22:38:06] [Server thread/INFO]: Potato Growth Modifier: 100%
  662. [22:38:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  663. [22:38:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  664. [22:38:06] [Server thread/INFO]: Vine Growth Modifier: 100%
  665. [22:38:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  666. [22:38:06] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  667. [22:38:06] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  668. [22:38:06] [Server thread/INFO]: Kelp Growth Modifier: 100%
  669. [22:38:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  670. [22:38:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  671. [22:38:06] [Server thread/INFO]: View Distance: 4
  672. [22:38:06] [Server thread/INFO]: Item Merge Radius: 4.0
  673. [22:38:06] [Server thread/INFO]: Item Despawn Rate: 6000
  674. [22:38:06] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  675. [22:38:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  676. [22:38:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  677. [22:38:06] [Server thread/INFO]: Mob Spawn Range: 4
  678. [22:38:07] [Server thread/INFO]: Preparing start region for dimension minecraft:smarmoury
  679. [22:38:07] [Server thread/INFO]: Loaded 0 spawn chunks for world SMArmoury
  680. [22:38:07] [Server thread/INFO]: Preparing spawn area: 0%
  681. [22:38:07] [Server thread/INFO]: Time elapsed: 122 ms
  682. [22:38:07] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'SMArmoury'.
  683. [22:38:07] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: test
  684. [22:38:07] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  685. [22:38:07] [Server thread/INFO]: -------- World Settings For [Ships] --------
  686. [22:38:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  687. [22:38:07] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  688. [22:38:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  689. [22:38:07] [Server thread/INFO]: Max TNT Explosions: 100
  690. [22:38:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  691. [22:38:07] [Server thread/INFO]: Experience Merge Radius: 6.0
  692. [22:38:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  693. [22:38:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  694. [22:38:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  695. [22:38:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  696. [22:38:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  697. [22:38:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  698. [22:38:07] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  699. [22:38:07] [Server thread/INFO]: Carrot Growth Modifier: 100%
  700. [22:38:07] [Server thread/INFO]: Potato Growth Modifier: 100%
  701. [22:38:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  702. [22:38:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  703. [22:38:07] [Server thread/INFO]: Vine Growth Modifier: 100%
  704. [22:38:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  705. [22:38:07] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  706. [22:38:07] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  707. [22:38:07] [Server thread/INFO]: Kelp Growth Modifier: 100%
  708. [22:38:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  709. [22:38:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  710. [22:38:07] [Server thread/INFO]: View Distance: 4
  711. [22:38:07] [Server thread/INFO]: Item Merge Radius: 4.0
  712. [22:38:07] [Server thread/INFO]: Item Despawn Rate: 6000
  713. [22:38:07] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  714. [22:38:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  715. [22:38:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  716. [22:38:07] [Server thread/INFO]: Mob Spawn Range: 4
  717. [22:38:07] [Server thread/INFO]: Preparing start region for dimension minecraft:ships
  718. [22:38:07] [Server thread/INFO]: Loaded 0 spawn chunks for world Ships
  719. [22:38:07] [Server thread/INFO]: Preparing spawn area: 0%
  720. [22:38:07] [Server thread/INFO]: Preparing spawn area: 0%
  721. [22:38:08] [Server thread/INFO]: Time elapsed: 874 ms
  722. [22:38:08] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Ships'.
  723. [22:38:08] [Server thread/INFO]: -------- World Settings For [island] --------
  724. [22:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  725. [22:38:08] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  726. [22:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  727. [22:38:08] [Server thread/INFO]: Max TNT Explosions: 100
  728. [22:38:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  729. [22:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
  730. [22:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  731. [22:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  732. [22:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  733. [22:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  734. [22:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  735. [22:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  736. [22:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  737. [22:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
  738. [22:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
  739. [22:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  740. [22:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  741. [22:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
  742. [22:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  743. [22:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  744. [22:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  745. [22:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
  746. [22:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  747. [22:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  748. [22:38:08] [Server thread/INFO]: View Distance: 4
  749. [22:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
  750. [22:38:08] [Server thread/INFO]: Item Despawn Rate: 6000
  751. [22:38:08] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  752. [22:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  753. [22:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  754. [22:38:08] [Server thread/INFO]: Mob Spawn Range: 4
  755. [22:38:08] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for island ]~~~~~~~~~~~~
  756. [22:38:08] [Server thread/INFO]:
  757. [22:38:08] [Server thread/INFO]: Biomes that will generated;
  758. [22:38:08] [Server thread/INFO]: * Bamboo Forest
  759. [22:38:08] [Server thread/INFO]: * Birch Forest
  760. [22:38:08] [Server thread/INFO]: * Bonsai Forest
  761. [22:38:08] [Server thread/INFO]: * Volcano
  762. [22:38:08] [Server thread/INFO]: * Desert
  763. [22:38:08] [Server thread/INFO]: * Deep Ocean
  764. [22:38:08] [Server thread/INFO]: * Deciduous Forest
  765. [22:38:08] [Server thread/INFO]: * Fantasy Forest
  766. [22:38:08] [Server thread/INFO]: * Farmland
  767. [22:38:08] [Server thread/INFO]: * Forgotten Forest
  768. [22:38:08] [Server thread/INFO]: * Frozen Ocean
  769. [22:38:08] [Server thread/INFO]: * Scots pine forest
  770. [22:38:08] [Server thread/INFO]: * Jungle
  771. [22:38:08] [Server thread/INFO]: * Jungle Edge
  772. [22:38:08] [Server thread/INFO]: * Lukewarm Ocean
  773. [22:38:08] [Server thread/INFO]: * Mesa
  774. [22:38:08] [Server thread/INFO]: * Mega Spruce Taiga
  775. [22:38:08] [Server thread/INFO]: * Mega Taiga
  776. [22:38:08] [Server thread/INFO]: * Ocean
  777. [22:38:08] [Server thread/INFO]: * Pine Forest
  778. [22:38:08] [Server thread/INFO]: * Plains
  779. [22:38:08] [Server thread/INFO]: * River
  780. [22:38:08] [Server thread/INFO]: * Stone Forest
  781. [22:38:08] [Server thread/INFO]: * Swamp
  782. [22:38:08] [Server thread/INFO]: * Snowy Pine
  783. [22:38:08] [Server thread/INFO]: * Savanna
  784. [22:38:08] [Server thread/INFO]: * Swamp Edge
  785. [22:38:08] [Server thread/INFO]: * Swampland
  786. [22:38:08] [Server thread/INFO]: * Tropical Forest
  787. [22:38:08] [Server thread/INFO]: * Warm Ocean
  788. [22:38:08] [Server thread/INFO]:
  789. [22:38:08] [Server thread/INFO]: Generator version: 8.1.34
  790. [22:38:08] [Server thread/INFO]:
  791. [22:38:08] [Server thread/INFO]: Biomes in total: 30
  792. [22:38:08] [Server thread/INFO]: Preparing world injection
  793. [22:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:island
  794. [22:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world island
  795. [22:38:08] [Server thread/INFO]: Preparing spawn area: 0%
  796. [22:38:08] [Server thread/INFO]: Time elapsed: 36 ms
  797. [22:38:08] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'island'.
  798. [22:38:08] [Server thread/INFO]: -------- World Settings For [tree] --------
  799. [22:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  800. [22:38:08] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  801. [22:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  802. [22:38:08] [Server thread/INFO]: Max TNT Explosions: 100
  803. [22:38:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  804. [22:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
  805. [22:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  806. [22:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  807. [22:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  808. [22:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  809. [22:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  810. [22:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  811. [22:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  812. [22:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
  813. [22:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
  814. [22:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  815. [22:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  816. [22:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
  817. [22:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  818. [22:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  819. [22:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  820. [22:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
  821. [22:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  822. [22:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  823. [22:38:08] [Server thread/INFO]: View Distance: 4
  824. [22:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
  825. [22:38:08] [Server thread/INFO]: Item Despawn Rate: 6000
  826. [22:38:08] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  827. [22:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  828. [22:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  829. [22:38:08] [Server thread/INFO]: Mob Spawn Range: 4
  830. [22:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:tree
  831. [22:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world tree
  832. [22:38:08] [Server thread/INFO]: Time elapsed: 65 ms
  833. [22:38:08] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'tree'.
  834. [22:38:08] [Server thread/INFO]: -------- World Settings For [factions] --------
  835. [22:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  836. [22:38:08] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv false
  837. [22:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  838. [22:38:08] [Server thread/INFO]: Max TNT Explosions: 100
  839. [22:38:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  840. [22:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
  841. [22:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  842. [22:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  843. [22:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  844. [22:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  845. [22:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  846. [22:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  847. [22:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  848. [22:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
  849. [22:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
  850. [22:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  851. [22:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  852. [22:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
  853. [22:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  854. [22:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  855. [22:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  856. [22:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
  857. [22:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  858. [22:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  859. [22:38:08] [Server thread/INFO]: View Distance: 4
  860. [22:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
  861. [22:38:08] [Server thread/INFO]: Item Despawn Rate: 6000
  862. [22:38:08] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
  863. [22:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  864. [22:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
  865. [22:38:08] [Server thread/INFO]: Mob Spawn Range: 4
  866. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Biome volcano will not be generated.
  867. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Mushroom forest
  868. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Bonsai Forest
  869. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SavannaShattered
  870. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Mushroom fields
  871. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SnowShattered
  872. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: The_Void
  873. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: DesertHills
  874. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Birch mountains
  875. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Bluelands
  876. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SnowIslands
  877. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Redland
  878. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Deadland
  879. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: WarmBeach
  880. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SnowSkyland
  881. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Scots pine Shattered
  882. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: PlainSkyland
  883. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Birch lands
  884. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SnowPlains
  885. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: SnowMountain
  886. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Loading custom biome: Netherland
  887. [22:38:08] [Server thread/INFO]: [EpicWorldGenerator] Biome netherland will not be generated.
  888. [22:38:08] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for factions ]~~~~~~~~~~~~
  889. [22:38:08] [Server thread/INFO]:
  890. [22:38:08] [Server thread/INFO]: Biomes that will generated;
  891. [22:38:08] [Server thread/INFO]: * Bamboo Forest
  892. [22:38:08] [Server thread/INFO]: * Birch Forest
  893. [22:38:08] [Server thread/INFO]: * Bonsai Forest
  894. [22:38:08] [Server thread/INFO]: * Desert
  895. [22:38:08] [Server thread/INFO]: * Deep Ocean
  896. [22:38:08] [Server thread/INFO]: * Deciduous Forest
  897. [22:38:08] [Server thread/INFO]: * Fantasy Forest
  898. [22:38:08] [Server thread/INFO]: * Farmland
  899. [22:38:08] [Server thread/INFO]: * Forgotten Forest
  900. [22:38:08] [Server thread/INFO]: * Frozen Ocean
  901. [22:38:08] [Server thread/INFO]: * Scots pine forest
  902. [22:38:08] [Server thread/INFO]: * Jungle
  903. [22:38:08] [Server thread/INFO]: * Jungle Edge
  904. [22:38:08] [Server thread/INFO]: * Lukewarm Ocean
  905. [22:38:08] [Server thread/INFO]: * Mesa
  906. [22:38:08] [Server thread/INFO]: * Mega Spruce Taiga
  907. [22:38:08] [Server thread/INFO]: * Mega Taiga
  908. [22:38:08] [Server thread/INFO]: * Ocean
  909. [22:38:08] [Server thread/INFO]: * Pine Forest
  910. [22:38:08] [Server thread/INFO]: * Plains
  911. [22:38:08] [Server thread/INFO]: * River
  912. [22:38:08] [Server thread/INFO]: * Stone Forest
  913. [22:38:08] [Server thread/INFO]: * Swamp
  914. [22:38:08] [Server thread/INFO]: * Snowy Pine
  915. [22:38:08] [Server thread/INFO]: * Savanna
  916. [22:38:08] [Server thread/INFO]: * Swamp Edge
  917. [22:38:08] [Server thread/INFO]: * Swampland
  918. [22:38:08] [Server thread/INFO]: * Tropical Forest
  919. [22:38:08] [Server thread/INFO]: * Warm Ocean
  920. [22:38:08] [Server thread/INFO]: * Mushroom forest
  921. [22:38:08] [Server thread/INFO]: * Bonsai Forest
  922. [22:38:08] [Server thread/INFO]: * SavannaShattered
  923. [22:38:08] [Server thread/INFO]: * Mushroom fields
  924. [22:38:08] [Server thread/INFO]: * SnowShattered
  925. [22:38:08] [Server thread/INFO]: * The_Void
  926. [22:38:08] [Server thread/INFO]: * DesertHills
  927. [22:38:08] [Server thread/INFO]: * Birch mountains
  928. [22:38:08] [Server thread/INFO]: * Bluelands
  929. [22:38:08] [Server thread/INFO]: * SnowIslands
  930. [22:38:08] [Server thread/INFO]: * Redland
  931. [22:38:08] [Server thread/INFO]: * Deadland
  932. [22:38:08] [Server thread/INFO]: * WarmBeach
  933. [22:38:08] [Server thread/INFO]: * SnowSkyland
  934. [22:38:08] [Server thread/INFO]: * Scots pine Shattered
  935. [22:38:08] [Server thread/INFO]: * PlainSkyland
  936. [22:38:08] [Server thread/INFO]: * Birch lands
  937. [22:38:08] [Server thread/INFO]: * SnowPlains
  938. [22:38:08] [Server thread/INFO]: * SnowMountain
  939. [22:38:08] [Server thread/INFO]:
  940. [22:38:08] [Server thread/INFO]: Generator version: 8.1.33
  941. [22:38:08] [Server thread/INFO]:
  942. [22:38:08] [Server thread/INFO]: Biomes in total: 48
  943. [22:38:08] [Server thread/INFO]: Preparing world injection
  944. [22:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:factions
  945. [22:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world factions
  946. [22:38:09] [Server thread/INFO]: Time elapsed: 84 ms
  947. [22:38:09] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'factions'.
  948. [22:38:09] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
  949. [22:38:09] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  950. [22:38:09] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  951. [22:38:09] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.21.3
  952. [22:38:09] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.2.1
  953. [22:38:09] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forestCUSTOM TERRAIN: Scots pine forestCUSTOM TERRAIN: Scots pine forest
  954. [22:38:09] [Server thread/INFO]: __________________________________________________________
  955. [22:38:09] [Server thread/INFO]:
  956. [22:38:09] [Server thread/INFO]: TradeSystem [1.2.1]
  957. [22:38:09] [Server thread/INFO]:
  958. [22:38:09] [Server thread/INFO]: Status:
  959. [22:38:09] [Server thread/INFO]:
  960. [22:38:09] [Server thread/INFO]: MC-Version: 1.16.5 (R0.1-SNAPSHOT, PAPER)
  961. [22:38:09] [Server thread/INFO]:
  962. [22:38:09] [Server thread/INFO]: > Loading sounds
  963. [22:38:09] [Server thread/INFO]: > Loading blacklist
  964. [22:38:09] [Server thread/INFO]: ...got 3 blocked item(s)
  965. [22:38:09] [Server thread/INFO]: > Loading layouts
  966. [22:38:09] [Server thread/INFO]: ...got 0 layout(s)
  967. [22:38:09] [Server thread/INFO]:
  968. [22:38:09] [Server thread/INFO]: Finished (333ms)
  969. [22:38:09] [Server thread/INFO]:
  970. [22:38:09] [Server thread/INFO]: __________________________________________________________
  971. [22:38:09] [Server thread/INFO]:
  972. [22:38:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem
  973. [22:38:09] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v6.2.1
  974. [22:38:09] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
  975. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Loaded 216 achievements in 20 categories.
  976. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] 31 disabled categories: [ConsumedPotions, ItemBreaks, PetMasterGive, LavaBuckets, ItemDrops, Enchantments, DistancePig, Riptides, Fireworks, Deaths, AdvancementsCompleted, Custom, Eggs, Treasures, Fertilising, WaterBuckets, EatenItems, TargetsShot, AnvilsUsed, ItemPickups, MusicDiscs, Commands, DistanceLlama, PetMasterReceive, Milk, DistanceMinecart, Connections, PlayerCommands, Snowballs, EnderPearls, Shear]
  977. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
  978. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
  979. [22:38:10] [Log4j2-TF-1-AsyncLogger[AsyncContext@5cb0d902]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  980. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
  981. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
  982. [22:38:10] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
  983. [22:38:10] [Log4j2-TF-1-AsyncLogger[AsyncContext@5cb0d902]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  984. [22:38:11] [pool-29-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (886ab36f357894cf5b4179e25dbe72e5617d6c25)
  985. [22:38:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: aach
  986. [22:38:11] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 1968ms.
  987. [22:38:11] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.3-Release
  988. [22:38:11] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  989. [22:38:11] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  990. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item p4 in menu blacksmithweaponshop!
  991. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item p5 in menu blacksmitharmourshop!
  992. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item p6 in menu blacksmithtrinketshop!
  993. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item WAND in menu shadystickswands!
  994. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item ARMOUR in menu shadysticksarmour!
  995. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Enchantment level is incorrect for item STAFF in menu shadysticksstaffs!
  996. [22:38:11] [Server thread/INFO]: [DeluxeMenus] 17 GUI menus loaded!
  997. [22:38:11] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  998. [22:38:11] [Server thread/WARN]: [DeluxeMenus] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.13.3 which is not a depend, softdepend or loadbefore of this plugin.
  999. [22:38:11] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
  1000. [22:38:11] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
  1001. [22:38:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus
  1002. [22:38:11] [Server thread/INFO]: [TAB] Enabling TAB v2.8.9
  1003. [22:38:11] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3)
  1004. [22:38:11] [Log4j2-TF-1-AsyncLogger[AsyncContext@5cb0d902]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  1005. [22:38:11] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Please take a look at the errors and try to correct them. You can also join our discord for assistance. After you resolve them, delete the file.
  1006. [22:38:11] [Server thread/INFO]: [TAB] Animation "fire" has refresh interval of 5 which is not divisible by 50! Using 50.
  1007. [22:38:11] [Server thread/INFO]: [TAB] Hint: Found used PlaceholderAPI placeholder "%luckperms_prefix%". Consider replacing it with plugin's internal "%luckperms-prefix%" for better performance.
  1008. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:TemperedMC(761688494988329011)
  1009. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:verificaton(777976452187553802)
  1010. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(761688578220621824)
  1011. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(777919062587998268)
  1012. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:faq(777919094955573328)
  1013. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-updates(777919995005894678)
  1014. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(761688495534112820)
  1015. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(777918714242269244)
  1016. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ingame-chat(777918507362549761)
  1017. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:donator-chat(777919780010328094)
  1018. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help(777919643871608902)
  1019. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bug-reports(777919685878480936)
  1020. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(777980020625899521)
  1021. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions-log(777980050162319370)
  1022. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-staff(777919237313396768)
  1023. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:build-chat(777919376140795966)
  1024. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:manager-chat(777919281174151219)
  1025. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:links(761688548977278986)
  1026. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(777931430214500412)
  1027. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(777978217730539540)
  1028. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-logs(778203649763180554)
  1029. [22:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(777931430214500412)
  1030. [22:38:12] [Server thread/INFO]: [TAB] There were 2 startup warnings.
  1031. [22:38:12] [Server thread/INFO]: [TAB] Enabled in 101ms
  1032. [22:38:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
  1033. [22:38:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
  1034. [22:38:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1035. [22:38:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1036. [22:38:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  1037. [22:38:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1038. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1039. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1040. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1041. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  1042. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1043. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1044. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1045. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1046. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  1047. [22:38:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1048. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1049. [22:38:12] [Server thread/INFO]: [WorldGuard] (SMArmoury) TNT ignition is PERMITTED.
  1050. [22:38:12] [Server thread/INFO]: [WorldGuard] (SMArmoury) Lighters are PERMITTED.
  1051. [22:38:12] [Server thread/INFO]: [WorldGuard] (SMArmoury) Lava fire is PERMITTED.
  1052. [22:38:12] [Server thread/INFO]: [WorldGuard] (SMArmoury) Fire spread is UNRESTRICTED.
  1053. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMArmoury'
  1054. [22:38:12] [Server thread/INFO]: [WorldGuard] (Ships) TNT ignition is PERMITTED.
  1055. [22:38:12] [Server thread/INFO]: [WorldGuard] (Ships) Lighters are PERMITTED.
  1056. [22:38:12] [Server thread/INFO]: [WorldGuard] (Ships) Lava fire is PERMITTED.
  1057. [22:38:12] [Server thread/INFO]: [WorldGuard] (Ships) Fire spread is UNRESTRICTED.
  1058. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Ships'
  1059. [22:38:12] [Server thread/INFO]: [WorldGuard] (island) TNT ignition is PERMITTED.
  1060. [22:38:12] [Server thread/INFO]: [WorldGuard] (island) Lighters are PERMITTED.
  1061. [22:38:12] [Server thread/INFO]: [WorldGuard] (island) Lava fire is PERMITTED.
  1062. [22:38:12] [Server thread/INFO]: [WorldGuard] (island) Fire spread is UNRESTRICTED.
  1063. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island'
  1064. [22:38:12] [Server thread/INFO]: [WorldGuard] (tree) TNT ignition is PERMITTED.
  1065. [22:38:12] [Server thread/INFO]: [WorldGuard] (tree) Lighters are PERMITTED.
  1066. [22:38:12] [Server thread/INFO]: [WorldGuard] (tree) Lava fire is PERMITTED.
  1067. [22:38:12] [Server thread/INFO]: [WorldGuard] (tree) Fire spread is UNRESTRICTED.
  1068. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tree'
  1069. [22:38:12] [Server thread/INFO]: [WorldGuard] (factions) TNT ignition is PERMITTED.
  1070. [22:38:12] [Server thread/INFO]: [WorldGuard] (factions) Lighters are PERMITTED.
  1071. [22:38:12] [Server thread/INFO]: [WorldGuard] (factions) Lava fire is PERMITTED.
  1072. [22:38:12] [Server thread/INFO]: [WorldGuard] (factions) Fire spread is UNRESTRICTED.
  1073. [22:38:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'factions'
  1074. [22:38:12] [Server thread/INFO]: [WorldGuard] Loading region data...
  1075. [22:38:12] [Thread-54/INFO]: [TAB] Version 2.8.10 is out! Your version: 2.8.9
  1076. [22:38:12] [Thread-54/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
  1077. [22:38:12] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.1.12
  1078. [22:38:12] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
  1079. [22:38:12] [Server thread/WARN]: [AuctionHouse] A backup of the database has been saved with .backup extension.
  1080. [22:38:12] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_16_R3
  1081. [22:38:12] [Server thread/INFO]: [AuctionHouse] Enabled HeadDatabase support
  1082. [22:38:12] [Server thread/INFO]: [AuctionHouse] Enabled DiscordSRV support
  1083. [22:38:12] [Server thread/INFO]: [AuctionHouse] Using en_us locale
  1084. [22:38:12] [Server thread/INFO]: [AuctionHouse] Loaded 0 listings
  1085. [22:38:12] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.4
  1086. [22:38:12] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  1087. [22:38:12] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  1088. [22:38:12] [Server thread/INFO]: --------------------
  1089. [22:38:12] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  1090. [22:38:12] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  1091. [22:38:12] [Server thread/INFO]: --------------------
  1092. [22:38:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling dynmap hook
  1093. [22:38:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
  1094. [22:38:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
  1095. [22:38:12] [Server thread/INFO]: [Wild] Enabling Wild v2.27-e5669bb
  1096. [22:38:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
  1097. [22:38:12] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.17.1
  1098. [22:38:12] [Server thread/INFO]: [VeinMiner] Registering events
  1099. [22:38:12] [Server thread/INFO]: [VeinMiner] Registering commands
  1100. [22:38:12] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
  1101. [22:38:12] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
  1102. [22:38:12] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  1103. [22:38:12] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
  1104. [22:38:12] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  1105. [22:38:12] [Server thread/INFO]: [VeinMiner] Performing an update check!
  1106. [22:38:12] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2247)
  1107. [22:38:12] [ForkJoinPool.commonPool-worker-23/INFO]: [VeinMiner] An update is available! VeinMiner 1.17.2 may be downloaded on SpigotMC
  1108. [22:38:13] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.6.7
  1109. [22:38:13] [Server thread/INFO]:
  1110. [22:38:13] [Server thread/INFO]: _ _ _______ _ _
  1111. [22:38:13] [Server thread/INFO]: (_) | | (_______) | | | v1.6.7
  1112. [22:38:13] [Server thread/INFO]: _____| |_____ _____ ____ _ | |__ _ _ ____ | | _ ___
  1113. [22:38:13] [Server thread/INFO]: | _ _) ___ | ___ | _ \| | | _ \| | | | _ \| |_/ )/___)
  1114. [22:38:13] [Server thread/INFO]: | | \ \| ____| ____| |_| | |_____| | | | |_| | | | | _ (|___ |
  1115. [22:38:13] [Server thread/INFO]: |_| \_)_____)_____) __/ \______)_| |_|____/|_| |_|_| \_|___/
  1116. [22:38:13] [Server thread/INFO]: |_|
  1117. [22:38:13] [Server thread/INFO]:
  1118. [22:38:13] [Server thread/INFO]: [KeepChunks] KeepChunks v1.6.7 has been enabled
  1119. [22:38:13] [Server thread/INFO]: [CMI] Enabling CMI v8.8.0.9
  1120. [22:38:13] [Server thread/INFO]: [CMIPaperLib] Enabling CMIPaperLib v1.0.0
  1121. [22:38:15] [Server thread/INFO]: ????? ?????? ????
  1122. [22:38:15] [Server thread/INFO]: ????? ? ?? ? ????
  1123. [22:38:15] [Server thread/INFO]: ?? ?? ?????? ??
  1124. [22:38:15] [Server thread/INFO]: ?? ?? ?????? ??
  1125. [22:38:15] [Server thread/INFO]: ????? ?????? ????
  1126. [22:38:15] [Server thread/INFO]: ????? ?????? ????
  1127. [22:38:15] [Server thread/INFO]: _______________________________________________________
  1128. [22:38:15] [Server thread/INFO]: Integrating PaperSpigot async methods
  1129. [22:38:15] [Server thread/INFO]: Citizens found.
  1130. [22:38:16] [Server thread/INFO]: 52 Enabled and 2 Disabled modules
  1131. [22:38:16] [Server thread/INFO]: Votifier found. Enabling vote listeners
  1132. [22:38:16] [Server thread/INFO]: Loaded (3) portals into memory. Took 10ms
  1133. [22:38:16] [Server thread/INFO]: Permission plugin: LuckPerms5.2.76
  1134. [22:38:16] [Server thread/INFO]: Initialized Cipher256 AES
  1135. [22:38:16] [Server thread/INFO]: Loaded (53) regular alias into memory. Took 45ms
  1136. [22:38:16] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 4ms
  1137. [22:38:16] [Server thread/INFO]: 3.34.0 data base type detected
  1138. [22:38:16] [Server thread/INFO]: Started SqLite data base. Took 218ms
  1139. [22:38:16] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
  1140. [22:38:16] [Server thread/INFO]: Loaded (9) holograms into memory. Took 35ms
  1141. [22:38:16] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
  1142. [22:38:16] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
  1143. [22:38:17] [Server thread/INFO]: Loaded (131) custom mob heads into memory. Took 29ms
  1144. [22:38:17] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 43ms
  1145. [22:38:17] [Server thread/INFO]: (RandomTeleportation) Can't find world with (custom) name
  1146. [22:38:17] [Server thread/INFO]: (RandomTeleportation) Can't find world with (DXL_Edit_14) name
  1147. [22:38:17] [Server thread/INFO]: (RandomTeleportation) Can't find world with (SMGraveyard) name
  1148. [22:38:17] [Server thread/INFO]: Initializing BungeeCord
  1149. [22:38:17] [Server thread/INFO]: Loaded (5) kits into memory. Took 4ms
  1150. [22:38:17] [Server thread/INFO]: Loaded (7) ranks into memory. Took 14ms
  1151. [22:38:17] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 3ms
  1152. [22:38:17] [Server thread/INFO]: Loaded (24) player data into memory. Took 21ms
  1153. [22:38:17] [Server thread/INFO]: Loaded (0) playtime records into memory. Took 0ms
  1154. [22:38:17] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
  1155. [22:38:17] [Server thread/INFO]: Found dynmap
  1156. [22:38:17] [Server thread/INFO]: Registered events. Took 121ms
  1157. [22:38:17] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 4ms
  1158. [22:38:17] [Server thread/INFO]: Updated (EN) language file. Took 203ms
  1159. [22:38:17] [Server thread/INFO]: Can't load worth value for LEGACY_RAW_FISH
  1160. [22:38:17] [Server thread/INFO]: Loaded (244) worth values into memory. Took 31ms
  1161. [22:38:17] [Server thread/INFO]: Loaded (11) warps into memory. Took 3ms
  1162. [22:38:17] [Server thread/INFO]: Vault permissions was found - Enabling capabilities.
  1163. [22:38:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi
  1164. [22:38:17] [Server thread/INFO]: PlaceholderAPI hooked.
  1165. [22:38:17] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
  1166. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
  1167. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
  1168. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
  1169. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
  1170. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
  1171. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cleannickname}
  1172. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
  1173. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
  1174. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_deathloc}
  1175. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
  1176. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_muted}
  1177. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_inpvp}
  1178. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
  1179. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_mail_count}
  1180. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_warning_count}
  1181. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_warning_points}
  1182. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
  1183. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
  1184. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_msg}
  1185. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_for}
  1186. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_in}
  1187. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_spy}
  1188. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cmdspy}
  1189. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_signspy}
  1190. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
  1191. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
  1192. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
  1193. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
  1194. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_missingexp}
  1195. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_missingexpp}
  1196. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_exp}
  1197. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_expp}
  1198. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_totalexp}
  1199. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_level}
  1200. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_ping}
  1201. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_gamemode}
  1202. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_op}
  1203. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canfly}
  1204. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flying}
  1205. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
  1206. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
  1207. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
  1208. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
  1209. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
  1210. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
  1211. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
  1212. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_prefix}
  1213. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_suffix}
  1214. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
  1215. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
  1216. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
  1217. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flightcharge}
  1218. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
  1219. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
  1220. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
  1221. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
  1222. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_dailyvotecount}
  1223. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
  1224. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_displayname}
  1225. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_name}
  1226. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
  1227. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
  1228. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
  1229. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
  1230. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
  1231. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
  1232. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
  1233. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name_colorcode}
  1234. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_code}
  1235. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_name}
  1236. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
  1237. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
  1238. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
  1239. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
  1240. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
  1241. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_formatted}
  1242. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
  1243. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
  1244. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
  1245. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
  1246. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
  1247. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
  1248. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
  1249. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_seconds}
  1250. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_secondst}
  1251. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_itemcount_*}
  1252. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxperm_*_*}
  1253. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equation_*}
  1254. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equationint_*}
  1255. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_color_*}
  1256. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
  1257. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
  1258. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
  1259. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
  1260. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
  1261. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_durability}
  1262. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
  1263. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth_one}
  1264. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
  1265. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_endat_*}
  1266. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
  1267. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
  1268. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_shortmoney_*}
  1269. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_playtimetop_name_*}
  1270. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_playtimetop_time_*}
  1271. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetop_*}
  1272. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetopcount_*}
  1273. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
  1274. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
  1275. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
  1276. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
  1277. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
  1278. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
  1279. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_1}
  1280. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_60}
  1281. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_300}
  1282. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_*_colored}
  1283. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
  1284. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_lastrandom_player_name}
  1285. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
  1286. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_lastrandom_*}
  1287. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
  1288. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
  1289. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_metaint_*}
  1290. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
  1291. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kit_available_*}
  1292. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kit_hasaccess_*}
  1293. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
  1294. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
  1295. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
  1296. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_maintenance_state}
  1297. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_maintenance_message}
  1298. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
  1299. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
  1300. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
  1301. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
  1302. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
  1303. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
  1304. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_online}
  1305. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_uptime}
  1306. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_uptime_seconds}
  1307. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_worlds}
  1308. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
  1309. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
  1310. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_online_*}
  1311. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online_*}
  1312. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
  1313. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
  1314. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
  1315. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*_*}
  1316. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
  1317. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time12_*}
  1318. [22:38:17] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time24_*}
  1319. [22:38:17] [Server thread/INFO]: MVdWPlaceholderAPI support enabled
  1320. [22:38:17] [Server thread/INFO]: MVdWPlaceholderAPI hooked.
  1321. [22:38:17] [Server thread/INFO]: PlaceholderMVdWAPI was found - Enabling capabilities.
  1322. [22:38:17] [Server thread/INFO]: Starting world timer.
  1323. [22:38:17] [Server thread/INFO]: Initializing world manager.
  1324. [22:38:17] [Server thread/INFO]: Loaded (5) schedules into memory. Took 8ms
  1325. [22:38:17] [Server thread/INFO]: Loaded GeoIP
  1326. [22:38:17] [Server thread/INFO]: Loaded (0) skin cache entries into memory. Took 1ms
  1327. [22:38:17] [Server thread/INFO]: Found DiscordSRV
  1328. [22:38:17] [Server thread/INFO]: [DiscordSRV] API listener com.Zrips.CMI.Modules.DiscordSRV.DiscordSRVListener subscribed (4 methods)
  1329. [22:38:17] [Server thread/INFO]: Version 8.8.0.9 has been enabled
  1330. [22:38:17] [Server thread/INFO]: ???????????????????????????????????????????????????????
  1331. [22:38:17] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
  1332. [22:38:17] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.11.0-SNAPSHOT-9d2a6121
  1333. [22:38:17] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  1334. [22:38:17] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.5)...
  1335. [22:38:17] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  1336. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 54 ms to scan 1 urls, producing 3 keys and 21 values
  1337. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 3 keys and 24 values
  1338. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 0 keys and 0 values
  1339. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 3 keys and 12 values
  1340. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs MythicArtifacts Support has been enabled!
  1341. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs CMI Support has been enabled!
  1342. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  1343. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  1344. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled!
  1345. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  1346. [22:38:18] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  1347. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  1348. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  1349. [22:38:18] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  1350. [22:38:18] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  1351. [22:38:18] [Server thread/INFO]: [MythicMobs] Base directory /home/minecraft/multicraft/servers/server187243/plugins/MythicMobs/SavedData
  1352. [22:38:18] [Server thread/INFO]: [MythicMobs] Module directory /home/minecraft/multicraft/servers/server187243/plugins/MythicMobs/SavedData/worlds
  1353. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 17 ms to scan 1 urls, producing 10 keys and 302 values
  1354. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 31 ms to scan 1 urls, producing 23 keys and 625 values
  1355. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 10 ms to scan 1 urls, producing 6 keys and 89 values
  1356. [22:38:18] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 5 ms to scan 1 urls, producing 2 keys and 6 values
  1357. [22:38:18] [Server thread/INFO]: [MythicMobs] LOADED
  1358. [22:38:18] [Server thread/WARN]: [MythicMobs] Loaded class org.inventivetalent.glow.GlowAPI$Color from GlowAPI v1.4.14-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  1359. [22:38:18] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.glow.reflection.minecraft
  1360. [22:38:18] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  1361. [22:38:19] [Server thread/WARN]: [MythicMobs] Loaded class io.lumine.artifacts.enchants.MythicEnchantment from MythicArtifacts v0.1.30-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  1362. [22:38:19] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'skill{s=DarkDungSwitchStance}' in 'Unknown': Could not find MetaSkill DarkDungSwitchStance
  1363. [22:38:19] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'skill{s=DarkDungSwitchStance}' in 'Unknown': Could not find MetaSkill DarkDungSwitchStance
  1364. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 44 mobs.
  1365. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 3 vanilla mob overrides.
  1366. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  1367. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 389 skills.
  1368. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 2 random spawns.
  1369. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 25 mythic items.
  1370. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 3 drop tables.
  1371. [22:38:19] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob spawners.
  1372. [22:38:19] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  1373. [22:38:19] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  1374. [22:38:19] [Server thread/INFO]: [MythicMobs] ? MythicMobs Premium v4.11.0 (build 9d2a6121) has been successfully loaded!
  1375. [22:38:19] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.5-SNAPSHOT
  1376. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  1377. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  1378. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  1379. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  1380. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  1381. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  1382. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  1383. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  1384. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  1385. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  1386. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  1387. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
  1388. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  1389. [22:38:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  1390. [22:38:19] [Server thread/INFO]: [Denizen] Enabling Denizen v1.1.8-SNAPSHOT (build 1723-REL)
  1391. [22:38:19] [Server thread/WARN]: [Denizen] Running unreliable Java version. Minecraft is built for Java 8. Newer Java versions are not guaranteed to function properly (due to changes Oracle made to how reflection works).
  1392. [22:38:19] [Server thread/WARN]: [Denizen] Found java version: 11.0.9.1
  1393. [22:38:19] [Server thread/WARN]: [Denizen] -------------------------------------
  1394. [22:38:19] [Server thread/WARN]: [Denizen] This build of Denizen was built for a different Spigot revision! This may potentially cause issues. If you are experiencing trouble, update Denizen and Spigot both to latest builds! If this message appears with both Denizen and Spigot fully up-to-date, contact the Denizen team (via GitHub, Spigot, or Discord) to request an update be built.
  1395. [22:38:19] [Server thread/WARN]: [Denizen] -------------------------------------
  1396. [22:38:19] [Server thread/INFO]: +> [Denizen] +-------------------------+
  1397. [22:38:19] [Server thread/INFO]: +> [Denizen] _/_ _ ._ _ _
  1398. [22:38:19] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ ) scriptable minecraft
  1399. [22:38:19] [Server thread/INFO]: +> [Denizen]
  1400. [22:38:19] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team
  1401. [22:38:19] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
  1402. [22:38:19] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
  1403. [22:38:19] [Server thread/INFO]: +> [Denizen] version: 1.1.8-SNAPSHOT (build 1723-REL)
  1404. [22:38:19] [Server thread/INFO]: +> [Denizen] +-------------------------+
  1405. [22:38:20] [Server thread/INFO]: OKAY! Loaded core commands: [clickable, showfake, invisible, animate, ban, modifyblock, cast, midi, else, sidebar, explode, cooldown, weather,
  1406. action, scoreboard, if, give, worldborder, chunkload, zap, lookclose, mount, execute, push, announce, waituntil, firework, stop, advancement, light,
  1407. reset, hurt, ratelimit, nbt, wait, flag, log, despawn, webget, sleep, goto, attack, attach, event, stand, map, resume, break, strike, health,
  1408. trigger, team, fly, itemcooldown, disengage, kick, gamerule, playsound, rename, chat, anchor, fish, leash, disguise, queue, rotate, sign, run,
  1409. while, experience, playeffect, narrate, bossbar, vulnerable, pushable, create, trait, shoot, oxygen, yaml, group, statistic, fakeitem, pose,
  1410. opentrades, blockcrack, schematic, look, pause, feed, take, toast, compass, adjust, animatechest, glow, drop, note, teleport, choose, inventory,
  1411. actionbar, title, remove, sql, switch, head, foreach, random, reload, adjustblock, repeat, define, heal, copyblock, filecopy, sit, burn, debug,
  1412. determine, assignment, permission, follow, displayitem, scribe, createworld, spawn, equip, money, fakespawn, engage, time, inject, mark, age, walk]
  1413. [22:38:20] [Server thread/INFO]: OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE]
  1414. [22:38:20] [Server thread/INFO]: OKAY! Loaded core object types: [BiomeTag as b, DurationTag as d, ChunkTag as ch, EntityTag as e, InventoryTag as in, CustomObjectTag as custom,
  1415. ElementTag as el, ItemTag as i, ColorTag as co, LocationTag as l, MaterialTag as m, NPCTag as n, EllipsoidTag as ellipsoid, PlayerTag as p, QueueTag
  1416. as q, CuboidTag as cu, ScriptTag as s, TradeTag as trade, WorldTag as w, TimeTag as time, PluginTag as pl, ListTag as li, MapTag as map]
  1417. [22:38:20] [Server thread/INFO]: +> [PaperModule] Loading Paper support module...
  1418. [22:38:20] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load!
  1419. [22:38:20] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.23
  1420. [22:38:20] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
  1421. [22:38:20] [Server thread/INFO]: [CrateReloaded] v1_16_R3
  1422. [22:38:20] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
  1423. [22:38:21] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.1.2
  1424. [22:38:23] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
  1425. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total}
  1426. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_alltimetotal}
  1427. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_lastmonthtotal}
  1428. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_disablebroadcast}
  1429. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_milestonecount}
  1430. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_alltime}
  1431. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_daily}
  1432. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_monthly}
  1433. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_weekly}
  1434. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestdailytotal}
  1435. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestweeklytotal}
  1436. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestmonthlytotal}
  1437. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_dailyvotestreak}
  1438. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_weeklyvotestreak}
  1439. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_monthvotestreak}
  1440. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestdailyvotestreak}
  1441. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestweeklyvotestreak}
  1442. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestmonthvotestreak}
  1443. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_points}
  1444. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_points_format}
  1445. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvote}
  1446. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_next_anysite}
  1447. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_next_planetminecraft_com}
  1448. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_last_planetminecraft_com}
  1449. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvote_planetminecraft_com}
  1450. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_next_minecraftservers_org}
  1451. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_last_minecraftservers_org}
  1452. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvote_minecraftservers_org}
  1453. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_all_position}
  1454. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_month_position}
  1455. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_week_position}
  1456. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_daily_position}
  1457. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartycontributedvotes}
  1458. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotescurrent}
  1459. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotesneeded}
  1460. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotesrequired}
  1461. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalmonthtotal}
  1462. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalalltimetotal}
  1463. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalweeklytotal}
  1464. [22:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globaldailytotal}
  1465. [22:38:23] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.1.2
  1466. [22:38:23] [Server thread/INFO]: [Rankup] Enabling Rankup v3.11.1
  1467. [22:38:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rankup
  1468. [22:38:23] [Server thread/INFO]: [MMOLib] Enabling MMOLib v1.7.3
  1469. [22:38:23] [Server thread/INFO]: [DungeonsXL] Enabling DungeonsXL v0.18-SNAPSHOT-1063
  1470. [22:38:23] [Server thread/INFO]: [DungeonsXL] [##########[DungeonsXL]##########]
  1471. [22:38:23] [Server thread/INFO]: [DungeonsXL] Internals: [v1_16_R3]
  1472. [22:38:23] [Server thread/INFO]: [DungeonsXL] Paper API: [true]
  1473. [22:38:23] [Server thread/INFO]: [DungeonsXL] Economy: [true]
  1474. [22:38:23] [Server thread/INFO]: [DungeonsXL] Permissions: [true]
  1475. [22:38:23] [Server thread/INFO]: [DungeonsXL] Metrics: [https://bstats.org/plugin/bukkit/DungeonsXL/1039]
  1476. [22:38:23] [Server thread/INFO]: [DungeonsXL] SpigotMC ID: [9488]
  1477. [22:38:23] [Server thread/INFO]: [DungeonsXL] [###############################]
  1478. [22:38:23] [Server thread/WARN]: [DungeonsXL] Support for Minecraft 1.14 and higher is experimental. Do not use this in a production environment.
  1479. [22:38:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dxl
  1480. [22:38:24] [Server thread/INFO]: [DungeonsXL] Successfully loaded Vignette module "Inventory".
  1481. [22:38:24] [Server thread/INFO]: [MythicArtifacts] Enabling MythicArtifacts v0.1.30-SNAPSHOT
  1482. [22:38:24] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
  1483. [22:38:24] [Server thread/INFO]: [MythicMobs] + Loading MythicArtifacts for Bukkit
  1484. [22:38:24] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
  1485. [22:38:24] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  1486. [22:38:24] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.5.1-SNAPSHOT
  1487. [22:38:24] [Server thread/INFO]: [MMOItems] Loaded 34 extra MythicMobs abilities
  1488. [22:38:24] [Server thread/WARN]: [MMOItems] You may be using an outdated config.yml!
  1489. [22:38:24] [Server thread/WARN]: [MMOItems] (Your config version: '-1' | Expected config version: '7')
  1490. [22:38:24] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
  1491. [22:38:24] [Server thread/WARN]: [MMOItems] Loaded class org.inventivetalent.glow.GlowAPI$Color from GlowAPI v1.4.14-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  1492. [22:38:24] [Server thread/INFO]: [MMOItems] Loading template modifiers, please wait..
  1493. [22:38:24] [Server thread/INFO]: [MMOItems] Loading item templates, please wait..
  1494. [22:38:24] [Server thread/INFO]: [MMOItems] Could not load base item data 'item-particles' from item template 'ARMOR.BLACKSTEELHELMET': Particle is missing type or selected particle.
  1495. [22:38:24] [Server thread/INFO]: [MMOItems] Hooked onto Vault
  1496. [22:38:24] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
  1497. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'magic-essence' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=3,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
  1498. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'arcane-helmet' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=6,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
  1499. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-chestplate' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=9,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
  1500. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-leggings' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=8,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
  1501. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-boots' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=5,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
  1502. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'soulstealer' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MISCELLANEOUS,id=HUMAN_SOUL,amount=8,display="Human Soul"}': Could not find a template with ID 'HUMAN_SOUL'
  1503. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-essence' from crafting station 'mythical-forge': Could not find a template with ID 'FIRE_ESSENCE'
  1504. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-totem' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=8,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
  1505. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'blaze-soul' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=5,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
  1506. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'hell-bow' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=2,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
  1507. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-greatlance' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=4,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
  1508. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'molten-blade' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=13,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
  1509. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'wither-essence' from crafting station 'mythical-forge': Could not find a template with ID 'WITHER_ESSENCE'
  1510. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'marking-bow' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=WITHER_ESSENCE,amount=1,display="Wither Essence"}': Could not find a template with ID 'WITHER_ESSENCE'
  1511. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'cursed-wither-skull' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=WITHER_ESSENCE,amount=1,display="Wither Essence"}': Could not find a template with ID 'WITHER_ESSENCE'
  1512. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'dead-pharaoh-helmet' from crafting station 'mythical-forge': Could not find a template with ID 'DEAD_PHARAOH_HELMET'
  1513. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'mossy-skeleton-skull' from crafting station 'mythical-forge': Could not find a template with ID 'MOSSY_SKELETON_SKULL'
  1514. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1515. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword-upgrade' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1516. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'two-handed-steel-sword' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=SWORD,id=STEEL_SWORD,amount=1,display="Steel Sword"}': Could not find a template with ID 'STEEL_SWORD'
  1517. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'katana' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=6,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1518. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-helmet' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=6,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1519. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-chestplate' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=9,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1520. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-leggings' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=8,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1521. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-boots' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=5,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1522. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-ingot' from crafting station 'steel-crafting-station': Could not find a template with ID 'STEEL_INGOT'
  1523. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-dagger' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1524. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'hardened-steel-claymore' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=15,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1525. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'stiff-greatstaff' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1526. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-pickaxe' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1527. [22:38:24] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-shovel' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=2,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
  1528. [22:38:24] [Server thread/INFO]: [MMOItems] Hooked onto HolographicDisplays
  1529. [22:38:24] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
  1530. [22:38:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems
  1531. [22:38:24] [Server thread/INFO]: [MMOItems] Hooked onto GlowAPI (Item Glow)
  1532. [22:38:24] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
  1533. [22:38:25] [Server thread/WARN]: [MMOItems] Could not load recipe of 'GREATER_ORB': Could not find a template with ID 'LESSER_ORB'
  1534. [22:38:25] [Server thread/WARN]: [MMOItems] Could not load recipe of 'GREATER_ARCANE_TOME': Could not find a template with ID 'GREATER_ORB'
  1535. [22:38:25] [Server thread/INFO]: [GooP] Enabling Gunging_Ootilities_Plugin v1.7
  1536. [22:38:26] [Server thread/INFO]: [GooP] Checking for Premium Modules...
  1537. [22:38:26] [Server thread/INFO]: [GooP] Premium Custom Structures not found.
  1538. [22:38:26] [Server thread/INFO]: [GooP] Premium Containers not found.
  1539. [22:38:26] [Server thread/INFO]: [GooP] Enabling GooP Extensions...
  1540. [22:38:26] [Server thread/INFO]: [GooP] MMOItem Shrubs enabled.
  1541. [22:38:26] [Server thread/INFO]: [GooP] Crossbow2RocketLauncher not found.
  1542. [22:38:26] [Server thread/INFO]: [GooP] Checking for Compatible Plugins...
  1543. [22:38:26] [Server thread/INFO]: [GooP] WorldGuard found.
  1544. [22:38:26] [Server thread/INFO]: [GooP] WorldEdit found.
  1545. [22:38:26] [Server thread/INFO]: [GooP] DiscordSRV found.
  1546. [22:38:26] [Server thread/INFO]: [GooP] MMOItems found.
  1547. [22:38:26] [Server thread/INFO]: [GooP] MMOCore not found.
  1548. [22:38:26] [Server thread/INFO]: [GooP] Vault found.
  1549. [22:38:26] [Server thread/INFO]: [GooP] Graveyards not found.
  1550. [22:38:26] [Server thread/INFO]: [GooP] MythicMobs found.
  1551. [22:38:26] [Server thread/INFO]: [GooP] McMMO not found.
  1552. [22:38:26] [Server thread/INFO]: [GooP] PlaceholderAPI found.
  1553. [22:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: goop
  1554. [22:38:26] [Server thread/INFO]: [GooP] Initialization Complete. Success.
  1555. [22:38:26] [Server thread/INFO]: [MMOItem Shrubs] Enabling MMOItem_Shrubs v1.5.2
  1556. [22:38:26] [Server thread/INFO]: [MMOItem Shrubs] Loading Shrub Instances...
  1557. [22:38:26] [Server thread/INFO]: [MMOItem Shrubs] Error when loading Shrub Instance Shrub_1605092706801386314 (World ): Shrub Type SupremePlumShrub not found.
  1558. [22:38:26] [Server thread/INFO]: [MMOItem Shrubs] Error when loading Shrub Instance Shrub_1980023359147172422 (World ): Shrub Type SupremeMangoShrub not found.
  1559. [22:38:26] [Server thread/WARN]: [GooP] Loaded class gunging.ootilities.mmoitem_shrubs.MMOItem_Shrub_Manager from MMOItem_Shrubs v1.5.2 which is not a depend, softdepend or loadbefore of this plugin.
  1560. [22:38:26] [Server thread/INFO]: [MMOItem Shrubs] Initialization Complete. Success..
  1561. [22:38:26] [Server thread/INFO]: [FactionsX] Enabling FactionsX v1.0.9-RC
  1562. [22:38:26] [Server thread/INFO]: [FactionsX] Running Base Framework Enable...
  1563. [22:38:26] [Server thread/INFO]: [FactionsX] Plugin: FactionsX
  1564. [22:38:26] [Server thread/INFO]: [FactionsX] Version: 1.0.9-RC
  1565. [22:38:26] [Server thread/INFO]: [FactionsX] Author(s): [ProSavage]
  1566. [22:38:26] [Server thread/INFO]: [FactionsX] Description: A high-octane factions experience.
  1567. [22:38:26] [Server thread/INFO]: [FactionsX] FactionsX
  1568. [22:38:26] [Server thread/INFO]: [FactionsX] By: ProSavage and SavageLabs Team.
  1569. [22:38:26] [Server thread/INFO]: [FactionsX] https://savagelabs.net
  1570. [22:38:27] [Server thread/INFO]: attempting pre-alts migration...
  1571. [22:38:27] [Server thread/INFO]: [FactionsX] Loaded 15 players.
  1572. [22:38:27] [Server thread/INFO]: [FactionsX] Loaded 20 factions.
  1573. [22:38:27] [Server thread/INFO]: [FactionsX] Loaded 6241 claims.
  1574. [22:38:27] [Server thread/INFO]: [FactionsX] Loaded Data & Configuration files in 326ms.
  1575. [22:38:27] [Server thread/INFO]: [FactionsX] Migrated Applicable Data.
  1576. [22:38:28] [Server thread/INFO]: [FactionsX] Registered all permissions.
  1577. [22:38:28] [Server thread/INFO]: [FactionsX] Setup factions commands.
  1578. [22:38:28] [Server thread/INFO]: [FactionsX] Registered Factions Listeners.
  1579. [22:38:28] [Server thread/INFO]: [FactionsX] Started Position Monitor
  1580. [22:38:28] [Server thread/INFO]: [FactionsX] Scoreboard Running (Disabled): FeatherBoard
  1581. [22:38:28] [Server thread/INFO]: [FactionsX] Started Scoreboard Monitor
  1582. [22:38:28] [Server thread/INFO]: [FactionsX] Enabled Metrics.
  1583. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded ShopGUIPlus Hook
  1584. [22:38:28] [Server thread/INFO]: [FactionsX] Hooked into Vault.
  1585. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded Vault Hook.
  1586. [22:38:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: factionsx
  1587. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded PlaceholderAPI Hook.
  1588. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded Essentials Hook.
  1589. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded all plugin hooks.
  1590. [22:38:28] [Server thread/INFO]: [FactionsX] Loaded All Addon Files.
  1591. [22:38:28] [Server thread/INFO]: [FactionsX] Enabled 0 addons.
  1592. [22:38:28] [Server thread/INFO]: [FactionsX] Started Addon Manager.
  1593. [22:38:28] [Server thread/INFO]: [FactionsX] Initialized Command Data
  1594. [22:38:28] [Server thread/INFO]: [FactionsX] Registered Upgrades.
  1595. [22:38:28] [Server thread/INFO]: [FactionsX] Total Upgrades: 15.
  1596. [22:38:28] [Server thread/INFO]: [FactionsX] Territory Upgrades: 9
  1597. [22:38:28] [Server thread/INFO]: [FactionsX] Global Upgrades: 6
  1598. [22:38:28] [Server thread/INFO]: [FactionsX] Started autosave task.
  1599. [22:38:28] [Server thread/INFO]: [FactionsX] Startup Completed In 1.87s.
  1600. [22:38:28] [Server thread/INFO]: [FactionsUUID-API-Proxy] Enabling Factions v1.0*
  1601. [22:38:28] [Server thread/INFO]: [FactionsUUID-API-Proxy] Enabled FactionsUUID API Proxy
  1602. [22:38:28] [Server thread/INFO]: [FactionsUUID-API-Proxy] This plugin can convert FactionsUUID API calls to FactionsX API calls.
  1603. [22:38:28] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v6.5.0
  1604. [22:38:28] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1605. [22:38:28] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R3
  1606. [22:38:28] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  1607. [22:38:29] [Server thread/INFO]: [SilkSpawners] Error while auto updating:
  1608. java.lang.NullPointerException: null
  1609. at de.dustplanet.silkspawners.SilkSpawners.onEnable(SilkSpawners.java:113) ~[?:?]
  1610. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-457]
  1611. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-457]
  1612. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-457]
  1613. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-457]
  1614. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-457]
  1615. at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:465) ~[patched_1.16.5.jar:git-Paper-457]
  1616. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.5.jar:git-Paper-457]
  1617. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:936) ~[patched_1.16.5.jar:git-Paper-457]
  1618. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:174) ~[patched_1.16.5.jar:git-Paper-457]
  1619. at java.lang.Thread.run(Thread.java:834) [?:?]
  1620. [22:38:29] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  1621. [22:38:29] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.49.0
  1622. [22:38:30] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  1623. [22:38:30] [Server thread/INFO]: Running delayed init tasks
  1624. [22:38:30] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
  1625. [22:38:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab
  1626. [22:38:30] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
  1627. [22:38:30] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
  1628. [22:38:31] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  1629. [22:38:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
  1630. [22:38:31] [Craft Scheduler Thread - 34/INFO]: [Vault] Checking for Updates ...
  1631. [22:38:31] [Craft Scheduler Thread - 20/INFO]: [BeastWithdraw] There is not a new update available.
  1632. [22:38:31] [Craft Scheduler Thread - 7/INFO]: [PacketListenerApi] Plugin is up-to-date
  1633. [22:38:31] [Craft Scheduler Thread - 35/INFO]: [DungeonsXL] The plugin is up to date.
  1634. [22:38:31] [Craft Scheduler Thread - 34/INFO]: [Vault] No new version available
  1635. [22:38:32] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Succesfully loaded 35008 heads!
  1636. [22:38:32] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
  1637. [22:38:34] [Server thread/INFO]: [Citizens] Loaded 13 NPCs.
  1638. [22:38:34] [Server thread/INFO]: [MythicMobs] ?Using HolographicDisplays plugin for holograms
  1639. [22:38:34] [Server thread/WARN]: [MythicMobs] Loaded class net.Indyuce.mmoitems.MMOItems from MMOItems v6.5.1-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  1640. [22:38:34] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths.
  1641. [22:38:34] [Server thread/INFO]: +> [] +-------------------------+
  1642. [22:38:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mvdw
  1643. [22:38:34] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.2.76 which is not a depend, softdepend or loadbefore of this plugin.
  1644. [22:38:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  1645. [22:38:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  1646. [22:38:35] [Server thread/INFO]: 3 placeholder hooks successfully registered!
  1647. [22:38:35] [Server thread/INFO]: [AuctionHouse] Found PlaceholderAPI plugin
  1648. [22:38:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionhouse
  1649. [22:38:35] [Server thread/INFO]: [AuctionHouse] Registered PlaceholderAPI placeholders
  1650. [22:38:35] [Server thread/INFO]: [AuctionHouse] Found MVdWPlaceholderAPI plugin
  1651. [22:38:35] [Server thread/INFO]: [MVdWPlaceholderAPI] AuctionHouse added custom placeholder {auctionhouse_active_listings}
  1652. [22:38:35] [Server thread/INFO]: [MVdWPlaceholderAPI] AuctionHouse added custom placeholder {auctionhouse_player_listings}
  1653. [22:38:35] [Server thread/INFO]: [MVdWPlaceholderAPI] AuctionHouse added custom placeholder {auctionhouse_expired_listings}
  1654. [22:38:35] [Server thread/INFO]: [MVdWPlaceholderAPI] AuctionHouse added custom placeholder {auctionhouse_sold_items}
  1655. [22:38:35] [Server thread/INFO]: [MVdWPlaceholderAPI] AuctionHouse added custom placeholder {auctionhouse_max_listings}
  1656. [22:38:35] [Server thread/INFO]: [AuctionHouse] Registered MVdWPlaceholderAPI placeholders
  1657. [22:38:35] [Server thread/INFO]: [ChestSort] You are using the latest version of ChestSort.
  1658. [22:38:35] [Server thread/INFO]: Done (64.980s)! For help, type "help"
  1659. [22:38:35] [Server thread/INFO]: Timings Reset
  1660. [22:38:35] [Craft Scheduler Thread - 22/WARN]: [HeadDatabase] You are using an outdated version!
  1661. [22:38:35] [Craft Scheduler Thread - 22/WARN]: [HeadDatabase] Latest version: 4.13.4. You are on version: 4.13.3.
  1662. [22:38:35] [Craft Scheduler Thread - 22/WARN]: [HeadDatabase] Update here: https://www.spigotmc.org/resources/head-database.14280/
  1663. [22:38:35] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
  1664. [22:38:35] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
  1665. [22:38:36] [Craft Scheduler Thread - 25/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 6.1.2
  1666. [22:38:36] [Server thread/INFO]: [MythicMobs] Attached Artifact traits to items.
  1667. [22:38:36] [Server thread/INFO]: [MythicMobs] Loaded 25 items.
  1668. [22:38:36] [Server thread/INFO]: [ShopGUIPlus]
  1669. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
  1670. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
  1671. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  1672. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for HeadDatabase.
  1673. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for MMOItems.
  1674. [22:38:36] [Server thread/WARN]: [ShopGUIPlus] Found SilkSpawners but not hooked into it. You need to download an additional addon: https://brcdev.net/go/silkspawners-bridge
  1675. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
  1676. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
  1677. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 18 items.
  1678. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
  1679. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
  1680. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
  1681. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 18 items.
  1682. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
  1683. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
  1684. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
  1685. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 37 items.
  1686. [22:38:36] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 164 items.
  1687. [22:38:36] [Server thread/INFO]: [ShopGUIPlus]
  1688. [22:38:36] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5104ms or 102 ticks behind
  1689. [22:38:45] [Server thread/INFO]: [KeepChunks] You are running the latest version.
  1690. [22:39:22] [User Authenticator #1/INFO]: UUID of player Woodyo_ is aa0672f6-befe-48c4-9450-8029945617e2
  1691. [22:39:23] [pool-34-thread-5/WARN]: [TAB] Loaded class me.libraryaddict.disguise.DisguiseAPI from LibsDisguises v10.0.23 which is not a depend, softdepend or loadbefore of this plugin.
  1692. [22:39:23] [Server thread/INFO]: Woodyo_[/77.102.90.157:57002] logged in with entity id 544 at ([factions]207.9915409968491, 73.0, -77.3501794376491)
  1693. [22:39:24] [Craft Scheduler Thread - 51/WARN]: [FeatherBoard] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin.
  1694. [22:39:24] [Craft Scheduler Thread - 51/WARN]: [FeatherBoard] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER} which is not a depend, softdepend or loadbefore of this plugin.
  1695.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement