event onPlayerChangeMaxMana (client-side)
Available since version: 0.2.1
This event is triggered when player maximum mana changes.
Parameters
int playerid, int previous, int current
intplayerid: the id of the player whose maximum mana points gets changed.intprevious: the previous maximum mana points of the player.intcurrent: the current maximum mana points of the player.