83585384
LevelReward
自定义奖励界面
自定义执行指令
自定义领取消息


插件指令
/lr open  ---打开界面
/lr reload ---重载插件(默认op可用)

如果有做的不好的地方,或者有什么建议,欢迎提出

插件效果























配置文件
#界面名称
UIname: 奖励
Rewards:
  1:
    name: §e5级成就奖励
    type: 54
    level: 5
    x: 1
    y: 1
    lore:
      - '&7&m----------------------'
      - '&f'
      - '&c领取要求: 等级到达5级'
      - '&f'
      - '&f奖励: '
      - '&f -钻石x5'
      - '&7 '
      - '&7&m----------------------'
    command:
      - 'give %player% minecraft:diamond 5'
    message: '5级奖励&a&l领取成功!!'
  2:
    name: §e10级成就奖励
    type: 54
    level: 10
    x: 1
    y: 2
    lore:
      - '&7&m----------------------'
      - '&f'
      - '&c领取要求: 等级到达10级'
      - '&f'
      - '&f奖励: '
      - '&f -钻石x10'
      - '&7 '
      - '&7&m----------------------'
    command:
      - 'give %player% minecraft:diamond 10'
    message: '10级奖励&a&l领取成功!!'
  3:
    name: §e15级成就奖励
    type: 54
    level: 15
    x: 1
    y: 3
    lore:
      - '&7&m----------------------'
      - '&f'
      - '&c领取要求: 等级到达15级'
      - '&f'
      - '&f奖励: '
      - '&f -钻石x15'
      - '&7 '
      - '&7&m----------------------'
    command:
      - 'give %player% minecraft:diamond 15'
    message: '15级奖励&a&l领取成功!!'



插件下载






LevelReward.jar

(9.94 KB, 下载次数: 0)







本插件所用所有代码均为原创,不存在借用/抄袭等行为