AuthShield

Quick rating

AuthShield

No reviews yet

neoforge login verification plugin

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.5
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

AuthShield - Minecraft Server Authentication Plugin

Version License

📝 Introduction

AuthShield is a login verification plugin designed for Minecraft NeoForge servers. It provides a comprehensive player authentication system that effectively protects player accounts and server security.

✨ Features

  • 🔐 Complete Registration & Login System
    • Basic functions: register, login, password change
    • Secure password encryption storage
    • Auto-kick on login timeout
    • 🛡️ Comprehensive Security Protection
      • Behavior restrictions before login
      • Unauthorized operation prevention
      • Password strength requirements
    • 👑 Powerful Administration
      • Admin command support
      • Player data management
      • Initial spawn point setting
    • 🎨 Beautiful Visual Effects
      • Particle effect feedback
      • Title prompt system
    • 🌏 Multi-language Support
      • English
      • Chinese

📥 Installation

  1. Download the latest version of AuthShield.jar
  2. Place the file in your server's mods folder
  3. Restart the server
  4. Enjoy secure gaming!

⚙️ Configuration

The plugin will automatically create configuration files on first run:

📁 config/authshield/
   ├── 📄 config.json    - Main configuration
   └── 📄 translations.json - Language file

Configuration Details

config.json contains the following main settings:

🌏 Basic Settings

"settings": {
    "language": "en_us",     // Language: zh_cn(Chinese) or en_us(English)
    "debug": false           // Enable debug mode
}

🕒 Login Settings

"login": {
    "timeout": {
        "enabled": true,      // Enable login timeout
        "seconds": 60,        // Timeout duration (seconds)
        "message": "..."      // Timeout message
    },
    "attempts": {
        "max": 3,            // Maximum login attempts
        "timeout_minutes": 10 // Cooldown after max attempts (minutes)
    }
}

🔑 Password Requirements

"password": {
    "min_length": 6,         // Minimum length
    "max_length": 32,        // Maximum length
    "require_special_char": false,  // Require special characters
    "require_number": false,        // Require numbers
    "require_uppercase": false,     // Require uppercase letters
    "hash_algorithm": "SHA-256"     // Password encryption algorithm
}

🛡️ Restrictions

"restrictions": {
    "gamemode": "spectator",    // Gamemode before login
    "effects": [                // Effects applied before login
        {
            "id": "minecraft:slow_falling",
            "amplifier": 255,
            "particles": false,
            "icon": false
        }
    ],
    "allowed_commands": [       // Allowed commands before login
        "login", "l", "register", "reg"
    ]
}

💬 Message Settings

"messages": {
    "title": {
        "enabled": true,    // Enable title
        "fade_in": 10,      // Fade in duration
        "stay": 70,         // Stay duration
        "fade_out": 20,     // Fade out duration
        "text": "..."       // Title text
    },
    "subtitle": {
        "enabled": true,    // Enable subtitle
        "text": "..."       // Subtitle text
    },
    "actionbar": {
        "enabled": true,    // Enable actionbar messages
        "interval": 40,     // Message display interval
        "text": "..."       // Message text
    }
}

📌 Commands

Player Commands

Command Shortcut Description
/register <password> <confirmPassword> /reg Register account
/login <password> /l Login account
/changepassword <oldPassword> <newPassword> /cp Change password

Admin Commands

Command Description
/authshield help Display help information
/authshield unregister <player> Unregister specified player
/authshield setfirstspawn Set initial spawn point for new players

📜 License

This project is licensed under the MIT License.

Screenshots

Gallery

  • Login
    Login
  • Registration
    Registration
  • Command
    Command
  • Login special effects
    Login special effects

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~5,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works