AceCurrency
AceCurrency - Plugin/Library made for developers to implement Currency to thier plugins/servers
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
AceCurrency
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