23 Commits

Author SHA1 Message Date
8ba50eeaa0 feat: add Qawe to the list of usernames for AFK bot 2026-04-02 15:29:03 +02:00
24c5debffc feat: implement AFK Bot Control UI and server functionality
- Updated index.html to reflect new title and layout for AFK Bot Control.
- Enhanced styling for better user experience with new color scheme and responsive design.
- Added WebSocket server in server.js to handle communication between browser clients and the parent process.
- Implemented bot management features including start, stop, and chat functionalities.
- Introduced logging mechanism to relay server and bot logs to the UI.
- Exported functions from hashed_profiles.js for better modularity.
- Added ws package to package.json for WebSocket support.
2026-04-02 15:28:41 +02:00
77af2a3912 feat: add hashed profiles functionality for bot usernames 2026-04-01 20:28:14 +02:00
d26de80759 feat: enhance AFK retry mechanism with GUI interaction and window handling 2026-04-01 19:37:10 +02:00
95a74d7a34 fix: adjust startup gap timing from 30-60 seconds to 15-30 seconds 2026-04-01 18:55:30 +02:00
922ca38511 fix: adjust AFK retry delay handling and improve scheduling logic 2026-04-01 18:54:09 +02:00
f3380220d8 fix: increase AFK retry delay from 5000ms to 7500ms 2026-04-01 18:46:50 +02:00
68cb80b0de fix: reset teleport detection and clear AFK retry timer on bot login 2026-04-01 18:46:03 +02:00
f8acfa684e feat: implement AFK retry mechanism with teleport detection and logging 2026-04-01 18:43:54 +02:00
ad7ee541c5 feat: add Cytrus to bot usernames and implement dynamic startup delay 2026-03-31 23:48:25 +02:00
d28a55cfcd feat: enhance AFK bot with dynamic username configuration and logging improvements 2026-03-27 02:30:52 +01:00
ff255bea38 feat: add emergency-only bot for security monitoring and spawner management
- Implemented a bot that monitors for unauthorized players within a specified radius.
- Added functionality to break spawners and stash items in an ender chest upon security trigger.
- Integrated Discord webhook notifications for security alerts.
- Configured bot to automatically arm security after joining the server.
- Included logging for various actions and events for better tracking.
2026-03-24 23:43:07 +01:00
b347e0a984 update: add AFK bot implementation with logging and teleport detection 2026-03-17 00:15:58 +01:00
e68f15f1c7 update: implement security pause and resume functionality for movement 2026-03-16 22:51:03 +01:00
31af5dd592 update: implement dynamic loop delay for spawner cycles 2026-03-15 14:54:24 +01:00
721eb439e7 update: add documentation for bot operations and agent guidance 2026-03-14 05:43:28 +01:00
ea6dd9abfb update: enhance security shutdown process with spawner item stashing in ender chest 2026-03-14 03:35:54 +01:00
4c84bfc80a update: change web UI server port from 3000 to 3008 2026-03-14 02:00:42 +01:00
98ddfe0db7 update: enhance bot functionality with security features and improved item handling 2026-03-14 01:43:57 +01:00
ad70adb0f1 working emergency leave 2026-03-13 17:55:57 +01:00
2241108f97 update: enhance bot functionality with new item handling and environment variable support 2026-03-13 17:47:30 +01:00
7976d46d05 remove unused dependencies from package.json 2026-03-11 11:44:13 +01:00
a1e08ca792 initial commit: add main bot functionality, web interface, and configuration files 2026-03-11 11:42:49 +01:00