- ◆ 支持核心
- Spigot
- ◆ 插件前置
- PlaceholderAPI
- ◆ 游戏版本
- 1.12.2~1.20.1
插件介绍:
硬前置PlaceholderAPI
基于权重,运行随机命令组
插件命令:
/yrc run <玩家名> <命令组> 对玩家执行命令组
/yrc reload - 重载配置文件
硬前置PlaceholderAPI
基于权重,运行随机命令组
插件命令:
/yrc run <玩家名> <命令组> 对玩家执行命令组
/yrc reload - 重载配置文件
YAML:
#自定义节点
lbwnb:
#自定义子节点
jd1:
#权重
chance: 50
#命令组
commands:
- "[console]say %player_name% 这是50%概率"
- "[op]say %player_name% 这是50%概率"
- "say %player_name% 这是50%概率"
jd2:
chance: 30
commands:
- "[console]say %player_name% 这是30%概率"
jd3:
chance: 10
commands:
- "[console]say %player_name% 这是10%概率"
jd4:
chance: 1
commands:
- "[console]say %player_name% 这是1%概率"