Ghost-chu / QuickShop-Reremake

QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop provides are ever needed by a player.
GNU General Public License v3.0
103 stars 148 forks source link

[BUG] #415

Closed viktordimov closed 4 years ago

viktordimov commented 4 years ago

Describe the bug Bug at startup.

To Reproduce

[22:49:00 INFO]: [QuickShop] Let's start loading the plugin
[22:49:00 WARN]: [QuickShop] Loaded class {0} from {1} which is not a depend, softdepend or loadbefore of this plugin.
[22:49:00 ERROR]: [io.sentry.SentryClientFactory] Error creating valid DSN from: 'https://1d14223850ee44b284b11734461ebbc5@sentry.io/1473041?stacktrace.app.packages=org.maxgamer.quickshop'.
io.sentry.dsn.InvalidDsnException: Invalid DSN, the following properties aren't set '[secret key]'
        at io.sentry.dsn.Dsn.validate(Dsn.java:212) ~[?:?]
        at io.sentry.dsn.Dsn.<init>(Dsn.java:66) ~[?:?]
        at io.sentry.dsn.Dsn.<init>(Dsn.java:41) ~[?:?]
        at io.sentry.SentryClientFactory.resolveDsn(SentryClientFactory.java:73) ~[?:?]
        at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:42) ~[?:?]
        at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:31) ~[?:?]
        at org.maxgamer.quickshop.Util.SentryErrorReporter.<init>(SentryErrorReporter.java:82) ~[?:?]
        at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:588) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-164]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[22:49:00 ERROR]: Error occurred while enabling QuickShop v3.1.4.32 (Is it up to date?)
io.sentry.dsn.InvalidDsnException: Invalid DSN, the following properties aren't set '[secret key]'
        at io.sentry.dsn.Dsn.validate(Dsn.java:212) ~[?:?]
        at io.sentry.dsn.Dsn.<init>(Dsn.java:66) ~[?:?]
        at io.sentry.dsn.Dsn.<init>(Dsn.java:41) ~[?:?]
        at io.sentry.SentryClientFactory.resolveDsn(SentryClientFactory.java:73) ~[?:?]
        at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:42) ~[?:?]
        at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:31) ~[?:?]
        at org.maxgamer.quickshop.Util.SentryErrorReporter.<init>(SentryErrorReporter.java:82) ~[?:?]
        at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:588) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-164]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[22:49:00 INFO]: [QuickShop] Disabling QuickShop v3.1.4.32
[22:49:00 INFO]: [QuickShop] QuickShop is finishing remaining work, this may need a while...

Screenshots Screenshot

Paste link: Throws another exception.

Ghost-chu commented 4 years ago

Our DSN seems something wrong, it just a error-reporter, so won't effect anything. Also thanks for reporting.

sandtechnology commented 4 years ago

Possible workaround:disable auto-report-errors in config.yml

viktordimov commented 4 years ago

Thank you, I'll try. For now the plugin doesn't work for me.

viktordimov commented 4 years ago

Clicking doesn't work. When trying /qs (any) it throws this.

java
[06:20:56 ERROR]: Exception when DorianXYZ attempted to tab complete qs
org.bukkit.command.CommandException: Unhandled exception during tab completion for command '/qs ' in plugin QuickShop v3.1.4.32
        at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:150) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.command.Command.tabComplete(Command.java:93) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.command.SimpleCommandMap.tabComplete(SimpleCommandMap.java:244) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.tabCompleteCommand(CraftServer.java:1757) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.tabComplete(CraftServer.java:1729) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.craftbukkit.v1_15_R1.command.BukkitCommandWrapper.getSuggestions(BukkitCommandWrapper.java:49) ~[patched_1.15.2.jar:git-Paper-164]
        at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[patched_1.15.2.jar:git-Paper-164]
        at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:596) ~[patched_1.15.2.jar:git-Paper-164]
        at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:579) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.PlayerConnection.lambda$a$3(PlayerConnection.java:566) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1015) ~[patched_1.15.2.jar:git-Paper-164]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:938) ~[patched_1.15.2.jar:git-Paper-164]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
Caused by: java.lang.IllegalStateException: zip file closed
        at java.util.zip.ZipFile.ensureOpen(Unknown Source) ~[?:1.8.0_241]
        at java.util.zip.ZipFile.getEntry(Unknown Source) ~[?:1.8.0_241]
        at java.util.jar.JarFile.getEntry(Unknown Source) ~[?:1.8.0_241]
        at java.util.jar.JarFile.getJarEntry(Unknown Source) ~[?:1.8.0_241]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:133) ~[patched_1.15.2.jar:git-Paper-164]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-164]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241]
        at org.maxgamer.quickshop.Command.SubCommands.SubCommand_ROOT.onTabComplete(SubCommand_ROOT.java:59) ~[?:?]
        at org.maxgamer.quickshop.Command.CommandManager.onTabComplete(CommandManager.java:359) ~[?:?]
        at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:138) ~[patched_1.15.2.jar:git-Paper-164]
        ... 19 more
>
Ghost-chu commented 4 years ago

no hot reload

