Installation
Follow these steps to install and set up the mineLogin plugin for the first time:
- Download the mineLogin plugin file for your proxy engine.
- Place the plugin file in the
plugins
folder of your server. - Start or restart your server to generate the configuration files.
- Stop the server.
- Open the
plugins/mineLogin/configuration.yml
file. - Set your license key:yamlReplace
license-key: YOUR_LICENSE_KEY_HERE
YOUR_LICENSE_KEY_HERE
with the license key you received when purchasing the plugin. - Configure the servers in the proxy section:yaml
servers: login-servers: - auth fallback-server: true change-server-after-login: false after-login-servers: []
- Add the names of your authentication servers to the
login-servers
list. - Set
fallback-server
totrue
if you want players to be moved to a fallback server when kicked from a network server. - If you want players to be moved to specific servers after login, set
change-server-after-login
totrue
and list the server names inafter-login-servers
.
- Add the names of your authentication servers to the
- Save the
configuration.yml
file. - Start your server.
Your mineLogin plugin is now installed and configured with basic settings. You can further customize the plugin by adjusting other configuration sections as needed.