Minecraft: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Created page with "== Client == === Running the Client === Download the [https://minecraft.net/download Minecraft.jar] and run the Launcher, be sure to install Java (icedtea7) first though. {{..."
 
Tgurr (talk | contribs)
No edit summary
Line 1: Line 1:
For runnign Minecraft you need to have Java (icedtea7) installed.
== Client ==
== Client ==
=== Running the Client ===
=== Obtain and run the client launcher ===


Download the [https://minecraft.net/download Minecraft.jar] and run the Launcher, be sure to install Java (icedtea7) first though.
Download the [https://minecraft.net/download Minecraft.jar] and run the Launcher.


{{Command|java -jar Minecraft.jar}}
{{Command|java -jar Minecraft.jar}}
Line 16: Line 18:


== Server ==
== Server ==
== Create a user for running Minecraft ==
{{Root|useradd -m -s /bin/bash minecraft}}
== Obtain and run the server binary ==
Download the current server binary [https://minecraft.net/download Minecraft.jar] run it.
{{Command|java -jar Minecraft.jar}}

Revision as of 00:42, 29 October 2013

For runnign Minecraft you need to have Java (icedtea7) installed.

Client

Obtain and run the client launcher

Download the Minecraft.jar and run the Launcher.

$ java -jar Minecraft.jar

Sound issues when using PulseAudio

Minecraft uses OpenAL which seems to get confused sometimes (missing sounds or music), so tell it to use the pulse driver first.

File: /etc/openal/alsoft.conf
drivers=pulse,alsa,oss

Server

Create a user for running Minecraft

# useradd -m -s /bin/bash minecraft

Obtain and run the server binary

Download the current server binary Minecraft.jar run it.

$ java -jar Minecraft.jar