Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [17:56:12] [Server thread/INFO]: Starting minecraft server version 1.15.2
- [17:56:12] [Server thread/INFO]: Loading properties
- [17:56:13] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2040c4c-933e909 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
- [17:56:13] [Server thread/INFO]: Using 4 threads for Netty based IO
- [17:56:13] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [17:56:13] [Server thread/INFO]: Debug logging is disabled
- [17:56:13] [Server thread/INFO]: Default game type: SURVIVAL
- [17:56:13] [Server thread/INFO]: Generating keypair
- [17:56:14] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:8155
- [17:56:14] [Server thread/INFO]: Using epoll channel type
- [17:56:15] [Server thread/ERROR]: Ambiguous plugin name `PlayerVaults' for files `plugins/PlayerVaultsX.jar' and `plugins/PlayerVaults (1).jar' in `plugins'
- [17:56:15] [Server thread/ERROR]: Ambiguous plugin name `Votifier' for files `plugins/nuvotifier.jar' and `plugins/nuvotifier-2.5.3 (2).jar' in `plugins'
- [17:56:18] [Server thread/ERROR]: Could not load 'plugins/HolographicExtension-1.10.8 (2) (1).jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: HolographicDisplays
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:353) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:210) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:56:18] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
- [17:56:28] [Server thread/WARN]: Legacy plugin BungeeAdminTools v1.4.3-basics does not specify an api-version.
- [17:56:28] [Server thread/ERROR]: Could not load 'plugins/BungeeAdminTools-1.4.3-basics.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:353) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:210) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
- at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
- at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
- at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
- at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- ... 6 more
- Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
- at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
- at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
- at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
- at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
- at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- ... 6 more
- [17:56:29] [Server thread/WARN]: Legacy plugin PluginHider v1.1 does not specify an api-version.
- [17:56:30] [Server thread/ERROR]: Could not load 'plugins/customcrafting-1.5.5.0.jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: WolfyUtilities
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:353) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:210) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:56:30] [Server thread/WARN]: Legacy plugin MineSecure v1.3.2-SNAPSHOT does not specify an api-version.
- [17:56:31] [Server thread/WARN]: Legacy plugin WorldGuardFlags v0.1.1-dev does not specify an api-version.
- [17:56:31] [Server thread/WARN]: Legacy plugin Holograms v2.10.0-SNAPSHOT does not specify an api-version.
- [17:56:35] [Server thread/WARN]: Legacy plugin MultiChatSpigot v1.8.1 does not specify an api-version.
- [17:56:36] [Server thread/WARN]: Legacy plugin ServerNPC v1.0.9 does not specify an api-version.
- [17:56:36] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.52
- [17:56:36] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.5
- [17:56:36] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.2.1
- [17:56:36] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.3
- [17:56:36] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
- [17:56:36] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.39
- [17:56:36] [Server thread/INFO]: [PluginHider] Loading PluginHider v1.1
- [17:56:36] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
- [17:56:37] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5a4b8b00]
- [17:56:37] [Server thread/INFO]: [Skript] Loading Skript v2.4.1
- [17:56:37] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.8
- [17:56:37] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
- [17:56:37] [Server thread/INFO]: [Chairs] Loading Chairs v5.1
- [17:56:37] [Server thread/INFO]: [MineSecure] Loading MineSecure v1.3.2-SNAPSHOT
- [17:56:37] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
- [17:56:37] [Server thread/INFO]: [Votifier] Loading Votifier v2.6.0-SNAPSHOT
- [17:56:37] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
- [17:56:37] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
- [17:56:37] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
- [17:56:37] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.8
- [17:56:38] [Server thread/INFO]: [TARDISChunkGenerator] Loading TARDISChunkGenerator v4.3.2
- [17:56:38] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.3.0
- [17:56:38] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.20.5
- [17:56:38] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.6.2-SNAPSHOT
- [17:56:38] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib vDEV - 85 (git 4a7fce52)
- [17:56:38] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805
- [17:56:38] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
- [17:56:38] [Server thread/INFO]: [WorldGuardFlags] Loading WorldGuardFlags v0.1.1-dev
- [17:56:38] [Server thread/INFO]: [Vehicles] Loading Vehicles v10.6
- [17:56:38] [Server thread/INFO]: [DefensiveTurrets] Loading DefensiveTurrets v3.11.2
- [17:56:38] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa
- [17:56:38] [Server thread/INFO]: [Holograms] Loading Holograms v2.10.0-SNAPSHOT
- [17:56:38] [Server thread/INFO]: [Slimefun] Loading Slimefun vDEV - 497 (git 4131a900)
- [17:56:38] [Server thread/INFO]: [Barrels] Loading Barrels vDEV - 11 (git abecba9c)
- [17:56:38] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.1.4
- [17:56:38] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.19.9
- [17:56:38] [Server thread/INFO]: [MultiChatSpigot] Loading MultiChatSpigot v1.8.1
- [17:56:38] [Server thread/INFO]: [SlimeXpansion] Loading SlimeXpansion vDEV - 15 (git 57438f88)
- [17:56:38] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
- [17:56:38] [Server thread/INFO]: [ExtraGear] Loading ExtraGear vDEV - 9 (git e851d81d)
- [17:56:38] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.1.8.1-Release
- [17:56:38] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
- [17:56:38] [Server thread/INFO]: [ClayTech] Loading ClayTech v1.2.0-pre1
- [17:56:38] [Server thread/INFO]: [TARDISWeepingAngels] Loading TARDISWeepingAngels v3.2.2
- [17:56:38] [Server thread/INFO]: [MobCapturer] Loading MobCapturer vDEV - 7 (git b61d3fbf)
- [17:56:38] [Server thread/INFO]: [TranscEndence] Loading TranscEndence vDEV - 4 (git 51711a6c)
- [17:56:38] [Server thread/INFO]: [ChestTerminal] Loading ChestTerminal vDEV - 30 (git 04393688)
- [17:56:38] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1792)
- [17:56:38] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.4
- [17:56:38] [Server thread/INFO]: [HotbarPets] Loading HotbarPets vDEV - 27 (git 975a8997)
- [17:56:38] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
- [17:56:38] [Server thread/INFO]: [SlimefunLuckyBlocks] Loading SlimefunLuckyBlocks vDEV - 19 (git 9dbab303)
- [17:56:38] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden vDEV - 44 (git c8cccc60)
- [17:56:38] [Server thread/INFO]: [RFChairs] Loading RFChairs v6.0
- [17:56:38] [Server thread/INFO]: [RFChairs] Found WorldGuard && WorldEdit! Applying Custom Flag...
- [17:56:38] [Server thread/INFO]: [RFChairs] Custom Flag Registered!
- [17:56:38] [Server thread/INFO]: [TAB] Loading TAB v2.6.5
- [17:56:38] [Server thread/INFO]: [SoulJars] Loading SoulJars vDEV - 16 (git 36dce719)
- [17:56:38] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.13.0
- [17:56:38] [Server thread/INFO]: [ExtraTools] Loading ExtraTools vDEV - 13 (git 371cd6d1)
- [17:56:38] [Server thread/INFO]: [SlimefunOreChunks] Loading SlimefunOreChunks vDEV - 8 (git 41e31ffc)
- [17:56:38] [Server thread/INFO]: [ElectricSpawners] Loading ElectricSpawners vDEV - 10 (git 6c891f7f)
- [17:56:38] [Server thread/INFO]: [ExtraHeads] Loading ExtraHeads vDEV - 14 (git 596a0822)
- [17:56:38] [Server thread/INFO]: [SlimyTreeTaps] Loading SlimyTreeTaps vDEV - 10 (git 66d1dd72)
- [17:56:38] [Server thread/INFO]: [PrivateStorage] Loading PrivateStorage vDEV - 11 (git b064863b)
- [17:56:38] [Server thread/INFO]: [ColoredEnderChests] Loading ColoredEnderChests vDEV - 12 (git 8dbdc909)
- [17:56:38] [Server thread/INFO]: [Brewery] Loading Brewery v2.1.1
- [17:56:38] [Server thread/INFO]: [DyedBackpacks] Loading DyedBackpacks vDEV - 5 (git 129670c7)
- [17:56:38] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
- [17:56:38] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.0.8
- [17:56:38] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.17.2.0
- [17:56:38] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.2.0
- [17:56:38] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.2.0
- [17:56:38] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.2.0
- [17:56:38] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
- [17:56:38] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v3.2.0
- [17:56:38] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.3
- [17:56:38] [Server thread/INFO]: [ServerNPC] Loading ServerNPC v1.0.9
- [17:56:38] [Server thread/INFO]: [Towny] Loading Towny v0.95.2.13
- [17:56:38] [Server thread/INFO]: [TARDIS] Loading TARDIS v4.4-b2102
- [17:56:38] [Server thread/INFO]: [UltimateShops] Loading UltimateShops v2.0.5
- [17:56:38] [Server thread/INFO]: [CitizensServerSelector] Loading CitizensServerSelector v0.3.3
- [17:56:38] [Server thread/INFO]: [LiteXpansion] Loading LiteXpansion vDEV - 20 (git e8b5c061)
- [17:56:38] [Server thread/INFO]: [TARDISVortexManipulator] Loading TARDISVortexManipulator v1.6
- [17:56:38] [Server thread/INFO]: [TARDISSonicBlaster] Loading TARDISSonicBlaster v1.0.2
- [17:56:38] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.17
- [17:56:38] [Server thread/INFO]: [TownyGUI] Loading TownyGUI v4.9
- [17:56:38] [Server thread/INFO]: [Wild] Loading Wild v0.17.3
- [17:56:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.39
- [17:56:38] [Server thread/INFO]: [0;36;1m [0;36;22m __ [m
- [17:56:38] [Server thread/INFO]: [0;36;1m | [0;36;22m|__) [0;32;22mLuckPerms [0;36;1mv5.0.39[m
- [17:56:38] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m
- [17:56:38] [Server thread/INFO]: [m
- [17:56:38] [Server thread/INFO]: [LuckPerms] Loading configuration...
- [17:56:38] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
- [17:56:39] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
- [17:56:39] [Server thread/INFO]: [LuckPerms] Performing initial data load...
- [17:56:39] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1361ms)
- [17:56:39] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
- [17:56:39] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
- [17:56:39] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
- [17:56:40] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
- [17:56:41] [Server thread/WARN]: [WorldEdit] ====================================================
- [17:56:41] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
- [17:56:41] [Server thread/WARN]: [WorldEdit] as your server software.
- [17:56:41] [Server thread/WARN]: [WorldEdit]
- [17:56:41] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
- [17:56:41] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
- [17:56:41] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
- [17:56:41] [Server thread/WARN]: [WorldEdit]
- [17:56:41] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
- [17:56:41] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
- [17:56:41] [Server thread/WARN]: [WorldEdit]
- [17:56:41] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
- [17:56:41] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
- [17:56:41] [Server thread/WARN]: [WorldEdit]
- [17:56:41] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
- [17:56:41] [Server thread/WARN]: [WorldEdit] ====================================================
- [17:56:41] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
- [17:56:41] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [17:56:41] [Server thread/INFO]: [TARDISChunkGenerator] Enabling TARDISChunkGenerator v4.3.2
- [17:56:41] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.6.2-SNAPSHOT
- [17:56:43] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
- [17:56:43] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
- [17:56:43] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [17:56:43] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [17:56:43] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
- [17:56:43] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
- [17:56:43] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
- [17:56:43] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
- [17:56:43] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [17:56:43] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [17:56:43] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
- [17:56:43] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
- [17:56:43] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [17:56:43] [Server thread/INFO]: Preparing level "world"
- [17:56:43] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, tardis
- [17:56:43] [Server thread/INFO]: Loaded 6 recipes
- [17:56:44] [Server thread/INFO]: -------- World Settings For [world] --------
- [17:56:44] [Server thread/INFO]: Mob Spawn Range: 6
- [17:56:44] [Server thread/INFO]: Experience Merge Radius: 3.0
- [17:56:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Cane Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Melon Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Potato Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Vine Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [17:56:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [17:56:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [17:56:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [17:56:44] [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
- [17:56:44] [Server thread/INFO]: Max TNT Explosions: 100
- [17:56:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [17:56:44] [Server thread/INFO]: View Distance: 10
- [17:56:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [17:56:44] [Server thread/INFO]: Item Merge Radius: 2.5
- [17:56:44] [Server thread/INFO]: Item Despawn Rate: 6000
- [17:56:44] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [17:56:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [17:56:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [17:56:44] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
- [17:56:45] [Server thread/INFO]: -------- World Settings For [world_nether] --------
- [17:56:45] [Server thread/INFO]: Mob Spawn Range: 6
- [17:56:45] [Server thread/INFO]: Experience Merge Radius: 3.0
- [17:56:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Cane Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Melon Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Potato Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Vine Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [17:56:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [17:56:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [17:56:45] [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
- [17:56:45] [Server thread/INFO]: Max TNT Explosions: 100
- [17:56:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [17:56:45] [Server thread/INFO]: View Distance: 10
- [17:56:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [17:56:45] [Server thread/INFO]: Item Merge Radius: 2.5
- [17:56:45] [Server thread/INFO]: Item Despawn Rate: 6000
- [17:56:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [17:56:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [17:56:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [17:56:45] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [17:56:45] [Server thread/INFO]: Mob Spawn Range: 6
- [17:56:45] [Server thread/INFO]: Experience Merge Radius: 3.0
- [17:56:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Cane Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Melon Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Potato Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Vine Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [17:56:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [17:56:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [17:56:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [17:56:45] [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
- [17:56:45] [Server thread/INFO]: Max TNT Explosions: 100
- [17:56:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [17:56:45] [Server thread/INFO]: View Distance: 10
- [17:56:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [17:56:45] [Server thread/INFO]: Item Merge Radius: 2.5
- [17:56:45] [Server thread/INFO]: Item Despawn Rate: 6000
- [17:56:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [17:56:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [17:56:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [17:56:45] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
- [17:56:47] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:47] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:47] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:47] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:47] [Server-Worker-4/INFO]: Preparing spawn area: 0%
- [17:56:47] [Server thread/INFO]: Preparing spawn area: 53%
- [17:56:48] [Server thread/INFO]: Preparing spawn area: 100%
- [17:56:48] [Server thread/INFO]: Time elapsed: 3183 ms
- [17:56:48] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
- [17:56:49] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:49] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:49] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:49] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:50] [Server thread/INFO]: Time elapsed: 2054 ms
- [17:56:50] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
- [17:56:50] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:50] [Server thread/INFO]: Preparing spawn area: 0%
- [17:56:51] [Server thread/INFO]: Time elapsed: 841 ms
- [17:56:51] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.52
- [17:56:51] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.5
- [17:56:51] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
- [17:56:51] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.2.1
- [17:56:51] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
- [17:56:51] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.3
- [17:56:51] [Server thread/WARN]: [CratesPlus] CratesPlus has not yet been officially tested with Bukkit 1.15.2 but should still work
- [17:56:51] [Server thread/WARN]: [CratesPlus] Please let me know if there are any errors or issues
- [17:56:52] [Server thread/WARN]: [CratesPlus] Only 1.8 - 1.9 supports the built in holograms, please use HolographicDisplays or Individual Holograms for holograms to work
- [17:56:52] [Server thread/INFO]: [0;36;1mCratesPlus Version 4.5.3[m
- [17:56:52] [Server thread/INFO]: [0;31;1mYou are using the built in handler for holograms. This will be removed in a future update! It is recommended to install Individual Holograms or HolographicDisplays which CratesPlus will then use to handle holograms.[m
- [17:56:52] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
- [17:56:52] [Server thread/WARN]: [CoreProtect] Loaded class com.sk89q.worldedit.extent.Extent from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
- [17:56:52] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
- [17:56:52] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
- [17:56:52] [Server thread/INFO]: [PluginHider] Enabling PluginHider v1.1
- [17:56:52] [Server thread/INFO]: PluginHiderV1.1Has Been Enabled!
- [17:56:52] [Server thread/INFO]: [Skript] Enabling Skript v2.4.1
- [17:56:53] [ForkJoinPool.commonPool-worker-1/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
- [17:57:04] [Server thread/INFO]: [Skript] Loaded 114752 aliases in 11358ms
- [17:57:04] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
- [17:57:04] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.8
- [17:57:04] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
- [17:57:04] [Server thread/INFO]: [ClearLag] Loading modules...
- [17:57:04] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
- [17:57:04] [Server thread/INFO]: [ClearLag] Modules have been loaded!
- [17:57:04] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
- [17:57:04] [Server thread/INFO]: [Chairs] Enabling Chairs v5.1
- [17:57:04] [Thread-20/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
- [17:57:04] [Server thread/INFO]: [MineSecure] Enabling MineSecure v1.3.2-SNAPSHOT
- [17:57:05] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
- [17:57:05] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
- [17:57:05] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
- [17:57:05] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -4153.0 Y: 89.0 Z: 386.0
- [17:57:05] [Server thread/INFO]: [Votifier] Enabling Votifier v2.6.0-SNAPSHOT
- [17:57:05] [Server thread/INFO]: [Votifier] Loaded token for website: default
- [17:57:05] [Thread-20/INFO]: [ClearLag] No updates found!
- [17:57:05] [Server thread/INFO]: [Votifier] Receiving votes over PluginMessaging channel 'nuvotifier:votes'.
- [17:57:05] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
- [17:57:05] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
- [17:57:05] [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].
- [17:57:05] [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.
- [17:57:05] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8140.
- [17:57:06] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
- [17:57:06] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
- [17:57:06] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
- [17:57:06] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
- [17:57:06] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.8
- [17:57:06] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_15_R1
- [17:57:06] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #555
- [17:57:06] [Server thread/INFO]: [LibsDisguises] Build Date: 02/05/2020 03:43
- [17:57:06] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
- [17:57:06] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
- [17:57:07] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
- [17:57:07] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
- [17:57:07] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.3.0
- [17:57:07] [Server thread/INFO]: [AdvancedPortals] Bukkit version detected v1_15_R1
- [17:57:07] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
- [17:57:07] [Server thread/INFO]: [0;32;1mAdvanced portals have been successfully enabled![m
- [17:57:07] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.20.5
- [17:57:08] [Server thread/WARN]: [VotingPlugin] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.5.0 which is not a depend, softdepend or loadbefore of this plugin.
- [17:57:08] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
- [17:57:08] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.20.5
- [17:57:08] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib vDEV - 85 (git 4a7fce52)
- [17:57:08] [Server thread/WARN]:
- [17:57:08] [Server thread/WARN]: ################## - DEVELOPMENT BUILD - ##################
- [17:57:08] [Server thread/WARN]: You appear to be using an experimental build of CS-CoreLib
- [17:57:08] [Server thread/WARN]: Version DEV - 85 (git 4a7fce52)
- [17:57:08] [Server thread/WARN]:
- [17:57:08] [Server thread/WARN]: Auto-Updates have been disabled. Use at your own risk!
- [17:57:08] [Server thread/WARN]:
- [17:57:08] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805
- [17:57:08] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
- [17:57:08] [Server thread/WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
- [17:57:08] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
- [17:57:08] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805] Enabled - By Rigby and fernferret
- [17:57:08] [Server thread/INFO]: [WorldGuardFlags] Enabling WorldGuardFlags v0.1.1-dev
- [17:57:08] [Server thread/INFO]: [Vehicles] Enabling Vehicles v10.6
- [17:57:09] [Server thread/INFO]: Vehicles >> lang.yml loaded.
- [17:57:09] [Server thread/INFO]: [DefensiveTurrets] Enabling DefensiveTurrets v3.11.2
- [17:57:09] [Server thread/INFO]: [0;30;1m[[0;34;1mDefensiveTurrets[0;30;1m] [0;33;1mHas been enabled! [0;37;1mVersion: 3.11.2[m
- [17:57:09] [Server thread/INFO]: [0;30;1m[[0;34;1mDefensiveTurrets[0;30;1m] [0;33;1mThanks for using my plugin! [0;37;1m~Ajneb97[m
- [17:57:09] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
- [17:57:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
- [17:57:10] [Server thread/INFO]: [WorldGuard] Loading region data...
- [17:57:10] [Server thread/INFO]: [Holograms] Enabling Holograms v2.10.0-SNAPSHOT
- [17:57:10] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_15_R1.HologramEntityControllerImpl
- [17:57:10] [Server thread/INFO]: [Slimefun] Enabling Slimefun vDEV - 497 (git 4131a900)
- [17:57:10] [Server thread/INFO]: [Slimefun] Loading various systems...
- [17:57:10] [Server thread/INFO]: [Slimefun] Loaded language "en"
- [17:57:10] [Server thread/INFO]: [Slimefun] Available languages: en, de, fr, it, es, ru, pl, sv, nl, cs, pt-BR, hu, lv, sk, vi, zh-CN, zh-TW, ja, ar, tr
- [17:57:10] [Server thread/INFO]: [Slimefun] Starting Auto-Updater...
- [17:57:10] [Server thread/INFO]: [Slimefun] Loading GEO-Resources...
- [17:57:10] [Server thread/INFO]: [Slimefun] Loading items...
- [17:57:11] [Server thread/INFO]: [Slimefun] Loading researches...
- [17:57:11] [Server thread/INFO]: [Slimefun] Loading Wiki pages...
- [17:57:11] [Server thread/INFO]: [Slimefun] Hooked into Plugin: PlaceholderAPI
- [17:57:11] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit
- [17:57:11] [Server thread/INFO]: [Slimefun] Slimefun has finished loading in 1.07s
- [17:57:11] [Server thread/INFO]: [Barrels] Enabling Barrels vDEV - 11 (git abecba9c)
- [17:57:11] [Server thread/INFO]: [Barrels] Barrels vDEV - 11 (git abecba9c) has been enabled!
- [17:57:11] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.1.4
- [17:57:11] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
- [17:57:11] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
- [17:57:11] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
- [17:57:11] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.19.9
- [17:57:11] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
- [17:57:11] [Server thread/WARN]: [ShopGUIPlus] Spawners plugin not found, spawners won't be supported.
- [17:57:12] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading dyes > 2 (shops.yml), item not loaded
- [17:57:12] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading dyes > 3 (shops.yml), item not loaded
- [17:57:12] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading dyes > 12 (shops.yml), item not loaded
- [17:57:12] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
- [17:57:12] [Server thread/INFO]: [MultiChatSpigot] Enabling MultiChatSpigot v1.8.1
- [17:57:12] [Server thread/INFO]: Loading spigotconfig.yml...
- [17:57:12] [Server thread/INFO]: Loading spigotconfig_fr.yml...
- [17:57:12] [Server thread/INFO]: [MultiChatSpigot] Attempting startup load for Nicknames
- [17:57:12] [Server thread/INFO]: The nicknames file was successfully loaded!
- [17:57:12] [Server thread/INFO]: [MultiChatSpigot] Load completed!
- [17:57:12] [Server thread/INFO]: [MultiChatSpigot] Successfully connected to Vault!
- [17:57:12] [Server thread/INFO]: [MultiChatSpigot] Successfully connected to PlaceholderAPI!
- [17:57:12] [Server thread/INFO]: [SlimeXpansion] Enabling SlimeXpansion vDEV - 15 (git 57438f88)
- [17:57:12] [Server thread/ERROR]: Error occurred while enabling SlimeXpansion vDEV - 15 (git 57438f88) (Is it up to date?)
- java.lang.NoSuchMethodError: me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem.getItem(Ljava/lang/String;)Lorg/bukkit/inventory/ItemStack;
- at me.john000708.slimexpansion.items.ScrapBox.parseScrapboxDrops(ScrapBox.java:61) ~[?:?]
- at me.john000708.slimexpansion.items.ScrapBox.<init>(ScrapBox.java:33) ~[?:?]
- at me.john000708.slimexpansion.SlimeXpansion.registerItems(SlimeXpansion.java:97) ~[?:?]
- at me.john000708.slimexpansion.SlimeXpansion.onEnable(SlimeXpansion.java:78) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:464) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:378) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:274) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:57:12] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
- [17:57:12] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
- [17:57:12] [Server thread/INFO]: No kits found to migrate.
- [17:57:12] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
- [17:57:12] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
- [17:57:12] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
- [17:57:12] [Server thread/INFO]: Loaded 21018 items from items.json.
- [17:57:12] [Server thread/INFO]: Using locale en_US
- [17:57:12] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
- [17:57:12] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
- [17:57:12] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
- [17:57:12] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
- [17:57:12] [Server thread/INFO]: [ExtraGear] Enabling ExtraGear vDEV - 9 (git e851d81d)
- [17:57:12] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.1.8.1-Release
- [17:57:12] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
- [17:57:12] [Server thread/INFO]: [MarriageMaster] [32mConfig file successfully loaded.[0m
- [17:57:12] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
- [17:57:12] [Server thread/INFO]: [MarriageMaster] [32mLanguage file successfully loaded. Language: English Author: GeorgH93[0m
- [17:57:12] [Server thread/INFO]: MarriageMaster-Connection-Pool - Starting...
- [17:57:12] [Server thread/INFO]: MarriageMaster-Connection-Pool - Start completed.
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Loading marriages ...
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Marriages loaded
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Loading priests ...
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Priests loaded
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Loading players ...
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Players loaded
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Writing marriages into cache ...
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Marriages loaded into cache
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Loading homes ...
- [17:57:12] [Thread-31/INFO]: [MarriageMaster] Homes loaded
- [17:57:13] [Server thread/INFO]: [MarriageMaster] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
- [17:57:13] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
- [17:57:13] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 830 items.
- [17:57:13] [Server thread/INFO]: [MarriageMaster] [32mPlaceholderAPI hook was successfully registered![0m
- [17:57:13] [Server thread/INFO]: [MarriageMaster] [32m Marriage Master has been enabled! [33m :) [0m
- [17:57:13] [Server thread/INFO]: [ClayTech] Enabling ClayTech v1.2.0-pre1
- [17:57:13] [Server thread/INFO]: ClayTech By ClayCoffee.
- [17:57:13] [Server thread/INFO]: Registering items..
- [17:57:13] [Server thread/INFO]: [TARDISWeepingAngels] Enabling TARDISWeepingAngels v3.2.2
- [17:57:13] [Server thread/INFO]: [MobCapturer] Enabling MobCapturer vDEV - 7 (git b61d3fbf)
- [17:57:13] [Server thread/INFO]: [TranscEndence] Enabling TranscEndence vDEV - 4 (git 51711a6c)
- [17:57:13] [Server thread/INFO]: [ChestTerminal] Enabling ChestTerminal vDEV - 30 (git 04393688)
- [17:57:13] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1792)
- [17:57:14] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.4
- [17:57:14] [Server thread/INFO]: [HotbarPets] Enabling HotbarPets vDEV - 27 (git 975a8997)
- [17:57:14] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
- [17:57:14] [Server thread/INFO]: [SlimefunLuckyBlocks] Enabling SlimefunLuckyBlocks vDEV - 19 (git 9dbab303)
- [17:57:14] [Server thread/INFO]: [SlimefunLuckyBlocks] Loaded 51 different Surprises!
- [17:57:14] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden vDEV - 44 (git c8cccc60)
- [17:57:14] [Server thread/INFO]: [RFChairs] Enabling RFChairs v6.0
- [17:57:14] [Server thread/INFO]: [RFChairs] Detected 4 leftover seats! Removing...
- [17:57:14] [Server thread/INFO]: [RFChairs] Rifle's Chairs has been enabled!
- [17:57:14] [Server thread/INFO]: [TAB] Enabling TAB v2.6.5
- [17:57:14] [Server thread/INFO]: [0;37;22m[TAB] Server version: 1.15.2 (v1_15_R1)[m
- [17:57:14] [Server thread/INFO]: [0;32;1m[TAB] Enabled in 208ms[m
- [17:57:14] [Server thread/INFO]: [SoulJars] Enabling SoulJars vDEV - 16 (git 36dce719)
- [17:57:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2502506a1ae526df46c101156389ed9eebc196e5)
- [17:57:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
- [17:57:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a Need a server host? Try PebbleHost! Plans starting at $1/GB!
- [17:57:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
- [17:57:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
- [17:57:14] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.13.0
- [17:57:14] [pool-45-thread-8/INFO]: [0;36;1m[TAB] Version 2.7.4 is out! Your version: 2.6.5[m
- [17:57:14] [pool-45-thread-8/INFO]: [0;36;1m[TAB] Get the update at https://www.spigotmc.org/resources/57806/[m
- [17:57:14] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
- [17:57:14] [Server thread/INFO]: [GriefPrevention] 2 total claims loaded.
- [17:57:17] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
- [17:57:17] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
- [17:57:17] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
- [17:57:17] [DiscordSRV - Initialization/WARN]: [DiscordSRV] Loaded class org.slf4j.Logger from VotingPlugin v5.20.5 which is not a depend, softdepend or loadbefore of this plugin.
- [17:57:17] [Server thread/INFO]: [GriefPrevention] Boot finished.
- [17:57:17] [Server thread/INFO]: [ExtraTools] Enabling ExtraTools vDEV - 13 (git 371cd6d1)
- [17:57:17] [Server thread/INFO]: [SlimefunOreChunks] Enabling SlimefunOreChunks vDEV - 8 (git 41e31ffc)
- [17:57:17] [Server thread/INFO]: [ElectricSpawners] Enabling ElectricSpawners vDEV - 10 (git 6c891f7f)
- [17:57:17] [Server thread/INFO]: [ExtraHeads] Enabling ExtraHeads vDEV - 14 (git 596a0822)
- [17:57:17] [Server thread/INFO]: [SlimyTreeTaps] Enabling SlimyTreeTaps vDEV - 10 (git 66d1dd72)
- [17:57:18] [Server thread/INFO]: [PrivateStorage] Enabling PrivateStorage vDEV - 11 (git b064863b)
- [17:57:18] [Server thread/INFO]: [ColoredEnderChests] Enabling ColoredEnderChests vDEV - 12 (git 8dbdc909)
- [17:57:18] [Server thread/INFO]: [Brewery] Enabling Brewery v2.1.1
- [17:57:19] [DiscordSRV - Initialization/WARN]: 1297 [DiscordSRV - Initialization] INFO github.scarsz.discordsrv.dependencies.jda.api.JDA - Login Successful!
- [17:57:19] [Server thread/INFO]: [0;32;22m[Brewery] [0;37;1mBrewery enabled![m
- [17:57:19] [Server thread/INFO]: [DyedBackpacks] Enabling DyedBackpacks vDEV - 5 (git 129670c7)
- [17:57:19] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
- [17:57:19] [Server thread/INFO]: [0;37;1m[[0;36;22mCitizens[0;31;1mCMD[0;37;1m][m [0;36;22mCitizens[0;31;1mCMD [0;30;1m[3m2.4 [0;30;1mBy [0;36;22mMateus Moreira [0;31;1m@LichtHund[m
- [17:57:19] [Server thread/INFO]: [0;37;1m[[0;36;22mCitizens[0;31;1mCMD[0;37;1m][m [0;37;22mUsing [0;32;1mEnglish [0;37;22mmessages![m
- [17:57:19] [Server thread/INFO]: [0;37;1m[[0;36;22mCitizens[0;31;1mCMD[0;37;1m][m [0;37;22mUsing [0;32;1mPlaceholderAPI[0;37;22m![m
- [17:57:19] [Server thread/INFO]: [0;37;1m[[0;36;22mCitizens[0;31;1mCMD[0;37;1m][m [0;37;22mUsing [0;32;1mVault[0;37;22m![m
- [17:57:19] [JDA MainWS-ReadThread/WARN]: 1707 [JDA MainWS-ReadThread] INFO github.scarsz.discordsrv.dependencies.jda.internal.requests.WebSocketClient - Connected to WebSocket
- [17:57:19] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.0.8
- [17:57:19] [Server thread/INFO]: [AuctionHouse] Opening database
- [17:57:19] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_15_R1
- [17:57:19] [Server thread/INFO]: [AuctionHouse] Enabling DiscordSRV support
- [17:57:19] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.17.2.0
- [17:57:19] [Server thread/WARN]: config broken for xmpp
- [17:57:19] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.2.0
- [17:57:19] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
- [17:57:19] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.2.0
- [17:57:19] [Server thread/ERROR]: No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
- [17:57:19] [Server thread/ERROR]: Failed to read GeoIP database!
- java.io.FileNotFoundException: plugins/EssentialsGeoIP/GeoIP2-Country.mmdb (No such file or directory)
- at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_242]
- at java.io.RandomAccessFile.open(RandomAccessFile.java:316) ~[?:1.8.0_242]
- at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243) ~[?:1.8.0_242]
- at com.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.maxmind.db.Reader.<init>(Reader.java:116) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:158) [EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) [EssentialsXGeoIP-2.17.2.0.jar:?]
- at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:31) [EssentialsXGeoIP-2.17.2.0.jar:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:464) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:378) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:274) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:57:19] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
- [17:57:19] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.2.0
- [17:57:19] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
- [17:57:19] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v3.2.0
- [17:57:19] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.3
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
- [17:57:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
- [17:57:19] [JDA MainWS-ReadThread/WARN]: 2118 [JDA MainWS-ReadThread] INFO github.scarsz.discordsrv.dependencies.jda.api.JDA - Finished Loading!
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:SlimeTime(655935604034633759)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-welcome(655935604034633762)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:music(661009032118665273)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:photo-album(656750426254999563)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:memes-18-plus-only(663213701985468416)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(667316171909103616)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:story-channel(683009019837022213)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:computers-and-stuff(694021489275699200)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:owner-chat(657030258301730866)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(657029627843444736)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-rules(661282577587634207)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:serverbot(655938332814999555)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:slimeconsole(679161886939283516)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:skyconsole(701438957531037747)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:creativeconsole(701439372389777408)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:factionconsole(701440712629026827)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minigame-console(701445460753121280)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-chat(656019644586393601)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules-and-info(660851580211429408)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:events(658219857732567041)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(658037842664095773)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:resource-pack-tardis(707989096613544218)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:apply-for-staff(706774920826191923)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:blackjack(659506951826440193)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-cmds(659275708073246741)
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 679161886939283516
- [17:57:19] [Server thread/INFO]: [ServerNPC] Enabling ServerNPC v1.0.9
- [17:57:19] [Server thread/INFO]: [0;36;1mServerNPC [0;32;1mLoading ServerNPC... [0;33;1mv1.0.9[m
- [17:57:19] [Server thread/INFO]: [0;36;1mServerNPC [0;32;1mEnabled ServerNPC [0;33;1mv1.0.9[m
- [17:57:19] [Server thread/INFO]: [Towny] Enabling Towny v0.95.2.13
- [17:57:19] [Server thread/INFO]: ==================== Towny ========================
- [17:57:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
- [17:57:20] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
- [17:57:20] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
- [17:57:20] [Server thread/INFO]: [Towny] Warning: Essentials Economy has been known to reset town and nation bank accounts to their default amount. The authors of Essentials recommend using another economy plugin until they have fixed this bug.
- [17:57:20] [Server thread/INFO]: [Towny] Using: LuckPerms 5.0.39 via Vault 1.7.2-b107, Essentials Economy via Vault, PlaceholderAPI v2.10.5
- [17:57:20] [Server thread/INFO]: [Towny] Time until a New Day: 18 hours, 2 minutes, 40 seconds
- [17:57:20] [Server thread/INFO]: =============================================================
- [17:57:20] [Server thread/INFO]: [Towny] Version: 0.95.2.13 - Mod Enabled
- [17:57:20] [Server thread/INFO]: =============================================================
- [17:57:20] [Server thread/INFO]: [TARDIS] Enabling TARDIS v4.4-b2102
- [17:57:20] [Server thread/WARN]: TARDIS failed to get the version for WorldBorder.
- [17:57:20] [Server thread/WARN]: This could cause issues with enabling the plugin.
- [17:57:20] [Server thread/WARN]: Please check you have at least v1.9.0
- [17:57:20] [Server thread/WARN]: The invalid version format was 1.9.10 (beta)
- [17:57:20] [Server thread/INFO]: [0;33;22m[TARDIS][m Loading language: ENGLISH[m
- [17:57:20] [Server thread/INFO]: [0;33;22m[TARDIS][m Default world specified, but it doesn't exist! Trying to create it now...[m
- [17:57:20] [Server thread/INFO]: -------- World Settings For [TARDIS_TimeVortex] --------
- [17:57:20] [Server thread/INFO]: Mob Spawn Range: 6
- [17:57:20] [Server thread/INFO]: Experience Merge Radius: 3.0
- [17:57:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Cane Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Melon Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Potato Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Vine Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [17:57:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [17:57:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [17:57:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [17:57:20] [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
- [17:57:20] [Server thread/INFO]: Max TNT Explosions: 100
- [17:57:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [17:57:20] [Server thread/INFO]: View Distance: 10
- [17:57:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [17:57:20] [Server thread/INFO]: Item Merge Radius: 2.5
- [17:57:20] [Server thread/INFO]: Item Despawn Rate: 6000
- [17:57:20] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [17:57:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [17:57:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [17:58:00] [Server thread/INFO]: Preparing start region for dimension 'TARDIS_TimeVortex'/minecraft:overworld
- [17:58:00] [Server-Worker-11/INFO]: Preparing spawn area: 30%
- [17:58:00] [Server thread/INFO]: Time elapsed: 284 ms
- [17:58:00] [Server thread/INFO]: [WorldGuard] (TARDIS_TimeVortex) TNT ignition is PERMITTED.
- [17:58:00] [Server thread/INFO]: [WorldGuard] (TARDIS_TimeVortex) Lighters are PERMITTED.
- [17:58:00] [Server thread/INFO]: [WorldGuard] (TARDIS_TimeVortex) Lava fire is PERMITTED.
- [17:58:00] [Server thread/INFO]: [WorldGuard] (TARDIS_TimeVortex) Fire spread is UNRESTRICTED.
- [17:58:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TARDIS_TimeVortex'
- [17:58:00] [Server thread/INFO]: [Slimefun] Loading Blocks for World "TARDIS_TimeVortex"
- [17:58:00] [Server thread/INFO]: [Slimefun] This may take a long time...
- [17:58:00] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
- [17:58:00] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "TARDIS_TimeVortex"
- [17:58:02] [Server thread/INFO]: [0;33;22m[TARDIS][m Loaded 0 TARDISes in Siege Mode.[m
- [17:58:02] [Server thread/INFO]: [0;33;22m[TARDIS][m Loaded 0 dispersed Police Boxes.[m
- [17:58:02] [Server thread/INFO]: [UltimateShops] Enabling UltimateShops v2.0.5
- [17:58:02] [Server thread/WARN]: [UltimateShops] Loaded class me.minebuilders.clearlag.events.EntityRemoveEvent from ClearLag v3.1.6 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:02] [Server thread/INFO]: [UltimateShops] UltimateShops V: 2.0.5 has been enabled
- [17:58:02] [Server thread/INFO]: [CitizensServerSelector] Enabling CitizensServerSelector v0.3.3
- [17:58:02] [Server thread/INFO]: [CitizensServerSelector] Hook into Citizens support!
- [17:58:03] [Server thread/INFO]: [LiteXpansion] Enabling LiteXpansion vDEV - 20 (git e8b5c061)
- [17:58:03] [Server thread/INFO]: [TARDISVortexManipulator] Enabling TARDISVortexManipulator v1.6
- [17:58:03] [Server thread/INFO]: [TARDISSonicBlaster] Enabling TARDISSonicBlaster v1.0.2
- [17:58:03] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.17
- [17:58:03] [Server thread/INFO]: [BigDoors] Power Block Types:
- [17:58:03] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
- [17:58:03] [Server thread/INFO]: [BigDoors] No materials Blacklisted!
- [17:58:03] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
- [17:58:03] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
- [17:58:03] [Server thread/INFO]: [TownyGUI] Enabling TownyGUI v4.9
- [17:58:03] [Server thread/INFO]: [TownyGUI] Hooked into Towny!.
- [17:58:03] [Server thread/INFO]: [TownyGUI] has been enabled without errors.
- [17:58:03] [Server thread/INFO]: [Wild] Enabling Wild v0.17.3
- [17:58:03] [Server thread/WARN]: [Wild] Loaded class org.slf4j.impl.StaticLoggerBinder from VotingPlugin v5.20.5 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:03] [Server thread/WARN]: 46150 [Server thread] INFO com.github.hornta.org.reflections.Reflections - Reflections took 182 ms to scan 12 urls, producing 18710 keys and 21830 values
- [17:58:03] [Server thread/INFO]: [Wild] Found existing translation file in english.yml.
- [17:58:03] [Server thread/INFO]: [Wild] Found existing translation file in spanish.yml.
- [17:58:04] [Server thread/INFO]: [Wild] Found existing translation file in swedish.yml.
- [17:58:04] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [17:58:05] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
- [17:58:05] [Server thread/INFO]: Done (82.407s)! For help, type "help"
- [17:58:05] [Server thread/INFO]: Starting GS4 status listener
- [17:58:05] [Query Listener #1/INFO]: Query running on 0.0.0.0:8155
- [17:58:05] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
- [17:58:05] [Server thread/WARN]: [Skript] Loaded class me.ryanhamshire.GriefPrevention.Claim from GriefPrevention v16.13.0 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:05] [Server thread/WARN]: [Skript] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.1;f2118aa which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:05] [Server thread/WARN]: [Skript] Loaded class com.sk89q.worldedit.math.BlockVector3 from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:05] [Server thread/WARN]: [Skript] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:05] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 173 placeholder expansions are available on the cloud.
- [17:58:05] [Server thread/INFO]: [Skript] Loading variables...
- [17:58:05] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
- [17:58:05] [Server thread/INFO]: [Skript] All scripts loaded without errors.
- [17:58:05] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 188: databases:')
- [17:58:05] [Server thread/INFO]: [Skript] Finished loading.
- [17:58:06] [Craft Scheduler Thread - 1/INFO]: [LibsDisguises] Now looking for update on Github..
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loading Protection Modules...
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] This may happen more than once.
- [17:58:06] [Server thread/WARN]: [CS-CoreLib] Loaded class com.sk89q.worldguard.bukkit.WorldGuardPlugin from WorldGuard v7.0.1;f2118aa which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "WorldGuard"
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "Towny"
- [17:58:06] [Server thread/WARN]: [CS-CoreLib] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.13.0 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "GriefPrevention"
- [17:58:06] [Server thread/WARN]: [CS-CoreLib] Loaded class net.coreprotect.CoreProtect from CoreProtect v2.17.5 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "CoreProtect"
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loading Protection Modules...
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] This may happen more than once.
- [17:58:06] [Server thread/WARN]: [Slimefun] Loaded class com.sk89q.worldguard.bukkit.WorldGuardPlugin from WorldGuard v7.0.1;f2118aa which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "WorldGuard v7.0.1;f2118aa"
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "Towny v0.95.2.13"
- [17:58:06] [Server thread/WARN]: [Slimefun] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.13.0 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "GriefPrevention v16.13.0"
- [17:58:06] [Server thread/WARN]: [Slimefun] Loaded class net.coreprotect.CoreProtect from CoreProtect v2.17.5 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:06] [Server thread/INFO]: [CS-CoreLib2 - Protection] Loaded Protection Module "CoreProtect"
- [17:58:06] [Updater Thread/INFO]: [Slimefun] Slimefun is up to date!
- [17:58:06] [User Authenticator #1/INFO]: UUID of player angelknight is b2d340da-7054-45f7-b482-b2bb31146ec3
- [17:58:06] [User Authenticator #2/INFO]: UUID of player therelief is e26c0db1-38f3-4c68-a8fd-0875a862b2bc
- [17:58:06] [Thread-43/INFO]: --------------------
- [17:58:06] [Thread-43/INFO]: [CoreProtect] Version 2.18.2 is now available.
- [17:58:06] [Thread-43/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
- [17:58:06] [Thread-43/INFO]: --------------------
- [17:58:06] [Thread-43/INFO]: [Sponsor] Unlimited Minecraft Hosting: hosthorde.com
- [17:58:06] [Thread-43/INFO]: --------------------
- [17:58:06] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes...
- [17:58:07] [Server thread/INFO]: [Slimefun] Found 882 Recipes!
- [17:58:07] [Server thread/INFO]: [m
- [17:58:07] [Server thread/INFO]: [0;32;1m######################### - Slimefun vDEV - 497 (git 4131a900) - #########################[m
- [17:58:07] [Server thread/INFO]: [m
- [17:58:07] [Server thread/INFO]: [0;32;1mSuccessfully loaded 9636 Items and 337 Researches[m
- [17:58:07] [Server thread/INFO]: [0;32;1m( 507 Items from Slimefun, 9129 Items from 20 Addons )[m
- [17:58:07] [Server thread/INFO]: [m
- [17:58:07] [Server thread/INFO]: [0;32;1mSlimefun is an Open-Source project that is kept alive by a large community.[m
- [17:58:07] [Server thread/INFO]: [0;32;1mConsider helping us maintain this project by contributing on GitHub![m
- [17:58:07] [Server thread/INFO]: [m
- [17:58:07] [Server thread/INFO]: [0;32;1m - Source Code: https://github.com/TheBusyBiscuit/Slimefun4[m
- [17:58:07] [Server thread/INFO]: [0;32;1m - Wiki: https://github.com/TheBusyBiscuit/Slimefun4/wiki[m
- [17:58:07] [Server thread/INFO]: [0;32;1m - Addons: https://github.com/TheBusyBiscuit/Slimefun4/wiki/Addons[m
- [17:58:07] [Server thread/INFO]: [0;32;1m - Bug Reports: https://github.com/TheBusyBiscuit/Slimefun4/issues[m
- [17:58:07] [Server thread/INFO]: [0;32;1m - Discord: https://discord.gg/fsD4Bkh[m
- [17:58:07] [Server thread/INFO]: [m
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
- [17:58:08] [Server thread/INFO]: [Slimefun] This may take a long time...
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 34ms)
- [17:58:08] [Server thread/INFO]: [Slimefun] Loaded a total of 1,273 Blocks for World "world"
- [17:58:08] [Server thread/INFO]: [Slimefun] Avg: 0.027ms/Block
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
- [17:58:08] [Server thread/INFO]: [Slimefun] This may take a long time...
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
- [17:58:08] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
- [17:58:08] [Server thread/INFO]: [Slimefun] This may take a long time...
- [17:58:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
- [17:58:08] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
- [17:58:08] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ClearLag
- [17:58:08] [Server thread/WARN]: [Slimefun] Loaded class me.minebuilders.clearlag.events.EntityRemoveEvent from ClearLag v3.1.6 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:08] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ChestTerminal
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §a###########################################################
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §aSuccessfully loaded ClayTech v1.2.0-pre1.
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §aAuthor: ClayCoffee.
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §a
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §aIssue Tracker: https://github.com/ClayCoffee/ClayTech/issues
- [17:58:08] [Craft Scheduler Thread - 2/INFO]: §a###########################################################
- [17:58:09] [Updater Thread/INFO]: [HotbarPets] HotbarPets is up to date!
- [17:58:09] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
- [17:58:09] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
- [17:58:09] [Updater Thread/INFO]: [ExoticGarden] ExoticGarden is up to date!
- [17:58:09] [Craft Scheduler Thread - 2/INFO]: [0;32;22m[Brewery] [0;37;1mBackground data loading complete.[m
- [17:58:09] [Updater Thread/INFO]: [Barrels] Barrels is up to date!
- [17:58:09] [Updater Thread/INFO]: [ExtraGear] ExtraGear is up to date!
- [17:58:09] [Updater Thread/INFO]: [ElectricSpawners] ElectricSpawners is up to date!
- [17:58:09] [Updater Thread/INFO]: [SlimeXpansion] SlimeXpansion is up to date!
- [17:58:09] [Updater Thread/INFO]: [SoulJars] SoulJars is up to date!
- [17:58:09] [Updater Thread/INFO]: [MobCapturer] MobCapturer is up to date!
- [17:58:09] [Updater Thread/INFO]: [ExtraHeads] ExtraHeads is up to date!
- [17:58:09] [Updater Thread/INFO]: [ChestTerminal] ChestTerminal is up to date!
- [17:58:09] [Updater Thread/INFO]: [SlimefunOreChunks] SlimefunOreChunks is up to date!
- [17:58:09] [Updater Thread/INFO]: [DyedBackpacks] DyedBackpacks is up to date!
- [17:58:09] [Updater Thread/INFO]: [SlimyTreeTaps] SlimyTreeTaps is up to date!
- [17:58:09] [Updater Thread/INFO]: [PrivateStorage] PrivateStorage is up to date!
- [17:58:09] [Updater Thread/INFO]: [LiteXpansion] LiteXpansion is outdated!
- [17:58:09] [Updater Thread/INFO]: [LiteXpansion] Downloading LiteXpansion v21
- [17:58:09] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
- [17:58:09] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.6) is available at:
- [17:58:09] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
- [17:58:09] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
- [17:58:09] [Server thread/INFO]: [LiteXpansion]
- [17:58:09] [Server thread/INFO]: [LiteXpansion] #################### - UPDATE - ####################
- [17:58:09] [Server thread/INFO]: [LiteXpansion] LiteXpansion was successfully updated (20 -> 21)
- [17:58:09] [Server thread/INFO]: [LiteXpansion] Please restart your Server in order to use the new Version
- [17:58:09] [Server thread/INFO]: [LiteXpansion]
- [17:58:09] [Server thread/INFO]: com.mojang.authlib.GameProfile@3aaf73df[id=b2d340da-7054-45f7-b482-b2bb31146ec3,name=angelknight,properties={textures=[com.mojang.authlib.properties.Property@b2889f7]},legacy=false] (/23.113.14.76:41377) lost connection: Disconnected
- [17:58:09] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
- [17:58:09] [Server thread/INFO]: [+] therelief has joined this server.
- [17:58:10] [pool-45-thread-8/WARN]: [TAB] Loaded class me.libraryaddict.disguise.DisguiseAPI from LibsDisguises v10.0.8 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:11] [Server thread/INFO]: [DiscordSRV] Player therelief joined with silent joining permission, not sending a join message
- [17:58:11] [Server thread/INFO]: therelief[/68.12.136.130:38231] logged in with entity id 427 at ([world]-4175.964114866866, 92.03336088929699, 438.4475231082679)
- [17:58:11] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 6174ms or 123 ticks behind
- [17:58:11] [Server thread/WARN]: [Essentials] Task #954 for Essentials v2.17.2.0 generated an exception
- java.lang.NullPointerException: null
- at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:146) ~[?:?]
- at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:58:12] [Server thread/WARN]: [VotingPlugin] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:12] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
- [17:58:12] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
- [17:58:12] [Server thread/WARN]: [Holograms] holograms.yml file had no 'holograms' section defined, no holograms loaded
- [17:58:12] [Craft Scheduler Thread - 8/INFO]: [0;32;1mChecking for updates via Spigot...[m
- [17:58:12] [Craft Scheduler Thread - 8/INFO]: [0;37;22m[[0;36;1mCratesPlus[0;37;22m] [mNo update was found, you are running the latest version. Will check again later.[m
- [17:58:13] [Craft Scheduler Thread - 5/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.20.5 New Version: 5.21.1 Use /av download to get the latest update!
- [17:58:16] [User Authenticator #3/INFO]: UUID of player theheather is 4a6067d7-a27a-4ffb-9b87-6d4ad0f9bd6c
- [17:58:19] [Server thread/INFO]: [+] theheather has joined this server.
- [17:58:20] [Server thread/INFO]: theheather[/23.113.14.76:54145] logged in with entity id 545 at ([world]-4158.191244495009, 88.90378314526113, 378.85072432407327)
- [17:58:20] [Server thread/WARN]: [Essentials] Task #1080 for Essentials v2.17.2.0 generated an exception
- java.lang.NullPointerException: null
- at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:150) ~[?:?]
- at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [17:58:23] [Craft Scheduler Thread - 2/WARN]: [VotingPlugin] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.10.5 which is not a depend, softdepend or loadbefore of this plugin.
- [17:58:26] [Craft Scheduler Thread - 6/INFO]: [0;32;22m[Brewery] [0;37;1mThere are no files for this project[m
- [17:58:53] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 11175ms or 223 ticks behind
- [17:58:57] [Server thread/INFO]: theheather issued server command: /gmc'
- [17:59:02] [Server thread/INFO]: theheather issued server command: /gmc
- [17:59:10] [Server thread/INFO]: theheather issued server command: /night
- [17:59:24] [Server thread/WARN]: [Slimefun] Loaded class com.palmergames.bukkit.towny.object.TownyPermission$ActionType from Towny v0.95.2.13 which is not a depend, softdepend or loadbefore of this plugin.
- [17:59:28] [Server thread/INFO]: theheather issued server command: /ic
- [17:59:50] [Server thread/INFO]: therelief issued server command: /home
- [17:59:56] [Server thread/INFO]: therelief issued server command: /home apwn
- [18:00:02] [Craft Scheduler Thread - 4/INFO]: [Slimefun] Auto-Saving Block Data... (Next Auto-Save: 10m)
- [18:00:02] [Craft Scheduler Thread - 4/INFO]: [Slimefun] Saving Blocks for World "world" (4 Change(s) queued)
- [18:00:09] [Server thread/INFO]: therelief issued server command: /home a1
- [18:00:09] [Server thread/WARN]: [DefensiveTurrets] Loaded class com.palmergames.bukkit.towny.exceptions.NotRegisteredException from Towny v0.95.2.13 which is not a depend, softdepend or loadbefore of this plugin.
- [18:00:30] [Async Chat Thread - #0/INFO]: [0;32;1mSF[0;31;1mC[0;33;1mo[0;36;22mr[0;35;1ma[0;32;1ml[0;31;1m*theheather[0;37;1m: wb jann[m
- [18:00:30] [Craft Scheduler Thread - 1/WARN]: [DiscordSRV] Loaded class com.gmail.nossr50.api.ChatAPI from mcMMO v1.6.2-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
- [18:01:39] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:01:39] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:01:39] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:01:40] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'TARDIS_TimeVortex' have been background saved
- [18:01:40] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:01:40] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:01:40] [User Authenticator #4/INFO]: UUID of player killer18_ is 121113a8-755c-446a-adf1-b909514ec3fd
- [18:01:44] [Server thread/INFO]: [+] killer18_ has joined this server.
- [18:01:45] [Server thread/INFO]: killer18_[/23.113.14.76:36869] logged in with entity id 3772 at ([world]-4188.140673327402, 101.23480367037742, 381.87843393875045)
- [18:01:47] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 9121ms or 182 ticks behind
- [18:01:47] [Server thread/WARN]: [Essentials] Task #3488 for Essentials v2.17.2.0 generated an exception
- java.lang.NullPointerException: null
- at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:150) ~[?:?]
- at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [18:01:47] [Craft Scheduler Thread - 1/WARN]: [Essentials] Plugin Essentials v2.17.2.0 generated an exception while executing task 3489
- java.lang.NullPointerException: null
- at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
- at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [18:01:52] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:01:52] [Server thread/INFO]: therelief died
- [18:01:55] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:01:59] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:02] [Server thread/INFO]: therelief issued server command: /back
- [18:02:04] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:04] [Server thread/INFO]: killer18_ lost connection: Disconnected
- [18:02:04] [Server thread/INFO]: [-] killer18_ has left this server.
- [18:02:04] [Server thread/INFO]: killer18_ left the game
- [18:02:04] [Server thread/WARN]: [Essentials] Task #3816 for Essentials v2.17.2.0 generated an exception
- java.lang.NullPointerException: null
- at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:150) ~[?:?]
- at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [spigot-1.15.2.jar:git-Spigot-2040c4c-933e909]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [18:02:07] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:08] [Server thread/INFO]: therelief issued server command: /home a1
- [18:02:10] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'TARDIS_TimeVortex' have been background saved
- [18:02:11] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:13] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:02:13] [WorldGuard Task Executor - 0/INFO]: [0;35;1mRegion 'tardis_therelief' updated with new members.[m
- [18:02:16] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:19] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:23] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:27] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:31] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:31] [Server thread/INFO]: therelief issued server command: /home a1
- [18:02:36] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:39] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:40] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'TARDIS_TimeVortex' have been background saved
- [18:02:43] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:47] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:51] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:51] [Server thread/INFO]: therelief issued server command: /tardis abandon
- [18:02:55] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:02:59] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:03] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:06] [Server thread/INFO]: therelief issued server command: /pv 1
- [18:03:07] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:11] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:11] [Server thread/INFO]: therelief issued server command: /pv 2
- [18:03:15] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:16] [Server thread/INFO]: therelief issued server command: /pv 3
- [18:03:19] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:23] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:27] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:31] [Server thread/WARN]: [Wild] The world `TARDIS_TimeVortex` has had more than 50 failed safe locations lookups in a row. Consider disabling this world.
- [18:03:35] [Server thread/INFO]: therelief issued server command: /pv 1
- [18:03:36] [Async Chat Thread - #1/INFO]: [0;32;1mSF[0;31;1mC[0;33;1mo[0;36;22mr[0;35;1ma[0;32;1ml[0;31;1m*theheather[0;37;1m: make it and i can give u some thorium for now[m
Add Comment
Please, Sign In to add comment