You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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