Skip to content

An easy to access Economy system for Minecraft: Bedrock Edition using MYSQL as the database.

License

Notifications You must be signed in to change notification settings

RUISMINEX/CloudCoinsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudCoinsAPI

This plugin uses MYSQL to store coins data for each individual player.

PLEASE NOTE THAT THIS PLUGIN WILL NOT WORK WITHOUT A MYSQL DATABASE

You can set the Host, Username and password in the cinfig file.

API

This plugin can be accessed using an API:

Get coins of player, return (int)

$this->getServer()->getPluginManager()->getPlugin("Coins")->getCoins($player);

Set coins of player, (int)$count

$this->getServer()->getPluginManager()->getPlugin("Coins")->setCoins($player, $count);

About

An easy to access Economy system for Minecraft: Bedrock Edition using MYSQL as the database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages