AuthMe ForceLogin

โญ โ€” (4 endorsements) ๐Ÿ“ฅ 7,635 downloads ๐Ÿ“Œ v2.2.0 ๐Ÿ“… 10/27/2025
๐ŸŸก Updated this year

By akanoka ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 5/23/2026 ๐Ÿ“… Created: 10/27/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.1% endorsement rate
  • ๐Ÿ† #410 of 1560 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŽจ Can You Draw It? !(https://img.shields.io/badge/Minecraft-1.18+-animate?style=for-the-badge&color=darkgreen) !(https://img.shields.io/badge/Loader-Paper-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Purpur-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Spigot-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Bukkit-animate?style=for-the-badge&color=orange) # ๐Ÿ” PremiumAuthBypass **PremiumAuthBypass** is a Bukkit/Spigot plugin designed to streamline authentication for premium Minecraft players by allowing automatic login based on trusted IP addresses. It integrates with **AuthMe Reloaded** and securely links player accounts to their IPs using AES encryption. --- ## โš ๏ธ **SECURITY WARNING, PLEASE READ THIS:** Proxy Configuration (Velocity / BungeeCord) If your server runs behind a proxy like **Velocity**, you must properly configure **IP Forwarding**. Otherwise, the plugin will detect the proxy's IP address (`127.0.0.1`) instead of the player's real IP, which will break the IP linking system and create a security risk. Make sure to set up the forwarding mode in your `velocity.toml` AND on your backend servers (Spigot/Paper): * **Modern Mode (Recommended):** * Velocity: `player-info-forwarding-mode = "modern"` * Paper: Enable `velocity-support` in `paper-global.yml`. * **BungeeGuard Mode:** * Velocity: `player-info-forwarding-mode = "bungeeguard"` * Spigot/Paper: Install the `BungeeGuard` plugin. * **Legacy Mode:** * Velocity: `player-info-forwarding-mode = "legacy"` * Spigot: Set `bungeecord: true` in `spigot.yml`. --- ## โœจ Features - ๐Ÿ”“ **Automatic Login** - Instantly logs in players if they connect from a trusted IP. - ๐Ÿ”— **Premium Account Verification** - Checks usernames against Mojang API to ensure they are premium accounts. - ๐ŸŒ **IP Linking System** - Players can link their IP to their account for future automatic authentication. - ๐Ÿ” **AES Encryption** - All stored IP addresses are encrypted (AES-128) for security. - โšก **Async Operations** - Network requests and file saves are handled asynchronously to avoid server lag. - ๐Ÿง  **Smart AuthMe Integration** - Uses reflection to support multiple versions of AuthMe. - ๐Ÿ’ฌ **Fully Configurable Messages** - Customize all plugin messages via config. --- ## ๐Ÿ“ฆ Requirements - Java 8+ - Bukkit / Spigot / Paper server - **AuthMe Reloaded** (recommended for full functionality) --- ## โš™๏ธ How It Works 1. When a player joins: - The plugin checks if their IP is already linked. - If yes โ†’ automatic login via AuthMe. 2. If not linked: - The plugin verifies if the account is **premium**. - Prompts the player to link their IP. 3. Once linked: - Future logins from that IP are automatic. --- ## ๐Ÿ”ง Commands | Command | Description | |--------|-------------| | `/premium accept` | Link your current IP to your account | | `/premium revoke` | Remove your current IP | | `/premium revoke all` | Remove all linked IPs | | `/premium list` | Show linked IPs (confirmation required) | | `/premium about` | Show plugin info | --- ## ๐Ÿ“ Configuration Files ### `config.yml` - Enable/disable plugin - Customize messages - Control join behavior ### `linked.yml` - Stores encrypted IPs per player - Automatically managed by the plugin --- ## ๐Ÿ”’ Security - Uses **AES-128 encryption** for IP storage - Fallback to Base64 if encryption fails - No plain IPs stored in files --- ## ๐Ÿ”„ Compatibility The plugin dynamically detects AuthMe API using: - `fr.xephi.authme.api.v3.AuthMeApi` - `fr.xephi.authme.api.API` - Legacy `AuthMe` API --- ## ๐ŸŒ External API - Uses Mojang endpoint: https://api.mojang.com/users/profiles/minecraft/{username} to verify premium accounts. --- ## โš ๏ธ Notes - Requires AuthMe to force login players. - Without AuthMe, the plugin still runs but cannot auto-login users. - IP-based login assumes stable player IPs. - **Security Warning:** If running behind a proxy (Velocity/BungeeCord), you **must** configure IP forwarding properly. If the plugin detects `127.0.0.1` as the player's IP, automatic login will fail or risk bypassing security for all local connections. --- ## ๐Ÿงฉ Example Use Case > A premium player joins your server regularly from the same location. โœ” First login โ†’ manually authenticate โœ” Accept IP linking via `/premium accept` โœ” Next logins โ†’ instant automatic login ๐Ÿš€

