
Scarpet Os Utils
Активный0.0
Установок
1
Последнее обновление
3 года назад
Версии
1.16.5 — 1.19
Сервер
Fabric
Quilt
Утилиты
Scarpet Os Utils
This mod was made to make you be able to execute system functions and programs outside you minecraft server using scarpet. Have fun with it!
Available functions:
os_exec(command)
Executes the command in the os.
get_os()
Returns the host os as a string.
powershell_exec(command)
Executes the command in powershell. Equivalent to powershell -c command.
cmd_exec(command)
Executes the command in command prompt. Equivalent to cmd /c command.
bash_exec(command)
Executes the command in bash. Equivalent to bash -c command.
sh_exec(command)
Executes the command in shell. Equivalent to sh -c command.