前置插件:https://www.spigotmc.org/resources/moreeffect-前置特效插件.124466/
需要安装前置插件后插件才能正常工作!
功能
1.在BedwarsRel中击杀玩家获得经验值和硬币,经验值可升级玩家的level,硬币可用于特效商店购买特效
2.内置特效商店系统,内置特效库存系统
3.非BedwareRel游戏时在聊天框发言显示玩家等级(发送内容可自定义)
--------------------------
指令
/博沃商店
/bwo check查看玩家统计信息
/bwo set <硬币/等级> <玩家名> <数量>设置玩家硬币或等级
/BWO重装新加光配号文件
/BWO协助报告
/Bwo箱
--------------------------
权限
bedwarsrelothers.*:
description: 允许使用所有BedwarsRelOthers命令
儿童:
bedwarsrelothers.command.shop: true
bedwarsrelothers.command.check: true
bedwarsrelothers.command.set: true
bedwarsrelothers.command.reload: true
bedwarsrelothers.command.help: true
bedwarsrelothers.command.shop:
description: 允许使用商店命令
bedwarsrelothers.command.check:
description: 允许查看玩家统计信息
bedwarsrelothers.command.set:
description: 允许设置玩家硬币和等级
bedwarsrelothers.command.reload:description:
允许重新加载配置文件
bedwarsrelothers.command.help:description:
允许查看帮助信息
--------------------------
配置:
前缀:
启用:真实
format: “Lv.%level% “ # 可以包含颜色代码,如 ”&aLv.%level% “
color: ”&a“ # 前缀颜色
chat_format: ”{prefix}{player}: {message}“
# 经验值设置
出口:
# 摧毁一张床时获得的经验值
bed_destroy, 50
# 击杀一名玩家时获得的经验值
player_kill: 20
硬币:
bed_destroy: 10
player_kill: 5
# 等级设置
# 每个等级所需的总经验值
# 格式: 等级: 所需总经验值
水平:
2: 100
3: 250
4: 500
5: 1000
6: 2000
# 可以继续添加更多等级...