Stanicc / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)

Home Page:https://www.spigotmc.org/resources/fastlogin.14153

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastLogin

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).

Features

  • Detect paid accounts from others
  • Automatically login paid accounts (premium)
  • Support various of auth plugins
  • Cauldron support
  • Forge/Sponge message support
  • Premium UUID support
  • Forwards Skins
  • Detect user name changed and will update the existing database record
  • BungeeCord support
  • Auto register new premium players
  • Plugin: ProtocolSupport is supported and can be used as an alternative to ProtocolLib
  • No client modifications needed
  • Good performance by using async non blocking operations
  • Locale messages
  • Import the database from similar plugins

Development builds

Development builds of this project can be acquired at the provided CI (continuous integration) server. It contains the latest changes from the Source-Code in preparation for the following release. This means they could contain new features, bug fixes and other changes since the last release.

Nevertheless builds are only tested using a small set of automated and a few manual tests. Therefore they could contain new bugs and are likely to be less stable than released versions.

https://ci.codemc.org/job/Games647/job/FastLogin/changes


Commands

/premium [player] Label the invoker or the argument as paid account
/cracked [player] Label the invoker or the argument as cracked account

Permissions

fastlogin.bukkit.command.premium
fastlogin.bukkit.command.cracked
fastlogin.command.premium.other
fastlogin.command.cracked.other

Requirements

  • Plugin:
  • Spigot 1.7.10+
  • Java 8+
  • Run Spigot and/or BungeeCord/Waterfall in offline mode (see server.properties or config.yml)
  • An auth plugin. Supported plugins

Bukkit/Spigot/Paper

BungeeCord/Waterfall

Network requests

This plugin performs network requests to:


How to install

Bukkit/Spigot/Paper

  1. Download and install ProtocolLib/ProtocolSupport
  2. Download and install FastLogin (or FastLoginBukkit for newer versions)
  3. Set your server in offline mode by setting the value onlinemode in your server.properties to false

BungeeCord/Waterfall

  1. Activate BungeeCord in the Spigot configuration
  2. Restart your server
  3. Now there is proxy-whitelist file in the FastLogin folder Put your stats id from the BungeeCord config into this file
  4. Activate ipForward in your BungeeCord config
  5. Download and Install FastLogin (or FastLoginBungee in newer versions) on BungeeCord AND Spigot (on the servers where your login plugin is or where player should be able to execute the commands of FastLogin)
  6. Check your database settings in the config of FastLogin on BungeeCord
  7. Set your proxy (BungeeCord) in offline mode by setting the value onlinemode in your config.yml to false
  8. You should always firewall your Spigot server that it's only accessible through BungeeCord

About

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)

https://www.spigotmc.org/resources/fastlogin.14153

License:MIT License


Languages

Language:Java 100.0%