diff --git a/mcrcon/rcon.ps1 b/mcrcon/rcon.ps1 new file mode 100644 index 0000000..615f9fc --- /dev/null +++ b/mcrcon/rcon.ps1 @@ -0,0 +1,4 @@ +$ip = "localhost" +$ip = Read-Host -Prompt 'Enter the RCON IP (default: localhost)' +$password = Read-Host -MaskInput -Prompt 'Enter the RCON Password' +mcrcon -H $ip -p $password