EpicEricEE / ShopChest

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

the shopchest plugin dosent load at all #297

Closed JynX-01 closed 4 years ago

JynX-01 commented 4 years ago

when i put the shopchest plugin in my server plugin folder and run my server id doesn't create a shopchest folder like it should and before this issue the plugin would be there it just never let me use the commands it would come up with an error but now its like i never added the plugin in the first place and its really quite annoying

EpicEricEE commented 4 years ago

Any errors in the console when starting the server? Also, which version of ShopChest and Minecraft are you using?

JynX-01 commented 4 years ago

Any errors in the console when starting the server? Also, which version of ShopChest and Minecraft are you using?

@EpicEricEE i'm on 1.14.4 and nothing comes up in the console at all that's what i mean by "doesn't load at all" and I've been on a server with this plugin that's on 1.14.4 and it worked i also had it earlier and it worked a week ago.

Edit: ok i just dedicated 7G total ram to my server cos i was only giving it 1G and i saw something about ShopChest not loading it may of been there before but i didn't see it bit ill paste in my console log under this for you to see

Log: C:\Users\aae3\Desktop\minecraft server (bukkit)>java -Xmx7G -Xms512M -jar bukkit.jar nogui Loading libraries, please wait... [09:02:19] [Server thread/INFO]: Starting minecraft server version 1.14.4 [09:02:19] [Server thread/INFO]: Loading properties [09:02:19] [Server thread/INFO]: Default game type: ADVENTURE [09:02:19] [Server thread/INFO]: Generating keypair [09:02:19] [Server thread/INFO]: Starting Minecraft server on 10.1.1.121:25565 [09:02:19] [Server thread/INFO]: Using default channel type [09:02:22] [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) [09:02:22] [Server thread/WARN]: Couldn't load server icon java.lang.IllegalArgumentException: Must be 64 pixels wide at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadServerIcon0(CraftServer.java:1681) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadServerIcon0(CraftServer.java:1669) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadIcon(CraftServer.java:800) [bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.(CraftServer.java:311) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.PlayerList.(PlayerList.java:74) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.DedicatedPlayerList.(SourceFile:14) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:195) [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]

[09:02:23] [Server thread/ERROR]: Could not load 'plugins\ShopChest-1.13-SNAPSHOT.jar' in folder 'plugins'