---Original--- From: "Dòrian"<notifications@github.com> Date: Tue, Apr 14, 2020 12:22 PM To: "Ghost-chu/QuickShop-Reremake"<QuickShop-Reremake@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"Ghost_chu"<wyf001912hp@gmail.com>; Subject: Re: [Ghost-chu/QuickShop-Reremake] [BUG] (#415)

java [06:20:56 ERROR]: Exception when DorianXYZ attempted to tab complete qs org.bukkit.command.CommandException: Unhandled exception during tab completion for command '/qs ' in plugin QuickShop v3.1.4.32 at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:150) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.command.Command.tabComplete(Command.java:93) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.command.SimpleCommandMap.tabComplete(SimpleCommandMap.java:244) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.tabCompleteCommand(CraftServer.java:1757) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.tabComplete(CraftServer.java:1729) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.craftbukkit.v1_15_R1.command.BukkitCommandWrapper.getSuggestions(BukkitCommandWrapper.java:49) ~[patched_1.15.2.jar:git-Paper-164] at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[patched_1.15.2.jar:git-Paper-164] at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:596) ~[patched_1.15.2.jar:git-Paper-164] at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:579) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.PlayerConnection.lambda$a$3(PlayerConnection.java:566) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1015) ~[patched_1.15.2.jar:git-Paper-164] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:938) ~[patched_1.15.2.jar:git-Paper-164] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] Caused by: java.lang.IllegalStateException: zip file closed at java.util.zip.ZipFile.ensureOpen(Unknown Source) ~[?:1.8.0_241] at java.util.zip.ZipFile.getEntry(Unknown Source) ~[?:1.8.0_241] at java.util.jar.JarFile.getEntry(Unknown Source) ~[?:1.8.0_241] at java.util.jar.JarFile.getJarEntry(Unknown Source) ~[?:1.8.0_241] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:133) ~[patched_1.15.2.jar:git-Paper-164] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-164] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_241] at org.maxgamer.quickshop.Command.SubCommands.SubCommand_ROOT.onTabComplete(SubCommand_ROOT.java:59) ~[?:?] at org.maxgamer.quickshop.Command.CommandManager.onTabComplete(CommandManager.java:359) ~[?:?] at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:138) ~[patched_1.15.2.jar:git-Paper-164] ... 19 more >
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

viktordimov commented 4 years ago

I tried with past releases 3.1.4.(31,30,29) but I get the same error. I disabled EZProtector (blocks tab completion on some commands) but still it doesn't work.

I can't /qs reload, the moment I type /qs spacebar triggers the TAB completion error.

Ghost-chu commented 4 years ago

could you join our discord server? so we can got more details and sent you test buillds.

