Commit Graph
24 Commits
Author SHA1 Message Date
auto 2877ffd603 Change configuration file path
Updated the path of the configuration files in both MessagesConfig and Config classes. Instead of referencing the user's home directory, it now points to a dedicated directory under '/mnt/configs'.
2024-07-19 21:15:06 +02:00
auto 399ee1394b Fix afk kick bar timer not progressing 2023-06-23 00:22:16 +02:00
auto e9ed408489 Changed afk now bar to be afk kick soon 2023-06-21 23:14:55 +02:00
auto baad49a608 Made afk check not consider y for distance to ensure acrobatic grinders don't bypass the check 2023-06-19 22:59:48 +02:00
auto 647922cfc5 Switched to using galaxy's build in afk system for preventing mob spawning/ticking
Moved some displayed text to message config
2023-05-26 01:44:06 +02:00
auto 9bbc4882a0 Added boss bar and blocked more spawning 2023-05-25 23:15:57 +02:00
auto a482064e50 Testing blocking spawning for afk players 2023-05-24 03:03:10 +02:00
auto 46e763500f Prevent people from locking themselves out of using commands to go unafk after having done just / (all commands start with / after all) 2023-04-10 03:41:53 +02:00
auto ac9cfc1b67 Match full command instead of just the base to avoid issues like party chat or /r not cancelling afk if they're not duplicates 2023-03-30 14:54:13 +02:00
auto 3798cf5e7e Removed unused script 2023-03-30 14:12:19 +02:00
auto c9c1ca2c51 Added history for commands/message to avoid bypassing afk by sending the same command/message regularly 2023-03-30 14:11:54 +02:00
auto 91a492b87f Auto formatting spacing 2023-03-30 02:28:13 +02:00
auto ce798fcefa Improved code readability (for me) 2023-03-30 02:24:56 +02:00
auto af47035b8b Switch to gradle 2023-03-30 01:45:49 +02:00
auto 5b1f5e2ad2 Prevent adding multiple suspicious kicks for one kick 2022-09-04 21:21:08 +02:00
auto 51f0773c5e Fixed time conversion being minutes to millis instead of seconds to millis 2022-09-04 00:51:22 +02:00
auto d943ce999e Fixed time conversion being from seconds to millis instead of minutes to milis and npe for last kicked tracker 2022-09-02 21:34:28 +02:00
auto dd80712fee Changed afk notify message for staff to display full afk time 2022-09-02 19:53:31 +02:00
auto 7b6a045127 Fixed incorrect conversion of seconds for tracking the last kick 2022-09-02 19:52:54 +02:00
auto 480494df39 Merge remote-tracking branch 'origin/master' 2022-09-02 03:02:20 +02:00
auto d25e76dc48 Added a way to add extra time when a player is afk in spawn 2022-09-02 03:02:11 +02:00
auto 14f45d2d82 Replaced stream with bukkit.broadcast with permission check 2022-08-31 02:45:25 +02:00
auto 32c1ae7fac Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/com/alttd/afkdectector/AFKCheckTimer.java
#	src/main/java/com/alttd/afkdectector/MessageTimer.java
#	src/main/java/com/alttd/afkdectector/afkplayer/AFKPlayer.java
#	src/main/java/com/alttd/afkdectector/command/AFKCheckCommand.java
#	src/main/java/com/alttd/afkdectector/command/AFKListCommand.java
2022-08-31 02:42:51 +02:00
auto 7f49e0f4fe Added an option to notify staff for afk kick
Added an option to disable notifying staff for a player being marked as afk
Updated minimessage
2022-08-31 02:36:47 +02:00