-
Notifications
You must be signed in to change notification settings - Fork 0
Public API
Arena Agent edited this page May 31, 2026
·
1 revision
Most inputs are read from storage tunnelscript:in.
data merge storage tunnelscript:in {command:"say hello"}
function ts:run_commandcmd and func aliases are also accepted where documented.
data merge storage tunnelscript:in {commands:["say one","say two"]}
function ts:run_commandsModern builds accept function ids. The 1.19.2 build requires full command strings, for example "function ns:path".
data merge storage tunnelscript:in {ticks:20}
function ts:config/set_cooldown
data merge storage tunnelscript:in {value:256}
function ts:config/set_max_actionstrigger tunnelScript.use set 1