---Original--- From: "Dòrian"<notifications@github.com> Date: Tue, Apr 14, 2020 12:42 PM To: "Ghost-chu/QuickShop-Reremake"<QuickShop-Reremake@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"Ghost_chu"<wyf001912hp@gmail.com>; Subject: Re: [Ghost-chu/QuickShop-Reremake] [BUG] (#415)

I tried with past releases 3.1.4.(31,30,29) but I get the same error. I disabled EZProtector (blocks tab completion on some commands) but still it doesn't work.

I can't /qs reload, the moment I type /qs spacebar triggers the TAB completion error.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

sandtechnology commented 4 years ago

Caused by: java.lang.IllegalStateException: zip file closed

Plugin is disabled, you should upload latest.log to let us know what happened Also, please restart server to replace plugin, DO NOT REPLACE WHEN SERVER RUNNING

viktordimov commented 4 years ago

@sandtechnology

[08:59:43] [Server thread/INFO]: Starting minecraft server version 1.15.2
[08:59:43] [Server thread/INFO]: Loading properties
[08:59:43] [Server thread/INFO]: This server is running Paper version git-Paper-164 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[08:59:43] [Server thread/INFO]: Debug logging is disabled
[08:59:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:59:43] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:59:43] [Server thread/INFO]: Default game type: SURVIVAL
[08:59:43] [Server thread/INFO]: Generating keypair
[08:59:43] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:59:44] [Server thread/INFO]: Using default channel type
[08:59:44] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[08:59:48] [Server thread/WARN]: Legacy plugin Geyser-Bukkit v1.0-SNAPSHOT does not specify an api-version.
[08:59:48] [Server thread/WARN]: Legacy plugin void-generator v1.0 does not specify an api-version.
[08:59:48] [Server thread/WARN]: Legacy plugin SleepPercentage v1.2.1 does not specify an api-version.
[08:59:48] [Server thread/ERROR]: [com.avaje.ebean.config.PropertyMapLoader] ebean.properties not found
[08:59:48] [Server thread/INFO]: [com.avaje.ebeaninternal.server.lib.sql.DataSourcePool] DataSourcePool [Gringotts] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[08:59:48] [Server thread/INFO]: [com.avaje.ebeaninternal.server.subclass.SubClassManager] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[08:59:48] [Server thread/INFO]: [com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager] Entities enhanced[0] subclassed[2]
[08:59:49] [Server thread/INFO]: [Geyser-Bukkit] Loading Geyser-Bukkit v1.0-SNAPSHOT
[08:59:49] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
[08:59:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[08:59:49] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7532c624]
[08:59:49] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.5
[08:59:49] [Server thread/INFO]: [void-generator] Loading void-generator v1.0
[08:59:49] [Server thread/INFO]: [SleepPercentage] Loading SleepPercentage v1.2.1
[08:59:49] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
[08:59:49] [Server thread/INFO]: [eZProtector] Loading eZProtector v1.0.0
[08:59:49] [Server thread/INFO]: [WolfyUtilities] Loading WolfyUtilities v1.5.6.12
[08:59:49] [Server thread/INFO]: [Chunkmaster] Loading Chunkmaster v0.14-beta
[08:59:49] [Server thread/INFO]: [Invincible-World-Chests] Loading Invincible-World-Chests v1.0
[08:59:49] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.18.2
[08:59:49] [Server thread/INFO]: [CustomCrafting] Loading CustomCrafting v1.5.4.0
[08:59:49] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.46
[08:59:49] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.46
[08:59:49] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.2.46
[08:59:49] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.2.46
[08:59:49] [Server thread/INFO]: [Gringotts] Loading Gringotts v2.11.2-SNAPSHOT
[08:59:49] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[08:59:49] [Server thread/INFO]: [QuickShop] Loading QuickShop v3.1.4.32
[08:59:49] [Server thread/INFO]: [QuickShop] Log4J has been enabled as logging system.
[08:59:49] [Server thread/INFO]: [QuickShop] Loading up integration modules.
[08:59:49] [Server thread/INFO]: [QuickShop] WorldGuard flags register successfully.
[08:59:49] [Server thread/INFO]: [BentoBox] Loading BentoBox v1.12.0-1.13.2
[08:59:49] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.7.2
[08:59:49] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[08:59:49] [Server thread/INFO]: [TabList] Loading TabList v5.2.1
[08:59:49] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-b459
[08:59:49] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805
[08:59:49] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.1.0-b763
[08:59:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:59:49] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
[08:59:49] [Server thread/INFO]:         __    
[08:59:49] [Server thread/INFO]:   |    |__)   LuckPerms v5.0.72
[08:59:49] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[08:59:49] [Server thread/INFO]: 
[08:59:49] [Server thread/INFO]: [LuckPerms] Loading configuration...
[08:59:50] [Server thread/INFO]: [LuckPerms] Loading storage provider... [SPLIT STORAGE]
[08:59:50] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[08:59:50] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[08:59:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 989ms)
[08:59:50] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[08:59:50] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[08:59:50] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[08:59:51] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[08:59:51] [Server thread/INFO]: [void-generator] Enabling void-generator v1.0*
[08:59:51] [Server thread/INFO]: [void-generator] github.com/BastonBolado/void-generator
[08:59:51] [Server thread/INFO]: [Invincible-World-Chests] Enabling Invincible-World-Chests v1.0
[08:59:51] [Server thread/INFO]: [Invincible-World-Chests] Invincible World Chests has loaded.
[08:59:51] [Server thread/INFO]: [Gringotts] Enabling Gringotts v2.11.2-SNAPSHOT
[08:59:51] [Server thread/INFO]: [Gringotts] Found Bukkit version: 1.15.2-R0.1-SNAPSHOT. All features enabled.
[08:59:51] [Server thread/INFO]: [Gringotts] Plugin Vault hooked.
[08:59:51] [Server thread/WARN]: [Gringotts] Unable to hook plugin Reserve
[08:59:51] [Server thread/WARN]: [Gringotts] Unable to hook plugin Towny
[08:59:51] [Server thread/WARN]: [Gringotts] Unable to load Towny handler. Towny support will not work
[08:59:51] [Server thread/INFO]: [Gringotts] Plugin WorldGuard hooked.
[08:59:51] [Server thread/INFO]: [Gringotts] Registered Vault interface.
[08:59:51] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[08:59:51] [Server thread/INFO]: [Vault] [Vault][Economy] Gringotts hooked.
[08:59:51] [Server thread/INFO]: [Vault] [Economy] Gringotts found: Loaded
[08:59:51] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.46 which is not a depend, softdepend or loadbefore of this plugin.
[08:59:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[08:59:51] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[08:59:51] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[08:59:51] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[08:59:51] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[08:59:51] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[08:59:51] [Server thread/INFO]: [BentoBox] Enabling BentoBox v1.12.0-1.13.2
[08:59:51] [Server thread/WARN]: [BentoBox] ************ Disclaimer **************
[08:59:51] [Server thread/WARN]: [BentoBox] BentoBox may not be compatible with this server!
[08:59:51] [Server thread/WARN]: [BentoBox] BentoBox is tested only on the following Spigot versions:
[08:59:51] [Server thread/WARN]: [BentoBox] 1.13.2
[08:59:51] [Server thread/WARN]: [BentoBox] **************************************
[08:59:51] [Server thread/INFO]: [BentoBox] Loading Settings from config.yml...
[08:59:52] [Server thread/INFO]: [BentoBox] Hooking with Vault...
[08:59:52] [Server thread/INFO]: [BentoBox] Loading addons...
[08:59:52] [Server thread/INFO]: [BentoBox] Loaded 5 addons.
[08:59:52] [Server thread/INFO]: Preparing level "world"
[08:59:52] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[08:59:53] [Server thread/INFO]: Loaded 6 recipes
[08:59:53] [Server thread/INFO]: -------- World Settings For [world] --------
[08:59:53] [Server thread/INFO]: View Distance: 16
[08:59:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:59:53] [Server thread/INFO]: Item Despawn Rate: 6000
[08:59:53] [Server thread/INFO]: Item Merge Radius: 6.0
[08:59:53] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[08:59:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[08:59:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:59:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[08:59:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Experience Merge Radius: 4.0
[08:59:53] [Server thread/INFO]: Mob Spawn Range: 6
[08:59:53] [Server thread/INFO]: Max TNT Explosions: 100
[08:59:53] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[08:59:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:59:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:59:53] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[08:59:53] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[08:59:53] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[08:59:53] [Server thread/INFO]: View Distance: 16
[08:59:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:59:53] [Server thread/INFO]: Item Despawn Rate: 6000
[08:59:53] [Server thread/INFO]: Item Merge Radius: 6.0
[08:59:53] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[08:59:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[08:59:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:59:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[08:59:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Experience Merge Radius: 4.0
[08:59:53] [Server thread/INFO]: Mob Spawn Range: 6
[08:59:53] [Server thread/INFO]: Max TNT Explosions: 100
[08:59:53] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[08:59:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:59:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:59:53] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[08:59:53] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[08:59:53] [Server thread/INFO]: View Distance: 16
[08:59:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:59:53] [Server thread/INFO]: Item Despawn Rate: 6000
[08:59:53] [Server thread/INFO]: Item Merge Radius: 6.0
[08:59:53] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[08:59:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[08:59:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:59:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[08:59:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:59:53] [Server thread/INFO]: Experience Merge Radius: 4.0
[08:59:53] [Server thread/INFO]: Mob Spawn Range: 6
[08:59:53] [Server thread/INFO]: Max TNT Explosions: 100
[08:59:53] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[08:59:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:59:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:59:53] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[08:59:54] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[08:59:54] [Server thread/INFO]: Preparing spawn area: 0%
[08:59:54] [Server thread/INFO]: Preparing spawn area: 15%
[08:59:55] [Server thread/INFO]: Preparing spawn area: 100%
[08:59:55] [Server thread/INFO]: Loaded 289 spawn chunks for world world
[08:59:55] [Server thread/INFO]: Time elapsed: 1068 ms
[08:59:55] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[08:59:55] [Server thread/INFO]: Preparing spawn area: 0%
[08:59:55] [Server thread/INFO]: Loaded 289 spawn chunks for world world_nether
[08:59:55] [Server thread/INFO]: Time elapsed: 397 ms
[08:59:55] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[08:59:55] [Server thread/INFO]: Preparing spawn area: 0%
[08:59:56] [Server thread/INFO]: Loaded 289 spawn chunks for world world_the_end
[08:59:56] [Server thread/INFO]: Time elapsed: 318 ms
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] Enabling Geyser-Bukkit v1.0-SNAPSHOT*
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] ******************************************
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] 
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] Loading Geyser version 1.0-SNAPSHOT
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] 
[08:59:56] [Server thread/INFO]: [Geyser-Bukkit] ******************************************
[08:59:56] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 62 ms to scan 1 urls, producing 5 keys and 131 values 
[08:59:57] [Network Listener - #1/INFO]: [Geyser-Bukkit] Started Geyser on 0.0.0.0:19132
[08:59:57] [Server thread/INFO]: [Geyser-Bukkit] Done (1,212s)! Run /geyser help for help!
[08:59:57] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.5
[08:59:57] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[08:59:57] [Server thread/INFO]: [SleepPercentage] Enabling SleepPercentage v1.2.1*
[08:59:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
[08:59:57] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[08:59:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[08:59:57] [Server thread/INFO]: [WorldGuard] Loading region data...
[08:59:57] [Server thread/INFO]: [eZProtector] Enabling eZProtector v1.0.0
[08:59:57] [Server thread/INFO]: [WolfyUtilities] Enabling WolfyUtilities v1.5.6.12
[08:59:57] [Server thread/INFO]: [WU] Loading Item Categories...
[08:59:57] [Server thread/INFO]: [WU] Registering Item Categories...
[08:59:57] [Server thread/INFO]: [WU] Loading Particles...
[08:59:57] [Server thread/INFO]: [Chunkmaster] Enabling Chunkmaster v0.14-beta
[08:59:57] [Server thread/INFO]: [Chunkmaster] Initializing database...
[08:59:57] [Server thread/INFO]: [Chunkmaster] Database fully initialized.
[08:59:57] [Server thread/INFO]: [Chunkmaster] Creating task to load chunk generation Tasks later...
[08:59:57] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.18.2
[08:59:58] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[08:59:58] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[08:59:58] [Server thread/INFO]: --------------------
[08:59:58] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Check out CoreEdit!
[08:59:58] [Server thread/INFO]: [CoreProtect] Download: www.coreedit.net/download/
[08:59:58] [Server thread/INFO]: --------------------
[08:59:58] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v1.5.4.0
[08:59:58] [Server thread/INFO]: ____ _  _ ____ ___ ____ _  _ ____ ____ ____ ____ ___ _ _  _ ____ 
[08:59:58] [Server thread/INFO]: |    |  | [__   |  |  | |\/| |    |__/ |__| |___  |  | |\ | | __ 
[08:59:58] [Server thread/INFO]: |___ |__| ___]  |  |__| |  | |___ |  \ |  | |     |  | | \| |__]
[08:59:58] [Server thread/INFO]:     v1.5.4.0 Free
[08:59:58] [Server thread/INFO]:  
[08:59:58] [Server thread/INFO]: ------------------------------------------------------------------------
[08:59:58] [Server thread/INFO]: Default language: load latest language
[08:59:58] [Server thread/INFO]: Loaded language "en_US" v5.0.0 translated by WolfyScript
[08:59:58] [Server thread/INFO]: ------------------------------------------------------------------------
[08:59:58] [Server thread/INFO]: [CC] Loading Player Stats
[08:59:58] [Server thread/INFO]: [CC] Initiating Inventory GUIs
[08:59:58] [Server thread/INFO]: [CC] Loading Cauldrons
[08:59:58] [Server thread/INFO]: [CC] Registering PlaceHolder
[08:59:58] [Server thread/INFO]: [CC] ________[Loading Recipes/Items]________
[08:59:58] [Server thread/INFO]: [CC] 
[08:59:58] [Server thread/INFO]: [CC] ---------[Items]---------
[08:59:58] [Server thread/INFO]: [CC] - advanced_workbench.json
[08:59:58] [Server thread/INFO]: [CC] - customcrafting
[08:59:58] [Server thread/INFO]: [CC] - money
[08:59:58] [Server thread/INFO]: [CC] 
[08:59:58] [Server thread/INFO]: [CC] --------[Recipes]--------
[08:59:58] [Server thread/INFO]: [CC] - advanced_workbench.json
[08:59:58] [Server thread/INFO]: [CC] - customcrafting
[08:59:58] [Server thread/INFO]: [CC] - money
[08:59:58] [Server thread/INFO]: [CC] 
[08:59:58] [Server thread/INFO]: [CC] -------[Particles]-------
[08:59:58] [Server thread/INFO]: [CC] - advanced_workbench.json
[08:59:58] [Server thread/INFO]: [CC] - customcrafting
[08:59:58] [Server thread/INFO]: [CC] - money
[08:59:58] [Server thread/INFO]: ------------------------------------------------------------------------
[08:59:58] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.46
[08:59:58] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[08:59:58] [Server thread/INFO]: [Essentials] No kits found to migrate.
[08:59:58] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[08:59:58] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[08:59:59] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[08:59:59] [Server thread/INFO]: [Essentials] Loaded 21019 items from items.json.
[08:59:59] [Server thread/INFO]: [Essentials] Using locale es
[08:59:59] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[08:59:59] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[08:59:59] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[08:59:59] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[08:59:59] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Gringotts version: 1.7.2-b107)
[08:59:59] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.46
[08:59:59] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.2.46
[08:59:59] [Server thread/WARN]: [EssentialsGeoIP] Loaded class com.fasterxml.jackson.databind.ext.Java7Support from Geyser-Bukkit v1.0-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[08:59:59] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[08:59:59] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.2.46
[08:59:59] [Server thread/INFO]: [QuickShop] Enabling QuickShop v3.1.4.32
[08:59:59] [Server thread/INFO]: [QuickShop] Quickshop Reremake
[08:59:59] [Server thread/INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_15_R1 For Minecraft version 1.15.2
[08:59:59] [Server thread/INFO]: [QuickShop] Checking the tax account infos...
[08:59:59] [Server thread/WARN]: [QuickShop] Tax account's player never played server before, that may cause server lagg or economy system error, you should change that name.
[08:59:59] [Server thread/INFO]: [QuickShop] Reading the configuration...
[08:59:59] [Server thread/INFO]: [QuickShop] Developers: BukkitCommonsStudio, Netherfoam, Timtower, KaiNoMood, Ghost_chu, Mgazul, TiaraRinne
[08:59:59] [Server thread/INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood
[08:59:59] [Server thread/INFO]: [QuickShop] Let's start loading the plugin
[08:59:59] [Server thread/WARN]: [QuickShop] Loaded class {0} from {1} which is not a depend, softdepend or loadbefore of this plugin.
[08:59:59] [Server thread/ERROR]: [io.sentry.SentryClientFactory] Error creating valid DSN from: 'https://1d14223850ee44b284b11734461ebbc5@sentry.io/1473041?stacktrace.app.packages=org.maxgamer.quickshop'.
io.sentry.dsn.InvalidDsnException: Invalid DSN, the following properties aren't set '[secret key]'
    at io.sentry.dsn.Dsn.validate(Dsn.java:212) ~[?:?]
    at io.sentry.dsn.Dsn.<init>(Dsn.java:66) ~[?:?]
    at io.sentry.dsn.Dsn.<init>(Dsn.java:41) ~[?:?]
    at io.sentry.SentryClientFactory.resolveDsn(SentryClientFactory.java:73) ~[?:?]
    at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:42) ~[?:?]
    at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:31) ~[?:?]
    at org.maxgamer.quickshop.Util.SentryErrorReporter.<init>(SentryErrorReporter.java:82) ~[?:?]
    at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:588) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-164]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[08:59:59] [Server thread/ERROR]: Error occurred while enabling QuickShop v3.1.4.32 (Is it up to date?)
io.sentry.dsn.InvalidDsnException: Invalid DSN, the following properties aren't set '[secret key]'
    at io.sentry.dsn.Dsn.validate(Dsn.java:212) ~[?:?]
    at io.sentry.dsn.Dsn.<init>(Dsn.java:66) ~[?:?]
    at io.sentry.dsn.Dsn.<init>(Dsn.java:41) ~[?:?]
    at io.sentry.SentryClientFactory.resolveDsn(SentryClientFactory.java:73) ~[?:?]
    at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:42) ~[?:?]
    at io.sentry.SentryClientFactory.sentryClient(SentryClientFactory.java:31) ~[?:?]
    at org.maxgamer.quickshop.Util.SentryErrorReporter.<init>(SentryErrorReporter.java:82) ~[?:?]
    at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:588) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-164]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-164]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-164]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[08:59:59] [Server thread/INFO]: [QuickShop] Disabling QuickShop v3.1.4.32
