Перейти к содержимому
Mineforgian

Данные могли устареть: источник временно недоступен, показан кэш.

NeoAuthMe

An AuthMeReloaded fork that aims to adapt 1.21.10’s new async login pipeline.

Загрузки
392
Подписчики
1
Обновлён
5 апреля 2026 г.
Лицензия
GPL-3.0-only

Опубликован 18 ноября 2025 г.

NeoAuthMe 6.1.0

The best authentication plugin for Paper 1.21.11+!

⚠️ Important Notice

This version requires server software version 1.21.11 or later. Only Paper 1.21.11+ is guaranteed to work and receive support. Other server software (Spigot, Bukkit, Folia, Purpur, and other Bukkit/Spigot-based forks) may work but are not officially supported and will not receive bug fixes or support for issues specific to those platforms.

⚠️ This plugin will NOT work on:

  • Server software versions below 1.21.11
  • Forge, Fabric, or other mod loaders

📖 Description

Prevent username stealing on your server! NeoAuthMe is a powerful authentication plugin that secures your Offline mode server or increases your Online mode server's protection.

NeoAuthMe disallows players who aren't authenticated to perform actions like placing blocks, moving, typing commands, or using the inventory. It can also kick players with uncommonly long or short player names or kick players from banned countries.

✨ Key Features

🔐 Security & Authentication

  • Username spoofing protection - Prevents account theft
  • E-Mail Recovery System - Recover lost passwords via email
  • Two-Factor Authentication (2FA) - TOTP support for extra security
  • Session Login - Stay logged in across server restarts
  • ForceLogin Feature - Admins can login to any account via console command
  • Avoid "Logged in from another location" messages

🤖 Anti-Bot System

  • Built-in AntiBot System - Automatically detects and prevents bot attacks
  • Countries Whitelist/Blacklist - GeoIP-based access control
  • IP-based restrictions - Associate usernames with IPs

💾 Database & Storage

  • MySQL, SQLite, PostgreSQL, and MariaDB support
  • Cached database queries - Optimized performance
  • Custom MySQL tables/columns - Useful for forum database integration
  • Automatic database backup - Never lose your data
  • Built-in database converter - Convert between database types easily

🔄 Migration & Import

  • Import from other plugins: Rakamak, xAuth, CrazyLogin, RoyalAuth, vAuth
  • FlatFile to SQL converter - Migrate from old auths.db format
  • Multiple password hash support - Compatible with various forum systems

🌍 Localization

  • Editable translations and messages - Full customization
  • Multiple language support - See translations list
  • Custom message files - Create your own translations

🔧 Advanced Features

  • Inventory protection - Protect player inventory until authentication (requires ProtocolLib)
  • Quit location saving - Restore player position on login
  • Compatible with Citizens2, CombatTag, CombatTagPlus
  • Compatible with Minecraft mods like BuildCraft and RedstoneCraft
  • Multiple password encryption algorithms: SHA256, ARGON2, BCRYPT, PBKDF2, and more
  • Forum integration support: PHPBB, VBulletin, Xenforo, MyBB, IPB3, IPB4, WordPress, and more

📋 Requirements

  • Java 21+ (required)
  • Paper 1.21.11 or later (REQUIRED - only officially supported platform)
  • Minecraft 1.21.11+ (required)
  • ProtocolLib (optional, required for some features like inventory protection)

Note: This plugin is officially supported only on Paper 1.21.11+. Other server software (Spigot, Bukkit, Folia, Purpur, and other Bukkit/Spigot-based forks) may work but are not guaranteed and will not receive support for platform-specific issues.

🔗 Links

🎮 Quick Start

  1. Download the JAR file
  2. Place it in your server's plugins folder
  3. Start your server (Paper 1.21.11+)
  4. Configure NeoAuthMe in plugins/NeoAuthMe/config.yml
  5. Players will need to register and login to play!

📝 What's New in 6.1.0

  • ✅ Updated to Paper 1.21.11+ API compatibility

📝 What's New in 6.0.1

  • ✅ Removed version-specific branching logic - Simplified codebase
  • ✅ Single-branch workflow - Easier maintenance
  • ✅ Code cleanup - Removed unused methods and simplified comments
  • ✅ Improved maintainability

