2.1.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#计算滑翔距离和总榜
|
||||
#判断条件用于排除地毯小人
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation @s fz.aviateOneTime = @s fz.aviateCounter
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation @s fz.aviateOneTime /= 200 calculator
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation @s fz.aviate1m += @s fz.aviateOneTime
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation 总滑翔距离 fz.aviate1m += @s fz.aviateOneTime
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation 总滑翔距离 totalList += @s fz.aviateOneTime
|
||||
#重置滑翔探测记分板
|
||||
scoreboard players operation @s fz.aviateCounter %= 200 calculator
|
||||
#重置触发该函数的成就
|
||||
advancement revoke @s only fz:scoreboards/aviate1m
|
||||
@@ -0,0 +1,2 @@
|
||||
#将交易榜显示给轮播记分板的队伍(金队)
|
||||
scoreboard objectives setdisplay sidebar.team.gold fz.aviate1m
|
||||
@@ -3,6 +3,6 @@
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation @s bedrockBreaked += @s fz.bbl
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation 全员头铁 bedrockBreaked += @s fz.bbl
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players operation 全员头铁 totalList += @s fz.bbl
|
||||
execute unless score @s carpetBot matches 1 run scoreboard players reset @s fz.bbl
|
||||
scoreboard players reset @s fz.bbl
|
||||
#重置触发该函数的成就
|
||||
advancement revoke @s only fz:scoreboards/bedrockbreaked
|
||||
@@ -10,6 +10,7 @@ execute if score @s config matches 1838019377 run team join red
|
||||
execute if score @s config matches 1838019378 run team join green
|
||||
execute if score @s config matches 1838019379 run team join dark_aqua
|
||||
execute if score @s config matches 1838019369 run team join dark_green
|
||||
execute if score @s config matches 1838019368 run team join light_purple
|
||||
#每条子函数都要reset config分数和function fz:config/display
|
||||
scoreboard players reset @s config
|
||||
function fz:config/display
|
||||
@@ -8,5 +8,6 @@ scoreboard objectives remove damageTaken
|
||||
scoreboard objectives remove activation
|
||||
scoreboard objectives remove totalList
|
||||
scoreboard objectives remove bedrockBreaked
|
||||
scoreboard objectives remove fz.aviate1m
|
||||
#提示已删除
|
||||
tellraw @a {"text": "[信息]计分板数据已删除","color": "#5fff00"}
|
||||
@@ -39,7 +39,10 @@ scoreboard objectives add damageTaken dummy
|
||||
scoreboard objectives add activation dummy
|
||||
scoreboard objectives add totalList dummy
|
||||
scoreboard objectives add bedrockBreaked dummy
|
||||
scoreboard objectives add fz.bbl dummy
|
||||
scoreboard objectives add fz.bbl dummy
|
||||
scoreboard objectives add fz.aviate1m dummy
|
||||
scoreboard objectives add fz.aviateCounter minecraft.custom:aviate_one_cm
|
||||
scoreboard objectives add fz.aviateOneTime dummy
|
||||
|
||||
scoreboard objectives modify activation displayname {"text": "活跃时间(h)","color": "aqua"}
|
||||
scoreboard objectives modify damageTaken displayname {"text": "抖M名单","color": "yellow"}
|
||||
@@ -50,6 +53,7 @@ scoreboard objectives modify killCounter displayname {"text": "击杀榜","color
|
||||
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 fz.aviate1m displayname {"text": "滑翔距离","color": "light_purple"}
|
||||
|
||||
team add gold
|
||||
team add aqua
|
||||
@@ -61,6 +65,8 @@ team add red
|
||||
team add green
|
||||
team add dark_aqua
|
||||
team add dark_green
|
||||
team add light_purple
|
||||
|
||||
team modify gold color gold
|
||||
team modify aqua color aqua
|
||||
team modify yellow color yellow
|
||||
@@ -71,6 +77,7 @@ team modify red color red
|
||||
team modify dark_aqua color dark_aqua
|
||||
team modify green color green
|
||||
team modify dark_green color dark_green
|
||||
team modify light_purple color light_purple
|
||||
|
||||
team join aqua 总在线时间(h)
|
||||
team join yellow 群p抖M
|
||||
@@ -80,6 +87,7 @@ team join blue 总钓鱼数
|
||||
team join red 总击杀数
|
||||
team join green 总交♂易数
|
||||
team join dark_green 全员头铁
|
||||
team join light_purple 总滑翔距离
|
||||
#各计分板的总量
|
||||
scoreboard players operation 总在线时间(h) activation = 总在线时间(h) activation
|
||||
scoreboard players operation 群p抖M damageTaken = 群p抖M damageTaken
|
||||
@@ -88,6 +96,7 @@ scoreboard players operation 总挖掘量 digCounter = 总挖掘量 digCounter
|
||||
scoreboard players operation 总钓鱼数 fishingCounter = 总钓鱼数 fishingCounter
|
||||
scoreboard players operation 总击杀数 killCounter = 总击杀数 killCounter
|
||||
scoreboard players operation 总交♂易数 tradingCounter = 总交♂易数 tradingCounter
|
||||
scoreboard players operation 总滑翔距离 fz.aviate1m = 总滑翔距离 fz.aviate1m
|
||||
#总榜的总量
|
||||
scoreboard players operation 总在线时间(h) totalList = 总在线时间(h) totalList
|
||||
scoreboard players operation 群p抖M totalList = 群p抖M totalList
|
||||
@@ -96,6 +105,7 @@ 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
|
||||
@@ -106,6 +116,7 @@ scoreboard objectives setdisplay sidebar.team.red killCounter
|
||||
scoreboard objectives setdisplay sidebar.team.dark_aqua totalList
|
||||
scoreboard objectives setdisplay sidebar.team.green tradingCounter
|
||||
scoreboard objectives setdisplay sidebar.team.dark_green bedrockBreaked
|
||||
scoreboard objectives setdisplay sidebar.team.light_purple fz.aviate1m
|
||||
|
||||
data merge storage fz.installed {scoreboards:1b}
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@ schedule function fz:scoreboards/tradingcounter/setdisplay 30s replace
|
||||
schedule function fz:scoreboards/fishingcounter/setdisplay 40s replace
|
||||
schedule function fz:scoreboards/damagetaken/setdisplay 50s replace
|
||||
schedule function fz:scoreboards/activation/setdisplay 60s replace
|
||||
schedule function fz:scoreboards/totallist 70s replace
|
||||
execute if score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/bedrockbreaked/setdisplay 80s replace
|
||||
execute if score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/main 90s replace
|
||||
execute unless score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/main 80s replace
|
||||
schedule function fz:scoreboards/aviate1m/setdisplay 70s replace
|
||||
schedule function fz:scoreboards/totallist 80s replace
|
||||
execute if score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/bedrockbreaked/setdisplay 90s replace
|
||||
execute if score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/main 100s replace
|
||||
execute unless score 全员头铁 bedrockBreaked matches 1.. run schedule function fz:scoreboards/main 90s replace
|
||||
@@ -35,11 +35,12 @@ scoreboard objectives remove usedNetAxe
|
||||
scoreboard objectives remove usedNetPickaxe
|
||||
scoreboard objectives remove usedNetShovel
|
||||
scoreboard objectives remove usedNetHoe
|
||||
scoreboard objectives remove fz.bbl
|
||||
|
||||
scoreboard objectives remove deathTester
|
||||
scoreboard objectives remove fishingTester
|
||||
scoreboard objectives remove 10xDamageTaken
|
||||
scoreboard objectives remove fz.aviateCounter
|
||||
scoreboard objectives remove fz.aviateOneTime
|
||||
|
||||
scoreboard objectives setdisplay sidebar.team.aqua
|
||||
scoreboard objectives setdisplay sidebar.team.yellow
|
||||
|
||||
Reference in New Issue
Block a user