Compatibility
Minecraft: Java Edition
1.19
1.16.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
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.