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.
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.
/plugins, /pl, /about, /version, customizable)/plugins / /pl return results (distinguishing between Paper/Bukkit styles)/pluginspoofer and /ps are hidden from the command tree by default/ps help View help/ps reload Reload configuration/ps version View versionpluginspoofer.admin (default OP)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"
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.

A Bukkit Plugin to Spoof Client the Server Plugin List