Add files via upload
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
tellraw @a[scores={scoreswitch=8},team=!activation] [{"text":"您已订阅"},{"text":"活跃度排行(小时)","color":"aqua"}]
|
||||
team join activation @a[scores={scoreswitch=8},team=!activation]
|
||||
tellraw @a[scores={scoreSwitch=8},team=!activation] [{"text":"您已订阅"},{"text":"活跃度排行(小时)","color":"aqua"}]
|
||||
team join activation @a[scores={scoreSwitch=8},team=!activation]
|
||||
scoreboard objectives setdisplay sidebar.team.aqua activation
|
||||
@@ -1,6 +1,6 @@
|
||||
#计算每个玩家本游戏刻挖掘量和上一游戏刻受伤害量的差
|
||||
#计算每个玩家本游戏刻活跃度和上一游戏刻活跃度的差
|
||||
scoreboard players operation @s tActC -= @s activation
|
||||
#将两游戏刻玩家受伤害量的差之和加在总榜上
|
||||
#将两游戏刻活跃度的差之和加在总榜上
|
||||
scoreboard players operation totalActivation totalList -= @s tActC
|
||||
#储存当前游戏刻的玩家受伤害量
|
||||
#储存当前游戏刻的活跃度
|
||||
scoreboard players operation @s tActC = @s activation
|
||||
Reference in New Issue
Block a user