• 0

    posted a message on server closes after successful start

    Hi.
    I made a server with Spigot on MC 1.14.4 and i have 11 plugins. As soon as the server starts up, after it started it just closes. Heres the log:


    [19:34:18] [Server thread/INFO]: Starting minecraft server version 1.14.4[19:34:18] [Server thread/INFO]: Starting minecraft server version 1.14.4[19:34:18] [Server thread/INFO]: Loading properties[19:34:22] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-065a373-763e560 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)[19:34:23] [Server thread/INFO]: Debug logging is disabled[19:34:23] [Server thread/INFO]: Server Ping Player Sample Count: 12[19:34:23] [Server thread/INFO]: Using 4 threads for Netty based IO[19:34:23] [Server thread/INFO]: Default game type: SURVIVAL[19:34:23] [Server thread/INFO]: Generating keypair[19:34:25] [Server thread/INFO]: Starting Minecraft server on *:25565[19:34:25] [Server thread/INFO]: Using default channel type[19:35:02] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.[19:35:03] [Server thread/WARN]: Plugin FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0 does not specify an api-version.[19:35:03] [Server thread/WARN]: Plugin ChatColor2 v1.9.4 does not specify an api-version.[19:35:04] [Server thread/WARN]: Plugin AuthMe v5.4.0-b1877 does not specify an api-version.[19:35:04] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4[19:35:04] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0[19:35:04] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.9.4[19:35:04] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107[19:35:04] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775[19:35:04] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805[19:35:04] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0[19:35:04] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-b459[19:35:04] [Server thread/INFO]: [Multiverse-SignPortals] Loading Multiverse-SignPortals v4.1.0-b748[19:35:04] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877[19:35:04] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.1.0-b763[19:35:04] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0[19:35:07] [Server thread/INFO]: §8(§4§lFAWE§8)§r§7 ++++ HASH CHECK ++++[19:35:07] [Server thread/INFO]: §8(§4§lFAWE§8)§r§7 https://addons.cursecdn.com/files/2431/372/worldedit-bukkit-6.1.7.2.jar[19:35:07] [Server thread/INFO]: §8(§4§lFAWE§8)§r§7 CRVJCWGJJ6UK40CTGHXQVK2/3C9BBTOS25FWI0ZHD4S=[19:35:07] [Server thread/WARN]: Plugin WorldEdit v6.1.7;dd00bb1 does not specify an api-version.[19:35:29] [Server thread/INFO]: ====== USE PAPER ======[19:35:29] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[19:35:29] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[19:35:29] [Server thread/INFO]: - This is only a recommendation[19:35:29] [Server thread/INFO]: ==============================[19:35:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1[19:35:36] [Server thread/INFO]: [WorldEdit] Default configuration file written: config.yml[19:35:36] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.[19:35:36] [Server thread/ERROR]: Error occurred while enabling WorldEdit v6.1.7;dd00bb1 (Is it up to date?)java.lang.IllegalArgumentException: Channel must contain : separator (attempted to use WECUI) at org.bukkit.plugin.messaging.StandardMessenger.validateAndCorrectChannel(StandardMessenger.java:503) ~[spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.plugin.messaging.StandardMessenger.registerIncomingPluginChannel(StandardMessenger.java:216) ~[spigot-1.14.4.jar:git-Spigot-065a373-763e560] at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:110) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:78) [FastAsyncWorldEdit-bukkit-19.07.12-5cc5ce5-1277-22.3.0.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-065a373-763e560] at java.lang.Thread.run(Unknown Source) [?:1.8.0_221][19:35:36] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107[19:35:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting[19:35:37] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting[19:35:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.[19:35:37] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting[19:35:38] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107[19:35:38] [Server thread/INFO]: Preparing level "world"[19:35:39] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit[19:35:46] [Server thread/INFO]: Loaded 6 recipes[19:35:51] [Server thread/INFO]: -------- World Settings For [world] --------[19:35:51] [Server thread/INFO]: View Distance: 10[19:35:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[19:35:51] [Server thread/INFO]: Item Despawn Rate: 6000[19:35:51] [Server thread/INFO]: Item Merge Radius: 2.5[19:35:51] [Server thread/INFO]: Arrow Despawn Rate: 1200[19:35:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[19:35:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[19:35:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true[19:35:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1[19:35:51] [Server thread/INFO]: Cactus Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Cane Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Melon Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Sapling Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Carrot Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Potato Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Wheat Growth Modifier: 100%[19:35:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Vine Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%[19:35:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Kelp Growth Modifier: 100%[19:35:51] [Server thread/INFO]: Max TNT Explosions: 100[19:35:51] [Server thread/INFO]: Experience Merge Radius: 3.0[19:35:51] [Server thread/INFO]: Mob Spawn Range: 4[19:35:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[19:35:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[19:35:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911[19:35:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------[19:35:55] [Server thread/INFO]: View Distance: 10[19:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[19:35:55] [Server thread/INFO]: Item Despawn Rate: 6000[19:35:55] [Server thread/INFO]: Item Merge Radius: 2.5[19:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200[19:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[19:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[19:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true[19:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1[19:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Carrot Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Potato Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%[19:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Vine Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%[19:35:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Kelp Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Max TNT Explosions: 100[19:35:55] [S
    erver thread/INFO]: Experience Merge Radius: 3.0[19:35:55] [Server thread/INFO]: Mob Spawn Range: 4[19:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[19:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[19:35:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911[19:35:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------[19:35:55] [Server thread/INFO]: View Distance: 10[19:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[19:35:55] [Server thread/INFO]: Item Despawn Rate: 6000[19:35:55] [Server thread/INFO]: Item Merge Radius: 2.5[19:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200[19:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[19:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[19:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true[19:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1[19:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Carrot Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Potato Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%[19:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Vine Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%[19:35:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Kelp Growth Modifier: 100%[19:35:55] [Server thread/INFO]: Max TNT Explosions: 100[19:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0[19:35:55] [Server thread/INFO]: Mob Spawn Range: 4[19:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[19:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[19:35:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911[19:35:56] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:05] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:18] [Server thread/INFO]: Preparing spawn area: 0%[19:36:20] [Server thread/INFO]: Preparing spawn area: 66%[19:36:20] [Server thread/INFO]: Preparing spawn area: 66%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:36] [Server-Worker-3/INFO]: Preparing spawn area: 89%[19:36:37] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:37] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:41] [Server thread/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:41] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:42] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:42] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:43] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:43] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:44] [Server-Worker-4/INFO]: Preparing spawn area: 89%[19:36:44] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:45] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:45] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:46] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:46] [Server-Worker-4/INFO]: Preparing spawn area: 89%[19:36:47] [Server-Worker-4/INFO]: Preparing spawn area: 89%[19:36:47] [Server-Worker-4/INFO]: Preparing spawn area: 89%[19:36:48] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:48] [Server-Worker-2/INFO]: Preparing spawn area: 89%[19:36:49] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:49] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:50] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:50] [Server-Worker-4/INFO]: Preparing spawn area: 89%[19:36:51] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:51] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:52] [Server-Worker-1/INFO]: Preparing spawn area: 89%[19:36:52] [Server thread/INFO]: Preparing spawn area: 89%[19:36:53] [Server-Worker-4/INFO]: Preparing spawn area: 90%[19:36:53] [Server-Worker-4/INFO]: Preparing spawn area: 91%[19:36:54] [Server-Worker-2/INFO]: Preparing spawn area: 91%[19:36:54] [Server-Worker-4/INFO]: Preparing spawn area: 91%[19:36:55] [Server-Worker-1/INFO]: Preparing spawn area: 93%[19:36:55] [Server-Worker-2/INFO]: Preparing spawn area: 93%[19:36:56] [Server-Worker-2/INFO]: Preparing spawn area: 93%[19:36:56] [Server-Worker-2/INFO]: Preparing spawn area: 93%[19:36:58] [Server thread/INFO]: Preparing spawn area: 95%[19:36:58] [Server thre
    ad/INFO]: Preparing spawn area: 95%[19:36:58] [Server thread/INFO]: Preparing spawn area: 95%[19:36:58] [Server thread/INFO]: Preparing spawn area: 95%[19:36:59] [Server thread/INFO]: Time elapsed: 62476 ms[19:36:59] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:10] [Server thread/INFO]: Preparing spawn area: 0%[19:37:11] [Server-Worker-1/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:20] [Server thread/INFO]: Preparing spawn area: 0%[19:37:21] [Server thread/INFO]: Preparing spawn area: 83%[19:37:21] [Server thread/INFO]: Preparing spawn area: 83%[19:37:21] [Server-Worker-5/INFO]: Preparing spawn area: 91%[19:37:22] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:22] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:23] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:23] [Server-Worker-5/INFO]: Preparing spawn area: 91%[19:37:24] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:24] [Server-Worker-1/INFO]: Preparing spawn area: 91%[19:37:25] [Server-Worker-1/INFO]: Preparing spawn area: 91%[19:37:25] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:26] [Server-Worker-5/INFO]: Preparing spawn area: 91%[19:37:26] [Server-Worker-5/INFO]: Preparing spawn area: 92%[19:37:27] [Server-Worker-5/INFO]: Preparing spawn area: 92%[19:37:27] [Server-Worker-1/INFO]: Preparing spawn area: 93%[19:37:28] [Server-Worker-6/INFO]: Preparing spawn area: 94%[19:37:28] [Server-Worker-5/INFO]: Preparing spawn area: 94%[19:37:29] [Server-Worker-6/INFO]: Preparing spawn area: 94%[19:37:29] [Server thread/INFO]: Time elapsed: 30498 ms[19:37:29] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:32] [Server thread/INFO]: Preparing spawn area: 0%[19:37:33] [Server-Worker-6/INFO]: Preparing spawn area: 0%[19:37:33] [Server thread/INFO]: Preparing spawn area: 0%[19:37:34] [Server thread/INFO]: Preparing spawn area: 0%[19:37:34] [Server thread/INFO]: Preparing spawn area: 0%[19:37:35] [Server-Worker-6/INFO]: Preparing spawn area: 0%[19:37:35] [Server-Worker-5/INFO]: Preparing spawn area: 83%[19:37:36] [Server-Worker-6/INFO]: Preparing spawn area: 91%[19:37:36] [Server-Worker-5/INFO]: Preparing spawn area: 91%[19:37:36] [Server thread/INFO]: Time elapsed: 7084 ms[19:37:36] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4[19:37:36] [Server thread/INFO]: [PermissionsEx] Initializing file backend[19:37:36] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.[19:37:36] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.[19:37:36] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.[19:37:37] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.9.4[19:37:37] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.9.4 has been enabled.[19:37:37] [Server thread/INFO]: [ChatColor] Current update: Color-Text placeholders everywhere, bug fixes.[19:37:37] [Server thread/INFO]: [ChatColor] PlaceholderAPI not found, placeholders will not be available.[19:37:37] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2[19:37:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775[19:37:37] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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 [Rigby, fernferret, lithium3141, main--, dumptruckman].[19:37:37] [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. The performance impact is negligible.[19:37:38] [Server thread/WARN]: [Multiverse-Core] Cannot load worlds.yml[19:37:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6648503389568716456[19:37:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -6648503389568716456[19:37:39] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...[19:37:39] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0 [19:37:39] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'world_nether' is located at: world_nether:1.50,65.00,0.50:0.00:0.00[19:37:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -6648503389568716456[19:37:39] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...[19:37:39] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 50 Z: 0 P: 0 Y: 0 [19:37:40] [Server thread/INFO]: [Multiverse-Core] New Spawn for 'world_the_end' is located at: world_the_end:0.00,63.00,0.00:0.00:0.00[19:37:40] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.[19:37:42] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman[19:37:42] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman[19:37:42] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman[19:37:42] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805[19:37:42] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded[19:37:42] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.[19:37:42] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805] Enabled - By Rigby and fernferret[19:37:42] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0[19:37:42] [Server thread/INFO]: Creating config from template: C:\Users\Jasper Wong\Desktop\serveer\plugins\Essentials\config.yml[19:37:42] [Server thread/INFO]: Creating config from template: C:\Users\Jasper Wong\Desktop\serveer\plugins\Essentials\kits.yml[19:37:42] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml[19:37:42] [Server thread/INFO]: No kits found to migrate.[19:37:42] [Server thread/INFO]: [Essentials] Starting Essentials ban format conversion[19:37:42] [Server thread/INFO]: [Essentials] Starting usermap repair[19:37:42] [Server thread/WARN]: [Essentials] Missing userdata folder, aborting[19:37:42] [Server thread/INFO]: Creating config from template: C:\Users\Jasper Wong\Desktop\serveer\plugins\Essentials\worth.yml[
    19:37:43] [pool-10-thread-1/INFO]: Creating empty config: C:\Users\Jasper Wong\Desktop\serveer\plugins\Essentials\upgrades-done.yml[19:37:44] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.[19:37:44] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.[19:37:46] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.[19:37:47] [Server thread/INFO]: Loaded 20977 items from items.json.[19:37:47] [Server thread/INFO]: Using locale en_GB[19:37:47] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API[19:37:47] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.[19:37:47] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.[19:37:47] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)[19:37:47] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-b459[19:37:47] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-b459] enabled.[19:37:47] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v4.1.0-b748[19:37:47] [Server thread/INFO]: [Multiverse-SignPortals 4.1.0-b748] Enabled - By Rigby and fernferret[19:37:47] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877[19:37:50] [Server thread/INFO]: [AuthMe] Created column 'regdate' and set the current timestamp, 1567795070382, to all 0 rows[19:37:51] [Server thread/INFO]: [AuthMe] SQLite Setup finished[19:37:51] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx![19:37:51] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke constructor of class 'class fr.xephi.authme.command.CommandHandler'[19:37:51] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION![19:37:51] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish[19:37:51] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled![19:37:52] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.1.0-b763[19:37:52] [Server thread/ERROR]: [Multiverse-NetherPortals] Could not load config.yml[19:37:52] [Server thread/INFO]: [Multiverse-NetherPortals 4.1.0-b763] Enabled - By Rigby and fernferret[19:37:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it[19:37:54] [Server thread/INFO]: Done (135.914s)! For help, type "help"[19:37:54] [Server thread/INFO]: Stopping server[19:37:54] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1[19:37:54] [Server thread/INFO]: [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v4.1.0-b763[19:37:54] [Server thread/INFO]: [Multiverse-NetherPortals] - Disabled[19:37:54] [Server thread/INFO]: [Multiverse-SignPortals] Disabling Multiverse-SignPortals v4.1.0-b748[19:37:54] [Server thread/INFO]: [Multiverse-SignPortals] - Disabled[19:37:54] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v3.0.0-b459[19:37:54] [Server thread/INFO]: [Essentials] Disabling Essentials v2.17.1.0[19:37:54] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.[19:37:54] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v4.1.0-b805[19:37:54] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.1.0-b775[19:37:54] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107[19:37:54] [Server thread/INFO]: [ChatColor2] Disabling ChatColor2 v1.9.4[19:37:54] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.9.4 has been disabled.[19:37:54] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0[19:37:54] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4[19:37:54] [Server thread/INFO]: Saving players[19:37:54] [Server thread/INFO]: Saving worlds[19:37:54] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld[19:37:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved[19:37:58] [Server thread/INFO]: Saving chunks for level 'world_nether'/minecraft:the_nether[19:38:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved[19:38:02] [Server thread/INFO]: Saving chunks for level 'world_the_end'/minecraft:the_end[19:38:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved[19:38:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved[19:38:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved[19:38:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved


    ito nly started being like this after i reinstalled spigot.

    EDIT: AuthMe was closing the server deleted it now works.

    Posted in: Server Support and Administration
  • To post a comment, please .