Differenze tra le versioni di "Installazione Server Minecraft"

Da It Ikoula wiki.
Jump to navigation Jump to search
Riga 21: Riga 21:
 
*Fedora 17
 
*Fedora 17
 
*CentOS 6
 
*CentOS 6
<br/>
 
  
 
Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il server Minecraft.
 
Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il server Minecraft.
Riga 32: Riga 31:
  
 
<pre>
 
<pre>
    sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
+
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
 
</pre>
 
</pre>
 
<br/>
 
<br/>

Versione delle 10:56, 11 set 2019

fr:Installation Serveur Minecraft es:Instalación del servidor de Minecraft en:Minecraft Server Installation it:Installazione Server Minecraftit:Installazione Server Minecraft

Introduzione

Minecraft è un gioco di costruzione sandbox creato dal fondatore di Mojang AB Markus "Notch" Persson, ispirato a Infiniminer, Dungeon Keeper e ai precedenti giochi Notch, Legend of the Chambered e RubyDung. Il gameplay prevede che i giocatori interagiscano con il mondo di gioco posizionando e rompendo diversi tipi di blocchi in un ambiente tridimensionale. In questo ambiente, i giocatori possono creare strutture creative e molto altro su server multiplayer, in modalità single player ed in più modalità di gioco.

Qui ti presenteremo come installare il tuo server Minecraft.

Prerequisiti per il tuo server Minecraft

Almeno:

  • Ubuntu 12.04 LTS
  • Debian 7
  • Fedora 17
  • CentOS 6

Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il server Minecraft.

Installare le dipendenze

Ubuntu

  • 64-bit
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre