RPG is a plugin that adds classes, leveling up, critical attacks to the game.
player data:
players: #player data section
gdavid: #the player's name
class: warrior #the player's class
level: 1 #the player's level
xp: 0 #and the experience
config:
levelup-xp-base: 1000
levelup-xp-increase: 400
levelup-hp-increase: 0.25
levelup-atk-increase: 0.5
max-level: 100
localizations: (from 2.4.0)
lang:
warrior: 'warrior'
archer: 'archer'
warrior-desc: []
archer-desc: []
select-class: 'select class'
level: 'level'
level-up: 'Level up!'
no-class: 'Please chose a class!'
Localization texts start and end with '!
Use § instead & for color codes!
/rpg - shows rpg's help
/rpg class <classname> - chose your class (2.0.0 - 2.2.0)
/rpg classlist - classes (1.0.0 only)
/rpg stats - show your stats
/rpg class - show class selection gui (from 2.3.0), shows avaible classes (2.0.0 - 2.2.0)
RPG doesn't use any permissions.