- 版权类型
- 原创
- 插件中文名称
- 物品指令
- 插件英文名称
- ProItemCommand
- 原帖地址
- #
- 支持的核心(服务端)
- Spigot
- Paper
- 语言支持
- 中文(简体)
- 前置组件
- 无
- 适配版本(Java)
- 1.12
如题,这是一个超级超级轻便的物品指令插件。
相关指令:
/picreload 重载
/picdebug 开发者模式
无权限节点。
items:
test: #自定义编号
material: DIAMOND #匹配物品ID
displayName: "§5研究之石幸运宝箱" #匹配物品Name
cooldown: 1 #冷却时间
consume: true # 是否消耗物品
commands:
1: #此处自定义不可重复
type: console #目前仅支持console
command: |
mm i give %player% 研究之石
message: &7[&6系统&7]&7获得了&6研究之石
chance: 50 #权重 总和100
2:
type: console
command: |
mm i give %player% 研究之石
message: &7[&6系统&7]&7获得了&6研究之石
chance: 50
#消息提示冷却(避免刷屏)
messages:
on-cooldown: "§c冷却中,请等待 {time} 秒!"
config-reloaded: "§a配置已重载,当前生效规则数: {count}"
message-delay: 1000
相关指令:
/picreload 重载
/picdebug 开发者模式
无权限节点。
items:
test: #自定义编号
material: DIAMOND #匹配物品ID
displayName: "§5研究之石幸运宝箱" #匹配物品Name
cooldown: 1 #冷却时间
consume: true # 是否消耗物品
commands:
1: #此处自定义不可重复
type: console #目前仅支持console
command: |
mm i give %player% 研究之石
message: &7[&6系统&7]&7获得了&6研究之石
chance: 50 #权重 总和100
2:
type: console
command: |
mm i give %player% 研究之石
message: &7[&6系统&7]&7获得了&6研究之石
chance: 50
#消息提示冷却(避免刷屏)
messages:
on-cooldown: "§c冷却中,请等待 {time} 秒!"
config-reloaded: "§a配置已重载,当前生效规则数: {count}"
message-delay: 1000