📝 What's New in 6.0.0

  • ✅ Updated to Paper 1.21.11+ API compatibility
  • ✅ Switched to AsyncPlayerSpawnLocationEvent for better performance
  • ✅ All plugin references renamed to NeoAuthMe
  • ✅ Improved teleportation handling for new Paper API
  • ✅ Better thread safety and event handling

📜 License

GNU GPL v3.0 - See LICENSE file for details


Note: This is a fork of AuthMeReloaded, updated and maintained for Paper 1.21.11+ by Yur1nn.

Ченджлог

6.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 5 апреля 2026 г.

NeoAuthMe 6.1.0 Release Notes

Release Date: April 5, 2026

Important Notice

This version requires server software version 1.21.11 or later. Only Paper 1.21.11+ is guaranteed to work and receive support. Other server software (Spigot, Bukkit, Folia, Purpur, and other Bukkit/Spigot-based forks) may work but are not officially supported and will not receive bug fixes or support for issues specific to those platforms.

What's New

  • Updated to Paper 1.21.11+ API compatibility.

Installation

Before installing, ensure you are running server software version 1.21.11 or later.

  1. Download authme-6.1.0.jar from the releases page.
  2. Place it in your server's plugins folder.
  3. Restart your server.

Requirements

  • Paper 1.21.11 or later (required, only officially supported platform)
  • Java 21 (required)
  • Minecraft 1.21.11+ (required)

Upgrading from 6.0.2

This is a compatibility update. No configuration changes are required. Replace the JAR file and restart your server.

6.0.2Релиз1.21.10 · 18 ноября 2025 г.

NeoAuthMe 6.0.2 Release Notes

Release Date: November 19, 2025

⚠️ Important Notice

This version requires server software version 1.21.10 or later. Only Paper 1.21.10+ is guaranteed to work and receive support. Other server software (Spigot, Bukkit, Folia, Purpur, and other Bukkit/Spigot-based forks) may work but are not officially supported and will not receive bug fixes or support for issues specific to those platforms.

🎉 What's New

Bug Fixes & Improvements

  • Eliminated Paper warning - Removed PlayerLoginEvent listener to eliminate "HorriblePlayerLoginEventHack" warning
  • Moved single session check - Single session verification now happens in AsyncPlayerPreLoginEvent for better performance
  • Removed VIP full server handling - Feature removed (use your preferred VIP plugin instead)

Code Quality

  • Fixed all deprecation warnings - Updated deprecated API usage throughout the codebase
  • Fixed all compilation warnings - Resolved unchecked operations, unused imports, and raw types
  • Suppressed Javadoc warnings - Configured Maven to suppress documentation warnings during build
  • Improved test coverage - Updated tests to reflect code changes

Technical Changes

  • Replaced deprecated YamlFileResource constructors with YamlFileResourceProvider
  • Replaced deprecated Class.newInstance() with Class.getDeclaredConstructor().newInstance()
  • Replaced deprecated Runtime.exec(String) with ProcessBuilder
  • Replaced deprecated URL(String) constructor with URI.toURL()
  • Replaced deprecated PlayerPickupItemEvent with EntityPickupItemEvent
  • Updated deprecated AuthMeApi.getLastLogin() to getLastLoginTime() returning Instant
  • Fixed resource leaks in database tests
  • Removed unused imports and fields

📦 Installation

⚠️ Before installing, ensure you are running server software version 1.21.10 or later!

  1. Download authme-6.0.2.jar from the releases page
  2. Place it in your server's plugins folder
  3. Restart your server

Note: This plugin requires server software version 1.21.10 or later. Only Paper is officially supported. Other server software may work but will not receive support.

⚠️ Requirements

  • Paper 1.21.10 or later (REQUIRED - only officially supported platform)
  • Java 21 (required)
  • Minecraft 1.21.10+ (required)

Note: This plugin is officially supported only on Paper 1.21.10+. Other server software (Spigot, Bukkit, Folia, Purpur, and other Bukkit/Spigot-based forks) may work but are not guaranteed and will not receive support for platform-specific issues.

🔄 Upgrading from 6.0.1

