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

java.lang.NullPointerException: Cannot invoke "net.alex9849.armshopbridge.ArmShopBridge.getShopPluginAdapters()" because the return value of "net.alex9849.armshopbridge.ArmShopBridge.getInstance()" is null #1414

Closed rollbar[bot] closed 3 years ago

rollbar[bot] commented 3 years ago

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


java.lang.NullPointerException: Cannot invoke "net.alex9849.armshopbridge.ArmShopBridge.getShopPluginAdapters()" because the return value of "net.alex9849.armshopbridge.ArmShopBridge.getInstance()" is null
  org.maxgamer.quickshop.integration.advancedregionmarket.AdvancedShopRegionMarketIntegration.scanAndUnregister (AdvancedShopRegionMarketIntegration.java:112)
  org.maxgamer.quickshop.integration.advancedregionmarket.AdvancedShopRegionMarketIntegration.load (AdvancedShopRegionMarketIntegration.java:96)
  org.maxgamer.quickshop.integration.IntegrationHelper.lambda$callIntegrationsLoad$0 (IntegrationHelper.java:183)
  java.util.HashMap$Values.forEach (HashMap.java:1067)
  org.maxgamer.quickshop.integration.IntegrationHelper.callIntegrationsLoad (IntegrationHelper.java:178)
  org.maxgamer.quickshop.QuickShop.onEnable (QuickShop.java:935)
  org.bukkit.plugin.java.JavaPlugin.setEnabled (JavaPlugin.java:263)
  org.bukkit.plugin.java.JavaPluginLoader.enablePlugin (JavaPluginLoader.java:370)
  org.bukkit.plugin.SimplePluginManager.enablePlugin (SimplePluginManager.java:500)
  org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin (CraftServer.java:529)
  org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins (CraftServer.java:443)
  net.minecraft.server.MinecraftServer.loadWorld (MinecraftServer.java:639)
  net.minecraft.server.dedicated.DedicatedServer.init (DedicatedServer.java:306)
  net.minecraft.server.MinecraftServer.x (MinecraftServer.java:1126)
  net.minecraft.server.MinecraftServer.lambda$spin$0 (MinecraftServer.java:316)
  java.lang.Thread.run (Thread.java:831)