Update readme to 2.2
This commit is contained in:
parent
d0929adddd
commit
7ef71ebdd1
12
README.md
12
README.md
@ -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.
|
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:
|
#### 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.
|
* 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).
|
* 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.
|
* Real-time connected players, machine CPU and server RAM usage information.
|
||||||
@ -35,7 +35,14 @@ Don't worry about privacy or security: all data is stored in your browser locall
|
|||||||
language: en
|
language: en
|
||||||
passwords:
|
passwords:
|
||||||
admin:
|
admin:
|
||||||
user1: mySecurePassword
|
user1:
|
||||||
|
password: mySecurePassword
|
||||||
|
commandWhitelist:
|
||||||
|
enabled: true
|
||||||
|
commandWhitelistActsAsBlacklist: false
|
||||||
|
whitelist:
|
||||||
|
- whisper
|
||||||
|
- gamemode survival
|
||||||
viewer: {}
|
viewer: {}
|
||||||
|
|
||||||
|
|
||||||
@ -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.
|
- 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.
|
- 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.
|
- 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user