Minecraft - AuthME Reloaded Plugin
Download the Plugin
Download the artifact from https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/
Database Configuration
Create a new database for each server and grant credentials to the authme user.
mysql> CREATE DATABASE authme_mc3_1_20_4;
You can create a user to each server to increase security if running multiple servers on the same host.
Granting privileges to the authme
user.
mysql> GRANT ALL PRIVILEGES ON authme_mc3_1_20_4.* TO 'authme'@'localhost';
Authme Reloaded Configuration
Update the AuthME Reloaded configuration file(plugins/AuthMe/config.yml
) to reflect the changes.
Resources
https://www.cyberciti.biz/faq/how-to-show-list-users-in-a-mysql-mariadb-database/