HomeJavaModsPluginSpoofer
PluginSpoofer

PluginSpoofer

Reduces plugin detection and avoids exposing the real environment. *Logo generated by Google Gemini (Nano Banana)

PluginSpoofer is a Bukkit/Paper plugin based on PacketEvents, used to intercept common probe commands, filter command tree completion, and return a configurable list of fake plugins.

Why Do This?

Many servers are probed for their plugin stack using methods such as /pl, /plugins, /version, /about, and command completion.

PluginSpoofer's goal is not "absolute security," but rather to significantly increase the cost of detection and reduce the risk of script kiddies easily understanding the configuration.

Core Functionality

Dependencies

Commands

Permissions

Configuration Example

debug: false
modern-server: true
block-slash-completion: true
block-non-minecraft-namespaces: true
blocked-commands:
  - "plugins"
  - "pl"
  - "version"
  - "ver"
  - "about"
  - "icanhasbukkit"
  - "bukkit:plugins"
  - "bukkit:pl"
  - "bukkit:version"
  - "bukkit:ver"
  - "bukkit:about"

plugins:
  enabled: true
  force-legacy-format: false
  paper:
    enabled:
      - "Geyser-Spigot"
      - "ViaVersion"
      - "ProtocolLib"
    legacy:
      - "ViaBackwards"
      - "OldCombatMechanics"
    disabled:
      - "SkinsRestorer"
      - "AuthMe"
  bukkit:
    enabled:
      - "EssentialsX"
      - "WorldEdit"
      - "LuckPerms"
      - "Vault"
      - "PlaceholderAPI"
    legacy:
      - "PermissionsEx"
      - "GroupManager"
    disabled:
      - "CoreProtect"
      - "WorldGuard"

Compatibility

We have only tested versions 1.20-1.21.11 so far; it seems that version 1.12.2 also works in earlier versions.
We welcome you to test more versions; we are committed to making it even better.

Notes

License

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more