This commit is contained in:
延皓
2021-07-20 01:50:28 +08:00
parent 04031715a3
commit e944acbbcf
15 changed files with 94 additions and 27 deletions
+7 -6
View File
@@ -191,20 +191,20 @@ __restore(pl, s_player) ->(
total_traded += traded;
run('player ' + pl:i + ' kill')
);
scoreboard('tradingCounter', '总交易数', total_traded);
scoreboard('totalList', '总交易数', total_traded);
scoreboard('tradingCounter', '总交易数', total_traded);
scoreboard('totalList', '总交易数', total_traded);
scoreboard('killCounter', '总击杀数', total_killed);
scoreboard('totalList', '总击杀数', total_killed);
scoreboard('fishingCounter', '总钓鱼数', total_fished);
scoreboard('totalList', '总钓鱼数', total_fished);
scoreboard('digCounter', '总挖掘量', total_mined);
scoreboard('totalList', '总挖掘量', total_mined);
scoreboard('deathCounter', '总死亡数', total_death);
scoreboard('totalList', '总死亡数', total_death);
scoreboard('deathCounter', '全部木大', total_death);
scoreboard('totalList', '全部木大', total_death);
scoreboard('activation', '总在线时间(h)', total_actime);
scoreboard('totalList', '总在线时间(h)', total_actime);
scoreboard('damageTaken', '总受伤害量', total_hurt);
scoreboard('totalList', '总受伤害量', total_hurt);
scoreboard('damageTaken', '群p抖M', total_hurt);
scoreboard('totalList', '群p抖M', total_hurt);
game_tick(50);
print('完成!');
run('function fz:scoreboards/install')
@@ -214,5 +214,6 @@ by_whitelist() ->(
s_player = player();
game_tick(50);
__restore(pl, s_player);
print('done! ');
return()
)