org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[bukkit.jar:git-Bukkit-3e3818b] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:138) [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.io.FileNotFoundException: Jar does not contain plugin.yml ... 6 more [09:02:28] [Server thread/WARN]: Plugin LaunchPadPlus v2.0 does not specify an api-version. [09:02:28] [Server thread/WARN]: Plugin SetHomes v1.2.4 does not specify an api-version. [09:02:28] [Server thread/WARN]: Plugin dynmap v3.0-beta-5-218 does not specify an api-version. [09:02:29] [Server thread/ERROR]: Could not load 'plugins\HolographicShop.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: HolographicDisplays at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [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] [09:02:29] [Server thread/WARN]: Plugin EssentialsChat v2.13.1 does not specify an api-version. [09:02:29] [Server thread/WARN]: Plugin BetterRTP v2.9.3 does not specify an api-version. [09:02:29] [Server thread/WARN]: Plugin EssentialsSpawn v2.13.1 does not specify an api-version. [09:02:29] [Server thread/INFO]: [LaunchPadPlus] Loading LaunchPadPlus v2.0 [09:02:29] [Server thread/INFO]: [LobbyAPI] Loading LobbyAPI v3.7.100 [09:02:29] [Server thread/INFO]: [SetHomes] Loading SetHomes v1.2.4 [09:02:29] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218 [09:02:29] [Server thread/INFO]: [dynmap] version=git-Bukkit-3e3818b (MC: 1.14.4) [09:02:29] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks [09:02:29] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional [09:02:29] [Server thread/INFO]: [dynmap] Mod Support API available [09:02:29] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1 [09:02:29] [Server thread/INFO]: [CustomCraft] Loading CustomCraft v3.1.2 [09:02:29] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51 [09:02:29] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012 [09:02:31] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@57dadc5a] [09:02:31] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.23 [09:02:31] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107 [09:02:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa [09:02:31] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0 [09:02:31] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1 [09:02:31] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.400 [09:02:31] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v2.9.3 [09:02:31] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1 [09:02:31] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.0.0-b766 [09:02:31] [Server thread/INFO]: [Residence] Loading Residence v4.8.8.2 [09:02:31] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-SNAPSHOT-b452 [09:02:31] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.0.0-b799 [09:02:31] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1

[09:02:31] [Server thread/INFO]: | |__) LuckPerms v4.4.1 [09:02:31] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit [09:02:31] [Server thread/INFO]: [09:02:31] [Server thread/INFO]: [LuckPerms] Loading configuration... [09:02:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [09:02:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [09:02:32] [Server thread/INFO]: [LuckPerms] Performing initial data load... [09:02:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 879ms) [09:02:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012 [09:02:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [09:02:32] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter [09:02:33] [Server thread/WARN]: [WorldEdit] ==================================================== [09:02:33] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper [09:02:33] [Server thread/WARN]: [WorldEdit] as your server software.

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

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

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

[09:02:33] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io [09:02:33] [Server thread/WARN]: [WorldEdit] ==================================================== [09:02:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107 [09:02:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [09:02:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [09:02:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107 [09:02:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [09:02:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [09:02:33] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.400 [09:02:33] [Server thread/WARN]: [PlotSquared] ==================================================== [09:02:33] [Server thread/WARN]: [PlotSquared] PlotSquared works better if you use Paper [09:02:33] [Server thread/WARN]: [PlotSquared] as your server software. [09:02:33] [Server thread/WARN]: [PlotSquared] ==================================================== [09:02:33] [Server thread/INFO]: Version is PlotSquared-4.400 [09:02:34] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs [09:02:34] [Server thread/INFO]: PlotSquared Scripting Test

[09:02:34] [Server thread/INFO]: PlotSquared is now enabled [09:02:34] [Server thread/INFO]: [P2] Metrics enabled. [09:02:34] [Server thread/INFO]: Preparing level "Hub" [09:02:34] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit [09:02:35] [Server thread/INFO]: Loaded 6 recipes [09:02:35] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [09:02:35] [Server thread/INFO]: Preparing start region for dimension 'Hub'/minecraft:overworld [09:02:36] [Server thread/INFO]: Preparing spawn area: 0% [09:02:36] [Server thread/INFO]: Preparing spawn area: 0% [09:02:36] [Server thread/INFO]: Preparing spawn area: 0% [09:02:37] [Server thread/INFO]: Time elapsed: 1431 ms [09:02:37] [Server thread/INFO]: Preparing start region for dimension 'Hub_nether'/minecraft:the_nether [09:02:38] [Server thread/INFO]: Preparing spawn area: 0% [09:02:38] [Server thread/INFO]: Preparing spawn area: 0% [09:02:38] [Server-Worker-7/INFO]: Preparing spawn area: 83% [09:02:38] [Server-Worker-1/INFO]: Preparing spawn area: 87% [09:02:39] [Server-Worker-5/INFO]: Preparing spawn area: 88% [09:02:39] [Server-Worker-4/INFO]: Preparing spawn area: 97% [09:02:39] [Server thread/INFO]: Time elapsed: 2624 ms [09:02:39] [Server thread/INFO]: Preparing start region for dimension 'Hub_the_end'/minecraft:the_end [09:02:40] [Server thread/INFO]: Preparing spawn area: 0% [09:02:40] [Server-Worker-3/INFO]: Preparing spawn area: 83% [09:02:40] [Server thread/INFO]: Time elapsed: 886 ms [09:02:40] [Server thread/INFO]: [LaunchPadPlus] Enabling LaunchPadPlus v2.0 [09:02:40] [Server thread/INFO]: [LobbyAPI] Enabling LobbyAPI v3.7.100 [09:02:40] [Server thread/INFO]: Preparing start region for dimension 'market'/minecraft:overworld [09:02:41] [Server thread/INFO]: Preparing spawn area: 0% [09:02:41] [Server-Worker-3/INFO]: Preparing spawn area: 0% [09:02:41] [Server thread/INFO]: Time elapsed: 718 ms [09:02:41] [Server thread/INFO]: Preparing start region for dimension 'adminshop'/minecraft:overworld [09:02:42] [Server thread/INFO]: Preparing spawn area: 0% [09:02:42] [Server thread/INFO]: Preparing spawn area: 0% [09:02:42] [Server thread/INFO]: Time elapsed: 851 ms [09:02:42] [Server thread/INFO]: [LobbyAPI]Bungee For LobbyAPI is disabled [09:02:42] [Server thread/INFO]: [LobbyAPI] Added world 'Market' [09:02:42] [Server thread/INFO]: [LobbyAPI] Added world 'Hub'

[09:02:42] [Server thread/WARN]: at me.zombie_striker.lobbyapi.Main.loadLocalWorlds(Main.java:1149) [09:02:42] [Server thread/WARN]: at me.zombie_striker.lobbyapi.Main.onEnable(Main.java:229) [09:02:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [09:02:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344) [09:02:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [09:02:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:447) [09:02:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:373) [09:02:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [09:02:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:253) [09:02:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:753) [09:02:42] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [09:02:42] [Server thread/INFO]: [LobbyAPI] Added world 'AdminShop' [09:02:44] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.2.4 [09:02:44] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218 [09:02:44] [Server thread/INFO]: [dynmap] Using LuckPerms 4.4.1 for access control [09:02:45] [Server thread/INFO]: [dynmap] Mod Support processing completed [09:02:45] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [09:02:45] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [09:02:45] [Server thread/INFO]: [dynmap] Loaded 14 lightings. [09:02:46] [Server thread/INFO]: [dynmap] Web server started on address 10.1.1.121:6969 [09:02:46] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218 [09:02:46] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us [09:02:46] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [09:02:46] [Server thread/INFO]: [dynmap] World 'Hub' disabled [09:02:46] [Server thread/INFO]: [dynmap] World 'Hub_nether' disabled [09:02:46] [Server thread/INFO]: [dynmap] World 'Hub_the_end' disabled [09:02:46] [Server thread/INFO]: [dynmap] World 'market' disabled [09:02:46] [Server thread/INFO]: [dynmap] World 'adminshop' disabled [09:02:46] [Server thread/INFO]: [dynmap] Enabled [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling CustomCraft v3.1.2 [09:02:46] [Server thread/INFO]: [CustomCraft] Loading default recipes [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the CobbleCycle recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the CobbleCycle recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the SlabToBlock recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the SlabToBlock recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the BrewingStand recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the BrewingStand recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Elytra recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Elytra recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the EnchantmentTable recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the EnchantmentTable recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Jukebox recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Jukebox recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Ice recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Ice recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the LavaBucket recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the LavaBucket recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Logs recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Logs recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Nametag recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Nametag recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Oldfence recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Oldfence recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the OpPick recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the OpPick recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Quartz recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Quartz recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Saddle recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Saddle recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the String recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the String recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling the Godapple recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Enabled the Godapple recipe [09:02:46] [Server thread/INFO]: [CustomCraft] Default recipes loaded [09:02:46] [Server thread/INFO]: [CustomCraft] Loading custom recipes [09:02:46] [Server thread/INFO]: [CustomCraft] Enabling custom recipe: MagicalSponge [09:02:46] [Server thread/INFO]: [CustomCraft] Custom recipes loaded [09:02:46] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51 [09:02:46] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.23 [09:02:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub) TNT ignition is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub) Lighters are PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub) Lava fire is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub) Fire spread is UNRESTRICTED. [09:02:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub' [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_nether) TNT ignition is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_nether) Lighters are PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_nether) Lava fire is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_nether) Fire spread is UNRESTRICTED. [09:02:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub_nether' [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_the_end) TNT ignition is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Lighters are PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Lava fire is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (Hub_the_end) Fire spread is UNRESTRICTED. [09:02:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub_the_end' [09:02:47] [Server thread/INFO]: [WorldGuard] (market) TNT ignition is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (market) Lighters are PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (market) Lava fire is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (market) Fire spread is UNRESTRICTED. [09:02:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'market' [09:02:47] [Server thread/INFO]: [WorldGuard] (adminshop) TNT ignition is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (adminshop) Lighters are PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (adminshop) Lava fire is PERMITTED. [09:02:47] [Server thread/INFO]: [WorldGuard] (adminshop) Fire spread is UNRESTRICTED. [09:02:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'adminshop' [09:02:47] [Server thread/INFO]: [WorldGuard] Loading region data... [09:02:47] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0 [09:02:47] [Server thread/WARN]: [Essentials] º4Version mismatch! Please update EssentialsChat to the same version. [09:02:47] [Server thread/WARN]: [Essentials] º4Version mismatch! Please update EssentialsSpawn to the same version. [09:02:47] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml [09:02:47] [Server thread/INFO]: No kits found to migrate. [09:02:48] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider. [09:02:48] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider. [09:02:48] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider. [09:02:48] [Server thread/INFO]: Loaded 20977 items from items.json. [09:02:48] [Server thread/INFO]: Using locale enAU [09:02:48] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [09:02:48] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [09:02:48] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked. [09:02:48] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [09:02:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1 [09:02:48] [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] [09:02:48] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v2.9.3 [09:02:49] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1 [09:02:49] [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] [09:02:49] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.0.0-b766 [09:02:49] [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]. [09:02:49] [Server thread/INFO]: Preparing start region for dimension 'survival'/minecraft:overworld [09:02:50] [Server thread/INFO]: Preparing spawn area: 0% [09:02:50] [Server thread/INFO]: Preparing spawn area: 0% [09:02:51] [Server-Worker-3/INFO]: Preparing spawn area: 83% [09:02:51] [Server-Worker-3/INFO]: Preparing spawn area: 83% [09:02:51] [Server-Worker-3/INFO]: Preparing spawn area: 83% [09:02:51] [Server-Worker-5/INFO]: Preparing spawn area: 91% [09:02:52] [Server-Worker-9/INFO]: Preparing spawn area: 91% [09:02:52] [Server-Worker-9/INFO]: Preparing spawn area: 95% [09:02:53] [Server thread/INFO]: Time elapsed: 3762 ms [09:02:53] [Server thread/INFO]: [WorldGuard] (survival) TNT ignition is PERMITTED. [09:02:53] [Server thread/INFO]: [WorldGuard] (survival) Lighters are PERMITTED. [09:02:53] [Server thread/INFO]: [WorldGuard] (survival) Lava fire is PERMITTED. [09:02:53] [Server thread/INFO]: [WorldGuard] (survival) Fire spread is UNRESTRICTED. [09:02:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival' [09:02:53] [Server thread/INFO]: [dynmap] World 'survival' disabled [09:02:53] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: World_nether [09:02:53] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [09:02:53] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: World [09:02:53] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [09:02:53] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded. [09:02:53] [Server thread/INFO]: [Multiverse-Core] Version 4.0.0-b766 (API v23) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman [09:02:53] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman [09:02:53] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman [09:02:53] [Server thread/INFO]: [Residence] Enabling Residence v4.8.8.2 [09:02:56] [Server thread/INFO]: [Residence] Can't find world with (World_nether) name [09:02:56] [Server thread/INFO]: [Residence] Can't find world with (test) name [09:02:56] [Server thread/INFO]: [Residence] Can't find world with (World) name [09:02:56] [Server thread/INFO]: [Residence] Can't find world with (World_the_end) name [09:02:56] [Server thread/INFO]: [Residence] Can't find world with (creative) name [09:02:56] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:LuckPerms [09:02:57] [Server thread/INFO]: [Residence] Scanning for economy systems... [09:02:57] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world Hub... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub data. (4 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world Hub_nether... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub_nether data. (0 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world Hub_the_end... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub_the_end data. (1 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world market... [09:02:57] [Server thread/INFO]: [Residence] Loaded market data. (7 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world adminshop... [09:02:57] [Server thread/INFO]: [Residence] Loaded adminshop data. (0 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading save data for world survival... [09:02:57] [Server thread/INFO]: [Residence] Loaded survival data. (1 ms) [09:02:57] [Server thread/INFO]: [Residence] Loading Hub data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub data into memory. (0 ms) -> 0 residences [09:02:57] [Server thread/INFO]: [Residence] Loading Hub_nether data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub_nether data into memory. (0 ms) -> 0 residences [09:02:57] [Server thread/INFO]: [Residence] Loading Hub_the_end data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded Hub_the_end data into memory. (0 ms) -> 0 residences [09:02:57] [Server thread/INFO]: [Residence] Loading market data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded market data into memory. (60 ms) -> 36 residences [09:02:57] [Server thread/INFO]: [Residence] Loading adminshop data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded adminshop data into memory. (0 ms) -> 0 residences [09:02:57] [Server thread/INFO]: [Residence] Loading survival data into memory... [09:02:57] [Server thread/INFO]: [Residence] Loaded survival data into memory. (0 ms) -> 0 residences [09:02:57] [Server thread/INFO]: [Residence] Found WorldEdit 7.0.1;61bc012 [09:02:57] [Server thread/INFO]: [Residence] Found WorldGuard 7.0.1;f2118aa [09:02:57] [Server thread/INFO]: [Residence] Enabled! Version 4.8.8.2 by Zrips [09:02:57] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-SNAPSHOT-b452 [09:02:57] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world, world_the_end, world_nether [09:02:57] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-SNAPSHOT-b452] enabled. [09:02:57] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.0.0-b799 [09:02:57] [Server thread/INFO]: [Multiverse-Portals] - Version 4.0.0-b799 Enabled - By Rigby and fernferret [09:02:57] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: creativeIn (World Error, World did not exist or was not imported into Multiverse-Core!) [09:02:57] [Server thread/WARN]: [MVPLogging] Portal creativeIn has an invalid LOCATION! [09:02:57] [Server thread/WARN]: [MVPLogging] Portal 'creativeIn' not loaded due to invalid location! [09:02:57] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: creativeOut (World Error, World did not exist or was not imported into Multiverse-Core!) [09:02:57] [Server thread/WARN]: [MVPLogging] Portal creativeOut has an invalid LOCATION! [09:02:57] [Server thread/WARN]: [MVPLogging] Portal 'creativeOut' not loaded due to invalid location! [09:02:57] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: survivalIn (World Error, World did not exist or was not imported into Multiverse-Core!) [09:02:57] [Server thread/WARN]: [MVPLogging] Portal survivalIn has an invalid LOCATION! [09:02:57] [Server thread/WARN]: [MVPLogging] Portal 'survivalIn' not loaded due to invalid location! [09:02:57] [Server thread/INFO]: [MVPLogging] 4 - Portals(s) loaded [09:02:57] [Server thread/WARN]: [Multiverse-Core] Portal survivalOut has an invalid DESTINATION! [09:02:57] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections. [09:02:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[09:02:58] [Server thread/ERROR]: Couldn't load server icon java.lang.IllegalStateException: Must be 64 pixels wide at org.bukkit.craftbukkit.libs.org.apache.commons.lang3.Validate.validState(Validate.java:829) ~[bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:899) [bukkit.jar:git-Bukkit-3e3818b] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:757) [bukkit.jar:git-Bukkit-3e3818b] at java.lang.Thread.run(Unknown Source) [?:1.8.0_231] [09:02:58] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check -------- [09:02:58] [Server thread/INFO]: [PlotSquared] You appear to be running the latest version of PlotSquared. Congratulations! [09:02:58] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check -------- [09:02:58] [Craft Scheduler Thread - 1/INFO]: [CustomCraft] Checking for updates... [09:02:58] [Server thread/INFO]: A Folder/World already exists with this name! [09:02:58] [Server thread/INFO]: If you are confident it is a world you can import with /mvimport [09:02:58] [Server thread/INFO]: [P2] Detected world load for 'test' [09:02:58] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared [09:02:58] [Server thread/INFO]: [P2] - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld [09:02:58] [Server thread/INFO]: [P2] - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager [09:02:58] [Server thread/INFO]: Preparing start region for dimension 'test'/minecraft:overworld [09:02:58] [Server thread/INFO]: Preparing spawn area: 0% [09:02:58] [Server thread/INFO]: Preparing spawn area: 0% [09:02:59] [Craft Scheduler Thread - 8/INFO]: Failed to check for Residence update on spigot web page. [09:02:59] [Craft Scheduler Thread - 1/INFO]: [CustomCraft] No update available [09:03:00] [Server-Worker-10/INFO]: Preparing spawn area: 83% [09:03:00] [Server-Worker-8/INFO]: Preparing spawn area: 83% [09:03:00] [Server-Worker-9/INFO]: Preparing spawn area: 83% [09:03:00] [Server thread/INFO]: Preparing spawn area: 83% [09:03:01] [Server-Worker-3/INFO]: Preparing spawn area: 97% [09:03:01] [Server thread/INFO]: Time elapsed: 3044 ms [09:03:01] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED. [09:03:01] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED. [09:03:01] [Server thread/INFO]: [WorldGuard] (test) Lava fire is PERMITTED. [09:03:01] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED. [09:03:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test' [09:03:01] [Server thread/INFO]: [dynmap] World 'test' disabled [09:03:01] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ... [09:03:01] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available

EpicEricEE commented 4 years ago

Oh that's weird. Did you get the plugin file from here?

JynX-01 commented 4 years ago

@EpicEricEE yes i did should i not be getting it from there imma try the download from the bukkit or spigot download

EpicEricEE commented 4 years ago

The one from the spigot page does not work with 1.14. Your server seems to not find a file in the jar that should be there. Try redownloading the jar from the link above.

JynX-01 commented 4 years ago

@EpicEricEE the ShopChest-1.13-SNAPSHOT.jar, ShopChest-1.13-SNAPSHOT-sources.jar or the ShopChest-1.13-SNAPSHOT-javadoc.jar

EpicEricEE commented 4 years ago

The ShopChest-1.13-SNAPSHOT.jar

JynX-01 commented 4 years ago

@EpicEricEE ok will try now

JynX-01 commented 4 years ago

@EpicEricEE here are the new logs

C:\Users\aae3\Desktop\minecraft server (bukkit)>java -Xmx7G -Xms512M -jar bukkit.jar nogui Loading libraries, please wait... [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]: | |__) LuckPerms v4.4.1 [20:47:40] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit [20:47:40] [Server thread/INFO]: [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]: [P2] PlotSquared is using online UUIDs [20:47:44] [Server thread/INFO]: PlotSquared Scripting Test

[20:47:44] [Server thread/INFO]: PlotSquared is now enabled [20:47:44] [Server thread/INFO]: [P2] Metrics enabled. [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]: [LobbyAPI]Bungee For LobbyAPI is disabled [20:47:52] [Server thread/INFO]: [LobbyAPI] Added world 'Hub' [20:47:52] [Server thread/INFO]: [LobbyAPI] Added world 'Survival' [20:47:52] [Server thread/INFO]: [LobbyAPI] Added world 'AdminShop' [20:47:52] [Server thread/INFO]: [LobbyAPI] Added world 'market' [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]: [P2] Detected world load for 'plots' [20:48:00] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared [20:48:00] [Server thread/INFO]: [P2] - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld [20:48:00] [Server thread/INFO]: [P2] - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager [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]: [RandomCoords]RandomCoords Version: 0.6.2-RELEASE enabled. [20:48:05] [Server thread/INFO]: [Residence] Enabling Residence v4.8.8.2 [20:48:08] [Server thread/INFO]: [Residence] Can't find world with (World_nether) name [20:48:08] [Server thread/INFO]: [Residence] Can't find world with (test) name [20:48:08] [Server thread/INFO]: [Residence] Can't find world with (World) name [20:48:08] [Server thread/INFO]: [Residence] Can't find world with (World_the_end) name [20:48:08] [Server thread/INFO]: [Residence] Can't find world with (creative) name [20:48:08] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:LuckPerms [20:48:09] [Server thread/INFO]: [Residence] Scanning for economy systems... [20:48:09] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world Hub... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub data. (6 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world Hub_nether... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub_nether data. (6 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world Hub_the_end... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub_the_end data. (1 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world survival... [20:48:09] [Server thread/INFO]: [Residence] Loaded survival data. (2 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world adminshop... [20:48:09] [Server thread/INFO]: [Residence] Loaded adminshop data. (1 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world market... [20:48:09] [Server thread/INFO]: [Residence] Loaded market data. (16 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading save data for world plots... [20:48:09] [Server thread/INFO]: [Residence] Loaded plots data. (1 ms) [20:48:09] [Server thread/INFO]: [Residence] Loading Hub data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Loading Hub_nether data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub_nether data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Loading Hub_the_end data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded Hub_the_end data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Loading survival data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded survival data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Loading adminshop data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded adminshop data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Loading market data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded market data into memory. (77 ms) -> 36 residences [20:48:09] [Server thread/INFO]: [Residence] Loading plots data into memory... [20:48:09] [Server thread/INFO]: [Residence] Loaded plots data into memory. (0 ms) -> 0 residences [20:48:09] [Server thread/INFO]: [Residence] Found WorldEdit 7.0.1;61bc012 [20:48:09] [Server thread/INFO]: [Residence] Found WorldGuard 7.0.1;f2118aa [20:48:09] [Server thread/INFO]: [Residence] Enabled! Version 4.8.8.2 by Zrips [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]: A Folder/World already exists with this name! [20:48:10] [Server thread/INFO]: If you are confident it is a world you can import with /mvimport [20:48:10] [Craft Scheduler Thread - 5/INFO]: HikariPool-1 - Starting... [20:48:10] [Server thread/INFO]: [P2] Detected world load for 'test' [20:48:10] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared [20:48:10] [Server thread/INFO]: [P2] - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld [20:48:10] [Server thread/INFO]: [P2] - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager [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]: Failed to check for Residence update on spigot web page. [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

it created a shopchest folder in my plugin folder this time so thats promising

JynX-01 commented 4 years ago

@EpicEricEE 2020-01-16_21-00-30 this is what happened b4 [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]

JynX-01 commented 4 years ago

@EpicEricEE i found out from someone elses help that shopChests dosent have database accsess [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

Spoonerj1 commented 4 years ago

I think this and #298 are the same. I am having the same issue where ShopChest fails to connect to a database. https://pastebin.com/4h6bDpyN

EpicEricEE commented 4 years ago

Can you enable the debug log in the config and post the content of the debug.txt file after a server restart?

JynX-01 commented 4 years ago

@EpicEricEE ok will do Edit: i dont know where to find it Edit Edit found it here it is [19/01/2020 10:13:33] Loading ShopChest version 1.13-SNAPSHOT [19/01/2020 10:13:33] Flag create-shop: true [19/01/2020 10:13:33] Flag use-shop: true [19/01/2020 10:13:33] Flag use-admin-shop: true [19/01/2020 10:14:00] Enabling ShopChest version 1.13-SNAPSHOT [19/01/2020 10:14:00] Creating plugin command [19/01/2020 10:14:00] Adding sub command "create" [19/01/2020 10:14:00] Adding sub command "remove" [19/01/2020 10:14:00] Adding sub command "info" [19/01/2020 10:14:00] Adding sub command "limits" [19/01/2020 10:14:00] Adding sub command "open" [19/01/2020 10:14:00] Adding sub command "removeall" [19/01/2020 10:14:00] Adding sub command "reload" [19/01/2020 10:14:00] Adding sub command "update" [19/01/2020 10:14:00] Adding sub command "config" [19/01/2020 10:14:00] Registering command shop [19/01/2020 10:14:00] Registered custom PlotSquared flags [19/01/2020 10:14:00] Initializing Metrics... [19/01/2020 10:14:00] Using database type: SQLite [19/01/2020 10:14:00] Registering listeners... [19/01/2020 10:14:00] Initializing Shops... [19/01/2020 10:14:00] Reloading shops... [19/01/2020 10:14:01] Checking for updates... [19/01/2020 10:14:01] Cleaned up economy log [19/01/2020 10:14:01] Initialized database with 0 entries [19/01/2020 10:14:01] Update found: 1.12.3 [19/01/2020 10:14:04] Reloading shops... [19/01/2020 10:14:04] Failed to get shops java.sql.SQLException: HikariDataSource HikariDataSource (HikariPool-1) has been closed. at de.epiceric.shopchest.dependencies.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) at de.epiceric.shopchest.sql.Database$3.run(Database.java:379) at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:77) at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [19/01/2020 10:14:04] Cleaned up economy log [19/01/2020 10:14:04] Initialized database with 0 entries [19/01/2020 10:14:04] Disabling ShopChest... [19/01/2020 10:14:04] Stopping updater [19/01/2020 10:14:04] Vacuumed SQLite database

EpicEricEE commented 4 years ago

I think I may have found the problem: While ShopChest tries to load the shops from the database, a new world is loaded (probably due to MultiVerse or something like that) which leads to ShopChest reloading the shops (so that the shops in the new world is detected). However, when reloading the shops, the plugin reconnects to the database, so the old connection is closed before the original shop loading has been completed. Since the plugin then recognizes that the shops failed to load, it disables itself.

JynX-01 commented 4 years ago

@EpicEricEE so how can i fix that?

EpicEricEE commented 4 years ago

You can't (except for disabling all plugins that load new worlds); that's an issue that I will need to fix

JynX-01 commented 4 years ago

@EpicEricEE ok Edit: can that be done safely? and if so how Edit: I FIXED IT yay the problem was lobbyAPI

Spoonerj1 commented 4 years ago

@EpicEricEE Is there any news regarding this issue? I'm using multiverse, but I am still having issues with shops...

EpicEricEE commented 4 years ago

Should be fixed with build 83. Leave a message if that is not the case.