The RPG plugin introduces a system of roles, levels and experience for players in the game. Players can choose one of the available roles, gain experience, and advance in levels.*
- !r setrole : Sets the selected role for the player.
- !r roles: Displays a list of available roles and their descriptions.
- !r stats: Displays the player's current level and the amount of experience needed to reach the next level.
- The plugin should correctly change a player's role after using the setrole command.
- The plugin should display a list of available roles and their descriptions after using the roles command.
- The plugin should display the player's current level and the amount of experience needed to reach the next level after using the stats command.
- Normal use cases: Check that all commands work correctly for typical parameter values.
- Edge cases: Try to use commands with incorrect parameters, such as a non-existent role.
- Error cases: Try to use commands without the required parameters or call commands in the wrong order.
Please report any errors, comments or suggestions you encounter to the plugin author, e.g. via the discord server:

- Hunter ( In Progress )
- Warrior ( In Progress )
It is recommended that the tester have some experience with the game, mods, plug-ins and the general structure of the game to more easily understand the plugin and its functions.