[08:59:59] [Server thread/INFO]: [QuickShop] QuickShop is finishing remaining work, this may need a while...
[08:59:59] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.7.2
[08:59:59] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[08:59:59] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[08:59:59] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
[08:59:59] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
[08:59:59] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (Zona32)
[08:59:59] [Server thread/INFO]: [ProtectionStones] Building region cache...
[08:59:59] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[08:59:59] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[08:59:59] [Server thread/INFO]: [ProtectionStones] ProtectionStones has successfully started!
[08:59:59] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[08:59:59] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
[08:59:59] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
[08:59:59] [Server thread/INFO]: -------- World Settings For [spawn] --------
[08:59:59] [Server thread/INFO]: View Distance: 16
[08:59:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:59:59] [Server thread/INFO]: Item Despawn Rate: 6000
[08:59:59] [Server thread/INFO]: Item Merge Radius: 6.0
[08:59:59] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[08:59:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[08:59:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:59:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[08:59:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Experience Merge Radius: 4.0
[08:59:59] [Server thread/INFO]: Mob Spawn Range: 6
[08:59:59] [Server thread/INFO]: Max TNT Explosions: 100
[08:59:59] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[08:59:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:59:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:59:59] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[08:59:59] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[08:59:59] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[08:59:59] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[08:59:59] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[08:59:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[08:59:59] [Server thread/INFO]: -------- World Settings For [bskyblock_world_nether] --------
[08:59:59] [Server thread/INFO]: View Distance: 16
[08:59:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:59:59] [Server thread/INFO]: Item Despawn Rate: 6000
[08:59:59] [Server thread/INFO]: Item Merge Radius: 6.0
[08:59:59] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[08:59:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[08:59:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:59:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[08:59:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:59:59] [Server thread/INFO]: Experience Merge Radius: 4.0
[08:59:59] [Server thread/INFO]: Mob Spawn Range: 6
[08:59:59] [Server thread/INFO]: Max TNT Explosions: 100
[08:59:59] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[08:59:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:59:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:59:59] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[08:59:59] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world_nether'/minecraft:the_nether
[08:59:59] [Server thread/INFO]: Preparing spawn area: 0%
[09:00:00] [Server thread/INFO]: Loaded 289 spawn chunks for world bskyblock_world_nether
[09:00:00] [Server thread/INFO]: Time elapsed: 359 ms
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) TNT ignition is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lighters are PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lava fire is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Fire spread is UNRESTRICTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_nether'
[09:00:00] [Server thread/INFO]: -------- World Settings For [bskyblock_world_the_end] --------
[09:00:00] [Server thread/INFO]: View Distance: 16
[09:00:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:00:00] [Server thread/INFO]: Item Despawn Rate: 6000
[09:00:00] [Server thread/INFO]: Item Merge Radius: 6.0
[09:00:00] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[09:00:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[09:00:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:00:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[09:00:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Potato Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Experience Merge Radius: 4.0
[09:00:00] [Server thread/INFO]: Mob Spawn Range: 6
[09:00:00] [Server thread/INFO]: Max TNT Explosions: 100
[09:00:00] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[09:00:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:00:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:00:00] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[09:00:00] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world_the_end'/minecraft:the_end
[09:00:00] [Server thread/INFO]: Preparing spawn area: 0%
[09:00:00] [Server thread/INFO]: Loaded 289 spawn chunks for world bskyblock_world_the_end
[09:00:00] [Server thread/INFO]: Time elapsed: 370 ms
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) TNT ignition is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lighters are PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lava fire is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Fire spread is UNRESTRICTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_the_end'
[09:00:00] [Server thread/INFO]: -------- World Settings For [bskyblock_world] --------
[09:00:00] [Server thread/INFO]: View Distance: 16
[09:00:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:00:00] [Server thread/INFO]: Item Despawn Rate: 6000
[09:00:00] [Server thread/INFO]: Item Merge Radius: 6.0
[09:00:00] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:6000
[09:00:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[09:00:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:00:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[09:00:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Potato Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
[09:00:00] [Server thread/INFO]: Experience Merge Radius: 4.0
[09:00:00] [Server thread/INFO]: Mob Spawn Range: 6
[09:00:00] [Server thread/INFO]: Max TNT Explosions: 100
[09:00:00] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[09:00:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:00:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:00:00] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[09:00:00] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world'/minecraft:overworld
[09:00:00] [Server thread/INFO]: Preparing spawn area: 0%
[09:00:00] [Server thread/INFO]: Loaded 289 spawn chunks for world bskyblock_world
[09:00:00] [Server thread/INFO]: Time elapsed: 313 ms
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world) TNT ignition is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lighters are PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lava fire is PERMITTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Fire spread is UNRESTRICTED.
[09:00:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world'
[09:00:00] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[09:00:01] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[09:00:01] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[09:00:01] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[09:00:01] [Server thread/INFO]: [TabList] Enabling TabList v5.2.1
[09:00:01] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.5
[09:00:01] [Server thread/INFO]: [TabList] You're running the latest version.
[09:00:01] [Server thread/INFO]: [TabList] Metrics enabled.
[09:00:01] [Server thread/INFO]: [TabList] > The plugin successfully enabled v5.2.1!
[09:00:01] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-b459
[09:00:01] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-b459] enabled.
[09:00:01] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805
[09:00:01] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[09:00:01] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[09:00:01] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805]  Enabled - By Rigby and fernferret
[09:00:01] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.1.0-b763
[09:00:01] [Server thread/INFO]: [Multiverse-NetherPortals 4.1.0-b763]  Enabled - By Rigby and fernferret
[09:00:01] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[09:00:01] [Server thread/INFO]: Done (9.063s)! For help, type "help"
[09:00:01] [Server thread/INFO]: Timings Reset
[09:00:01] [Server thread/INFO]: [BentoBox] Hooking with PlaceholderAPI...
[09:00:01] [Craft Scheduler Thread - 12/INFO]: [Vault] Checking for Updates ... 
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling addons...
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling BSkyBlock...
[09:00:01] [Server thread/INFO]: [BentoBox] Loading biomes...
[09:00:01] [Server thread/WARN]: [BentoBox] [Biomes] Level add-on not found so level requirements will be ignored!
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling Biomes...
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling DimensionalTrees...
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Entity limits:
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Limit PIG_ZOMBIE to 15
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Limit ENDERMAN to 5
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Limit CHICKEN to 10
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Limits will apply to BSkyBlock
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Loading default limits
[09:00:01] [Server thread/INFO]: [BentoBox] [Limits] Limit HOPPER to 10
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling Limits...
[09:00:01] [Server thread/INFO]: [BentoBox] Loading warps...
[09:00:01] [Server thread/INFO]: [BentoBox] Enabling Warps...
[09:00:01] [Server thread/INFO]: [BentoBox] Addons successfully enabled.
[09:00:02] [Server thread/INFO]: [BentoBox] Hooking with Multiverse-Core...
[09:00:02] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world'!
[09:00:02] [Server thread/INFO]: Success! Property generator was set to BentoBox
[09:00:02] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_nether'!
[09:00:02] [Server thread/INFO]: Success! Property generator was set to BentoBox
[09:00:02] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_the_end'!
[09:00:02] [Server thread/INFO]: Success! Property generator was set to BentoBox
[09:00:02] [Server thread/INFO]: [BentoBox] Hooking with WorldEdit...
[09:00:02] [Server thread/INFO]: 
  ____             _        ____
 |  _ \           | |      |  _ \             by tastybento and Poslovitch
 | |_) | ___ _ __ | |_ ___ | |_) | _____  __  2017 - 2019
 |  _ < / _ \ '_ \| __/ _ \|  _ < / _ \ \/ /
 | |_) |  __/ | | | || (_) | |_) | (_) >  <   v1.12.0-1.13.2
 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\  Loaded in 1198ms.

[09:00:02] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[09:00:02] [Server thread/INFO]: [BentoBox] Added world BSkyBlock (NORMAL)
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded Blueprint Bundle 'default' for BSkyBlock.
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded Blueprint Bundle 'double_island' for BSkyBlock.
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded Blueprint Bundle 'harder_island' for BSkyBlock.
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded blueprint 'double' for BSkyBlock
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded blueprint 'end-island' for BSkyBlock
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded blueprint 'harder' for BSkyBlock
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded blueprint 'island' for BSkyBlock
[09:00:02] [Craft Scheduler Thread - 13/INFO]: [BentoBox] Loaded blueprint 'nether-island' for BSkyBlock
[09:00:02] [Server thread/INFO]: [BentoBox] All blueprints loaded.
[09:00:02] [Craft Scheduler Thread - 12/INFO]: [Vault] No new version available
[09:00:02] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Downloading data from GitHub...
[09:00:02] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Updating the Catalog...
[09:00:03] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Updating Contributors information...
[09:00:03] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Gathering contribution data for: BentoBoxWorld/BentoBox, BentoBoxWorld/BSkyBlock, BentoBoxWorld/Biomes, BentoBoxWorld/Level, BentoBoxWorld/Challenges, BentoBoxWorld/Warps, BentoBoxWorld/Limits, BentoBoxWorld/IslandFly, BentoBoxWorld/invSwitcher, BentoBoxWorld/TwerkingForTrees, BentoBoxWorld/VoidPortals, BentoBoxWorld/MagicCobblestoneGenerator, BentoBoxWorld/Greenhouses, BentoBoxWorld/DimensionalTrees, BentoBoxWorld/CauldronWitchery, BentoBoxWorld/Likes, BentoBoxWorld/ControlPanel, BentoBoxWorld/AcidIsland, BentoBoxWorld/SkyGrid, BentoBoxWorld/CaveBlock
[09:00:03] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 171 placeholder expansions are available on the cloud.
[09:00:05] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Successfully downloaded data from GitHub.
[09:00:09] [Server thread/INFO]: Stopping the server
[09:00:09] [Server thread/INFO]: Stopping server
[09:00:09] [Server thread/INFO]: [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v4.1.0-b763
[09:00:09] [Server thread/INFO]: [Multiverse-NetherPortals] - Disabled
[09:00:09] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v4.1.0-b805
[09:00:09] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v3.0.0-b459
[09:00:09] [Server thread/INFO]: [TabList] Disabling TabList v5.2.1
[09:00:09] [Server thread/INFO]: [TabList] > The plugin successfully disabled!
[09:00:09] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.1.0-b775
[09:00:09] [Server thread/INFO]: [ProtectionStones] Disabling ProtectionStones v2.7.2
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling BentoBox v1.12.0-1.13.2
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling addons...
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling BSkyBlock...
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling Biomes...
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling DimensionalTrees...
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling Limits...
[09:00:09] [Server thread/INFO]: [BentoBox] Disabling Warps...
[09:00:09] [Server thread/INFO]: [BentoBox] Addons successfully disabled.
[09:00:09] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
[09:00:09] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[09:00:09] [Server thread/INFO]: [Essentials] Payment method was disabled. No longer accepting payments.
[09:00:09] [Server thread/INFO]: [Gringotts] Disabling Gringotts v2.11.2-SNAPSHOT
[09:00:09] [Server thread/INFO]: [Gringotts] disabled
[09:00:09] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.17.2.46
[09:00:09] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.17.2.46
[09:00:09] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.17.2.46
[09:00:09] [Server thread/INFO]: [Essentials] Disabling Essentials v2.17.2.46
[09:00:09] [Server thread/INFO]: [CustomCrafting] Disabling CustomCrafting v1.5.4.0
[09:00:09] [Server thread/INFO]: [CC] Saving Cauldrons
[09:00:09] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.18.2
[09:00:09] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[09:00:10] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v2.18.2
[09:00:10] [Server thread/INFO]: [Invincible-World-Chests] Disabling Invincible-World-Chests v1.0
[09:00:10] [Server thread/INFO]: [Invincible-World-Chests] Invincible World Chests has been disabled.
[09:00:10] [Server thread/INFO]: [Chunkmaster] Disabling Chunkmaster v0.14-beta
[09:00:10] [Server thread/INFO]: [Chunkmaster] Stopping all generation tasks...
[09:00:10] [Server thread/INFO]: [WolfyUtilities] Disabling WolfyUtilities v1.5.6.12
[09:00:10] [Server thread/INFO]: [eZProtector] Disabling eZProtector v1.0.0
[09:00:10] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
[09:00:10] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[09:00:10] [Server thread/INFO]: [SleepPercentage] Disabling SleepPercentage v1.2.1
[09:00:10] [Server thread/INFO]: [void-generator] Disabling void-generator v1.0
[09:00:10] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.5
[09:00:10] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.1.0;8e55131
[09:00:10] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[09:00:10] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.0.72
[09:00:10] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[09:00:10] [Server thread/INFO]: [LuckPerms] Closing storage...
[09:00:10] [Server thread/INFO]: [LuckPerms] Goodbye!
[09:00:10] [Server thread/INFO]: [Geyser-Bukkit] Disabling Geyser-Bukkit v1.0-SNAPSHOT
[09:00:10] [Server thread/INFO]: [Geyser-Bukkit] Shutting down Geyser.
[09:00:10] [Server thread/INFO]: [Geyser-Bukkit] Geyser shutdown successfully.
[09:00:10] [Server thread/INFO]: Saving players
[09:00:10] [Server thread/INFO]: Saving worlds
[09:00:10] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld
[09:00:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[09:00:10] [Server thread/INFO]: Saving chunks for level 'world_nether'/minecraft:the_nether
[09:00:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:00:11] [Server thread/INFO]: Saving chunks for level 'world_the_end'/minecraft:the_end
[09:00:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:00:11] [Server thread/INFO]: Saving chunks for level 'spawn'/minecraft:spawn
[09:00:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[09:00:11] [Server thread/INFO]: Saving chunks for level 'bskyblock_world_nether'/minecraft:bskyblock_world_nether
[09:00:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:00:11] [Server thread/INFO]: Saving chunks for level 'bskyblock_world_the_end'/minecraft:bskyblock_world_the_end
[09:00:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:00:12] [Server thread/INFO]: Saving chunks for level 'bskyblock_world'/minecraft:bskyblock_world
[09:00:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (bskyblock_world): All chunks are saved
[09:00:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[09:00:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:00:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[09:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[09:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[09:00:13] [Server thread/INFO]: ThreadedAnvilChunkStorage (bskyblock_world): All chunks are saved
[09:00:13] [Server thread/INFO]: Saving usercache.json
viktordimov commented 4 years ago

It looks like one other plugin is causing QuickShop problems. I'll be testing one by one until I find it.

viktordimov commented 4 years ago

Identified Geyser-bukkit (proxy for Bedrock clients to connect to Java servers). Sorry for the alarm, this is another plugin's problem I'll report to them.

sandtechnology commented 4 years ago

Identified Geyser-bukkit (proxy for Bedrock clients to connect to Java servers). Sorry for the alarm, this is another plugin's problem I'll report to them. I noticed this:

Loaded class {0} from {1} which is not a depend, softdepend or loadbefore of this plugin.

So It look like is class conflict, different version class causing this