Added PAPI Expansion and more player datas to store
It is advised but OPTIONAL to update your config.yml file with the following message.
ADDED:
Save new values in players data file/karma table in database:
On players data file, the following values will be added on the next players saves (don't update yourself so):
previous-karma : The previous karma the player had
previous-tier : The previous tier the player had
On database, the following columns will be added automatically to avoid errors.
Previous_Karma : The previous karma the player had
Previous_Tier: The previous tier the player had
Expansion to use player's data of this plugin in your other plugins, here's the placeholder list (it does not replace lang.yml and config.yml placeholders)
%karma_karma% : Shows the player's actual karma
%karma_previous_karma% Shows the previous karma of player
%karma_tier% : Shows the player's actual tier identifier
%karma_tier_display% : Shows the player's actual tier display
%karma_previous_tier% : Shows the player's previous tier identifier
%karma_previous_tier_display% : Shows the player's actual karma
%karma_last_attack% : Shows the player's last non-justified attack.