Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Releases: Abhijith4124/Ahhh-Bot

Version 1.2.2

02 Mar 12:24
14c8555
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...1.2.2

Version 1.2.1

24 Feb 08:56
fc74bba
Compare
Choose a tag to compare

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

18 Feb 19:45
babb706
Compare
Choose a tag to compare

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

14 Feb 02:15
3652ab8
Compare
Choose a tag to compare
  • 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

14 Feb 00:28
990ba1d
Compare
Choose a tag to compare

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.