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