Open KeeferGeek opened 5 years ago
Confirm this. NullPointerException
every click on any item in the gui where player creating draft.
Also I get a warn in console:
[21:55:07 WARN]: [ColdStorage] Task #4414 for ColdStorage v2.0.2 generated an exception
java.lang.NullPointerException: null
at org.ctp.coldstorage.database.tables.StorageTypeTable.hasStorageType(StorageTypeTable.java:110) ~[?:?]
at org.ctp.coldstorage.database.tables.StorageTypeTable.getPermissions(StorageTypeTable.java:292) ~[?:?]
at org.ctp.coldstorage.utils.DatabaseUtils.getStringPermissions(DatabaseUtils.java:163) ~[?:?]
at org.ctp.coldstorage.storage.Draft.zeroType(Draft.java:139) ~[?:?]
at org.ctp.coldstorage.storage.Draft.getReasons(Draft.java:56) ~[?:?]
at org.ctp.coldstorage.inventory.draft.ViewDraft.setInventory(ViewDraft.java:156) ~[?:?]
at org.ctp.coldstorage.inventory.draft.ViewDraft.setItemName(ViewDraft.java:264) ~[?:?]
at org.ctp.coldstorage.nms.anvil.AnvilGUI_v1_13_R2$2$2.run(AnvilGUI_v1_13_R2.java:338) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-624]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[patched_1.13.2.jar:git-Paper-624]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010) ~[patched_1.13.2.jar:git-Paper-624]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-624]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-624]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-624]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Best regards.
Same exact thing here. Paper 1.13.2
Going through the process to purchase a storage on my server running PaperMC 1.14.2 and when I get to the step where I should be able to buy the actual storage, the buy button is missing. The server log gives me the following error the second I get to this screen: