Skip to content

Coins | Manipulating Balances

Mantice edited this page Dec 19, 2023 · 1 revision

You can modify a player's balance via the CoinManager!

Getting the CoinManager:

MobCoinsAPI api = ...
CoinManager coinManager = api.coinManager();

You can view all the methods from the CoinManager interface here!

The mob coins are stored and modified using BigDecimals!
You can read more about BigDecimals here!

Clone this wiki locally