[Minecraft] Installation du serveur Spigot

[Minecraft] Installation du serveur Spigot.

1) Répertoire de travail :

minecraft@ks3287666:~$ mkdir -p MINECRAFT/SERVEUR/SPIGOT
minecraft@ks3287666:~$ cd MINECRAFT/SERVEUR/SPIGOT/
minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ 

2) Télécharger le serveur Spigot :

Lien : https://kickass.to/spigot-minecraft-server-1-7-10-build-1649-t9545472.html

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ ls -l *.jar
-rw-r--r-- 1 minecraft minecraft 20592396 sept. 23 20:57 spigot-1.7.10-R0.1-SNAPSHOT.jar

3) Vérification MD5 :

MD5 : f2edc09c45b1f80237602dc0d1b05969

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ md5sum spigot-1.7.10-R0.1-SNAPSHOT.jar 
f2edc09c45b1f80237602dc0d1b05969  spigot-1.7.10-R0.1-SNAPSHOT.jar

Hash MD5 et vérification :
Lien : http://www.spigotmc.org/threads/our-dmca-response.28772/

4) Télécharger le patcher :

MD5 : 33a73112e1fa90706b96cd02c87b447a
minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ wget http://www.spigotmc.org/spigot-updates/SpigotPatcher-1.0.jar
minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ md5sum SpigotPatcher-1.0.jar 
33a73112e1fa90706b96cd02c87b447a  SpigotPatcher-1.0.jar

Lien : http://www.spigotmc.org/wiki/spigot-patcher/

5) Télécharger le dernier patch :

MD5 : 1581fa1b1d1e23a17dea94e78938bdba

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ wget http://www.spigotmc.org/spigot-updates/spigot-20140921a.bps
minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ md5sum spigot-20140921a.bps 
1581fa1b1d1e23a17dea94e78938bdba  spigot-20140921a.bps

Lien : http://www.spigotmc.org/threads/spigot-update-20140921a.30168/

6) Patcher le serveur :

MD5 : a0678c559102a273df4a6df426fb3b32

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ java -jar SpigotPatcher-1.0.jar spigot-1.7.10-R0.1-SNAPSHOT.jar spigot-20140921a.bps spigot.jar***** Starting patching process, please wait.
	Input md5 Checksum: f2edc09c45b1f80237602dc0d1b05969
	Patch md5 Checksum: 1581fa1b1d1e23a17dea94e78938bdba
***** Your file has been patched and verified! We hope you enjoy using Spigot!
	Output md5 Checksum: a0678c559102a273df4a6df426fb3b32

7) Script de lancement :

Ouvrir :


lancerServeurMinecraftSpigot.sh

Ajouter :

#!/bin/sh
java -Xms512M -Xmx1536M -XX:MaxPermSize=128M -jar spigot.jar

Action :

chmod +x lancerServeurMinecraftSpigot.sh

7) Lancer le serveur :

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ ./lancerServeurMinecraftSpigot.sh 

8) Accepter le EULA :

Ouvrir :

eula.txt

Chercher :

false

Remplacer par :

true

9) Relancer le serveur :

minecraft@ks3287666:~/MINECRAFT/SERVEUR/SPIGOT$ ./lancerServeurMinecraftSpigot.sh 
This Spigot build supports Minecraft clients both of versions 1.7.x and of 1.8.x.
*** It is imperative that backups be taken before running this build on your server! ***
Please report any such issues to http://www.spigotmc.org/, stating your client, server, and if applicable BungeeCord versions.
*** Any bug reports not running the very latest versions of these softwares will be ignored ***


