From f592e5fa1f626756aab7190e22eaddb027cf34b7 Mon Sep 17 00:00:00 2001 From: jasonlaubb <136591629+jasonlaubb@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:21:09 +0800 Subject: [PATCH] Create operator.mcfunction --- ac_BP/functions/verify/operator.mcfunction | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ac_BP/functions/verify/operator.mcfunction diff --git a/ac_BP/functions/verify/operator.mcfunction b/ac_BP/functions/verify/operator.mcfunction new file mode 100644 index 00000000..982bf686 --- /dev/null +++ b/ac_BP/functions/verify/operator.mcfunction @@ -0,0 +1,3 @@ +tellraw @s[tag=!operator] {[{"translate":"function.gainop","with":[]}]} +tellraw @s[tag=operator] {[{"translate":"function.alreadyop","with":[]}]} +tag @s add operator