[21:58:42] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [21:58:42] [main/INFO]: Reloading ResourceManager: Default, bukkit [21:58:43] [Worker-Main-14/INFO]: Loaded 7 recipes [21:58:45] [Server thread/INFO]: Starting minecraft server version 1.16.3 [21:58:45] [Server thread/INFO]: Loading properties [21:58:45] [Server thread/INFO]: Default game type: SURVIVAL [21:58:45] [Server thread/INFO]: Generating keypair [21:58:46] [Server thread/INFO]: Starting Minecraft server on 173.249.14.183:25575 [21:58:46] [Server thread/INFO]: Using epoll channel type [21:58:46] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-890130b (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT) [21:58:48] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [21:58:51] [Server thread/WARN]: Legacy plugin Vanilla v0.2 does not specify an api-version. [21:58:51] [Server thread/WARN]: Legacy plugin VoxelSniper v5.171.0-SNAPSHOT does not specify an api-version. [21:58:51] [Server thread/WARN]: Legacy plugin PermissionsEx v1.23.4 does not specify an api-version. [21:58:51] [Server thread/WARN]: Legacy plugin SaddleCraft v1.1 does not specify an api-version. [21:58:52] [Server thread/WARN]: Legacy plugin MassiveCore v2.14.0 does not specify an api-version. [21:58:53] [Server thread/INFO]: [Vanilla] Loading Vanilla v0.2 [21:58:53] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT [21:58:53] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4 [21:58:53] [Server thread/INFO]: [SaddleCraft] Loading SaddleCraft v1.1 [21:58:53] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [21:58:53] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812 [21:58:53] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0 [21:58:54] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.16-427;478ab16 [21:58:55] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6a5bbc67] [21:58:55] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.1-b490 [21:58:55] [Server thread/INFO]: [Ultimate_Economy] Loading Ultimate_Economy v1.2.6b [21:58:55] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984 [21:58:55] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213) [21:58:55] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded. [21:58:55] [Server thread/INFO]: [AdvancedRegionMarket] Loading AdvancedRegionMarket v3.2.7 [21:58:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.1.31 [21:58:55] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.18.1.31 [21:58:55] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.1.31 [21:58:55] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.6.1 [21:58:55] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.1.31 [21:58:55] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.10.2;21180b0 [21:58:55] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.0-b826 [21:58:55] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [21:58:55] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.1.31 which is not a depend, softdepend or loadbefore of this plugin. [21:58:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [21:58:55] [Server thread/WARN]: [Vault] Loaded class ru.tehkode.permissions.bukkit.PermissionsEx from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin. [21:58:55] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting [21:58:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [21:58:55] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting [21:58:55] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [21:58:55] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0 [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START === [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas... [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas... [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas... [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile... [21:58:55] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 51ms. [21:58:55] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.14.0 (Is it up to date?) java.lang.ExceptionInInitializerError: null at com.massivecraft.massivecore.command.type.RegistryType.registerAll(RegistryType.java:318) ~[?:?] at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:234) ~[?:?] at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:480) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:406) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:178) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:786) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] Caused by: java.lang.IllegalArgumentException: Cannot get ID of Modern Material at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.Material.getId(Material.java:3576) ~[craftbukkit.jar:git-Bukkit-890130b] at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.getIdsInner(TypeMaterial.java:31) ~[?:?] at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.getIdsInner(TypeMaterial.java:9) ~[?:?] at com.massivecraft.massivecore.command.type.TypeAbstract.getIds(TypeAbstract.java:353) ~[?:?] at com.massivecraft.massivecore.command.type.TypeAbstractChoice.createOptionKeys(TypeAbstractChoice.java:365) ~[?:?] at com.massivecraft.massivecore.command.type.TypeAbstractChoice.createOptions(TypeAbstractChoice.java:339) ~[?:?] at com.massivecraft.massivecore.command.type.TypeAbstractChoice.setAll(TypeAbstractChoice.java:77) ~[?:?] at com.massivecraft.massivecore.command.type.TypeAbstractChoice.setAll(TypeAbstractChoice.java:84) ~[?:?] at com.massivecraft.massivecore.command.type.enumeration.TypeEnum.(TypeEnum.java:25) ~[?:?] at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.(TypeMaterial.java:19) ~[?:?] at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.(TypeMaterial.java:15) ~[?:?] ... 12 more [21:58:55] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.16-427;478ab16 [21:58:55] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class ru.tehkode.permissions.PermissionManager from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin. [21:58:55] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [21:58:56] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R2 as the Bukkit adapter [21:58:56] [Server thread/INFO]: Ignoring invalid block minecraft:sign [21:58:56] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign [21:58:56] [Server thread/INFO]: Preparing level "Stadt" [21:58:57] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [21:58:57] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [21:58:59] [Server thread/INFO]: Preparing spawn area: 0% [21:58:59] [Server thread/INFO]: Preparing spawn area: 0% [21:58:59] [Server thread/INFO]: Preparing spawn area: 0% [21:58:59] [Server thread/INFO]: Preparing spawn area: 0% [21:58:59] [Server thread/INFO]: Preparing spawn area: 38% [21:58:59] [Server thread/INFO]: Time elapsed: 2449 ms [21:58:59] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [21:59:00] [Server thread/INFO]: Preparing spawn area: 0% [21:59:00] [Server thread/INFO]: Preparing spawn area: 0% [21:59:02] [Server thread/INFO]: Preparing spawn area: 0% [21:59:02] [Server thread/INFO]: Preparing spawn area: 0% [21:59:02] [Server thread/INFO]: Preparing spawn area: 0% [21:59:02] [Server thread/INFO]: Preparing spawn area: 0% [21:59:02] [Server thread/INFO]: Time elapsed: 3045 ms [21:59:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [21:59:03] [Server thread/INFO]: Preparing spawn area: 0% [21:59:03] [Server thread/INFO]: Preparing spawn area: 0% [21:59:03] [Server thread/INFO]: Time elapsed: 948 ms [21:59:03] [Server thread/INFO]: [Vanilla] Enabling Vanilla v0.2 [21:59:03] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT [21:59:03] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles. [21:59:03] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener. [21:59:03] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4 [21:59:03] [Server thread/INFO]: [PermissionsEx] Initializing file backend [21:59:03] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded [21:59:03] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions. [21:59:03] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked. [21:59:03] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked. [21:59:03] [Server thread/INFO]: [SaddleCraft] Enabling SaddleCraft v1.1 [21:59:04] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812 [21:59:04] [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--]. [21:59:04] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [21:59:04] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Martin-world [21:59:04] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [21:59:04] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: newstadt [21:59:04] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [21:59:04] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Tempel [21:59:04] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [21:59:04] [Server thread/INFO]: Preparing start region for dimension minecraft:farmwelt [21:59:05] [Server thread/INFO]: Preparing spawn area: 0% [21:59:05] [Server thread/INFO]: Preparing spawn area: 0% [21:59:05] [Thread-11/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279 [21:59:07] [Server thread/INFO]: Preparing spawn area: 0% [21:59:07] [Server thread/INFO]: Preparing spawn area: 0% [21:59:07] [Server thread/INFO]: Preparing spawn area: 0% [21:59:07] [Server thread/INFO]: Preparing spawn area: 0% [21:59:07] [Server thread/INFO]: Preparing spawn area: 0% [21:59:08] [Server thread/INFO]: Preparing spawn area: 84% [21:59:08] [Server thread/INFO]: Preparing spawn area: 84% [21:59:08] [Server thread/INFO]: Time elapsed: 4275 ms [21:59:08] [Server thread/INFO]: Preparing start region for dimension minecraft:artwork [21:59:09] [Server thread/INFO]: Preparing spawn area: 0% [21:59:09] [Server thread/INFO]: Preparing spawn area: 0% [21:59:09] [Server thread/INFO]: Preparing spawn area: 0% [21:59:10] [Server thread/INFO]: Preparing spawn area: 0% [21:59:11] [Server thread/INFO]: Preparing spawn area: 83% [21:59:11] [Server thread/INFO]: Time elapsed: 2435 ms [21:59:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: test [21:59:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [21:59:11] [Server thread/INFO]: Preparing start region for dimension minecraft:freebuild [21:59:11] [Server thread/INFO]: Preparing spawn area: 0% [21:59:11] [Server thread/INFO]: Preparing spawn area: 0% [21:59:11] [Server thread/INFO]: Time elapsed: 861 ms [21:59:11] [Server thread/INFO]: Preparing start region for dimension minecraft:faction_nether [21:59:12] [Server thread/INFO]: Preparing spawn area: 0% [21:59:12] [Server thread/INFO]: Preparing spawn area: 0% [21:59:13] [Server thread/INFO]: Time elapsed: 1092 ms [21:59:13] [Server thread/INFO]: Preparing start region for dimension minecraft:arena [21:59:13] [Server thread/INFO]: Preparing spawn area: 0% [21:59:13] [Server thread/INFO]: Preparing spawn area: 0% [21:59:14] [Server thread/INFO]: Preparing spawn area: 0% [21:59:15] [Server thread/INFO]: Preparing spawn area: 85% [21:59:15] [Server thread/INFO]: Preparing spawn area: 85% [21:59:15] [Server thread/INFO]: Time elapsed: 2113 ms [21:59:15] [Server thread/INFO]: Preparing start region for dimension minecraft:artwork2 [21:59:15] [Server thread/INFO]: Preparing spawn area: 0% [21:59:15] [Server thread/INFO]: Preparing spawn area: 0% [21:59:16] [Server thread/INFO]: Preparing spawn area: 0% [21:59:17] [Server thread/INFO]: Preparing spawn area: 83% [21:59:17] [Server thread/INFO]: Time elapsed: 1827 ms [21:59:17] [Server thread/INFO]: Preparing start region for dimension minecraft:freebuild_nether [21:59:17] [Server thread/INFO]: Preparing spawn area: 0% [21:59:17] [Server thread/INFO]: Preparing spawn area: 0% [21:59:18] [Server thread/INFO]: Preparing spawn area: 83% [21:59:18] [Server thread/INFO]: Time elapsed: 1148 ms [21:59:18] [Server thread/INFO]: Preparing start region for dimension minecraft:freebuild_the_end [21:59:18] [Server thread/INFO]: Preparing spawn area: 0% [21:59:18] [Server thread/INFO]: Preparing spawn area: 0% [21:59:19] [Server thread/INFO]: Time elapsed: 853 ms [21:59:19] [Server thread/INFO]: Preparing start region for dimension minecraft:stadt-nether [21:59:19] [Server thread/INFO]: Preparing spawn area: 0% [21:59:19] [Server thread/INFO]: Preparing spawn area: 0% [21:59:20] [Server thread/INFO]: Preparing spawn area: 0% [21:59:20] [Server thread/INFO]: Time elapsed: 1480 ms [21:59:20] [Server thread/INFO]: Preparing start region for dimension minecraft:faction [21:59:21] [Server thread/INFO]: Preparing spawn area: 0% [21:59:21] [Server thread/INFO]: Preparing spawn area: 0% [21:59:21] [Server thread/INFO]: Time elapsed: 822 ms [21:59:21] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded. [21:59:22] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [21:59:22] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.1-b490 [21:59:22] [Server thread/INFO]: [Multiverse-Inventories 4.2.1-b490] enabled. [21:59:22] [Server thread/INFO]: [Ultimate_Economy] Enabling Ultimate_Economy v1.2.6b [21:59:23] [Server thread/WARN]: log4j:WARN No appenders could be found for logger (UltimateEconomy). [21:59:23] [Server thread/WARN]: log4j:WARN Please initialize the log4j system properly. [21:59:23] [Server thread/WARN]: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [21:59:23] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984 [21:59:23] [Server thread/INFO]: [WorldGuard] (Stadt) TNT ignition is PERMITTED. [21:59:23] [Server thread/INFO]: [WorldGuard] (Stadt) Lighters are PERMITTED. [21:59:23] [Server thread/INFO]: [WorldGuard] (Stadt) Lava fire is blocked. [21:59:23] [Server thread/INFO]: [WorldGuard] (Stadt) Fire spread is UNRESTRICTED. [21:59:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Stadt' [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_nether) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_nether) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_nether) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_nether) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Stadt_nether' [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_the_end) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_the_end) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_the_end) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt_the_end) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Stadt_the_end' [21:59:24] [Server thread/INFO]: [WorldGuard] (Farmwelt) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Farmwelt) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Farmwelt' [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Artwork' [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Freebuild' [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction_nether) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction_nether) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction_nether) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction_nether) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Faction_nether' [21:59:24] [Server thread/INFO]: [WorldGuard] (Arena) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Arena) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Arena) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Arena) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arena' [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork2) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork2) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork2) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Artwork2) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Artwork2' [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_nether) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_nether) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_nether) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_nether) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Freebuild_nether' [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_the_end) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_the_end) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_the_end) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Freebuild_the_end) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Freebuild_the_end' [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt-Nether) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt-Nether) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt-Nether) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Stadt-Nether) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Stadt-Nether' [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction) TNT ignition is PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction) Lighters are PERMITTED. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction) Lava fire is blocked. [21:59:24] [Server thread/INFO]: [WorldGuard] (Faction) Fire spread is UNRESTRICTED. [21:59:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Faction' [21:59:24] [Server thread/INFO]: [WorldGuard] Loading region data... [21:59:24] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.11 (build 213) [21:59:24] [Server thread/INFO]: [ChestShop] Found locale en! [21:59:24] [Server thread/INFO]: [ChestShop] Found legacy local.yml. Loading it as 'legacy' language and using that for all messages. [21:59:24] [Server thread/INFO]: [ChestShop] As long as the legacy file is used automatic language switching based on the client settings will not be supported! [21:59:24] [Server thread/INFO]: [ChestShop] Import it into the corresponding language file and remove/rename the file if you don't want it anymore! [21:59:24] [Server thread/WARN]: [ChestShop] No default config 'local.yml' found in ChestShop's jar file! [21:59:25] [Server thread/WARN]: [ChestShop] Server economy account setting '' doesn't seem to be the name of a known player! Please log in at least once in order for the server economy account to work. [21:59:25] [Server thread/ERROR]: Error occurred while enabling ChestShop v3.11 (build 213) (Is it up to date?) java.lang.NoClassDefFoundError: net/md_5/bungee/api/ChatColor at com.Acrobot.ChestShop.MineDown.MineDownParser.(MineDownParser.java:44) ~[?:?] at com.Acrobot.ChestShop.MineDown.MineDown.(MineDown.java:78) ~[?:?] at com.Acrobot.ChestShop.Configuration.Messages$Message.getComponents(Messages.java:166) ~[?:?] at com.Acrobot.ChestShop.Configuration.Messages$Message.getTextWithPrefix(Messages.java:179) ~[?:?] at com.Acrobot.ChestShop.Configuration.Messages$Message.getTextWithPrefix(Messages.java:183) ~[?:?] at com.Acrobot.ChestShop.ChestShop.lambda$loadConfig$0(ChestShop.java:175) ~[?:?] at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_272] at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:175) ~[?:?] at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:129) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:480) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:406) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:426) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:203) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:786) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.ChatColor at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_272] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_272] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_272] ... 19 more [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Enabling AdvancedRegionMarket v3.2.7 [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Using WorldGuard7 adapter [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Using WorldEdit7 adapter [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Using MC 1.14 sign adapter [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Regions loaded! [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] Programmed by Alex9849 [21:59:25] [Server thread/INFO]: [AdvancedRegionMarket] I'm always searching for better translations of AdvancedRegionMarket. If you've translated the plugin it would be very nice if you would send me your translation via spigot private message! :) [21:59:25] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.1.31 [21:59:25] [Server thread/INFO]: [Essentials] You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled. [21:59:25] [Server thread/INFO]: Loaded 25599 items from items.json. [21:59:25] [Server thread/INFO]: Using locale en_US [21:59:25] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [21:59:25] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [21:59:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [21:59:25] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx) [21:59:25] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Ultimate_Economy version: 1.7.3-b131) [21:59:25] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.18.1.31 [21:59:25] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect. [21:59:25] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config. [21:59:25] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.1.31 [21:59:25] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [21:59:25] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.6.1 [21:59:25] [Server thread/WARN]: [ServerSigns] Unknown blocks : SIGN_POST, WALL_SIGN [21:59:25] [Server thread/WARN]: [ServerSigns] Please visit the wiki : https://serversigns.de/wiki/Configuration [21:59:25] [Server thread/INFO]: [ServerSigns] Unable to load PlaceholderAPI dependency - placeholder features will be disabled [21:59:25] [Server thread/INFO]: [ServerSigns] You can download PlaceholderAPI at https://www.spigotmc.org/resources/placeholderapi.6245/ [21:59:25] [Server thread/INFO]: [ServerSigns] Version 4.6.1 is now enabled. [21:59:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.1.31 [21:59:25] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [21:59:25] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.10.2;21180b0 [21:59:25] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML! [21:59:25] [Server thread/WARN]: [CraftBook] Failed to load mechanic: Bridge java.lang.NullPointerException: null at com.sk89q.worldedit.world.block.BlockType.computeLegacy(BlockType.java:358) ~[?:?] at com.sk89q.worldedit.world.block.BlockType.getLegacyId(BlockType.java:291) ~[?:?] at com.sk89q.craftbook.util.BlockSyntax.getBlock(BlockSyntax.java:75) ~[?:?] at com.sk89q.craftbook.util.BlockSyntax.lambda$getBlocks$0(BlockSyntax.java:90) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_272] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_272] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_272] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_272] at com.sk89q.craftbook.util.BlockSyntax.getBlocks(BlockSyntax.java:90) ~[?:?] at com.sk89q.craftbook.mechanics.area.simple.Bridge.loadConfiguration(Bridge.java:341) ~[?:?] at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:564) ~[?:?] at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:451) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:480) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:406) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:426) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:203) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:786) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] [21:59:25] [Server thread/WARN]: [CraftBook] Failed to load mechanic: Chairs java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_272] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_272] at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_272] at java.lang.Class.newInstance(Class.java:412) ~[?:1.8.0_272] at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:563) ~[?:?] at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:451) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:480) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:406) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:426) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:203) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:786) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketListener at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_272] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_272] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_272] ... 16 more [21:59:26] [Server thread/WARN]: [CraftBook] Failed to load mechanic: Door java.lang.NullPointerException: null at com.sk89q.worldedit.world.block.BlockType.computeLegacy(BlockType.java:358) ~[?:?] at com.sk89q.worldedit.world.block.BlockType.getLegacyId(BlockType.java:291) ~[?:?] at com.sk89q.craftbook.util.BlockSyntax.getBlock(BlockSyntax.java:75) ~[?:?] at com.sk89q.craftbook.util.BlockSyntax.lambda$getBlocks$0(BlockSyntax.java:90) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_272] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_272] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_272] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_272] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_272] at com.sk89q.craftbook.util.BlockSyntax.getBlocks(BlockSyntax.java:90) ~[?:?] at com.sk89q.craftbook.mechanics.area.simple.Door.loadConfiguration(Door.java:365) ~[?:?] at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:564) ~[?:?] at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:451) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:480) ~[craftbukkit.jar:git-Bukkit-890130b] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:406) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:426) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:203) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:786) ~[craftbukkit.jar:git-Bukkit-890130b] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit.jar:git-Bukkit-890130b] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] [21:59:26] [Server thread/INFO]: [CraftBook] 1 cauldron recipe(s) loaded [21:59:26] [Server thread/WARN]: [CraftBook] Failed to enable mechanic: Marquee [21:59:26] [Server thread/INFO]: [CraftBook] Registered 3 custom recipes! [21:59:26] [Server thread/INFO]: [CraftBook] Successfully added 1 CommandItems! [21:59:26] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components... [21:59:26] [Server thread/INFO]: [CraftBook] 6877 chunk(s) for 13 world(s) processed (769ms elapsed) [21:59:26] [Server thread/WARN]: [CraftBook] ==================================================== [21:59:26] [Server thread/WARN]: [CraftBook] CraftBook works better if you use Paper [21:59:26] [Server thread/WARN]: [CraftBook] as your server software. [21:59:26] [Server thread/WARN]: [CraftBook] [21:59:26] [Server thread/WARN]: [CraftBook] Paper offers significant performance improvements, [21:59:26] [Server thread/WARN]: [CraftBook] bug fixes, security enhancements and optional [21:59:26] [Server thread/WARN]: [CraftBook] features for server owners to enhance their server. [21:59:26] [Server thread/WARN]: [CraftBook] [21:59:26] [Server thread/WARN]: [CraftBook] Paper includes Timings v2, which is significantly [21:59:26] [Server thread/WARN]: [CraftBook] better at diagnosing lag problems over v1. [21:59:26] [Server thread/WARN]: [CraftBook] [21:59:26] [Server thread/WARN]: [CraftBook] All of your plugins should still work, and the [21:59:26] [Server thread/WARN]: [CraftBook] Paper community will gladly help you fix any issues. [21:59:26] [Server thread/WARN]: [CraftBook] [21:59:26] [Server thread/WARN]: [CraftBook] Join the Paper Community @ https://papermc.io [21:59:26] [Server thread/WARN]: [CraftBook] ==================================================== [21:59:26] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.0-b826 [21:59:27] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: P-Tempel2 (World Error, World did not exist or was not imported into Multiverse-Core!) [21:59:27] [Server thread/WARN]: [Multiverse-Portals] Portal P-Tempel2 has an invalid LOCATION! [21:59:27] [Server thread/WARN]: [Multiverse-Portals] Portal 'P-Tempel2' not loaded due to invalid location! [21:59:27] [Server thread/INFO]: [Multiverse-Portals] 14 - Portals(s) loaded [21:59:27] [Server thread/INFO]: [Multiverse-Portals] Found FastAsyncWorldEdit. Using it for selections. [21:59:27] [Server thread/INFO]: [Multiverse-Portals 4.2.0-b826] Enabled - By Rigby and fernferret [21:59:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [21:59:27] [Server thread/INFO]: Done (31.146s)! For help, type "help" [21:59:27] [Server thread/INFO]: Starting GS4 status listener [21:59:28] [Server thread/INFO]: Thread Query Listener started [21:59:28] [Query Listener #1/INFO]: Query running on 173.249.14.183:25575 [21:59:28] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.4+f7ff984 which is not a depend, softdepend or loadbefore of this plugin. [21:59:28] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ... [21:59:28] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available [21:59:36] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5001ms or 100 ticks behind [22:00:13] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 7344ms or 146 ticks behind [22:01:01] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5006ms or 100 ticks behind