diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction index 8c73e34..dc9f677 100644 --- a/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction +++ b/nnb_spawnsystem/data/nnb_spawnsystem/functions/tp_bots.mcfunction @@ -2,4 +2,4 @@ $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)" -data modify storage nnb_spawnsystem:temp bot_name set value " " $scoreboard players set ticks nn_spawn $(limit) \ No newline at end of file +data modify storage nnb_spawnsystem:temp bot_name set value "IDLE_N/A" $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 1d163fd..d7a9acd 100644 --- a/nnb_spawnsystem/main.jmc +++ b/nnb_spawnsystem/main.jmc @@ -252,7 +252,7 @@ function tp_bots() { $tag @e[tag=$(bot_name)_z,tag=!done] add done; $tellraw @a[tag=debug] "&Spawned: $(bot_name) $(id) In: $(map)"; - data modify storage nnb_spawnsystem:temp bot_name set value " " + data modify storage nnb_spawnsystem:temp bot_name set value "IDLE_N/A" $scoreboard players set ticks nn_spawn $(limit); }