[+] Added two new placeholders for the store.yml file:
Code (Text):
use %PLAYERSMINIONS% for the number of minions the player has placed, and %MAXMINIONS% for the maxmimum allowed minions the player can place
which allows you to indicate to players this:
requested by
@Lenario
[+] Added two new methods to the API:
getMaximumAllowedMinions(Player); - Returns an int for the maximum minions that player can place
currentMinions(Player); - Returns an int for the current minions the user has placed