Coin-System icon

Coin-System -----

Ein kleines CoinSystem für spigot Server



Added new Thing
Neu: Es gibt nun eine api
Code (Java):
public class api {
 
    public static void 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
        }
    }
 
}
 
----------, Jun 26, 2021
Resource Information
Author:
----------
Total Downloads: 161
First Release: Jun 26, 2021
Last Update: Jun 26, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings