mesacarlos / WebConsole

Spigot plugin to manage your server remotely using a web interface

Home Page:https://mesacarlos.es/webconsole/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add a viewer correctly?

SkyKingPX opened this issue · comments

I tried too many times and it still doesn’t work.
can someone make an example config.yml?

Hello,
Here is an example:

useSSL: false
StoreType: JKS
KeyStore: plugins/WebConsole/keystore.jks
StorePassword: mypassword
KeyPassword: mypassword
host: 0.0.0.0
port: 8080
language: en
passwords:
  admin:
    mesacarlos:
      password: mesacarlos-password
      commandWhitelist:
        enabled: true
        commandWhitelistActsAsBlacklist: true
        whitelist:
        - whisper
        - gamemode survival
  viewer:
    ViewerUser: password
    AnotherViewerUser: password2