Skip to content

Commit

Permalink
Update readme to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mesacarlos committed Aug 21, 2021
1 parent d0929ad commit 7ef71eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WebConsole is a Spigot plugin for Minecraft 1.8-1.16+ that allows you to view yo
Don't worry about privacy or security: all data is stored in your browser locally and your PC will connect directly to your minecraft server. No intermediary web servers, just you and your MC server.

#### Additional features:
* Multiuser system and View-only user mode: You can create multiple users and set their role to "Admin" or "Viewer". Users with the role "Viewer" can only read console, CPU and RAM usage. Users with role "Admin" can also run commands on the server. Useful if you want your friends to watch the server console but deny them from typing commands and ruining your server.
* Multiuser system and View-only user mode: You can create multiple users and set their role to "Admin" or "Viewer". Users with the role "Viewer" can only read console, CPU and RAM usage. Users with role "Admin" can also run commands on the server. Useful if you want your friends to watch the server console but deny them from typing commands and ruining your server. Also, you can whitelist or blacklist some commands.
* Command history: Use up/down arrow keys to browse the command history, like in the real console.
* Colors supported, for both Windows and Linux hosts. (Colors are represented different in each platform).
* Real-time connected players, machine CPU and server RAM usage information.
Expand All @@ -35,7 +35,14 @@ Don't worry about privacy or security: all data is stored in your browser locall
language: en
passwords:
   admin:
      user1: mySecurePassword
      user1:
        password: mySecurePassword
        commandWhitelist:
          enabled: true
          commandWhitelistActsAsBlacklist: false
          whitelist:
          - whisper
          - gamemode survival
   viewer: {}


Expand All @@ -53,6 +60,7 @@ From version 2.0 you can now create more than one user and set them as admin (Pe
- If you want to create a admin user, type below `admin:` a row like `user: password` replacing user with your desired username and password with your password.
- You can create as many admins as you want repeating this step.
- If you want to create a view-only user, remove the `{}` after `viewer: ` and do the same process as for admin users below `viewer: `. You can also create as many viewers as needed.
- For all your admin users, you can enable a whitelist of commands under the commandWhitelist section of your user.

The rest of the fields are used for SSL configuration. You can learn how to activate SSL [here](https://github.com/mesacarlos/WebConsole/wiki/SSL-Configuration). SSL **is not** required for WebConsole to work, you can still use it without encription, unless you are hosting your client in a HTTPS server, in this case is mandatory to enable SSL in all your servers due to web browsers restrictions.

Expand Down

0 comments on commit 7ef71eb

Please sign in to comment.