Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 5 months ago
NoPlugins
Noplugins - Small paper plugin (1.16+) for hiding commands/plugins from 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 regex and wildcard patterns
- Customizable deny messages
- MiniMessage text formatting
Configuration
# ============================================
# NoPlugins - Configuration
# ============================================
# Enable bStats
metrics-enabled: true
# BLACKLIST = hide listed commands
# WHITELIST = only listed commands allowed
mode: BLACKLIST
# Commands
commands:
- "plugins"
- "pl"
- "bukkit:plugins"
- "about"
- "version"
- "ver"
- "?"
- "icanhasbukkit"
- "minecraft:*"
# Regex patterns commands
regex-patterns:
- "^bukkit:.*"
# Message shown when a hidden command is executed (supports MiniMessage format)
# Supports PlaceholderAPI
# Use \n for multi-line messages
# Leave empty "" to disable
deny-message: "<red>Unknown command. Type <yellow>/help</yellow> for a list of commands."
Commands
| Command | Description |
|---|---|
| /noplugins reload | Reloads configuration |
Permissions
| Permission | Description |
|---|---|
| noplugins.reload | Allows to use /noplugins reload |
| noplugins.bypass | Bypasses all restrictions |
Requirements
- Java 17
- Minecraft 1.16+


