publicstaticvoid showcase
(Integer coins, UUID uuid
){ if(CoinsAPI.
isConnected()){//check if MySql connected CoinsAPI.
setCoins(uuid, coins
);//set coins for a player. REPLACE coins with the amount of coins and uuid with the plaver uuid CoinsAPI.
getCoins(uuid
);//get coins for a player. REPLACE uuid with the plaver uuid CoinsAPI.
isUserExists(uuid
);//check if Player exists. REPLACE uuid with the player uuid } }