- 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.
- 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.