noahbclarkson / Auto-Tune

Automatic Minecraft Economy Plugin
https://scottborland.github.io/AutoTuneWebsite/
GNU General Public License v3.0
123 stars 25 forks source link

error with /sell #100

Closed frogglen closed 1 year ago

frogglen commented 1 year ago

Describe the bug [20:38:21 INFO]: [Auto-Tune] [SEVERE] Could not find shop for deepslate [20:38:21 ERROR]: [Auto-Tune] Exception while handling onClose java.lang.NullPointerException: Cannot invoke "unprotesting.com.github.data.Shop.getMaxSells()" because "shop" is null at unprotesting.com.github.data.Database.getPurchasesLeft(Database.java:173) ~[Auto-Tune-0.14.2.jar:?] at unprotesting.com.github.data.ShopUtil.getSellsLeft(ShopUtil.java:86) ~[Auto-Tune-0.14.2.jar:?] at unprotesting.com.github.commands.SellCommand.lambda$interpret$0(SellCommand.java:53) ~[Auto-Tune-0.14.2.jar:?] at unprotesting.com.github.inventoryframework.gui.type.util.Gui.callCallback(Gui.java:549) ~[Auto-Tune-0.14.2.jar:?] at unprotesting.com.github.inventoryframework.gui.type.util.Gui.callOnClose(Gui.java:530) ~[Auto-Tune-0.14.2.jar:?] at unprotesting.com.github.inventoryframework.gui.GuiListener.lambda$onInventoryClose$1(GuiListener.java:338) ~[Auto-Tune-0.14.2.jar:?] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.2.jar:git-Purpur-1819] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.2.jar:git-Purpur-1819] at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500) ~[purpur-1.19.2.jar:git-Purpur-1819] at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:486) ~[purpur-1.19.2.jar:git-Purpur-1819] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424) ~[purpur-1.19.2.jar:git-Purpur-1819] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194) ~[purpur-1.19.2.jar:git-Purpur-1819] at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310) ~[purpur-1.19.2.jar:git-Purpur-1819] at java.lang.Thread.run(Thread.java:833) ~[?:?]

Minecraft Server Version 1.19.2 purpur

Auto-Tune-Version 0.14.2