This commit is contained in:
延皓
2021-07-03 06:21:34 +08:00
parent 5e41b7d950
commit b2843145af
52 changed files with 1523 additions and 1844 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
global_version = '1.1.0';
global_version = '1.1.1';
__config() -> {
'scope' -> 'global',
'stay_loaded' -> false
@@ -128,7 +128,7 @@ __restore(pl, s_player) ->(
total_traded = 0;
total_hurt = 0;
c_for(i = 0, i < length(pl), i += 1,
run('player ' + pl:i + ' spawn at ' + (s_player~'x'+0.1)+ ' ' +s_player~'y'+ ' ' +(s_player~'z'+0.1));
run('player ' + pl:i + ' spawn');
game_tick(50);
//活跃时间
actime = statistic(pl:i, 'custom', 'play_one_minute')/72000;
@@ -184,7 +184,7 @@ __restore(pl, s_player) ->(
scoreboard('activation', '总在线时间(h)', total_actime);
scoreboard('totalList', '总在线时间(h)', total_actime);
scoreboard('damageTaken', '群p抖M', total_hurt);
scoreboard('totalList', '群p抖M)', total_hurt);
scoreboard('totalList', '群p抖M', total_hurt);
game_tick(50);
run('function fz:scoreboards/install')
);