BioWare is a simple economy plugin, this simple plugin comes equipped with two different currencies a "Standard" currency and a "Premium" currency.
Here are the publicly listed API endpoints that you can use
-
createBioAccount (OfflinePlayer)
- Creates an account for your provided player.
-
isBioAccountPresent (OfflinePlayer)
- Checks to see if your provided player has an account.
-
addMoneyToBioAccount (OfflinePlayer, double)
- Adds money to the account of the provided player.
-
removeMoneyFromBioAccount (OfflinePlayer, double)
- Removes money from the account of the provided player.
-
getMoneyFromBioAccount (OfflinePlayer)
- Gets the money from the account of the provided player.
Currently, the Premium Currency is not available for external or internal tampering / using and the features for SQL, Nats & Redis are not implemented yet.
In the future I plan on adding these features at the current moment I am more interested in allowing Vault to have compatability with the plugin so that the features BioWare can be used with other plugins in a standard format.
To report a bug use the GitHub Error feature
To request a feature use the GitHub Error feature as well and use the tag "feature request"