Commit Graph

186 Commits

Author SHA1 Message Date
ajgeiss0702 8d7d56a8c6 move protocol-names to messages.yml and add newer version names 2023-07-27 09:40:01 -05:00
ajgeiss0702 71c471c407 Add re-check-priority option to re-queue players when their priority increases 2023-07-26 20:53:48 -05:00
ajgeiss0702 4fc7ca38ca Fixed priorities not being taken into account with make-room 2023-07-25 20:37:36 -05:00
ajgeiss0702 d92d8796fd Added ajqueue.make-room permission (disabled by default) 2023-07-25 14:37:14 -05:00
ajgeiss0702 d935ae3370 Filter auto-complete arguments 2023-07-22 16:41:30 -05:00
ajgeiss0702 3a33b7b512 Fix player being removed before allow-group-requeue could work 2023-07-20 23:17:27 -05:00
ajgeiss0702 391080483b Add option to allow re-queueing for groups 2023-07-20 22:41:41 -05:00
ajgeiss0702 8fe8713aaf [nolist] remove unnecessary synchronized 2023-07-10 10:56:24 -05:00
ajgeiss0702 a0e8411cc6 Should fix nullpointers while modifying queue 2023-07-08 18:37:34 -05:00
ajgeiss0702 89a11c176b Fixed QueueScoreboardActivator not activating on the correct player 2023-06-29 20:10:30 -05:00
ajgeiss0702 46fedd2276 Added plus-level-fallback to allow some leveled permissions on ajQueuePlus to work without a supported permission plugin 2023-06-29 12:36:53 -05:00
ajgeiss0702 fab9cd8d34 Fixed whitelisted status not showing for the non-player status placeholder 2023-06-19 11:50:45 -07:00
ajgeiss0702 06ed22e65f Fixed player status placeholder not working 2023-06-19 07:54:33 -07:00
ajgeiss0702 12031cf8dd Added require-queueserver-permission option to the config 2023-06-18 17:23:47 -07:00
ajgeiss0702 3e25fd7e2d [nolist] add more aliases for permissionlist debug command 2023-06-17 11:55:59 -07:00
ajgeiss0702 ca36bdfc1f Config re-format 2023-06-17 11:55:42 -07:00
ajgeiss0702 fa9f594830 Fixed PositionChangeEvent being called when a player's position didn't change 2023-06-10 09:41:42 -07:00
ajgeiss0702 e5d9df9aa8 Ignore plugin messages from disconnected players 2023-06-10 09:34:02 -07:00
ajgeiss0702 0899bf88ed Add API events system 2023-06-08 17:00:49 -07:00
ajgeiss0702 2414c698ed Seperate sudo-queueing and normal queueing on spigot side. /queue <player> <server> on the spigot side now acts the same as /ajqueue send 2023-06-08 10:05:53 -07:00
ajgeiss0702 80289de371 Fixed whitelist/restricted not working well in groups 2023-06-06 09:09:54 -07:00
ajgeiss0702 67aece11f0 Parse colors after placeholders so that colors work in placeholders 2023-05-28 16:48:29 -07:00
ajgeiss0702 c26e5835b7 Added Spigot-side API 2023-05-27 18:14:34 -07:00
ajgeiss0702 a91d271932 Allow disabling of queue command cooldown system 2023-04-30 10:12:41 -07:00
ajgeiss0702 e9bfeb22b9 Update adventure 2023-04-23 19:10:53 -07:00
ajgeiss0702 4fd393c4fe Slash server commands will now not be shown if the user doesnt have permissions 2023-04-16 10:04:23 -07:00
ajgeiss0702 ee042e31c7 Fixed manually creating PlayerSender not getting messages (spigot side /queue <player> <server>) 2023-03-25 16:50:41 -07:00
ajgeiss0702 014c9ec62f Fix memory leak related to queue command cooldowns 2023-03-20 10:18:37 -07:00
ajgeiss0702 9e34e895e4 Add a permission to the base manage command (so it doesn’t autocomplete) 2023-02-06 10:44:09 -07:00
ajgeiss0702 e2f06b0902 Fixed status.now-in-queue message being sent to players with bypass permissions 2023-01-16 09:53:53 -07:00
ajgeiss0702 f92f99ec4e Fixed double-sending players with a bypass permission 2023-01-16 09:36:51 -07:00
ajgeiss0702 b0b6bbc70f [nolist] dont create task to run later about an update if the player doesnt have the update permission 2023-01-11 17:34:12 -07:00
ajgeiss0702 27ba972025 Will no longer notify about an update if the update is already downloaded 2023-01-11 17:33:03 -07:00
ajgeiss0702 7799ffb434 [nolist] change default queue cooldown to 3 seconds 2023-01-11 16:21:55 -07:00
ajgeiss0702 5cd13c2576 Add a cooldown to the queue command (configurable) 2023-01-11 16:04:16 -07:00
ajgeiss0702 1372390988 Added /ajq pausequeueserver command, which will temporarily not queue you when you are in queue-servers 2023-01-11 10:04:14 -07:00
ajgeiss0702 c4983ca5ff Will no longer auto-complete servers the player doesn't have permission to queue for 2023-01-09 18:08:55 -07:00
ajgeiss0702 741395ea54 fix error with placeholders that could happen when player disconnects 2022-10-26 12:41:47 -07:00
ajgeiss0702 00ffb3e29c Fixed send-all-when-back-online not working 99% of the time 2022-10-20 14:08:38 -07:00
ajgeiss0702 d78c795288 Fixed offline servers sometimes not being marked as offline on velocity 2022-10-20 13:48:31 -07:00
ajgeiss0702 11dcda49fd Fixed supported-protocols not working with groups 2022-10-07 16:41:54 -07:00
ajgeiss0702 404785a5a2 [nolist] change some "bungeecord" to just "proxy" in the config 2022-10-07 15:50:33 -07:00
ajgeiss0702 44c96e4804 Fixed send-instantly not bypassing check-last-player-sent-time 2022-10-07 14:01:54 -07:00
ajgeiss0702 2b66918202 Fix minigame balancer not checking if server is joinable 2022-09-15 10:30:48 -07:00
ajgeiss0702 131d556acd Fix unnecessary server look up in default balancer 2022-09-15 10:30:28 -07:00
ajgeiss0702 38536ad4c9 [nolist] fix maven repo URL 2022-08-27 17:41:10 -07:00
ajgeiss0702 fb1e8cd475 Wont check joinfrom permission unless the player actually executed the command (/ajq send bypasses joinfrom now) 2022-08-19 17:23:56 -07:00
ajgeiss0702 76796b02f9 Fixed colors codes not working in status placeholder in listqueues command 2022-08-15 13:49:55 -07:00
ajgeiss0702 478f2cf78d Move server ping cache storage to the AdaptedServer instance 2022-08-15 13:41:32 -07:00
ajgeiss0702 6a99349718 Throw a warning instead of an error if a player is queued when they arent connected 2022-08-15 11:05:23 -07:00