EpicEricEE / ShopChest

ShopChest - Spigot/Bukkit Plugin
MIT License
45 stars 57 forks source link

Shop chest dosent have database access #298

Closed JynX-01 closed 4 years ago

JynX-01 commented 4 years ago

every time i try and type the command that comes up and at the bottom of the log is the issue text

2020-01-16_21-00-30

Log: [20:47:29] [Server thread/INFO]: Starting minecraft server version 1.14.4 [20:47:29] [Server thread/INFO]: Loading properties [20:47:29] [Server thread/INFO]: Default game type: ADVENTURE [20:47:29] [Server thread/INFO]: Generating keypair [20:47:29] [Server thread/INFO]: Starting Minecraft server on 10.1.1.121:25565 [20:47:29] [Server thread/INFO]: Using default channel type [20:47:31] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-3e3818b (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT) [20:47:38] [Server thread/WARN]: Plugin LaunchPadPlus v2.0 does not specify an api-version. [20:47:38] [Server thread/WARN]: Plugin SetHomes v1.2.4 does not specify an api-version. [20:47:38] [Server thread/WARN]: Plugin dynmap v3.0-beta-5-218 does not specify an api-version. [20:47:38] [Server thread/WARN]: Plugin EssentialsChat v2.13.1 does not specify an api-version. [20:47:38] [Server thread/WARN]: Plugin HolographicShop v1.0.3 does not specify an api-version. [20:47:38] [Server thread/ERROR]: Could not load 'plugins\HolographicShop.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/generallib/pluginbase/PluginBase at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:333) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:348) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:196) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:753) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] Caused by: java.lang.NoClassDefFoundError: org/generallib/pluginbase/PluginBase at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_231] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_231] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:131) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[bukkit.jar:git-Bukkit-3e3818b] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_231] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:59) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[bukkit.jar:git-Bukkit-3e3818b] ... 6 more Caused by: java.lang.ClassNotFoundException: org.generallib.pluginbase.PluginBase at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[bukkit.jar:git-Bukkit-3e3818b] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_231] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_231] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:131) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[bukkit.jar:git-Bukkit-3e3818b] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_231] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:59) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[bukkit.jar:git-Bukkit-3e3818b] ... 6 more [20:47:38] [Server thread/WARN]: Plugin EssentialsSpawn v2.13.1 does not specify an api-version. [20:47:38] [Server thread/WARN]: Plugin RandomCoords v0.6.2-RELEASE does not specify an api-version. [20:47:38] [Server thread/INFO]: [LaunchPadPlus] Loading LaunchPadPlus v2.0 [20:47:38] [Server thread/INFO]: [LobbyAPI] Loading LobbyAPI v3.7.100 [20:47:38] [Server thread/INFO]: [SetHomes] Loading SetHomes v1.2.4 [20:47:38] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218 [20:47:38] [Server thread/INFO]: [dynmap] version=git-Bukkit-3e3818b (MC: 1.14.4) [20:47:38] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks [20:47:38] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional [20:47:38] [Server thread/INFO]: [dynmap] Mod Support API available [20:47:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1 [20:47:39] [Server thread/INFO]: [CustomCraft] Loading CustomCraft v3.1.2 [20:47:39] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51 [20:47:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012 [20:47:40] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@478b4f7e] [20:47:40] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1 [20:47:40] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.23 [20:47:40] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107 [20:47:40] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa [20:47:40] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0 [20:47:40] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1 [20:47:40] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.400 [20:47:40] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1 [20:47:40] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.0.0-b766 [20:47:40] [Server thread/INFO]: [RandomCoords] Loading RandomCoords v0.6.2-RELEASE [20:47:40] [Server thread/INFO]: [Residence] Loading Residence v4.8.8.2 [20:47:40] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-SNAPSHOT-b452 [20:47:40] [Server thread/INFO]: [ShopChest] Loading ShopChest v1.13-SNAPSHOT [20:47:40] [Server thread/INFO]: [ShopChest] Using locale "en_US" [20:47:40] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.0.0-b799 [20:47:40] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1 [20:47:40] [Server thread/INFO]: [0;36;1m [0;36;22m [m [20:47:40] [Server thread/INFO]: [0;36;1m | [0;36;22m|) [0;32;22mLuckPerms [0;36;1mv4.4.1[m [20:47:40] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m

