AceCurrency
ModrinthAceCurrency - Plugin/Library made for developers to implement Currency to thier plugins/servers
168 downloads updated 17mo ago
Simple usage tbh.
Init CurrencyAPIImpl and have fun ig?
example (in kotlin):
val curAPI = CurrencyAPIImpl() - implement in main class or smth
curAPI.getCurrency(player) - returns Int
curAPI.addCurrency(player, int) - return Boolean
curAPI.removeCurrency(player, int) - return Boolean
curAPI.setCurrency(player, int) - return Boolean
Versions
No version history available. Use the Download button to get the latest from the source.
Comments 0
No comments yet. Be the first to share your thoughts.