NoPlugins
PluginLicenseRef-All-Rights-Reserved

NoPlugins

A small plugin for hiding commands/plugins from players.

1.4K
Downloads
2
Followers
3 weeks ago
Updated
📦
4
Versions

📖About NoPlugins

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+