minecraft-server-kb01-de/mc-java/start.ps1

9 lines
244 B
PowerShell
Raw Normal View History

2023-03-25 15:08:14 +01:00
$basedir=(Get-Location)
$buildtools=$basedir.Path + "\..\.tools\buildtools"
$version="1.19.4"
Set-Location ($basedir.Path+"\server")
A:\scoop\apps\zulu-jdk\current\bin\java.exe -jar (".\spigot-"+$version+".jar") --nogui
Set-Location $basedir