From 25ce2f6864a93e9dd74941b8e59b2bd24cc1ccf3 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:29:32 +0200 Subject: [PATCH] Prepare v2.4 release --- README.md | 2 +- client/index.html | 18 +++++++++--------- plugin.yml | 2 +- pom.xml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3c647af..fb97339 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ A explanation of the `host`, `port`, `language` and `passwords` fields follows: `port`: A port where to run this plugin (cannot be the port you are using for Minecraft). -You can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Chinese (`zh`), Czech (`cs`), Deutsch (`de`), Dutch (`nl`), French (`fr`), Italian (`it`), Japanese (`ja`) Korean (`ko`), Portuguese (`pt`), Russian (`ru`) and Turkish (`tr`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**. +You can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Chinese (`zh`), Czech (`cs`), Deutsch (`de`), Dutch (`nl`), French (`fr`), Italian (`it`), Japanese (`ja`) Korean (`ko`), Polskie (`pl`), Portuguese (`pt`), Russian (`ru`) and Turkish (`tr`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**. From version 2.0 you can now create more than one user and set them as admin (Permission for both reading console and executing commands) or viewer (Permission for only reading console and CPU and RAM usage). This is configured using the `passwords` section: - By default, a user called user1 with password mySecurePassword is created, please replace or remove it as it is only served as an example. diff --git a/client/index.html b/client/index.html index 291249a..408e047 100644 --- a/client/index.html +++ b/client/index.html @@ -279,7 +279,7 @@ @@ -289,15 +289,15 @@ - - + + - - - - - - + + + + + + diff --git a/plugin.yml b/plugin.yml index 33e4d0f..b6c82bb 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,7 @@ name: WebConsole main: es.mesacarlos.webconsole.WebConsole api-version: 1.13 -version: 2.3 +version: 2.4 description: WebSocket-based web console author: Carlos Mesa commands: diff --git a/pom.xml b/pom.xml index 799a818..14c6e98 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 WebConsole WebConsole - 2.3 + 2.4 src