The simplest and lightweight authentication plugin for Bukkit/Spigot/Paper servers.
- Protection for player's accounts
- Strong password encryption, provided by Argon2 (used Argon2-jvm)
- Flexible configuration
- Sessions for logins
Minecraft: 1.19
only
Server core: Bukkit
, Spigot
and Paper
There is only one permission - passme.reload
it provides access to /passme reload
command
/register
(alias:/reg
) - register an account- if executed from
console
will provide player registration (/reg <name> <password>
)
- if executed from
/changepassword
(alias:/cp
) - changes password- if executed from
console
will provide changing for specified player (/cp <name> <new_password>
)
- if executed from
/login
(alias/l
) - login into account/logout
- logout from account/passme
- information about plugin/passme reload
- reloads plugin's config
Answer: only on small servers
PassMe was created for simple and small servers, like for server for you and your friends. It does not suitable for large servers, if you are looking for authentication plugin which will be suitable for large servers, please, use AuthMeReloaded or yours own.