## Quick Start
1. Place NewAuth.jar in plugins/
2. Start server
3. New players get a login/register dialog when connecting
4. Edit config.yml to customize all text
## config.yml Structure
settings:
min-password-length: 6
dialog-width: 300
max-password-length: 128
dialog-timeout-minutes: 2
dialog-button-width: 120
messages:
command: # /login, /register, /newauth responses
dialog: # Login and register dialog text
disconnect: # Kick messages (wrong password, timeout, etc.)
plugin: # Console messages​
## Data Storage
Passwords are stored in plugins/NewAuth/players.yml (hashed, never plain text).
Supports both UUID and player name lookup for offline-mode compatibility.