@baipiaodajun/mcbots 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baipiaodajun/mcbots",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Minecraft bot and status dashboard for multi-server management",
5
5
  "main": "server.js",
6
6
  "scripts": {
package/server.js CHANGED
@@ -70,7 +70,7 @@ const BOT_CONFIG = {
70
70
  maxReconnectAttempts: 5,
71
71
  healthCheckInterval: 60000,
72
72
  viewDistance: 4,
73
- connectTimeout: 2000,
73
+ connectTimeout: 15000,
74
74
  chat: CHAT,
75
75
  move: MOVE
76
76
  };