BankAPI - Economy API - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: BankAPI - Economy API (/thread-3269.html) |
BankAPI - Economy API - Krystilize - 03-31-2020 BankAPI - Cuberite Economy API This plugin aims to give developers an easy to use set of tools to develop an economy based plugin with. It saves everything in a SQLite database using transactions, which means that no data will ever be lost - even in the event of a power outage mid-transaction. If you have any questions please ask either in comments or by dming me on discord at Krystilize#7980. The Github can be found below. BankAPI Github Functions: Code: BankGetPlayerBalance(PlayersUUID) Linking: Code: dofile(cPluginManager:CallPlugin("BankAPI", "GetExternalAPIPath")) Thanks, Kry. |