Add say debug command
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-23 01:46:59 -05:00
parent 13150be611
commit 651ab1286c

View File

@ -86,6 +86,7 @@ class database.benchmark {
function arrayTest2.run() { function arrayTest2.run() {
::temp.keyword = "entry500"; ::temp.keyword = "entry500";
execute run { execute run {
$say "$(keyword)";
$tellraw @a {"nbt":"database.test.arrayTest2.index.$(keyword)","storage":"ferdinland:ferdinland"}; $tellraw @a {"nbt":"database.test.arrayTest2.index.$(keyword)","storage":"ferdinland:ferdinland"};
$::temp.index = ::database.test.arrayTest2.index.$(keyword); $::temp.index = ::database.test.arrayTest2.index.$(keyword);
tellraw @a {"nbt":"temp.index","storage":"ferdinland:ferdinland"}; tellraw @a {"nbt":"temp.index","storage":"ferdinland:ferdinland"};