- ◆ 支持核心
- CatServer
购买插件后请联系 QQ1137748680 获取授权
插件图片展示
当精灵种类无法分解时
当精灵种类可以分解时
右键分解 [概率分解]
配置文件查看
插件指令
pokers reload 插件重载
pokers open 打开分解菜单
插件图片展示
当精灵种类无法分解时
当精灵种类可以分解时
右键分解 [概率分解]
配置文件查看
YAML:
prefix: "&7[&4精灵分解&7]"
title: "&7[&4精灵分解&7]"
message:
noperm: "对不起你没有权限"
canresolve: "&a该精灵种类可以分解"
cantresolve: "&c该精灵种类不能分解/属性未达标"
levelis: "&a分解要求等级 &a达标"
levelno: "&a分解要求等级 &c未达标{level}"
numvis: "&a分解要求V数 &f达标"
numvno: "&c分解要求V数 &c未达标{pokemon_v}"
tips: "&a右键点击开始分解"
success: "分解成功"
fail: "分解失败"
#vnum 要求的精灵V数 不要求就设置为0
#level 要求的精灵等级 不要求就设置为0
#chance 分解概率 精灵达到要求后分解执行指令的概率 100就是100%
pokemonlist:
皮卡丘:
vnum: 0
level: 50
chance: 100
command:
- 'eco give {player} 10'
- "points give {player} 10"
#gui中的精灵信息显示
info:
- '&b--- &f精灵个体 &b---'
- '&a攻击&f {pokemon_ivatk} &a防御&f {pokemon_ivdef}'
- '&a特攻&f {pokemon_ivspatk} &a特防&f {pokemon_ivspdef}'
- '&a血量&f {pokemon_ivhp} &a速度&f {pokemon_ivspd}'
- '&b--- &f其他属性 &b---'
- '&e性格 &f{pokemon_nature} &e性别 &f{pokemon_gender}'
- '&e体型 &f{pokemon_growth} &e闪光 &f{pokemon_shiny}'
- '&e特性 &f{pokemon_ability} &e等级 &f{pokemon_level}'
插件指令
pokers reload 插件重载
pokers open 打开分解菜单