Skip to content

Instantly share code, notes, and snippets.

@da9l
Last active January 4, 2016 00:29
Show Gist options
  • Save da9l/8541629 to your computer and use it in GitHub Desktop.
Save da9l/8541629 to your computer and use it in GitHub Desktop.
Minecraft server installation
CINST Bukkit
Install-WindowsUpdate –AcceptEula
New-NetFirewallRule -DisplayName "Minecraft" -Direction Inbound -LocalPort 25565 -Protocol TCP
-Action Allow
Invoke-WmiMethod Win32_Process Create -Args "$env:systemdrive\tools\bukkit\Bukkit.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment