Select a server from the menu
Use the navigation bar to add a new Minecraft Server or connect to a previously added one.
Survival
Manage now your Minecraft Server.
+Here will be all control buttons and console logs
From c691c2de0bf4703cb28ec0ae7f1b1f1e6b0b1d62 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Mon, 12 Aug 2019 14:18:44 +0200 Subject: [PATCH] Server now responds with 401 when incorrect login (instead of 403) --- html/index.html | 92 ++++++++++++-- html/scripts/WebConsole.js | 112 ++++++++++++++++-- html/scripts/WebConsoleManager.js | 3 +- html/scripts/WebConsolePersistenceManager.js | 67 ++++++++--- .../webconsole/command/LogInCommand.java | 4 +- 5 files changed, 239 insertions(+), 39 deletions(-) diff --git a/html/index.html b/html/index.html index d4d0713..aeb8f65 100644 --- a/html/index.html +++ b/html/index.html @@ -20,17 +20,16 @@