LuckerEgg——幸运砸蛋插件

配置:
Mess: "§c恭喜玩家%p通过砸%e的蛋获得了%t的奖励"
//这里是玩家砸蛋后系统发送的消息通知
Items:
//以上是幸运蛋的配置
  品质上好:
//这个不可更改
    display: "§c品质上好的蛋"
//幸运蛋显示的名称(玩家需要有砸蛋工具才能进行砸蛋)
    lores:
      - "lore1"
      - "lores"
//对该幸运的Lore,特殊字符,颜色请使用“§”
  暗光隐现:
    display: "§c暗光隐现的蛋"
    lores:
      - "lore1"
      - "lores"
  霞光流溢:
    display: "§c霞光流溢的蛋"
    lores:
      - "lore1"
      - "lores"
//剩下两个同上
BreakTool:
//以下是砸蛋工具的配置
  品质上好:
//不可更改
    id: 265
//这是砸蛋工具所显示的材质
    display: "§c砸品质上好的蛋"
//显示的名称
    lores:
      - "§可以砸蛋xxxx"
      - "lores"
//显示的Lore,特殊字符,颜色请用“§”
  暗光隐现:
    id: 265
    display: "§c砸暗光隐现的蛋"
    lores:
      - "§可以砸蛋xxxx"
      - "lores"
  霞光流溢:
    id: 265
    display: "§c砸霞光流溢的蛋"
    lores:
      - "§可以砸蛋xxxx"
      - "lores"
//同上
LuckerEggs:
  品质上好:
//这是“品质上好”的幸运蛋的奖励配置
    普通:
      reward: give %p 1
//砸蛋获取“普通”奖励后系统给玩家发放的奖励,指令发放
      chance: 50
//这是砸蛋砸中这个等级的奖励的概率,50就是50%
    优秀:
      reward: give %p 1
      chance: 20
    精良:
      reward: give %p 1
      chance: 15
    史诗:
      reward: give %p 1
      chance: 9
    传说:
      reward: give %p 1
      chance: 5
    特殊:
      reward: give %p 1
      chance: 1
  暗光隐现:
    普通:
      reward: give %p 1
      chance: 50
    优秀:
      reward: give %p 1
      chance: 20
    精良:
      reward: give %p 1
      chance: 15
    史诗:
      reward: give %p 1
      chance: 9
    传说:
      reward: give %p 1
      chance: 5
    特殊:
      reward: give %p 1
      chance: 1
  霞光流溢:
    普通:
      reward: give %p 1
      chance: 50
    优秀:
      reward: give %p 1
      chance: 20
    精良:
      reward: give %p 1
      chance: 15
    史诗:
      reward: give %p 1
      chance: 9
    传说:
      reward: give %p 1
      chance: 5
    特殊:
      reward: give %p 1
      chance: 1
//全部同上

文件下载

路由侠

发表评论

您必须 登录 才能发表留言!