Having issue with one arg in my minecraft server powershell script
line reads as follows Exception calling "ReadKey" with "1" argument(s): "The method or operation is not implemented." At F:\BMC2_FABRIC_1.20.1_Server_Pack_v24\start.ps1:102 char:6
Line 102 char 6 is as follows $Host.ui.RawUI.ReadKey("NoEcho,IncludeKeyDown") > $null
I tried removing the periods in the line and shifting the first character around one or two spaces, to no avail.
$Host.ui.RawUI.ReadKeyis not implemented in powershell ISE. Use powershell.exe instead and it shouldnt fail in that line.