Checks if a Minecraft player has a paid account (premium). If so, they can skip offline authentication (auth plugins). So they don't need to enter passwords. This is also called auto login (auto-login).
Please use issues for bug reports, suggestions, questions and more. Please check for existing issues. Existing issues can be voted up by adding up vote to the original post. Closing issues means that they are marked as resolved. Comments are still allowed and it could be re-opened.
Development builds contain the latest changes from the Source-Code. They are bleeding edge and could introduce new bugs,
but also include features, enhancements and bug fixes that are not yet in a released version. If you click on the left
side on Changes, you can see iterative change sets leading to a specific build.
You can download them from here: https://ci.codemc.org/job/Games647/job/FastLogin/
/premium [player] Label the invoker or the argument as paid account
/cracked [player] Label the invoker or the argument as cracked account
fastlogin.bukkit.command.premium
fastlogin.bukkit.command.cracked
fastlogin.command.premium.other
fastlogin.command.cracked.other
This plugin supports PlaceholderAPI on Spigot. It exports the following variable
%fastlogin_status%. In BungeeCord environments, the status of a player will be delivered with a delay after the player
already successful joined the server. This takes about a couple of milliseconds. In this case the value
will be Unknown.
Possible values: Premium, Cracked, Unknown
This plugin performs network requests to:
FastLoginBukkitonlinemode in your server.properties to falseInstall the plugin on both platforms, that is proxy (BungeeCord or Velocity) and backend server (Spigot).
spigot.yml or paper.ymlallowed-proxies.txt file in the FastLogin folder of the restarted serverstats-id from the BungeeCord config into this fileproxyId.txt inside the plugins folder of the proxymysql for MySQL/MariaDBmariadb for MySQL/MariaDBonlinemode in your config.yml to false$ claude mcp add FastLogin \
-- python -m otcore.mcp_server <graph>