Nyx Plugin Masking

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 52 downloads ๐Ÿ“Œ v1.0 ๐Ÿ“… 12/31/2025
๐ŸŸก Updated this year

By cyb3rz3us ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 12/23/2025 ๐Ÿ“… Created: 12/31/2025

๐Ÿ” Analysis

  • ๐Ÿ† #608 of 1080 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

<div align="center"> <h1>๐ŸŒ‘ Nyx PluginMasker</h1> <p><i>Master the Shadows, Secure Your Server.</i></p> <p> <a href="https://modrinth.com/plugin/nyx-pluginmasker"> <img src="https://img.shields.io/badge/Modrinth-Nyx-4a6cf7?style=for-the-badge&logo=modrinth" alt="Modrinth Tracking"> </a> <img src="https://img.shields.io/badge/Version-1.0-darkred?style=for-the-badge" alt="Version"> <img src="https://img.shields.io/badge/Paper-%3E%3D1.21-green?style=for-the-badge" alt="Platform"> </p> </div> ## ๐Ÿ›ก๏ธ Why Nyx? Nyx is not just another "HidePlugins" script. It is a robust, low-level **PluginMasker** designed to withstand external scanners, query tools, and curious players. By hijacking the internal CommandMap and intercepting low-level network packets, Nyx ensures that your private infrastructure stays private. ### โœจ Key Features - **๐ŸŒ‘ Robust Command Hijacking**: Completely removes sensitive commands (`/plugins`, `/ver`, `/help`, etc.) from the internal `KnownCommands` map and replaces them with custom handlers. - **๐Ÿ›ฐ๏ธ GS4 Query Masking**: Intercepts external queries from sites like MCSrvStat or server lists, reporting exactly what you wantโ€”or nothing at all. - **๐ŸŽญ Brand Spoofing**: Tired of seeing "Paper" in the F3 menu or client connections? Nyx can spoof your server's brand to "Nyx-Engine", "Vanilla", or anything you choose. - **๐Ÿ‘ฅ Visibility Groups**: Grant different ranks visibility into different plugins. Show your Moderators their tools while keeping the general public in the dark. - **๐Ÿšซ Silent Tab-Completion**: Fully manages `AsyncTabCompleteEvent` and `PlayerCommandSendEvent` to ensure masked commands never even appear in player suggestions. - **โšก Performance Optimized**: Extremely lightweight with zero impact on TPS, utilizing Adventure Components for modern, efficient messaging. --- ## โš™๏ธ Configuration Nyx offers simple yet powerful configuration options: ```yaml Config: full_block: true # If true, default players see NOTHING denied_message: "<red>Blocked by Nyx: This information belongs to the darkness" brand: enabled: true spoof: "Nyx-Engine" # Shows in F3 menu and connection logs query: enabled: true fake_motd: "A Minecraft Server Powered by Nyx" commands: extra_hidden: # Manual list of other commands to mask - "bukkit:plugins" - "paper" groups: - name: "Moderator" permission: "nyx.group.mod" plugins: ``` --- ## ๐Ÿ”‘ Permissions & Commands | Permission | Description | Default | | :--- | :--- | :--- | | `nyx.admin` | Access to `/nyx reload` | `op` | | `nyx.bypass` | Complete bypass - see the real plugin list | `op` | | `nyx.group.default` | Default visibility group | `true` | | `nyx.group.mod` | Example group for moderators | `false` | --- ## ๐Ÿš€ Installation 1. Download the latest `Nyx.jar`. 2. Drop it into your `plugins` folder. 3. Restart your server (Reloading is not recommended due to CommandMap hijacking). 4. Configure your visibility groups in `config.yml`. 5. Enjoy the silence. --- <div align="center"> <p>Built by <b>CYB3RZ3US</b></p> </div>

๐ŸŒ‘ Nyx PluginMasker

Master the Shadows, Secure Your Server.

Modrinth Tracking Version Platform

## ๐Ÿ›ก๏ธ Why Nyx?

Nyx is not just another "HidePlugins" script. It is a robust, low-level PluginMasker designed to withstand external scanners, query tools, and curious players. By hijacking the internal CommandMap and intercepting low-level network packets, Nyx ensures that your private infrastructure stays private.

### โœจ Key Features

  • ๐ŸŒ‘ Robust Command Hijacking: Completely removes sensitive commands (`/plugins`, `/ver`, `/help`, etc.) from the internal `KnownCommands` map and replaces them with custom handlers.
  • ๐Ÿ›ฐ๏ธ GS4 Query Masking: Intercepts external queries from sites like MCSrvStat or server lists, reporting exactly what you wantโ€”or nothing at all.
  • ๐ŸŽญ Brand Spoofing: Tired of seeing "Paper" in the F3 menu or client connections? Nyx can spoof your server's brand to "Nyx-Engine", "Vanilla", or anything you choose.
  • ๐Ÿ‘ฅ Visibility Groups: Grant different ranks visibility into different plugins. Show your Moderators their tools while keeping the general public in the dark.
  • ๐Ÿšซ Silent Tab-Completion: Fully manages `AsyncTabCompleteEvent` and `PlayerCommandSendEvent` to ensure masked commands never even appear in player suggestions.
  • โšก Performance Optimized: Extremely lightweight with zero impact on TPS, utilizing Adventure Components for modern, efficient messaging.

## โš™๏ธ Configuration

Nyx offers simple yet powerful configuration options:

```yaml Config: full_block: true # If true, default players see NOTHING denied_message: "Blocked by Nyx: This information belongs to the darkness" brand: enabled: true spoof: "Nyx-Engine" # Shows in F3 menu and connection logs query: enabled: true fake_motd: "A Minecraft Server Powered by Nyx" commands: extra_hidden: # Manual list of other commands to mask - "bukkit:plugins" - "paper" groups: - name: "Moderator" permission: "nyx.group.mod" plugins: ["LiteBans", "LuckPerms", "Nyx"] ```

## ๐Ÿ”‘ Permissions & Commands

| Permission | Description | Default | | :--- | :--- | :--- | | `nyx.admin` | Access to `/nyx reload` | `op` | | `nyx.bypass` | Complete bypass - see the real plugin list | `op` | | `nyx.group.default` | Default visibility group | `true` | | `nyx.group.mod` | Example group for moderators | `false` |

## ๐Ÿš€ Installation

1. Download the latest `Nyx.jar`. 2. Drop it into your `plugins` folder. 3. Restart your server (Reloading is not recommended due to CommandMap hijacking). 4. Configure your visibility groups in `config.yml`. 5. Enjoy the silence.

Built by CYB3RZ3US

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

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
cyb3rz3us
Version
1.0
Downloads
52
Endorsements
0
Category
bukkit
Created
12/31/2025
Updated
12/23/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, 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 Nyx Plugin Masking support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Nyx Plugin Masking?

Version 1.0, published 2025-12-23 with 52 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

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