spectator port
This commit is contained in:
@@ -24,6 +24,16 @@ function loadConfig() {
|
||||
|
||||
// Apply defaults
|
||||
config.proxy = Object.assign({ host: '0.0.0.0', port: 25566, onlineMode: false, maxClients: 1 }, config.proxy);
|
||||
config.spectator = Object.assign(
|
||||
{
|
||||
enabled: true,
|
||||
host: '0.0.0.0',
|
||||
port: 25568,
|
||||
onlineMode: false,
|
||||
maxClients: 20,
|
||||
},
|
||||
config.spectator,
|
||||
);
|
||||
config.bot = Object.assign(
|
||||
{
|
||||
antiAfk: true,
|
||||
|
||||
Reference in New Issue
Block a user