一、特性
/tj - 打开星级图鉴界面
/tj reload - 重载插件配置
/tj add <玩家> <精灵名> [是否给予精灵] - 增加玩家图鉴
(#是否给予精灵需填 true 或 false)
(#需要 PokemonAPI 1.5 支持)
PlaceholderAPI 变量:
%pokeplate_count% 玩家图鉴数
%pokeplate_pg% 玩家图鉴进度
三、图片
四、配置文件
!!! 欢迎各位加入 咸鱼交流群: 895403918 !!!
- GUI奖励奖励及GUI展示图标
- 可自定义各个星级图鉴的奖励
- 可自定义星级奖励Lore
- 前置插件: PokemonAPI, PokeStar
/tj - 打开星级图鉴界面
/tj reload - 重载插件配置
/tj add <玩家> <精灵名> [是否给予精灵] - 增加玩家图鉴
(#是否给予精灵需填 true 或 false)
(#需要 PokemonAPI 1.5 支持)
PlaceholderAPI 变量:
%pokeplate_count% 玩家图鉴数
%pokeplate_pg% 玩家图鉴进度
三、图片
四、配置文件
代码:
#GUI界面标题
InventoryTitle: "&8 ➣ 图鉴列表 "
#提示内容
Message:
prefix: "&b图鉴系统 &f// "
wrong-player: "&c玩家不在线!"
args-player: "&c请输入玩家名!"
args-pokemon: "&c请输入精灵名!"
wrong-pokemon: "&c精灵不存在, 请确认精灵名正确!"
reload: "&a插件配置重置完成!"
success: "&a图鉴操作成功!"
#某个星级图鉴奖励
Stars:
1s:
- "nye give %player% 钻石 500"
2s:
- "nye give %player% 钻石 1000"
3s:
- "nye give %player% 钻石 2000"
4s:
- "nye give %player% 钻石 2000"
5s:
- "nye give %player% 钻石 2000"
6s:
- "nye give %player% 钻石 2500"
7s:
- "nye give %player% 钻石 3000"
8s:
- "nye give %player% 钻石 2000"
9s:
- "nye give %player% 钻石 800"
#星级图鉴奖励 Lore 中显示的内容
Info:
1s:
- " &f - &a钻石 x500 "
2s:
- " &f - &a钻石 x1000 "
3s:
- " &f - &a钻石 x2000 "
4s:
- " &f - &a钻石 x2000 "
5s:
- " &f - &a钻石 x2000 "
6s:
- " &f - &a钻石 x2500 "
7s:
- " &f - &a钻石 x3000 "
8s:
- " &f - &a钻石 x2000 "
9s:
- " &f - &a钻石 x800 "
#星级图鉴奖励所显示的 Lore
Lore:
- "&f"
- " &f▶ 图鉴介绍:"
- " &f - &a图鉴附魔那就是已达成的 "
- " &b▶ &f图鉴奖励: &f%reward% "
- " &b▶ &f奖励状态: &f%stats% "
- "&d"
- " &e 点击领取奖励 &a✔ "
- "&b"
!!! 欢迎各位加入 咸鱼交流群: 895403918 !!!