Informations
Reputation is simple plugin which allows player rating system in Minecraft. Player can raise or lower other player reputation points. Whole system can be useful for things like server trades, parties etc.
Commands
command | permission | description |
/rep + <name> | reputation.add | add reputation point |
/rep - <name> | reputation.del | remove reputation point |
/rep ? <name> | reputation.show | show players reputation points |
/rep = <name> <val> | reputation.set | set reputation |
/rep ! | reputation.rank | show reputation rank |
/rep # | reputation.nrank | show reverse rank (from negative values) |
/rep @ | reputation.save | save data into files |
Configuration
node | description |
debug | if enabled plugin will print more messages about operations |
language | language file with messages. File must be in plugin folder and have name messages_<lang>.yml |
time-limit | time limit (in minutes) between possible add/del commands |