Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
NoPlugins
NoPlugins is a lightweight Paper plugin for Minecraft 1.16.x – 1.21.11 that allows you to hide sensitive and internal commands such as/plugins, /version, or any custom secret commands from regular players.
The plugin helps keep your server clean, secure, and professional by preventing players from discovering installed plugins or internal server information.
Features
- Block common commands like
/plugins,/version,/icanhasbukkit - Hide commands using regular expressions (regex) and wildcard patterns
- Fully customizable deny messages
- MiniMessage support for message formatting
- Permissions system for administrators and bypass access
- Lightweight and performance-friendly
Configuration
config.yml:
# ============================================
# NoPlugins - Configuration
# ============================================
# Enable anonymous statistics collection (bStats)
# This helps the developer track plugin usage. No personal data is collected.
metrics-enabled: true
# Plugin mode:
# BLACKLIST = hide listed commands
# WHITELIST = only listed commands allowed
mode: BLACKLIST
# Commands to hide or allow (depending on mode)
commands:
- "plugins"
- "pl"
- "bukkit:plugins"
- "about"
- "version"
- "ver"
- "?"
- "icanhasbukkit"
- "minecraft:*"
# Regex patterns to hide commands (works regardless of mode)
regex-patterns:
- "^bukkit:.*"
# Message shown when a hidden command is executed (supports MiniMessage)
# Leave empty "" to show nothing
deny-message: "<red>Unknown command. Type <yellow>/help</yellow> for a list of commands."
Commands
| Command | Description |
|---|---|
| /noplugins reload | Reloads the plugin configuration |
Permissions
| Permission | Description | Default |
|---|---|---|
| noplugins.reload | Allows using /noplugins reload | OP |
| noplugins.bypass | Bypasses all command restrictions | OP |
Requirements
- Java 17
Information
| Category | Protection |
|---|---|
| Published on | January 10, 2026 |
| License | All rights reserved |
| Downloads | 37 |
| Stars | 1 |
| Watchers | 0 |
Pinned Versions
Pages
Members
Owner