Skip to content

Instantly share code, notes, and snippets.

@mwrock
Created November 14, 2013 06:54
Show Gist options
  • Save mwrock/7462561 to your computer and use it in GitHub Desktop.
Save mwrock/7462561 to your computer and use it in GitHub Desktop.
Minecraft server install
cinst bukkit
Install-WindowsUpdate -AcceptEula
new-NetFirewallRule -Enabled True -LocalPort 25565 -RemoteAddress any -displayName minecraft -Protocol tcp
bukkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment