nikosgram / gringotts

Gringotts is an item-based economy plugin for the Bukkit Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds.
https://www.spigotmc.org/resources/gringotts.42071/
BSD 2-Clause "Simplified" License
43 stars 36 forks source link

Fixed Null Pointer Exception on EBeanDAO:retrieveCents(), crashed the /balance command with new players. #177

Closed frangametv closed 1 month ago

frangametv commented 3 months ago

Fixed NPE (Null Pointer Exception) on EBeanDAO:retrieveCents(), crashed the /balance command, and also other commands for new players.

nikosgram commented 1 month ago

Seems like this issue got solved by #174 :)