mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 11:50:14 +01:00
Add formatEconomy to API
This commit is contained in:
parent
3c6127138f
commit
24e0f0d064
@ -27,4 +27,11 @@ public abstract class ShopChest extends JavaPlugin {
|
||||
*/
|
||||
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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user