From a62ea2f116bbe3fa5804a3e01a59c78962116bff Mon Sep 17 00:00:00 2001 From: Harveykang <46108547+Harveykang@users.noreply.github.com> Date: Fri, 14 Feb 2020 12:39:44 +0800 Subject: [PATCH] Delete main.mcfunction --- data/fz/functions/logintips/main.mcfunction | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 data/fz/functions/logintips/main.mcfunction diff --git a/data/fz/functions/logintips/main.mcfunction b/data/fz/functions/logintips/main.mcfunction deleted file mode 100644 index 8350069..0000000 --- a/data/fz/functions/logintips/main.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -execute as @a unless score @s leaveGame matches -2147483648..2147483647 run scoreboard players operation @s leaveGame = @s leaveGame -tellraw @a[scores={leaveGame=0..}] [{"text":"使用","color":"gold"},{"text":"/trigger options","underlined":true,"clickEvent":{"action":"run_command","value":"/trigger options"},"hoverEvent":{"action":"show_text","value":"点击以访问全部设置"}},{"text":"以访问帮助和全部设置"}] -scoreboard players set @a[scores={leaveGame=0..}] leaveGame -1 \ No newline at end of file