Restricts server access to only those whitelisted in a database
Supported Games
MySQL Whitelist creates a MySQL table in a database specified in the configuration file, which is then used to store the allowed Steam IDs that can join the server.
Configuration
{
"host": "localhost",
"port": 3306,
"username": "root",
"password": "",
"database": "rust"
}
Updating the Whitelist
The plugin automatically updates all Steam IDs in the database each time the server saves, as well as kicking the players that are not whitelisted and that are currently on the server. There is no method to add users to this whitelist from the server.
Making a Database
If you're not sure how to make a database, I wouldn't suggest using this plugin as it's mainly used for servers that make use of this information elsewhere on websites and such.
Localization
This plugin is unlicensed and the original author reserves all rights to it.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

