From 6b5ae5bb7dd05e32aa5c24b93d87572c4f348675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Tue, 16 Nov 2021 17:49:46 +0800 Subject: [PATCH] rua --- scripts/c.sc | 7 +++++++ {脚本 => scripts}/census.sc | 0 {脚本 => scripts}/here.sc | 0 {脚本 => scripts}/restore_scores.sc | 0 scripts/s.sc | 6 ++++++ {脚本 => scripts}/score_move.py | 0 {脚本 => scripts}/tagplayer.sc | 0 7 files changed, 13 insertions(+) create mode 100644 scripts/c.sc rename {脚本 => scripts}/census.sc (100%) rename {脚本 => scripts}/here.sc (100%) rename {脚本 => scripts}/restore_scores.sc (100%) create mode 100644 scripts/s.sc rename {脚本 => scripts}/score_move.py (100%) rename {脚本 => scripts}/tagplayer.sc (100%) diff --git a/scripts/c.sc b/scripts/c.sc new file mode 100644 index 0000000..33b054d --- /dev/null +++ b/scripts/c.sc @@ -0,0 +1,7 @@ +__config() -> { + 'stay_loaded' -> true +}; +__command() -> ( + run('gamemode spectator'); + run('execute at @s run tp @s ~ ~0.2 ~') +) \ No newline at end of file diff --git a/脚本/census.sc b/scripts/census.sc similarity index 100% rename from 脚本/census.sc rename to scripts/census.sc diff --git a/脚本/here.sc b/scripts/here.sc similarity index 100% rename from 脚本/here.sc rename to scripts/here.sc diff --git a/脚本/restore_scores.sc b/scripts/restore_scores.sc similarity index 100% rename from 脚本/restore_scores.sc rename to scripts/restore_scores.sc diff --git a/scripts/s.sc b/scripts/s.sc new file mode 100644 index 0000000..eda9e40 --- /dev/null +++ b/scripts/s.sc @@ -0,0 +1,6 @@ +__config() -> { + 'stay_loaded' -> true +}; +__command() -> ( + run('gamemode survival') +) \ No newline at end of file diff --git a/脚本/score_move.py b/scripts/score_move.py similarity index 100% rename from 脚本/score_move.py rename to scripts/score_move.py diff --git a/脚本/tagplayer.sc b/scripts/tagplayer.sc similarity index 100% rename from 脚本/tagplayer.sc rename to scripts/tagplayer.sc