Skip to content

Command Reference: Insert

EpiCanard edited this page Apr 5, 2022 · 2 revisions
Command Aliases Syntax Description
insert ins /svs insert <line number> <new command> Insert a new command at the given index on an existing ServerSign; The command at the index (and all trailing commands) have their index increased by 1

Parameters

Parameter Description
line Number An integer greater than 0 and less than the number of commands on the sign.
new Command A command formatted & processed in the same manner as with /svs add

Examples

/svs insert 1 \<server> say This command has been inserted to be the first action
/svs ins 2 \<m> This message has been inserted to be the second action
/svs insert 4 *say This command has been inserted to be the fourth action
Clone this wiki locally