NoPlugins
作者:rebot | 分类:模组
Minecraft 版本: 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: paper purpur spigot
标签: management technology utility
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+
请登录后举报
暂无评论,抢个沙发吧~