Add files via upload
This commit is contained in:
@@ -68,8 +68,7 @@ team join tradingCounter 总交易数
|
||||
team join damageTaken 总受伤害量
|
||||
team join activation 总活跃时间
|
||||
#安装显示
|
||||
team modify displayScoresOff color dark_purple
|
||||
scoreboard objectives setdisplay sidebar.team.dark_purple
|
||||
scoreboard objectives setdisplay sidebar
|
||||
team modify displayScoresOn color gold
|
||||
scoreboard objectives setdisplay sidebar.team.gold totalList
|
||||
team modify killCounter color red
|
||||
|
||||
@@ -74,4 +74,7 @@ execute if score 总活跃时间 totalActivation matches 1.. run scoreboard play
|
||||
#execute if score totalFished totalFished matches ..0 run function fz:score/totalnodisplay/fishingcounter
|
||||
#execute if score totalHurt totalHurt matches ..0 run function fz:score/totalnodisplay/damagetaken
|
||||
#execute if score totalActivation totalActivation matches ..0 run function fz:score/activation/totalnodisplay
|
||||
####
|
||||
#假人清理模块#
|
||||
execute as @a[tag=noCarpetBot] run function fz:score/removebottag
|
||||
####
|
||||
@@ -0,0 +1,2 @@
|
||||
tag @s remove carpetBot
|
||||
tag @s remove noCarpetBot
|
||||
Reference in New Issue
Block a user