API
Here you can find possible interfaces from the CoinsAPI to be able to use them in your plugin.
<dependency>
<groupId>de.herrtechniker</groupId>
<artifactId>CoinsAPI</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/CoinsAPI-1.0.0-SNAPSHOT-OBF.jar</systemPath>
</dependency>CoinsAPI
CoinsAPI().getAPI().isPlayerCoinsEntryExists(UUID uuid); //return booleanCoinsAPI().getAPI().getCoins(UUID uuid); //return doubleCoinsAPI().getAPI().setCoins(UUID uuid, double amount);CoinsAPI().getAPI().removeCoins(UUID uuid, double amount);Namefetcher
Last updated