Before integrating your website with AuthMe, ensure you are using the latest official version. You can download the newest AuthMe release here:Documentation Index
Fetch the complete documentation index at: https://support.zonely.gen.tr/llms.txt
Use this file to discover all available pages before exploring further.
https://www.spigotmc.org/resources/authmereloaded.6269/
1. Connect the plugin to the database
First, open the/plugins/AuthMe/config.yml file in your server’s main directory. Edit the database configuration section to match the example below:
2. Define the encryption method (Cryptographic algorithm)
Whether users register in-game or on your website, you must ensure their passwords are stored securely by choosing an appropriate cryptographic hashing algorithm. AuthMe supports various encryption methods, and SHA256 is one of the most secure and widely used. To configure this, open/plugins/AuthMe/config.yml and find the following section:
3. Additional settings
AuthMe provides advanced configuration options, such as disabling in-game registration. This allows players to register only via your website. When in-game registration is disabled, unregistered players attempting to join will receive an informative message directing them to register on the website. After registering, they can log in to the server using the password they created.AuthMe setup completed successfully. Congratulations!