[21:55:23 INFO]: Starting minecraft server version 1.7.10
[21:55:23 INFO]: Loading properties
[21:55:23 INFO]: Default game type: SURVIVAL
[21:55:24 INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-205-g48578ee (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[21:55:24 INFO]: Unable to find file banned-players.json, creating it.
[21:55:24 INFO]: Unable to find file banned-ips.json, creating it.
[21:55:24 INFO]: Unable to find file ops.json, creating it.
[21:55:24 INFO]: Unable to find file whitelist.json, creating it.
[21:55:24 INFO]: Server Ping Player Sample Count: 12
[21:55:24 INFO]: Using 4 threads for Netty based IO
[21:55:24 INFO]: Debug logging is disabled
[21:55:24 INFO]: Generating keypair
[21:55:25 INFO]: Starting Minecraft server on *:25565
[21:55:25 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[21:55:25 INFO]: Preparing level "world"
[21:55:25 INFO]: -------- World Settings For [world] --------
[21:55:25 INFO]: Zombie Aggressive Towards Villager: true
[21:55:25 INFO]: Anti X-Ray: true
[21:55:25 INFO]: 	Engine Mode: 1
[21:55:25 INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:55:25 INFO]: 	Replace Blocks: [1, 5]
[21:55:25 INFO]: Nerfing mobs spawned from spawners: false
[21:55:25 INFO]: Cactus Growth Modifier: 100%
[21:55:25 INFO]: Cane Growth Modifier: 100%
[21:55:25 INFO]: Melon Growth Modifier: 100%
[21:55:25 INFO]: Mushroom Growth Modifier: 100%
[21:55:25 INFO]: Pumpkin Growth Modifier: 100%
[21:55:25 INFO]: Sapling Growth Modifier: 100%
[21:55:25 INFO]: Wheat Growth Modifier: 100%
[21:55:25 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:55:25 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:55:25 INFO]: Alternative Hopper Ticking: false
[21:55:25 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[21:55:25 INFO]: Random Lighting Updates: false
[21:55:25 INFO]: Structure Info Saving: true
[21:55:25 INFO]: Sending up to 5 chunks per packet
[21:55:25 INFO]: Max Entity Collisions: 8
[21:55:25 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:55:25 INFO]: Max TNT Explosions: 100
[21:55:25 INFO]: Mob Spawn Range: 4
[21:55:25 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:55:25 INFO]: View Distance: 10
[21:55:25 INFO]: Chunks to Grow per Tick: 650
[21:55:25 INFO]: Clear tick list: false
[21:55:25 INFO]: Experience Merge Radius: 3.0
[21:55:25 INFO]: Arrow Despawn Rate: 1200
[21:55:25 INFO]: Item Merge Radius: 2.5
[21:55:25 INFO]: Item Despawn Rate: 6000
[21:55:27 INFO]: -------- World Settings For [world_nether] --------
[21:55:27 INFO]: Zombie Aggressive Towards Villager: true
[21:55:27 INFO]: Anti X-Ray: true
[21:55:27 INFO]: 	Engine Mode: 1
[21:55:27 INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:55:27 INFO]: 	Replace Blocks: [1, 5]
[21:55:27 INFO]: Nerfing mobs spawned from spawners: false
[21:55:27 INFO]: Cactus Growth Modifier: 100%
[21:55:27 INFO]: Cane Growth Modifier: 100%
[21:55:27 INFO]: Melon Growth Modifier: 100%
[21:55:27 INFO]: Mushroom Growth Modifier: 100%
[21:55:27 INFO]: Pumpkin Growth Modifier: 100%
[21:55:27 INFO]: Sapling Growth Modifier: 100%
[21:55:27 INFO]: Wheat Growth Modifier: 100%
[21:55:27 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:55:27 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:55:27 INFO]: Alternative Hopper Ticking: false
[21:55:27 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[21:55:27 INFO]: Random Lighting Updates: false
[21:55:27 INFO]: Structure Info Saving: true
[21:55:27 INFO]: Sending up to 5 chunks per packet
[21:55:27 INFO]: Max Entity Collisions: 8
[21:55:27 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:55:27 INFO]: Max TNT Explosions: 100
[21:55:27 INFO]: Mob Spawn Range: 4
[21:55:27 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:55:27 INFO]: View Distance: 10
[21:55:27 INFO]: Chunks to Grow per Tick: 650
[21:55:27 INFO]: Clear tick list: false
[21:55:27 INFO]: Experience Merge Radius: 3.0
[21:55:27 INFO]: Arrow Despawn Rate: 1200
[21:55:27 INFO]: Item Merge Radius: 2.5
[21:55:27 INFO]: Item Despawn Rate: 6000
[21:55:27 INFO]: -------- World Settings For [world_the_end] --------
[21:55:27 INFO]: Zombie Aggressive Towards Villager: true
[21:55:27 INFO]: Anti X-Ray: true
[21:55:27 INFO]: 	Engine Mode: 1
[21:55:27 INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:55:27 INFO]: 	Replace Blocks: [1, 5]
[21:55:27 INFO]: Nerfing mobs spawned from spawners: false
[21:55:27 INFO]: Cactus Growth Modifier: 100%
[21:55:27 INFO]: Cane Growth Modifier: 100%
[21:55:27 INFO]: Melon Growth Modifier: 100%
[21:55:27 INFO]: Mushroom Growth Modifier: 100%
[21:55:27 INFO]: Pumpkin Growth Modifier: 100%
[21:55:27 INFO]: Sapling Growth Modifier: 100%
[21:55:27 INFO]: Wheat Growth Modifier: 100%
[21:55:27 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:55:27 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:55:27 INFO]: Alternative Hopper Ticking: false
[21:55:27 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[21:55:27 INFO]: Random Lighting Updates: false
[21:55:27 INFO]: Structure Info Saving: true
[21:55:27 INFO]: Sending up to 5 chunks per packet
[21:55:27 INFO]: Max Entity Collisions: 8
[21:55:27 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:55:27 INFO]: Max TNT Explosions: 100
[21:55:27 INFO]: Mob Spawn Range: 4
[21:55:27 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:55:27 INFO]: View Distance: 10
[21:55:27 INFO]: Chunks to Grow per Tick: 650
[21:55:27 INFO]: Clear tick list: false
[21:55:27 INFO]: Experience Merge Radius: 3.0
[21:55:27 INFO]: Arrow Despawn Rate: 1200
[21:55:27 INFO]: Item Merge Radius: 2.5
[21:55:27 INFO]: Item Despawn Rate: 6000
[21:55:27 INFO]: Preparing start region for level 0 (Seed: -5516205235959521555)
[21:55:28 INFO]: Preparing spawn area: 3%
[21:55:29 INFO]: Preparing spawn area: 4%
[21:55:30 INFO]: Preparing spawn area: 6%
[21:55:32 INFO]: Preparing spawn area: 9%
[21:55:33 INFO]: Preparing spawn area: 11%
[21:55:34 INFO]: Preparing spawn area: 15%
[21:55:35 INFO]: Preparing spawn area: 19%
[21:55:36 INFO]: Preparing spawn area: 22%
[21:55:37 INFO]: Preparing spawn area: 26%
[21:55:38 INFO]: Preparing spawn area: 30%
[21:55:39 INFO]: Preparing spawn area: 33%
...
[21:56:35 INFO]: Preparing spawn area: 81%
[21:56:36 INFO]: Preparing spawn area: 99%
[21:56:36 INFO]: Done (71,009s)! For help, type "help" or "?"
>
>version
[22:08:45 INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-205-g48578ee (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)

Comments are closed, but trackbacks and pingbacks are open.