[20:47:40] [Server thread/INFO]: [LuckPerms] Loading configuration... [20:47:40] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [20:47:41] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [20:47:41] [Server thread/INFO]: [LuckPerms] Performing initial data load... [20:47:41] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 871ms) [20:47:41] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012 [20:47:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [20:47:42] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter [20:47:42] [Server thread/WARN]: [WorldEdit] ==================================================== [20:47:42] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper [20:47:42] [Server thread/WARN]: [WorldEdit] as your server software.

[20:47:42] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements, [20:47:42] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional [20:47:42] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.

[20:47:42] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly [20:47:42] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.

[20:47:42] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the [20:47:42] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.

[20:47:42] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io [20:47:42] [Server thread/WARN]: [WorldEdit] ==================================================== [20:47:42] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107 [20:47:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [20:47:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [20:47:42] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107 [20:47:42] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [20:47:42] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [20:47:42] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.400 [20:47:42] [Server thread/WARN]: [PlotSquared] ==================================================== [20:47:42] [Server thread/WARN]: [PlotSquared] PlotSquared works better if you use Paper [20:47:42] [Server thread/WARN]: [PlotSquared] as your server software. [20:47:42] [Server thread/WARN]: [PlotSquared] ==================================================== [20:47:43] [Server thread/INFO]: Version is PlotSquared-4.400 [20:47:43] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mPlotSquared is using online UUIDs[m [20:47:44] [Server thread/INFO]: PlotSquared Scripting Test

[20:47:44] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m [20:47:44] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m [20:47:44] [Server thread/INFO]: Preparing level "Hub" [20:47:44] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit [20:47:45] [Server thread/INFO]: Loaded 6 recipes [20:47:45] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [20:47:45] [Server thread/INFO]: Preparing start region for dimension 'Hub'/minecraft:overworld [20:47:46] [Server thread/INFO]: Preparing spawn area: 0% [20:47:46] [Server thread/INFO]: Preparing spawn area: 0% [20:47:46] [Server thread/INFO]: Preparing spawn area: 5% [20:47:46] [Server thread/INFO]: Time elapsed: 1350 ms [20:47:46] [Server thread/INFO]: Preparing start region for dimension 'Hub_nether'/minecraft:the_nether [20:47:47] [Server thread/INFO]: Preparing spawn area: 0% [20:47:47] [Server thread/INFO]: Preparing spawn area: 0% [20:47:47] [Server-Worker-9/INFO]: Preparing spawn area: 87% [20:47:48] [Server-Worker-9/INFO]: Preparing spawn area: 87% [20:47:48] [Server-Worker-3/INFO]: Preparing spawn area: 88% [20:47:49] [Server-Worker-3/INFO]: Preparing spawn area: 98% [20:47:49] [Server thread/INFO]: Time elapsed: 2587 ms [20:47:49] [Server thread/INFO]: Preparing start region for dimension 'Hub_the_end'/minecraft:the_end [20:47:49] [Server thread/INFO]: Preparing spawn area: 0% [20:47:50] [Server-Worker-4/INFO]: Preparing spawn area: 83% [20:47:50] [Server thread/INFO]: Time elapsed: 896 ms [20:47:50] [Server thread/INFO]: [LaunchPadPlus] Enabling LaunchPadPlus v2.0 [20:47:50] [Server thread/INFO]: [LobbyAPI] Enabling LobbyAPI v3.7.100 [20:47:50] [Server thread/INFO]: Preparing start region for dimension 'survival'/minecraft:overworld [20:47:51] [Server thread/INFO]: Preparing spawn area: 0% [20:47:51] [Server thread/INFO]: Preparing spawn area: 0% [20:47:51] [Server thread/INFO]: Time elapsed: 915 ms [20:47:51] [Server thread/INFO]: Preparing start region for dimension 'adminshop'/minecraft:overworld [20:47:51] [Server thread/INFO]: Preparing spawn area: 0% [20:47:51] [Server thread/INFO]: Preparing spawn area: 0% [20:47:52] [Server thread/INFO]: Time elapsed: 765 ms [20:47:52] [Server thread/INFO]: Preparing start region for dimension 'market'/minecraft:overworld [20:47:52] [Server thread/INFO]: Preparing spawn area: 0% [20:47:52] [Server thread/INFO]: Preparing spawn area: 22% [20:47:52] [Server thread/INFO]: Time elapsed: 626 ms [20:47:52] [Server thread/INFO]: [0;33;22m[[0;37;1mLobbyAPI[0;33;22m][0;37;1m[0;31;22mBungee For LobbyAPI is disabled[m [20:47:52] [Server thread/INFO]: [0;33;22m[[0;37;1mLobbyAPI[0;33;22m][0;37;1m Added world 'Hub'[m [20:47:52] [Server thread/INFO]: [0;33;22m[[0;37;1mLobbyAPI[0;33;22m][0;37;1m Added world 'Survival'[m [20:47:52] [Server thread/INFO]: [0;33;22m[[0;37;1mLobbyAPI[0;33;22m][0;37;1m Added world 'AdminShop'[m [20:47:52] [Server thread/INFO]: [0;33;22m[[0;37;1mLobbyAPI[0;33;22m][0;37;1m Added world 'market'[m [20:47:55] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.2.4 [20:47:55] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218 [20:47:55] [Server thread/INFO]: [dynmap] Using LuckPerms 4.4.1 for access control [20:47:56] [Server thread/INFO]: [dynmap] Mod Support processing completed [20:47:57] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [20:47:57] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [20:47:57] [Server thread/INFO]: [dynmap] Loaded 14 lightings. [20:47:57] [Server thread/INFO]: [dynmap] Web server started on address 10.1.1.121:6969 [20:47:57] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218 [20:47:57] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us [20:47:57] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [20:47:57] [Server thread/INFO]: [dynmap] World 'Hub' disabled [20:47:57] [Server thread/INFO]: [dynmap] World 'Hub_nether' disabled [20:47:57] [Server thread/INFO]: [dynmap] World 'Hub_the_end' disabled [20:47:57] [Server thread/INFO]: [dynmap] World 'survival' disabled [20:47:57] [Server thread/INFO]: [dynmap] World 'adminshop' disabled [20:47:57] [Server thread/INFO]: [dynmap] World 'market' disabled [20:47:57] [Server thread/INFO]: [dynmap] Enabled [20:47:57] [Server thread/INFO]: [CustomCraft] Enabling CustomCraft v3.1.2 [20:47:57] [Server thread/INFO]: [CustomCraft] Loading default recipes [20:47:57] [Server thread/INFO]: [CustomCraft] Enabling the CobbleCycle recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the CobbleCycle recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the SlabToBlock recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the SlabToBlock recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the BrewingStand recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the BrewingStand recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Elytra recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Elytra recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the EnchantmentTable recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the EnchantmentTable recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Jukebox recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Jukebox recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Ice recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Ice recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the LavaBucket recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the LavaBucket recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Logs recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Logs recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Nametag recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Nametag recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Oldfence recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Oldfence recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the OpPick recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the OpPick recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Quartz recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Quartz recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Saddle recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Saddle recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the String recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the String recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling the Godapple recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Enabled the Godapple recipe [20:47:58] [Server thread/INFO]: [CustomCraft] Default recipes loaded [20:47:58] [Server thread/INFO]: [CustomCraft] Loading custom recipes [20:47:58] [Server thread/INFO]: [CustomCraft] Enabling custom recipe: MagicalSponge [20:47:58] [Server thread/INFO]: [CustomCraft] Custom recipes loaded [20:47:58] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51 [20:47:58] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1 [20:47:59] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.23 [20:47:59] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub' [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_nether) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_nether) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_nether) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_nether) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub_nether' [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_the_end) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub_the_end' [20:47:59] [Server thread/INFO]: [WorldGuard] (survival) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (survival) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (survival) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (survival) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival' [20:47:59] [Server thread/INFO]: [WorldGuard] (adminshop) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (adminshop) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (adminshop) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (adminshop) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'adminshop' [20:47:59] [Server thread/INFO]: [WorldGuard] (market) TNT ignition is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (market) Lighters are PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (market) Lava fire is PERMITTED. [20:47:59] [Server thread/INFO]: [WorldGuard] (market) Fire spread is UNRESTRICTED. [20:47:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'market' [20:47:59] [Server thread/INFO]: [WorldGuard] Loading region data... [20:47:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0 [20:47:59] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version. [20:47:59] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version. [20:47:59] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml [20:47:59] [Server thread/INFO]: No kits found to migrate. [20:47:59] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider. [20:47:59] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider. [20:47:59] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider. [20:47:59] [Server thread/INFO]: Loaded 20977 items from items.json. [20:47:59] [Server thread/INFO]: Using locale enAU [20:47:59] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [20:48:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [20:48:00] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked. [20:48:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [20:48:00] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1 [20:48:00] [Server thread/ERROR]: Error occurred while enabling EssentialsChat v2.13.1 (Is it up to date?) java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:26) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:447) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:373) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:253) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:753) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0231] [20:48:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1 [20:48:00] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?) java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:447) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:373) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:253) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:753) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [20:48:00] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.0.0-b766 [20:48:00] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.0.0-b766" 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]. [20:48:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: World_nether [20:48:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [20:48:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: World [20:48:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [20:48:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'plots'[m [20:48:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m [20:48:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld[m [20:48:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotAreaManager: [0;37;22mcom.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager[m [20:48:00] [Server thread/INFO]: Preparing start region for dimension 'plots'/minecraft:overworld [20:48:00] [Server thread/INFO]: Preparing spawn area: 0% [20:48:00] [Server thread/INFO]: Preparing spawn area: 0% [20:48:02] [Server-Worker-2/INFO]: Preparing spawn area: 83% [20:48:02] [Server-Worker-11/INFO]: Preparing spawn area: 83% [20:48:02] [Server-Worker-10/INFO]: Preparing spawn area: 83% [20:48:02] [Server-Worker-11/INFO]: Preparing spawn area: 91% [20:48:03] [Server-Worker-6/INFO]: Preparing spawn area: 91% [20:48:03] [Server thread/INFO]: Time elapsed: 3428 ms [20:48:03] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED. [20:48:03] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED. [20:48:03] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is PERMITTED. [20:48:03] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED. [20:48:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots' [20:48:03] [Server thread/INFO]: [dynmap] World 'plots' disabled [20:48:03] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded. [20:48:03] [Server thread/INFO]: [Multiverse-Core] Version 4.0.0-b766 (API v23) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman [20:48:03] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman [20:48:03] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman [20:48:03] [Server thread/INFO]: [RandomCoords] Enabling RandomCoords v0.6.2-RELEASE [20:48:03] [Server thread/INFO]: [34m[1m[RandomCoords][34m[1mRandomCoords[34m[1m Version: [34m[1m0.6.2-RELEASE[34m[1m enabled.[0m [20:48:05] [Server thread/INFO]: [Residence] Enabling Residence v4.8.8.2 [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m [0;31;1mCan't find world with (World_nether) name[m [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m [0;31;1mCan't find world with (test) name[m [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m [0;31;1mCan't find world with (World) name[m [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m [0;31;1mCan't find world with (World_the_end) name[m [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m [0;31;1mCan't find world with (creative) name[m [20:48:08] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Found Vault using permissions plugin:LuckPerms[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Scanning for economy systems...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Found Vault using economy system: [0;35;22mEssentials Economy[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world Hub...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub data. (6 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world Hub_nether...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub_nether data. (6 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world Hub_the_end...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub_the_end data. (1 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world survival...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded survival data. (2 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world adminshop...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded adminshop data. (1 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world market...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded market data. (16 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading save data for world plots...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded plots data. (1 ms)[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading Hub data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading Hub_nether data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub_nether data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading Hub_the_end data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded Hub_the_end data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading survival data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded survival data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading adminshop data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded adminshop data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading market data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded market data into memory. (77 ms) -> 36 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loading plots data into memory...[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Loaded plots data into memory. (0 ms) -> 0 residences[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Found WorldEdit 7.0.1;61bc012[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Found WorldGuard 7.0.1;f2118aa[m [20:48:09] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Enabled! Version 4.8.8.2 by Zrips[m [20:48:09] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-SNAPSHOT-b452 [20:48:09] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world, world_the_end, world_nether [20:48:09] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-SNAPSHOT-b452] enabled. [20:48:09] [Server thread/INFO]: [ShopChest] Enabling ShopChest v1.13-SNAPSHOT [20:48:10] [Server thread/INFO]: [ShopChest] Using SQLite [20:48:10] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.0.0-b799 [20:48:10] [Server thread/INFO]: [Multiverse-Portals] - Version 4.0.0-b799 Enabled - By Rigby and fernferret [20:48:10] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: creativeIn (World Error, World did not exist or was not imported into Multiverse-Core!) [20:48:10] [Server thread/WARN]: [MVPLogging] Portal creativeIn has an invalid LOCATION! [20:48:10] [Server thread/WARN]: [MVPLogging] Portal 'creativeIn' not loaded due to invalid location! [20:48:10] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: creativeOut (World Error, World did not exist or was not imported into Multiverse-Core!) [20:48:10] [Server thread/WARN]: [MVPLogging] Portal creativeOut has an invalid LOCATION! [20:48:10] [Server thread/WARN]: [MVPLogging] Portal 'creativeOut' not loaded due to invalid location! [20:48:10] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: survivalIn (World Error, World did not exist or was not imported into Multiverse-Core!) [20:48:10] [Server thread/WARN]: [MVPLogging] Portal survivalIn has an invalid LOCATION! [20:48:10] [Server thread/WARN]: [MVPLogging] Portal 'survivalIn' not loaded due to invalid location! [20:48:10] [Server thread/INFO]: [MVPLogging] 4 - Portals(s) loaded [20:48:10] [Server thread/WARN]: [Multiverse-Core] Portal survivalOut has an invalid DESTINATION! [20:48:10] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections. [20:48:10] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[20:48:10] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check -------- [20:48:10] [Server thread/INFO]: [PlotSquared] You appear to be running the latest version of PlotSquared. Congratulations! [20:48:10] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check -------- [20:48:10] [Craft Scheduler Thread - 1/INFO]: [CustomCraft] Checking for updates... [20:48:10] [Server thread/INFO]: [0;31;1mA Folder/World already exists with this name![m [20:48:10] [Server thread/INFO]: [0;31;1mIf you are confident it is a world you can import with /mvimport[m [20:48:10] [Craft Scheduler Thread - 5/INFO]: HikariPool-1 - Starting... [20:48:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'test'[m [20:48:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m [20:48:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld[m [20:48:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotAreaManager: [0;37;22mcom.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager[m [20:48:10] [Server thread/INFO]: Preparing start region for dimension 'test'/minecraft:overworld [20:48:10] [Craft Scheduler Thread - 5/INFO]: HikariPool-1 - Start completed. [20:48:10] [Craft Scheduler Thread - 5/INFO]: [ShopChest] Updating database... (#2) [20:48:10] [Craft Scheduler Thread - 5/INFO]: [ShopChest] Updating database finished [20:48:10] [Craft Scheduler Thread - 5/INFO]: [ShopChest] Cleaned up economy log [20:48:11] [Server thread/INFO]: Preparing spawn area: 0% [20:48:11] [Server thread/INFO]: Preparing spawn area: 0% [20:48:11] [Craft Scheduler Thread - 3/INFO]: [0;31;1mFailed to check for Residence update on spigot web page.[m [20:48:11] [Craft Scheduler Thread - 10/WARN]: [ShopChest] Version 1.12.3 is available! You are running version 1.13-SNAPSHOT. [20:48:11] [Craft Scheduler Thread - 1/INFO]: [CustomCraft] No update available [20:48:13] [Server-Worker-13/INFO]: Preparing spawn area: 83% [20:48:13] [Server-Worker-13/INFO]: Preparing spawn area: 83% [20:48:13] [Server-Worker-12/INFO]: Preparing spawn area: 83% [20:48:13] [Server-Worker-12/INFO]: Preparing spawn area: 83% [20:48:13] [Server thread/INFO]: Time elapsed: 2941 ms [20:48:13] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED. [20:48:13] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED. [20:48:13] [Server thread/INFO]: [WorldGuard] (test) Lava fire is PERMITTED. [20:48:13] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED. [20:48:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test' [20:48:13] [Server thread/INFO]: [dynmap] World 'test' disabled [20:48:13] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ... [20:48:13] [Craft Scheduler Thread - 10/INFO]: HikariPool-1 - Shutdown initiated... [20:48:13] [Craft Scheduler Thread - 9/ERROR]: [ShopChest] Failed to get shops from database [20:48:13] [Craft Scheduler Thread - 10/INFO]: HikariPool-1 - Shutdown completed. [20:48:13] [Craft Scheduler Thread - 10/INFO]: HikariPool-2 - Starting... [20:48:13] [Craft Scheduler Thread - 10/INFO]: HikariPool-2 - Start completed. [20:48:13] [Craft Scheduler Thread - 10/INFO]: [ShopChest] Cleaned up economy log [20:48:14] [Server thread/ERROR]: [ShopChest] No database access. Disabling ShopChest [20:48:14] [Server thread/ERROR]: [ShopChest] HikariDataSource HikariDataSource (HikariPool-1) has been closed. [20:48:14] [Server thread/INFO]: [ShopChest] Disabling ShopChest v1.13-SNAPSHOT [20:48:14] [Server thread/INFO]: HikariPool-2 - Shutdown initiated... [20:48:14] [Server thread/INFO]: HikariPool-2 - Shutdown completed. [20:48:14] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available [20:58:18] [User Authenticator #1/INFO]: UUID of player Bubbles is aefebf08-9411-41f5-bd3f-741c9247bb18 [20:58:19] [Server thread/INFO]: Bubbles[/10.1.1.252:49252] logged in with entity id 128 at ([plots]-0.46945601894114847, 87.3575796927274, -0.39919646925524316) [20:58:19] [Server thread/INFO]: [0;37;22m[[0;32;1m[21m+[0;37;22m] [0;37;1mBubbles[m [20:58:20] [Craft Scheduler Thread - 15/INFO]: [0;31;1mFailed to check for Residence update on spigot web page.[m [20:58:24] [Server thread/INFO]: Bubbles issued server command: /hub [20:58:26] [Server thread/ERROR]: Could not pass event PlayerChangedWorldEvent to LobbyAPI v3.7.100 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:528) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerList.moveToWorld(PlayerList.java:668) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.entity.CraftPlayer.teleport(CraftPlayer.java:664) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.entity.CraftEntity.teleport(CraftEntity.java:451) ~[bukkit.jar:git-Bukkit-3e3818b] at me.zombie_striker.lobbyapi.Main.onSelect(Main.java:612) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:528) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2073) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] Caused by: java.lang.NullPointerException at me.zombie_striker.lobbyapi.Main.saveInventory(Main.java:989) ~[?:?] at me.zombie_striker.lobbyapi.Main.onWorldchange(Main.java:496) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[bukkit.jar:git-Bukkit-3e3818b] ... 29 more [20:58:26] [Server thread/ERROR]: Could not pass event InventoryClickEvent to LobbyAPI v3.7.100 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:528) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2073) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] Caused by: java.lang.NullPointerException at me.zombie_striker.lobbyapi.Main.onSelect(Main.java:616) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_231] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[bukkit.jar:git-Bukkit-3e3818b] ... 17 more [20:58:31] [Server thread/INFO]: Bubbles issued server command: /gmc [20:58:39] [Server thread/INFO]: Bubbles issued server command: /hub [20:59:01] [Server thread/INFO]: Bubbles issued server command: /effect give Bubbles minecraft:night_vision 1000 100 true [20:59:01] [Server thread/INFO]: [Bubbles: Applied effect Night Vision to Bubbles] [20:59:06] [Server thread/INFO]: Bubbles issued server command: /gmc [20:59:37] [Server thread/INFO]: Bubbles issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [20:59:40] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:843) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [20:59:46] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:02] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:15] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:18] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:19] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:843) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:19] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:843) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:20] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:00:21] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:09:42] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 admin

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:09:48] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:844) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:09:52] [Server thread/INFO]: Bubbles____ issued server command: /shop create 64 10 5 normal

org.bukkit.command.CommandException: Cannot execute command 'shop' in plugin ShopChest v1.13-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1590) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1444) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:37) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(SourceFile:9) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:867) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:860) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:843) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:784) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [21:15:50] [Server thread/INFO]: Bubbles lost connection: Disconnected [21:15:50] [Server thread/INFO]: [-] Bubbles [21:15:56] [Server thread/INFO]: Stopping the server [21:15:56] [Server thread/INFO]: Stopping server [21:15:56] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v4.0.0-b799 [21:15:56] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v3.0.0-SNAPSHOT-b452 [21:15:56] [Server thread/INFO]: [Residence] Disabling Residence v4.8.8.2 [21:15:56] [Server thread/INFO]: [0;32;1m[[0;33;22mResidence[0;32;1m][0;37;22m Disabled![m [21:15:56] [Server thread/INFO]: [RandomCoords] Disabling RandomCoords v0.6.2-RELEASE [21:15:56] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.0.0-b766 [21:15:56] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1 [21:15:56] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v4.400 [21:15:56] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.13.1 [21:15:56] [Server thread/INFO]: [Essentials] Disabling Essentials v2.17.1.0 [21:15:56] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked. [21:15:56] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.1;f2118aa [21:15:56] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks... [21:15:56] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107 [21:15:56] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [21:15:56] [Server thread/INFO]: [ServerRestorer] Disabling ServerRestorer v1.0.23 [21:15:56] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.1 [21:15:56] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.0.1;61bc012 [21:15:56] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit [21:15:56] [Server thread/INFO]: [PluginConstructorAPI] Disabling PluginConstructorAPI v1.0.51 [21:15:56] [Server thread/INFO]: [CustomCraft] Disabling CustomCraft v3.1.2 [21:15:56] [Server thread/INFO]: [CustomCraft] Disabling CustomCraft [21:15:56] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v4.4.1 [21:15:56] [Server thread/INFO]: [LuckPerms] Closing storage... [21:15:56] [Server thread/INFO]: [LuckPerms] Shutting down internal scheduler... [21:15:56] [Server thread/INFO]: [LuckPerms] Goodbye! [21:15:56] [Server thread/INFO]: [dynmap] Disabling dynmap v3.0-beta-5-218 [21:15:56] [Server thread/INFO]: [dynmap] Unloaded 11 components. [21:15:56] [Server thread/INFO]: [dynmap] Stopping map renderer... [21:16:02] [Server thread/INFO]: [dynmap] Disabled [21:16:02] [Server thread/INFO]: [SetHomes] Disabling SetHomes v1.2.4 [21:16:02] [Server thread/INFO]: [LobbyAPI] Disabling LobbyAPI v3.7.100 [21:16:02] [Server thread/INFO]: [LaunchPadPlus] Disabling LaunchPadPlus v2.0 [21:16:02] [Server thread/INFO]: Saving players [21:16:02] [Server thread/INFO]: Saving worlds [21:16:02] [Server thread/INFO]: Saving chunks for level 'Hub'/minecraft:overworld [21:16:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (Hub): All chunks are saved [21:16:02] [Server thread/INFO]: Saving chunks for level 'Hub_nether'/minecraft:the_nether [21:16:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [21:16:02] [Server thread/INFO]: Saving chunks for level 'Hub_the_end'/minecraft:the_end [21:16:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [21:16:02] [Server thread/INFO]: Saving chunks for level 'survival'/minecraft:survival [21:16:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (survival): All chunks are saved [21:16:02] [Server thread/INFO]: Saving chunks for level 'adminshop'/minecraft:adminshop [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (adminshop): All chunks are saved [21:16:03] [Server thread/INFO]: Saving chunks for level 'market'/minecraft:market [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (market): All chunks are saved [21:16:03] [Server thread/INFO]: Saving chunks for level 'plots'/minecraft:plots [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (plots): All chunks are saved [21:16:03] [Server thread/INFO]: Saving chunks for level 'test'/minecraft:test [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (test): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (Hub): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (survival): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (adminshop): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (market): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (plots): All chunks are saved [21:16:03] [Server thread/INFO]: ThreadedAnvilChunkStorage (test): All chunks are saved

EpicEricEE commented 4 years ago

Closing, as handled in #297