Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for SnowyaDev

A lightweight plugin for hiding server commands.

Report noplugins?

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

CategoryProtection
Published onJanuary 10, 2026
LicenseAll rights reserved
Downloads37
Stars1
Watchers0

Pinned Versions

Members