A Simple Password Authentication for PaperMC
A simple authentication plugin for Minecraft.
Players who fail to enter the password within a set number of seconds after joining will be kicked.
Players who have authenticated once will be automatically logged in on future joins.
Compatible with: Paper 26.1.2 (Minecraft Java 26.1.2)
/auth <password> command/authreload to reload configuration (OP only)/authforget to remove your own auto-login registrationen / ja)SimpleAuth.jar to your server's plugins folderplugins\SimpleAuth\config.yml will be generated automatically)config.yml to set your password, timeout, and language/authreload to apply changes (or restart the server)password: "password" # Authentication password
timeout-seconds: 30 # Time limit for authentication (seconds)
remember-players: true # true: auto-login after first auth / false: require password every time
language: "en" # In-game message language: en (English) / ja (Japanese)
| Command | Description | Permission |
|---|---|---|
/auth <password> |
Authenticate | Everyone |
/authforget |
Remove your auto-login registration | Everyone |
/authreload |
Reload configuration | OP only |
plugins/SimpleAuth/authed_players.yml/authforget to remove your registration (e.g., on a shared PC)