A MORE ADVANCED SCRIPT IS AVAILABLE (IT INCLUDES BUNGEECORD) : https://github.com/LaBaaSe/Mcinstall
Ce script permet d'installer automatiquement un serveur minecraft sur un VPS linux. Le script installe automatiquement l'environnement Java 8 requis pour le bon fonctionnement du serveur.
Spigot 1.9.4, 1.8.8, 1.11.2, 1.12.2 et 1.10.2
Avant de télécharger le script vous avez besoin d'installer curl : En root :
apt-get install curl
Si vous n'êtes pas root :
sudo apt-get install curl
Maintenant vous pouvez procéder à l'installation En root :
curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
Si vous n'êtes pas en root :
sudo curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
Si vous avez un problème lors du téléchargement référez vous à la section "Résolution de problèmes"
Exécutez la commande suivante. (Si vous êtes connecté avec root )
minecraftinstall
(Si vous n'êtes pas connecté avec root )
sudo minecraftinstall
Si vous souhaitez voir toutes les logs pendant l'excécution du programme exécutez la commande suivante : (Si vous êtes connecté avec root )
minecraftinstall -verbose
(Si vous n'êtes pas connecté avec root )
sudo minecraftinstall -verbose
Le script dispose de son propre système de mise à jour. Tous les sois à minuit, il vérifie les mises à jour, en téléchargeant un fichier de moins de 20 ko qui sera dans le dossier /tmp (temporaire) Lors du lancement du script, le script va automatiquement vérifier si des mises à jours sont disponibles via le fichier qui a été téléchargé auparavant automatiquement. Il supprimera donc le fichier temporaire et appliquera la mise à jour. Comment mettre à jour le script SEULEMENT si vous n'avez pas la dernière version avec l'auto-updater : Tapez cette commande (root)
rm /usr/bin/minecraftinstall && wget -P /usr/bin https://uploads.laabase.ovh/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
Tapez cette commande (no-root)
sudo rm /usr/bin/minecraftinstall && sudo wget -P /usr/bin https://uploads.laabase.ovh/minecraftinstall && sudo chmod 0777 /usr/bin/minecraftinstall
Si vous avez une erreur du type
Erreur : le certificat de « uploads.laabase.ovh » n'est pas de confiance.
Erreur : le certificat de « uploads.laabase.ovh » n'est pas d'un émetteur connu.
Réalisez la commande suivante (root): or :
apt-get install ca-certificates
curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall```
Si vous n'êtes pas root :
```bash
sudo apt-get install ca-certificates
sudo curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
This script automatically installs a minecraft server on a linux VPS. The script automatically installs the java 8 environment required for the proper functioning of the server.
Spigot 1.9.4, 1.8.8, 1.11.2, 1.12.2 and 1.10.2
Before install the script you need to install curl As root :
apt-get install curl
If you are not root :
sudo apt-get install curl
Then you can install the script : If you are root :
curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
If you are not root :
sudo curl https://uploads.laabase.ovh/download.php?file=minecraftinstall --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
if you are root
minecraftinstall
If you are not root :
sudo minecraftinstall
If you want to see all the logs while running the program run the following command: (If you are logged in with root)
minecraftinstall -verbose
(If you are not logged in with root)
sudo minecraftinstall -verbose
The script has its own update system. All at midnight, check for updates by uploading a file of less than 20 KB that will be in the / tmp (temporary) folder When launching the script, the script will automatically check if updates are available via the file that was previously downloaded automatically. It will delete the temporary file and apply the update.
HOW TO UPDATE ONLY IF YOU DO NOT HAVE THE VERSION WITH THE AUTO-UPDATER Type this command (root)
rm /usr/bin/minecraftinstall && wget -P /usr/bin https://uploads.laabase.ovh/en/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
Type this command (no-root)
sudo rm /usr/bin/minecraftinstall && sudo wget -P /usr/bin https://uploads.laabase.ovh/en/minecraftinstall && sudo chmod 0777 /usr/bin/minecraftinstall
If you have an error of the type
Error: the certificate of "uploads.laabase.ovh" is not trusted.
Error: The certificate of "uploads.laabase.ovh" is not from a known issuer.
Make the following commands (root):
apt-get install ca-certificates
curl https://uploads.laabase.ovh/download.php?file=minecraftinstall_en --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
If you are not root :
sudo apt-get install ca-certificates
sudo curl https://uploads.laabase.ovh/download.php?file=minecraftinstall_en --output /usr/bin/minecraftinstall && chmod 0777 /usr/bin/minecraftinstall
If you got any trouble you can contact me at : adam@laabase.ovh