46474849505152535455
return event.hasEnough(); } public static String formatBalance(double amount) { CurrencyFormatEvent event = new CurrencyFormatEvent(BigDecimal.valueOf(amount)); ChestShop.callEvent(event); return event.getFormattedAmount(); }