AuthMe Troubleshooting & Help
Security & Compatibility
Password Security
Pano uses AuthMe's CUSTOM hash type, which allows Pano to validate passwords securely without storing plaintext passwords or using weak hashing algorithms.
Backup System
Before modifying any AuthMe configuration, Pano automatically creates a backup of your config.yml file. You can find backups in:
plugins/Pano/authme-backup.ymlIf something goes wrong, you can always restore your previous configuration.
Plugin Conflicts
Some AuthMe addons or related plugins may conflict with Pano's integration, especially if they:
- Modify the same configuration values
- Hook into the same AuthMe events
- Change password hashing methods
If you experience issues, try disabling conflicting plugins one by one to identify the cause.
Troubleshooting
Integration Not Working
Symptoms: Players can't register or login, commands don't work
Solutions:
- Make sure AuthMeReloaded is installed and running (check
/plugins) - Verify the Pano MC Plugin is connected to Pano (check Panel → Server Status)
- Ensure the integration checkbox is enabled in Panel → Server Settings → Game Integration
- Restart your Minecraft server after enabling the integration
- Check server logs for any errors
Configuration Keeps Resetting
Symptoms: AuthMe config values change back after restart
Solutions:
- Do not manually edit
passwordHashorregistration.typein AuthMe's config - Let Pano manage these settings automatically
- If you need to change other AuthMe settings, edit them through AuthMe's config and reload
Commands Not Responding
Symptoms: /register or /login commands don't work
Solutions:
- Check if the integration is enabled in the panel
- Verify the player is connected to the correct server
- Make sure you're using the exact command syntax (no aliases)
- Check if another plugin is overriding the commands
Reporting Issues
If you encounter bugs, missing features, or compatibility issues with AuthMeReloaded integration:
- GitHub Issues: PanoMC/pano-mc-plugin
- Discord: Join our community
When reporting an issue, please include:
- Your Pano version
- Your AuthMeReloaded version
- Your Minecraft server version (Spigot/Paper/Folia)
- Server logs showing the error
- Steps to reproduce the issue
Together, we make Pano better.