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
102 stars 147 forks source link

java.lang.IllegalStateException: Shop must register into ShopManager before loading. #1582

Closed rollbar[bot] closed 2 years ago

rollbar[bot] commented 2 years ago

View details in Rollbar: https://rollbar.com/ghost-chu/QuickShop-Reremake/items/443/


java.lang.IllegalStateException: Shop must register into ShopManager before loading.
  org.maxgamer.quickshop.shop.ContainerShop.onLoad (ContainerShop.java:960)
  org.maxgamer.quickshop.shop.ShopLoader.lambda$loadShops$0 (ShopLoader.java:173)
  org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run (CraftTask.java:98)
  org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat (CraftScheduler.java:462)
  net.minecraft.server.MinecraftServer.func_71190_q (MinecraftServer.java:1060)
  net.minecraft.server.dedicated.DedicatedServer.func_71190_q (DedicatedServer.java:334)
  net.minecraft.server.MinecraftServer.func_71217_p (MinecraftServer.java:1006)
  net.minecraft.server.MinecraftServer.func_240802_v_ (MinecraftServer.java:821)
  net.minecraft.server.MinecraftServer.func_240783_a_ (MinecraftServer.java:269)
  java.lang.Thread.run (Thread.java:829)