- ◆ 支持核心
- Arclight
- ◆ 插件前置
- 无前置
- ◆ 游戏版本
- 1.21.1
简单的方可梦分解插件 带gui
支持自定义可分解的宝可梦配置文件:
YAML:
#分解界面标题
title: "方可梦分解"
#分解概率(0.01-1)
chance: 0.5
#分解的条件
condition:
#是否开启自定义可分解的宝可梦
custom: false
#是否开启黑名单
blacklist: false
#普通可分解
is_common: false
#闪光可分解
is_shiny: false
#异兽可分解
is_ultraBeast: false
#幻兽宝可梦
is_mythical: false
#神兽可分解
is_legendary: false
#分解后执行的命令
sucess_decompose:
command:
- 'give %player% cobblemon:exp_candy_xl 10'
faild_decompose:
command:
- 'give %player% cobblemon:exp_candy_xl 10'
lore:
- '§f[§6方可梦信息§f]'
- '§e精灵等级: §a%level%'
- '§e是否闪光: §a%is_shiny%'
- '§f[§6分解条件§f]'
- '§e是否达标: §a%decompose_condition%'
- '§f[§b点击§f]§c进行分解'