This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Releases: Abhijith4124/Ahhh-Bot
Releases · Abhijith4124/Ahhh-Bot
Version 1.2.2
Version 1.2.1
What's Changed
- Added Polling Intervals to config.json
"statusUpdateInterval": 10000,
"serverPollingInterval": 5000
statusUpdateInterval: Interval for Updating Status Message in Discord.
serverPollingInterval: Interval for polling the PalWorld Game Server to fetch new data.
Make Sure to Update your config.json file manually.
Bug Fixes
- Fixed an Issue where Join/Leave messages were not being sent if the whitelist was disabled. #16
Full Changelog: v1.2...v1.2.1
Version 1.2
What's Changed
- Changed RCON Library to get data from the server more reliably.
- Added Timeout of 2 Seconds for RCON connections. This will prevent log spams when server crashes
- Changed some embeds
Known Issues:
- Whitelist and Name Spoofing logs may get spammed at times.
Full Changelog: v1.1...v1.2
Version 1.1
- Fixed a Major issue where if one server is removed the other servers added by the Guild would stop tracking entirely
- Fixed an issue where the bot would not check other servers if some of the preconditions failed for any one server.
Version 1.0
Version 1.0
- Added Player Impersonation/Spoofing Detection
- Improved Server Player List Management
- Added Custom Bot Status
- Improved Embed Designs
- Added One Click Whitelist and Ban Options
- Added ability to link and unlink Discord user with the In Game Player
- Added Automatic Welcome/Approved Message when a Player is Whitelisted
- Added Automatic Role Management
- Fixed Inconsistent behavior when the Bot/Game Server Crashes
- Fixed Multiple Leave/Join Messages when Game Server takes too long to respond.