- ◆ 支持核心
- PaperSpigot
- ◆ 插件前置
- 无
- ◆ 游戏版本
- 1.21.1
YAML:
# ==========================================
# 高级融合组配置
# ==========================================
name: "&d高级融合"
icon:
material: NETHER_STAR
name: "&d&l高级融合"
lore:
- "&7高级精灵融合"
- "&7更高的成功率和奖励"
- ""
- "&e成功率: &6{chance}%"
- "&e金币费用: &6{cost_vault}"
- "&e点券费用: &6{cost_points}"
- "&e所需精灵: &6{required}只"
- ""
- "&d点击进入"
merge-pokemon:
- "dragonite"
- "tyranitar"
- "salamence"
- "metagross"
- "garchomp"
- "hydreigon"
- "goodra"
- "kommo-o"
- "dragapult"
- "baxcalibur"
required-count: 2
cost:
vault: 10000
points: 1000
base-chance: 50
vip-bonus: 20
delete-on-fail: true
delete-on-success: true
require-item:
enabled: true
material: "NETHER_STAR"
amount: 1
name: "&d高级融合核心"
rewards:
- pokemon: "rayquaza"
weight: 10
shiny-chance: 15
min-level: 70
max-level: 100
- pokemon: "dialga"
weight: 15
shiny-chance: 10
min-level: 60
max-level: 90
- pokemon: "palkia"
weight: 15
shiny-chance: 10
min-level: 60
max-level: 90
- pokemon: "giratina"
weight: 10
shiny-chance: 20
min-level: 70
max-level: 100
- pokemon: "arceus"
weight: 5
shiny-chance: 25
min-level: 80
max-level: 100
- pokemon: "dragonite"
weight: 45
shiny-chance: 5
min-level: 55
max-level: 75
success-commands:
- "broadcast &d&l[高级融合] &6{player} &a成功获得了传说精灵 &6{pokemon}&a!"
- "give {player} diamond 5"
fail-commands:
- "msg {player} &c高级融合失败,材料已消耗..."
- "playsound entity.wither.death master {player}"
YAML:
# ==========================================
# XinQianCobblemonMerge 精灵融合配置文件
# ==========================================
# 调试模式
debug: false
# 默认融合组(玩家打开GUI时默认选择的融合组)
default-merge-group: "default"
# 经济设置
economy:
# 是否启用经济系统
enabled: true
# 左键使用的货币类型: VAULT, PLAYERPOINTS, NONE
left-click: "VAULT"
# 右键使用的货币类型: VAULT, PLAYERPOINTS, NONE
right-click: "PLAYERPOINTS"