Sentinel&ModGuard

A project that combines Mod+Plugin to detect and ban illegal mods,this also adds control what mods you wanna add/remove from the list by adding using the ModiD

by
287 Downloads
fabricpaperspigotmanagementutility
Rent Server with this Mod

Screenshots

Example

About this Mod

🛡️ ModGuard + Sentinel — Client Verification System

A server plugin + client mod security system that verifies legitimate clients and detects malicious modifications using a secure encrypted handshake — far more reliable than client-brand checks or simple mod name detection.

Discord
Modrinth
GitHub


📦 Components

🔌 ModGuard — Server Plugin
Sends encrypted challenges to connecting players, verifies responses, checks mod IDs against a blacklist, enforces a minimum Sentinel version, and optionally limits total installed mods. Supports cracked servers, Geyser/Floodgate auto-bypass, configurable kick messages, player whitelist, and persistent mod history.

🧩 Sentinel — Client Mod
Installed by the player on their Fabric client. Receives the server challenge, collects the full mod list via FabricLoader, encrypts and returns it. Zero configuration. Zero performance impact.


⚙️ How It Works

Player joins
  → Server sends encrypted challenge (RSA-2048 + nonce + HMAC-SHA256 secret)
  → Sentinel collects mod list via FabricLoader
  → Sentinel encrypts response (AES-256-GCM, key wrapped with RSA/OAEP/SHA-256)
  → Server decrypts, verifies HMAC, checks protocol version + Sentinel version
  → Mod list checked against blacklist and optional count limit
  → Player approved or kicked with a configurable message

🚀 Installation

Server:

  1. Drop ModGuard.jar into plugins/
  2. Restart — plugins/ModGuard/config.yml and modblacklist.json are generated automatically

Client:

  1. Drop the correct Sentinel-<version>.jar into .minecraft/mods/
  2. Launch — no configuration needed

🔒 Security

  • RSA-2048 keypair generated fresh per server session — never written to disk
  • AES-256-GCM authenticated encryption — ciphertext is tamper-proof
  • HMAC-SHA256 payload signing — server secret is never sent to the client
  • Nonce included in every challenge — replay attacks are not possible
  • Protocol version verified inside the encrypted payload — cannot be spoofed by a fake Sentinel
  • Minimum Sentinel version enforcement — kick players running outdated client mods

🚫 Default Blacklisted Mods

Pre-seeded in modblacklist.json on first run:

meteor-client · impact · wurst · liquidbounce · aristois · sigma · thunderhack · wolfram · baritone · freecam · marlows-crystal-optimizer

Add or remove any mod ID via /modguard blacklist add <modid> or by editing modblacklist.json directly.


💻 Commands

Permission: modguard.admin (OP by default)

Command Description
/modguard blacklist <add|remove|list> Manage mod blacklist
/modguard whitelist <add|remove|list> Manage player whitelist (bypasses verification)
/modguard mods <player> View a player's verified mod list and last seen time
/modguard check <player> Re-send a verification challenge to an online player
/modguard status Show online players, pending verifications, and plugin info
/modguard reload Reload configuration

⚙️ Configuration

File: plugins/ModGuard/config.yml

offline-mode: false               # set true for cracked servers
allow-floodgate: true             # Bedrock players via Geyser bypass verification

challenge-timeout-seconds: 15    # seconds client has to respond
challenge-delay-ticks: 40        # delay before sending challenge after join

min-sentinel-version: "1.0.0"    # kick players below this Sentinel version
protocol-version: 1              # must match Sentinel — only change if you update both

enable-mod-count-limit: false
max-mod-count: 50

show-mod-list-in-console: true
highlight-banned-mods: true

kick-messages:
  missing-sentinel:   "&cSentinel mod is required to join this server."
  banned-mod:         "&cAccess denied."
  outdated-sentinel:  "&cYour Sentinel mod is outdated. Please update to &ev{version}&c."
  protocol-mismatch:  "&cSentinel version mismatch. Please update your Sentinel mod."
  timeout:            "&cVerification timed out."
  mod-count-exceeded: "&cToo many mods installed. Maximum allowed: &e{max}"

📋 Compatibility

Scenario Behavior
Fabric client with Sentinel Full verification
Vanilla client (no mods) Handled automatically — no Sentinel required
Bedrock / Geyser Bypassed automatically
Cracked / offline server Supported via offline-mode: true
Forge / NeoForge Not supported
Whitelisted player Skips verification

🔧 Requirements

  • Paper / Spigot 1.21.x · Java 21+
  • Geyser + Floodgate (optional, for Bedrock auto-bypass)

💬 Join our Discord for support, downloads, and updates
🔗 More plugins by Treamhiler
🐙 GitHub

Available Versions

Sentinel for ModGuard 1.0-SNAPSHOTrelease
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11paper, spigot
March 8, 2026
Sentinel for ModGuard 1.0-SNAPSHOTrelease
MC 1.21.11fabric
March 8, 2026
Sentinel for ModGuard 1.0-SNAPSHOTrelease
MC 1.21.10fabric
March 8, 2026
Sentinel for ModGuard 1.0-SNAPSHOTrelease
MC 1.21.8fabric
March 8, 2026
Sentinel for ModGuard 1.0-SNAPSHOTrelease
MC 1.21.6, 1.21.7fabric
March 8, 2026

How to Install Sentinel&ModGuard on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Sentinel&ModGuard". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricpaperspigot

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+9 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Sentinel&ModGuard server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Sentinel&ModGuard compatible with fabric and paper and spigot?

Sentinel&ModGuard officially supports fabric, paper, spigot for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Sentinel&ModGuard – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Sentinel&ModGuard consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Sentinel&ModGuard with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Unsupported

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+2 more