Dream Fish [1.8.x - 1.13.x]
作者:Praya
发布时间:2017年1月17日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12,1.13
逼真钓鱼插件|玩家升级|钓鱼诱饵|更多
点此下载插件详细介绍
🛡️ CommandSigns
CommandSigns 是一款允许玩家通过右键点击告示牌来执行服务器命令的插件。它为服务器管理提供了一种便捷的可视化命令执行方式,简化玩家与服务器的互动。
⚙️ 指令
/commandsign create <命令>- 创建一个新的 CommandSign。/commandsign delete- 删除你正在看的 CommandSign。/commandsign reload- 重载配置文件。/commandsign list- 列出所有 CommandSign。
🔑 权限
commandsign.use- 允许玩家使用 CommandSign。commandsign.create- 允许玩家创建 CommandSign。commandsign.delete- 允许玩家删除 CommandSign。commandsign.reload- 允许玩家重载插件。commandsign.list- 允许玩家列出 CommandSign。
📝 配置示例
config.yml
# CommandSigns configuration file
# Settings related to the plugin's core functionality
Settings:
# Whether to enable metrics for data collection
Metrics: true
# Delay (in ticks) before executing the command. 20 ticks = 1 second.
Command-Delay: 0
# Configuration for sign creation
Sign-Configuration:
# The text to be displayed on the first line of the sign
First-Line: '[Command]'
# Messages displayed to the player
Messages:
# Message when a sign is successfully created
Sign-Created: '&aSign created successfully!'
# Message when a sign is successfully deleted
Sign-Deleted: '&aSign deleted successfully!'
# Message when the config is reloaded
Config-Reloaded: '&aConfig reloaded successfully!'
# Message when the player doesn't have permission
No-Permission: '&cYou do not have permission to do this!'
# Message when the sign is not a command sign
Not-Command-Sign: '&cThis is not a command sign!'
# Message when the player is not looking at a sign
Not-Looking-At-Sign: '&cYou are not looking at a sign!'
🔨 用法
- 使用
/commandsign create <命令>指令创建一个新的 CommandSign。 - 右键点击告示牌来执行与之关联的命令。