Skip to content

Commit

Permalink
Update 3.4.9
Browse files Browse the repository at this point in the history
Added basic DiscordSRV support
Currently it's just using a color-stripped version of the broadcast message
You can find the "Enable" and "Channel" settings in the broadcast section of the config
  • Loading branch information
Dart2112 committed Feb 2, 2025
1 parent 0a3bba0 commit 0454c07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

group = 'net.lapismc'
archivesBaseName = "AFKPlus"
version = '3.4.8'
version = '3.4.9'
description = 'AFK for professional servers'
sourceCompatibility = '17'
targetCompatibility = '17'
Expand Down
Binary file modified updater/AFKPlus/AFKPlus.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion updater/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,8 @@
- "Added AFK Sessions which stop players from reconnecting to evade AFK detection and actions"
- "Implemented features that used to be in an add-on, multiple commands can now be entered in the config"
3.4.8:
- "Hotfix for an NPE in the session code, triggered when the player quits before ever being AFK"
- "Hotfix for an NPE in the session code, triggered when the player quits before ever being AFK"
3.4.9:
- "Added basic DiscordSRV support"
- "Currently it's just using a color-stripped version of the broadcast message"
- "You can find the \"Enable\" and \"Channel\" settings in the broadcast section of the config"
2 changes: 1 addition & 1 deletion updater/update.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AFKPlus: 3.4.8
AFKPlus: 3.4.9

0 comments on commit 0454c07

Please sign in to comment.