Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ModSeeker
PluginAGPL-3.0-or-later

ModSeeker

a Minecraft paper server plugin for mod detection

76
Downloads
2
Followers
4 months ago
Updated
📦
1
Versions
managementutilitypaper
Download Latestv1.1View on Modrinth

📖About ModSeeker

ModSeeker 🔎

ModSeeker is a Paper plugin that works with the Hidder Fabric mod to verify player mods on Minecraft servers. It ensures players comply with server policies and prevents clients from bypassing rules.


✨ Features

  • Mod Verification: Ensures players have the required Hidder mod installed
  • Blacklist Enforcement: Blocks players with blacklisted mods
  • Whitelist Support: Trusted players bypass verification
  • Configurable Timeouts: Adjust handshake & modlist request timeouts
  • Detailed Logging: Tracks all verification events
  • Floodgate Support: Optionally bypass mod checks for Bedrock players
  • Encrypted Communication: Secured via RSA/AES with signatures

🛠 Requirements

  • PaperMC 1.21.1 or higher
  • Java 21+
  • Hidder Fabric mod installed on clients

📦 Installation

  1. Download the latest ModSeeker.jar
  2. Place it in your plugins/ folder
  3. Start the server to generate default configuration files
  4. Edit config.yml, modblacklist.json, or whitelist.json as needed
  5. Restart the server

⚙ Configuration

ModSeeker generates these files:

  • config.yml — Main configuration file
  • modblacklist.json — Blacklisted mods
  • whitelist.json — Whitelisted players

config.yml

# ModSeeker Configuration File
# This file contains all configurable options for the ModSeeker plugin
# ==================================================================

# Timeout Configuration
handshakeTimeoutSeconds: 10
modlistTimeoutSeconds: 15

# Mod List Filter
modlistFilter:
  - "java"
  - "minecraft"
  - "fabricloader"

# Kick Messages
kickMessages:
  missingHidder: "Please Install Hidder Mod To Enter The Server"
  blacklistedMods: "Please Remove {mods} Illegal Mod{plural} To Join The Server"
  modlistTimeout: "Player Verification Failed"
  modlistRequestFailed: "Player verification failed - unable to send mod list request."
  modCountExceeded: "You have too many mods installed. Maximum allowed: {maxMods}"

# Player Notification
enablePlayerNotifications: true
welcomeMessage: "Welcome To The Server"

# Mod Count Threshold
enableModCountThreshold: false
maxModCount: 50

# Mod List Display Settings
showModList: true
oneModPerLine: false
highlightMods: true
highlightBlacklistedMods: true

# Floodgate / Bedrock Player Handling
allowFloodgate: true 

modblacklist.json

{
  "#": "ModSeeker Blacklist Configuration File",
  "#": "Add mod IDs to the blacklist array below to prevent players from joining with those mods",
  "blacklist": []
}

whitelist.json

[]

💻 Commands

All commands require modseeker.use permission.

Seek Commands

  • /modseeker seek mod <playertag> — Requests and displays the mod list from a specific online player
  • /modseeker status — Displays plugin status and verification statistics

Blacklist Management

  • /modseeker modblacklist add <modID> — Adds a mod to the blacklist
  • /modseeker modblacklist remove <modID> — Removes a mod from the blacklist
  • /modseeker modblacklist show — Displays all blacklisted mods

Whitelist Management

  • /modseeker whitelist add <playername> — Adds a player to the whitelist
  • /modseeker whitelist remove <playername> — Removes a player from the whitelist
  • /modseeker whitelist show — Displays all whitelisted players

Configuration Commands

  • /modseeker reload — Reloads all configuration files without restarting the server


🔒 How It Works

This is the general flow of verification when a player joins the server:

  1. Player joins the server
  2. Checks if the player is whitelisted $\rightarrow$ skips verification if yes
  3. Initiates cryptographic handshake with Hidder
  4. Requests the full client mod list
  5. Verifies the payload signature and timestamp for authenticity
  6. Checks the mod list against the blacklist, enforces mod count limits, and verifies handshake timeouts
  7. Approves the player or kicks them with a custom message

🛡 Security Features

  • Native Encryption via the Hidder mod
  • RSA/AES Hybrid Encryption for the secure modlist payload
  • Digital Signatures for message validation and integrity
  • Replay Attack Prevention using timestamps
  • Blacklist and whitelist support
  • Floodgate / Bedrock optional bypass

👥 Team & Contributors

RAFIN-G
RAFIN-GOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page