Solved bug with text encoding and changed default host to 0.0.0.0

This commit is contained in:
Carlos
2020-05-30 13:49:13 +02:00
parent 2643999e8d
commit d1b158a0fe
18 changed files with 240 additions and 214 deletions

View File

@ -74,7 +74,7 @@ public class WebConsole extends JavaPlugin {
config.addDefault("KeyPassword", "keypassword");
// Connection config variables
config.addDefault("host", "localhost");
config.addDefault("host", "0.0.0.0");
config.addDefault("port", 8080);
config.addDefault("password", 1234);