NoPlugins

A lightweight plugin for hiding server commands.

856

Quick challenge

How far can you run before the mobs catch you?

NoPlugins

NoPlugins

Minecraft 1.16.x – 1.21.11 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 MiniMessage and MiniMessage - Fully customizable deny messages - MiniMessage support for message formatting - Permissions system for administrators and bypass access - Lightweight and performance-friendly

---

Configuration

`config.yml`:

```yaml

============================================

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

---

ADS