Commit Graph

593 Commits

Author SHA1 Message Date
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 a99bd73614 Added %ajqueue_status_<server>_player% 2023-05-29 11:31:41 -07:00
ajgeiss0702 429eb354b0 Fixed API not having javadocs & sources 2023-05-28 16:57:04 -07:00
ajgeiss0702 67aece11f0 Parse colors after placeholders so that colors work in placeholders 2023-05-28 16:48:29 -07:00
ajgeiss0702 17c6963889 [nolist] whoops, don't need gson 2023-05-27 18:15:44 -07:00
ajgeiss0702 c26e5835b7 Added Spigot-side API 2023-05-27 18:14:34 -07:00
ajgeiss0702 9f0881756d Legacy format velocity kick reason instead of just stripping all formatting 2023-05-24 17:08:24 -07:00
ajgeiss0702 a91d271932 Allow disabling of queue command cooldown system 2023-04-30 10:12:41 -07:00
ajgeiss0702 f1c9749c59 Throw warning instead of error when trying to send a plugin message to a player thats not connected to a server 2023-04-30 09:59:16 -07:00
ajgeiss0702 e9bfeb22b9 Update adventure 2023-04-23 19:10:53 -07:00
ajgeiss0702 786a302a2a (spigot) echo queue name when sending a player to a queue 2023-04-20 14:19:09 -07:00
ajgeiss0702 1c9a41316c Fixed fulljoin and bypasspaused priority options not working 2023-04-16 12:25:08 -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 126a3374d7 [nolist] 2.4.0 2023-04-15 09:32:50 -07:00
ajgeiss0702 e59494adf6 [nolist] fix typo in issue template 2023-04-15 09:24:44 -07:00
ajgeiss0702 defaa8021f [nolist] Add issue template to give a warning when people create issues 2023-03-28 15:49:13 -07:00
ajgeiss0702 90dee39068 If the proxy check fails, ajQueue will no longer "advertise" itself to players (it will just say "the queue plugin" instead of "ajQueue". It will still say "ajQueue" to players with permissions) 2023-03-26 09:20:43 -07:00
ajgeiss0702 ae2886ca9f Delay proxy check by a few ticks to hopefully make it more reliable 2023-03-26 09:18:57 -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 a0f5903862 Fix possible error with sending plugin message without a player name 2023-03-11 10:25:49 -07:00
ajgeiss0702 5343a31683 Fix occasional NPE on bungeecord (if a player is not on a server) 2023-03-11 10:22:08 -07:00
ajgeiss0702 9ff4233508 Fixed queues not being created for duplicated Bungee servers 2023-02-09 14:41:43 -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 042e2f4a43 Fixed offline-time not working (because it was miliseconds instead of seconds) 2023-01-14 10:24:57 -07:00
ajgeiss0702 bf9b766da3 [nolist] 2.3.1 2023-01-13 13:37:19 -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 555ef21192 Really fix the semi-rare error when a server is offline on bungeecord 2023-01-11 09:12:58 -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 0f6f8a4230 Catch null player in spigot-side command 2023-01-09 17:43:42 -07:00
ajgeiss0702 0a2db4f09a Fix a semi-rare error when a server is offline on bungeecord 2023-01-09 15:23:04 -07:00
ajgeiss0702 2de83c7383 [nolist] 2.3.0 2023-01-08 11:02:01 -07:00
ajgeiss0702 e56c2d67fd whoops 2023-01-03 11:47:08 -07:00
ajgeiss0702 68ab351928 Deploy to modrinth 2023-01-03 11:39:56 -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 a21307c68f [nolist] whoops 2022-10-20 13:50:01 -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