|
|
|
@@ -42,14 +42,14 @@ scoreboard objectives add bedrockBreaked dummy
|
|
|
|
|
scoreboard objectives add fz.bbl dummy
|
|
|
|
|
|
|
|
|
|
scoreboard objectives modify activation displayname {"text": "活跃时间(h)","color": "aqua"}
|
|
|
|
|
scoreboard objectives modify damageTaken displayname {"text": "抖M名单","color": "yellow"}
|
|
|
|
|
scoreboard objectives modify damageTaken displayname {"text": "受伤害榜","color": "yellow"}
|
|
|
|
|
scoreboard objectives modify deathCounter displayname {"text": "死亡榜","color": "dark_red"}
|
|
|
|
|
scoreboard objectives modify digCounter displayname {"text": "挖掘榜","color": "gray"}
|
|
|
|
|
scoreboard objectives modify fishingCounter displayname {"text": "钩直饵咸","color": "blue"}
|
|
|
|
|
scoreboard objectives modify fishingCounter displayname {"text": "钓鱼榜","color": "blue"}
|
|
|
|
|
scoreboard objectives modify killCounter displayname {"text": "击杀榜","color": "red"}
|
|
|
|
|
scoreboard objectives modify tradingCounter displayname {"text": "交♂易榜","color": "green"}
|
|
|
|
|
scoreboard objectives modify tradingCounter displayname {"text": "交易榜","color": "green"}
|
|
|
|
|
scoreboard objectives modify totalList displayname {"text": "总 量","color": "dark_aqua"}
|
|
|
|
|
scoreboard objectives modify bedrockBreaked displayname {"text": "铁头功","color": "dark_green"}
|
|
|
|
|
scoreboard objectives modify bedrockBreaked displayname {"text": "破基岩榜","color": "dark_green"}
|
|
|
|
|
|
|
|
|
|
team add gold
|
|
|
|
|
team add aqua
|
|
|
|
@@ -73,29 +73,29 @@ team modify green color green
|
|
|
|
|
team modify dark_green color dark_green
|
|
|
|
|
|
|
|
|
|
team join aqua 总在线时间(h)
|
|
|
|
|
team join yellow 群p抖M
|
|
|
|
|
team join dark_red 全部木大
|
|
|
|
|
team join yellow 总受伤害量
|
|
|
|
|
team join dark_red 总死亡数
|
|
|
|
|
team join gray 总挖掘量
|
|
|
|
|
team join blue 总钓鱼数
|
|
|
|
|
team join red 总击杀数
|
|
|
|
|
team join green 总交♂易数
|
|
|
|
|
team join dark_green 全员头铁
|
|
|
|
|
team join green 总交易数
|
|
|
|
|
team join dark_green 总破基岩数
|
|
|
|
|
#各计分板的总量
|
|
|
|
|
scoreboard players operation 总在线时间(h) activation = 总在线时间(h) activation
|
|
|
|
|
scoreboard players operation 群p抖M damageTaken = 群p抖M damageTaken
|
|
|
|
|
scoreboard players operation 全部木大 deathCounter = 全部木大 deathCounter
|
|
|
|
|
scoreboard players operation 总受伤害量 damageTaken = 总受伤害量 damageTaken
|
|
|
|
|
scoreboard players operation 总死亡数 deathCounter = 总死亡数 deathCounter
|
|
|
|
|
scoreboard players operation 总挖掘量 digCounter = 总挖掘量 digCounter
|
|
|
|
|
scoreboard players operation 总钓鱼数 fishingCounter = 总钓鱼数 fishingCounter
|
|
|
|
|
scoreboard players operation 总击杀数 killCounter = 总击杀数 killCounter
|
|
|
|
|
scoreboard players operation 总交♂易数 tradingCounter = 总交♂易数 tradingCounter
|
|
|
|
|
scoreboard players operation 总交易数 tradingCounter = 总交易数 tradingCounter
|
|
|
|
|
#总榜的总量
|
|
|
|
|
scoreboard players operation 总在线时间(h) totalList = 总在线时间(h) totalList
|
|
|
|
|
scoreboard players operation 群p抖M totalList = 群p抖M totalList
|
|
|
|
|
scoreboard players operation 全部木大 totalList = 全部木大 totalList
|
|
|
|
|
scoreboard players operation 总受伤害量 totalList = 总受伤害量 totalList
|
|
|
|
|
scoreboard players operation 总死亡数 totalList = 总死亡数 totalList
|
|
|
|
|
scoreboard players operation 总挖掘量 totalList = 总挖掘量 totalList
|
|
|
|
|
scoreboard players operation 总钓鱼数 totalList = 总钓鱼数 totalList
|
|
|
|
|
scoreboard players operation 总击杀数 totalList = 总击杀数 totalList
|
|
|
|
|
scoreboard players operation 总交♂易数 totalList = 总交♂易数 totalList
|
|
|
|
|
scoreboard players operation 总交易数 totalList = 总交易数 totalList
|
|
|
|
|
|
|
|
|
|
scoreboard objectives setdisplay sidebar.team.aqua activation
|
|
|
|
|
scoreboard objectives setdisplay sidebar.team.yellow damageTaken
|
|
|
|
|