diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction index 74e02c1..c3ad1a2 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)" +$tellraw @a[tag=debug] "& Spawned: $(bot_name) $(id) In: $(map)" 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 43c4dc9..d9e5332 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)"; + $tellraw @a[tag=debug] "& Spawned: $(bot_name) $(id) In: $(map)"; data modify storage nnb_spawnsystem:temp bot_name set value "EMPTY_SKIPPED"; $scoreboard players set ticks nn_spawn $(limit);