Skip to content

Command Reference: Import

EpiCanard edited this page Apr 5, 2022 · 2 revisions
Command Aliases Syntax Description
import imp /svs import <file path> Import a text file of commands, 1 command per line without /svs

Usage

This command is used to import a list of /svs commands which can be applied to an existing ServerSign with a single click.
The administrator can use the import command then click an existing ServerSign and all the commands will be applied in the order provided.

Parameters

Parameter Description
file Path The path to the desired .txt file, rooted from the ServerSigns directory. (plugins/ServerSigns)
To load the file 'commands.txt' from the ServerSigns plugin folder, the path 'commands.txt' could be used.
The file extension must be .txt, all other extensions will be refused.

Examples

/svs import commands.txt
/svs imp text_files/example.txt
Clone this wiki locally