Skip to content

TitanEch0/CoinsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinsAPI

Minecraft-Spigot Plugin/API 1.14.4

German/Deutsch

CoinsAPI

Die CoinsAPI gibt euch die Möglichkeit ein neues Economy/Geld-System in eurem Server zu integrieren. Für dei CoinsAPI wird eine MySQL-Datenbank benötigt.

Befehle

/coins

Zum anzeigen der Coins

/coins add <Player> <Anzahl>

Gibt den Spieler Coins.

Permission: jan2k17.coins.admin

/coins set <Player> <Anzahl>

Setzt die Coins eines Spielers.

Permission: jan2k17.coins.admin

/coins remove <Player> <Anzahl>

Verringert die Coins des Spielers um den angegebenen Wert.

Permission: jan2k17.coins.admin

Für Entwickler

getCoins(String uuid)

Gibt die Coins als int wieder.

setCoins(String uuid, int coins)

Setzt die Coins eines Spielers.

addCoins(String uuid, int coins)

Gibt den Spieler Coins.

removeCoins(String uuid, int coins)

Verringert die Coins des Spielers um den angegebenen Wert.


English / Englisch

CoinsAPI

You can use the CoinsAPI as an Economy-System. For the CoinsAPI you need a MySQL-Database.

Befehle

/coins

Let you show the coins

/coins add <Player> <Anzahl>

Let you show the coins

Permission: jan2k17.coins.admin

/coins set <Player> <Anzahl>

Add Coins to the player.

Permission: jan2k17.coins.admin

/coins remove <Player> <Anzahl>

Sets the Coins of the player to the value.

Permission: jan2k17.coins.admin

for developer

getCoins(String uuid)

Returns the Coins-value of the player.

setCoins(String uuid, int coins)

Sets the Coins of the player to the value.

addCoins(String uuid, int coins)

Add Coins to the player.

removeCoins(String uuid, int coins)

Removes Coins from the player.

About

Minecraft-Spigot Plugin/API 1.14.4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages