From ce554dea1b3a94723d38ef41c536d4f2106b0b9a Mon Sep 17 00:00:00 2001 From: MrPiano5454 <103952963+MrPiano5454@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:32:55 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/js/serverstatus.js | 4 +- app/settings.ejs | 38 +- app/waiting.ejs | 2 +- app/welcome.ejs | 2 +- docs/distro.md | 127 +-- docs/sample_distribution.json | 1581 +-------------------------------- package-lock.json | 8 +- package.json | 14 +- 8 files changed, 55 insertions(+), 1721 deletions(-) diff --git a/app/assets/js/serverstatus.js b/app/assets/js/serverstatus.js index 9729f9c7..43c0c22e 100644 --- a/app/assets/js/serverstatus.js +++ b/app/assets/js/serverstatus.js @@ -8,10 +8,10 @@ const net = require('net') * @returns {Promise.} A promise which resolves to an object containing * status information. */ -exports.getStatus = function(address, port = 25565){ +exports.getStatus = function(address, port = 25566){ if(port == null || port == ''){ - port = 25565 + port = 25566 } if(typeof port === 'string'){ port = parseInt(port) diff --git a/app/settings.ejs b/app/settings.ejs index aa1fa764..fd74b536 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -2,18 +2,18 @@
- Settings + Parametre
- +
- +
@@ -25,8 +25,8 @@
- Account Settings - Add new accounts or manage existing ones. + Parametre des comptes + Ajouter de nouveaux comptes ou gérer les comptes existants.
@@ -40,7 +40,7 @@ Microsoft
- +
@@ -60,7 +60,7 @@ Mojang
- +
@@ -71,11 +71,11 @@