diff --git a/api/src/main/java/de/epiceric/shopchest/api/ShopChest.java b/api/src/main/java/de/epiceric/shopchest/api/ShopChest.java index 7e75829..26ef90d 100644 --- a/api/src/main/java/de/epiceric/shopchest/api/ShopChest.java +++ b/api/src/main/java/de/epiceric/shopchest/api/ShopChest.java @@ -26,5 +26,12 @@ public abstract class ShopChest extends JavaPlugin { * @return the wrapped player */ public abstract ShopPlayer wrapPlayer(Player player); - + + /** + * Gets a formatted String for the given amount of money + * + * @param amount the amount of money + * @return the formatted amount + */ + public abstract String formatEconomy(double amount); } \ No newline at end of file