This is a patch release with bug fixes and code quality improvements. No configuration changes are required. Simply replace the JAR file and restart your server.

Breaking Changes

  • VIP full server handling removed - If you were using AuthMe's VIP full server feature, you'll need to use a dedicated VIP plugin instead. The authme.vip permission is no longer used by AuthMe.

📝 Full Changelog

Removed Features

  • Removed VIP full server handling (PlayerLoginEvent listener)
  • Removed refusePlayerForFullServer() method from OnJoinVerifier

Code Improvements

  • Moved single session check from PlayerLoginEvent to AsyncPlayerPreLoginEvent
  • Fixed all deprecation warnings (87+ fixes)
  • Fixed all compilation warnings
  • Suppressed Javadoc warnings in Maven configuration
  • Removed unused imports and fields
  • Fixed resource leaks in tests

API Changes

  • AuthMeApi.getLastLogin(String) deprecated → use getLastLoginTime(String) instead
  • Returns Instant instead of Date for better Java 8+ compatibility

Test Updates

  • Updated tests to reflect removed VIP functionality
  • Fixed test resource management
  • Updated deprecated API usage in tests

🐛 Bug Fixes

  • Fixed Paper warning about PlayerLoginEvent listener
  • Fixed unchecked operations warnings in DebugCommandTest
  • Fixed resource leaks in LoginSecurityConverterTest
  • Fixed deprecated API usage throughout codebase

🔧 Technical Details

Deprecated API Replacements

  • YamlFileResource(File)YamlFileResourceProvider.loadFromFile(File)
  • YamlFileReader(File)YamlFileResourceProvider.loadFromFile(File).createReader()
  • Class.newInstance()Class.getDeclaredConstructor().newInstance()
  • Runtime.exec(String)ProcessBuilder
  • URL(String)URI(String).toURL()
  • PlayerPickupItemEventEntityPickupItemEvent
  • ExpectedException JUnit rule → try-catch blocks
  • Server.getOfflinePlayer(String) → hybrid approach with fallback

Build Configuration

  • Added -Xdoclint:none to Javadoc plugin to suppress documentation warnings
  • Set failOnError=false for Javadoc plugin

📊 Statistics

  • 87+ deprecation warnings fixed
  • 15+ unused import warnings fixed
  • 10+ unchecked operation warnings fixed
  • 5+ resource leak warnings fixed
  • 100+ Javadoc warnings suppressed (documentation-only, non-functional)

🙏 Acknowledgments

Thank you to all contributors and users who reported issues and provided feedback!

6.0.1Релиз1.21.10 · 18 ноября 2025 г.

NeoAuthMe 6.0.1 Release Notes

Release Date: November 18, 2025

🎉 What's New

Codebase Improvements

  • Removed version-specific branching logic - Simplified codebase by removing runtime version checks
  • Single-branch workflow - Easier maintenance with compatibility managed through Maven dependencies
  • Code cleanup - Removed unused methods and simplified comments

Technical Changes

  • Removed getServerNameVersionSafe() method (no longer needed)
  • Removed runtime version checks (compatibility enforced at build time)
  • Simplified event listener comments

📦 Installation

  1. Download authme-6.0.1.jar from the releases page
  2. Place it in your server's plugins folder
  3. Restart your server

⚠️ Requirements

  • Paper 1.21.10 or later (required)
  • Java 21 (required)

🔄 Upgrading from 6.0.0

This is a patch release with code improvements. No configuration changes are required. Simply replace the JAR file and restart your server.

📝 Full Changelog

  • Remove version-specific branching and simplify codebase
  • Bump version to 6.0.1 for release

🔗 Links


Note: This release focuses on code quality improvements and maintainability. All functionality remains the same as version 6.0.0.

6.0.0Релиз1.21.10 · 18 ноября 2025 г.

NeoAuthMe 6.0.0

First release of NeoAuthMe fork, compatible with Paper 1.21.10+

Changes

  • Updated to Paper 1.21.10+ API
  • Switched to AsyncPlayerSpawnLocationEvent
  • All plugin references renamed to NeoAuthMe

Requirements

  • Paper 1.21.10 or later
  • Java 17+

Комментарии

Загружаем…