# ๐ŸŽจ Can You Draw It?

!(https://img.shields.io/badge/Minecraft-1. 18+-animate?style=for-the-badge&color=darkgreen) !(https://img.shields.io/badge/Loader-Paper-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Purpur-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Spigot-animate?style=for-the-badge&color=orange) !(https://img.shields.io/badge/Loader-Bukkit-animate?style=for-the-badge&color=orange)

# ๐Ÿ” PremiumAuthBypass

PremiumAuthBypass is a Bukkit/Spigot plugin designed to streamline authentication for premium Minecraft players by allowing automatic login based on trusted IP addresses.

It integrates with AuthMe Reloaded and securely links player accounts to their IPs using AES encryption.

## โš ๏ธ SECURITY WARNING, PLEASE READ THIS: Proxy Configuration (Velocity / BungeeCord)

If your server runs behind a proxy like Velocity, you must properly configure IP Forwarding. Otherwise, the plugin will detect the proxy's IP address (`127. 0. 0. 1`) instead of the player's real IP, which will break the IP linking system and create a security risk.

Make sure to set up the forwarding mode in your `velocity.toml` AND on your backend servers (Spigot/Paper):

Modern Mode (Recommended): Velocity: `player-info-forwarding-mode = "modern"` Paper: Enable `velocity-support` in `paper-global.yml`. BungeeGuard Mode: Velocity: `player-info-forwarding-mode = "bungeeguard"` Spigot/Paper: Install the `BungeeGuard` plugin. Legacy Mode: Velocity: `player-info-forwarding-mode = "legacy"` * Spigot: Set `bungeecord: true` in `spigot.yml`.

## โœจ Features

  • ๐Ÿ”“ Automatic Login
  • - Instantly logs in players if they connect from a trusted IP.
  • ๐Ÿ”— Premium Account Verification
  • - Checks usernames against Mojang API to ensure they are premium accounts.
  • ๐ŸŒ IP Linking System
  • - Players can link their IP to their account for future automatic authentication.
  • ๐Ÿ” AES Encryption
  • - All stored IP addresses are encrypted (AES-128) for security.
  • โšก Async Operations
  • - Network requests and file saves are handled asynchronously to avoid server lag.
  • ๐Ÿง  Smart AuthMe Integration
  • - Uses reflection to support multiple versions of AuthMe.
  • ๐Ÿ’ฌ Fully Configurable Messages
  • - Customize all plugin messages via config.

## ๐Ÿ“ฆ Requirements

  • Java 8+
  • Bukkit / Spigot / Paper server
  • AuthMe Reloaded (recommended for full functionality)

## โš™๏ธ How It Works

1. When a player joins: - The plugin checks if their IP is already linked. - If yes โ†’ automatic login via AuthMe.

2. If not linked: - The plugin verifies if the account is premium. - Prompts the player to link their IP.

3. Once linked: - Future logins from that IP are automatic.

## ๐Ÿ”ง Commands

| Command | Description | |--------|-------------| | `/premium accept` | Link your current IP to your account | | `/premium revoke` | Remove your current IP | | `/premium revoke all` | Remove all linked IPs | | `/premium list` | Show linked IPs (confirmation required) | | `/premium about` | Show plugin info |

## ๐Ÿ“ Configuration Files

### `config.yml` - Enable/disable plugin - Customize messages - Control join behavior

### `linked.yml` - Stores encrypted IPs per player - Automatically managed by the plugin

## ๐Ÿ”’ Security

  • Uses AES-128 encryption for IP storage
  • Fallback to Base64 if encryption fails
  • No plain IPs stored in files

## ๐Ÿ”„ Compatibility

The plugin dynamically detects AuthMe API using: - `fr.xephi.authme.api.v3. AuthMeApi` - `fr.xephi.authme.api. API` - Legacy `AuthMe` API

## ๐ŸŒ External API

- Uses Mojang endpoint: https://api.mojang.com/users/profiles/minecraft/{username} to verify premium accounts.

## โš ๏ธ Notes

  • Requires AuthMe to force login players.
  • Without AuthMe, the plugin still runs but cannot auto-login users.
  • IP-based login assumes stable player IPs.
  • Security Warning: If running behind a proxy (Velocity/BungeeCord), you must configure IP forwarding properly. If the plugin detects `127. 0. 0. 1` as the player's IP, automatic login will fail or risk bypassing security for all local connections.

## ๐Ÿงฉ Example Use Case

> A premium player joins your server regularly from the same location.

โœ” First login โ†’ manually authenticate โœ” Accept IP linking via `/premium accept` โœ” Next logins โ†’ instant automatic login ๐Ÿš€

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
akanoka
Version
2.2.0
Downloads
7,635
Endorsements
4
Category
bukkit
Created
10/27/2025
Updated
5/23/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
management, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does AuthMe ForceLogin support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of AuthMe ForceLogin?

Version 2.2.0, published 2026-05-23 with 7,635 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by akanoka ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods