From 0d673b862a34c16cdaef41a8533ebb427be0a77a Mon Sep 17 00:00:00 2001 From: _Nik0__ Date: Wed, 28 Feb 2024 19:29:13 +0100 Subject: [PATCH] DP | Fix Typo (again) --- .../data/nnb_spawnsystem/functions/tp_bots.mcfunction | 2 +- nnb_spawnsystem/main.jmc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction index 054c856..14ce68d 100644 --- a/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction +++ b/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction @@ -1,6 +1,6 @@ $tp @e[tag=$(bot_name)_z,tag=!done] @e[tag=$(map),limit=1,sort=random] $execute at @e[tag=$(bot_name)_z,tag=!done] run summon minecraft:lightning_bolt ~ ~ ~ $tag @e[tag=$(bot_name)_z,tag=!done] add done -$tellraw @a[tag=debug] {"Spawned: $(bot_name) $(id) In: $(map)","color":"dark_gray"} +$tellraw @a[tag=debug] {"text":"Spawned: $(bot_name) $(id) In: $(map)","color":"dark_gray"} data modify storage nnb_spawnsystem:temp bot_name set value "EMPTY_SKIPPED" $scoreboard players set ticks nn_spawn $(limit) \ No newline at end of file diff --git a/nnb_spawnsystem/main.jmc b/nnb_spawnsystem/main.jmc index 937e55c..4ab9e2e 100644 --- a/nnb_spawnsystem/main.jmc +++ b/nnb_spawnsystem/main.jmc @@ -250,7 +250,7 @@ function tp_bots() { $tp @e[tag=$(bot_name)_z,tag=!done] @e[tag=$(map),limit=1,sort=random]; $execute at @e[tag=$(bot_name)_z,tag=!done] run summon minecraft:lightning_bolt ~ ~ ~; $tag @e[tag=$(bot_name)_z,tag=!done] add done; - $tellraw @a[tag=debug] {"Spawned: $(bot_name) $(id) In: $(map)","color":"dark_gray"}; + $tellraw @a[tag=debug] {"text":"Spawned: $(bot_name) $(id) In: $(map)","color":"dark_gray"}; data modify storage nnb_spawnsystem:temp bot_name set value "EMPTY_SKIPPED"; $scoreboard players set ticks nn_spawn $(limit);