BlockCommands (1.7-1.18)
作者:benzimmer123
发布时间:2015年11月18日
原生版本:未知
测试支持:1.7,1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18
阻止您的服务器上需要的所有命令。
点此下载插件详细介绍
🚫 BlockedCommands
BlockedCommands 插件允许服务器管理员屏蔽任何指令,配置简单高效,并通过配置文件进行管理。它具有可自定义的消息,并且兼容 Minecraft 1.7 至 1.18 版本。
🛡️ 权限
BLOCKEDCOMMANDS.BYPASS- 允许玩家绕过指令屏蔽。
⌨️ 指令
该插件没有指令,所有配置均在配置文件中完成。
⚙️ 配置示例
# +-----------------------------------------------------+ #
# | BlockedCommands Config | #
# +-----------------------------------------------------+ #
# | Edit the messages and blocked commands as you wish. | #
# +-----------------------------------------------------+ #
# Blocked commands list.
blocked-commands:
- "help"
- "pl"
- "plugins"
- "?"
- "about"
- "ver"
- "version"
# Message sent to the player when using a blocked command.
message: "&cThis command is disabled."
# Should the message be sent to the console?
console-message: true
# Message sent to the console when a blocked command is used.
console-message-text: "&c[BlockedCommands] &7Player &c%player% &7tried to use the command &c%command%"
# Enable Permissions?
permissions: false
# Use Bypass permission?
bypass-permission: "blockedcommands.bypass"