mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-26 09:57:35 +01:00
Format the fee message
This commit is contained in:
parent
86889b0ffc
commit
5e987b927c
@ -38,6 +38,6 @@ public class CreationFeeGetter implements Listener {
|
||||
|
||||
Economy.subtract(player.getName(), shopCreationPrice);
|
||||
|
||||
player.sendMessage(Messages.prefix(Messages.SHOP_FEE_PAID.replace("%amount", Double.toString(shopCreationPrice))));
|
||||
player.sendMessage(Messages.prefix(Messages.SHOP_FEE_PAID.replace("%amount", Economy.formatBalance(shopCreationPrice))));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user