====== WebAdmin.ini ======
This configuration file controls WebAmdin panel behaviour. You can specify exact port that will be used for WebAdmin panel access and login-password pairs. Each login-password pair should have it's own section.

The general format is that:
<code ini>
[WebAdmin]
Enabled=1
Port=8080

[User:Admin]
Password=Admin

[User:AnotherAdmin]
Password=1234

[User:Login]
Password=Password
</code>

Variables of ''[WebAdmin]'' section:
^ Variable ^ Value ^ Meaning ^
| Enabled | 0 or 1 | This controls if WebAdmin should be started at server startup or not started at all. |
| Port | integer | Port, used for WebAdmin access. For example, if you're running MC-Server at computer you're using at the moment, you can access WebAdmin panel typing 127.0.0.1:Port in your web browser. |

Other sections are users' login-password pairs and are defined in mentioned format. And remember, **1234 is a BAD password**!