Commit Graph

64 Commits

Author SHA1 Message Date
ajgeiss0702 c26e5835b7 Added Spigot-side API 2023-05-27 18:14:34 -07:00
ajgeiss0702 e9bfeb22b9 Update adventure 2023-04-23 19:10:53 -07:00
ajgeiss0702 1c9a41316c Fixed fulljoin and bypasspaused priority options not working 2023-04-16 12:25:08 -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 a0f5903862 Fix possible error with sending plugin message without a player name 2023-03-11 10:25:49 -07:00
ajgeiss0702 f92f99ec4e Fixed double-sending players with a bypass permission 2023-01-16 09:36:51 -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 d78c795288 Fixed offline servers sometimes not being marked as offline on velocity 2022-10-20 13:48:31 -07:00
ajgeiss0702 38536ad4c9 [nolist] fix maven repo URL 2022-08-27 17:41:10 -07:00
ajgeiss0702 478f2cf78d Move server ping cache storage to the AdaptedServer instance 2022-08-15 13:41:32 -07:00
ajgeiss0702 a5771d03c3 Add %ajqueue_status_<server>% placeholder 2022-07-08 10:54:20 -05:00
ajgeiss0702 02f23b8990 update ajUtils 2022-03-24 09:19:36 -07:00
ajgeiss0702 211b127e42 Update adventure 2022-03-04 08:06:08 -07:00
ajgeiss0702 d10400cb74 improvements to sendingAttempts clearing 2022-01-24 13:02:05 -07:00
ajgeiss0702 0b44a259ea add kick-kicked-players 2021-12-30 02:36:17 -07:00
ajgeiss0702 3374e3102f retain online & whitelisted states when reloading servers 2021-12-15 17:19:32 -07:00
ajgeiss0702 3aef8eab76 Update dependencies 2021-12-11 10:56:43 -07:00
ajgeiss0702 d1515d5245 added unjoinable priorities 2021-11-05 11:18:40 -07:00
ajgeiss0702 be71f48298 add /ajq kick 2021-10-30 19:28:45 -07:00
ajgeiss0702 947ee78062 unique fulljoinandbypassserver 2021-10-30 17:18:53 -07:00
ajgeiss0702 a5d0205777 fix deps not being included in generated pom 2021-10-23 09:58:27 -07:00
ajgeiss0702 751882f9d7 should fix small memory leak 2021-10-23 09:57:17 -07:00
ajgeiss0702 a72e3f67c1 manually add one to player count when balancing players 2021-10-21 13:23:00 -07:00
ajgeiss0702 2a944280da Merge branch 'dev' of gitlab.com:ajg0702/ajqueue into dev
# Conflicts:
#	api/src/main/java/us/ajg0702/queue/api/queues/QueueServer.java
2021-10-09 11:34:41 -07:00
ajgeiss0702 5d76c2defb wip: balancer modes 2021-10-09 11:30:29 -07:00
ajgeiss0702 74ee9fcf0e add canJoinFull method 2021-10-08 14:58:41 -07:00
ajgeiss0702 c67b9013e8 fixed sendingNowAntispam not properly being cleaned when player leaves 2021-09-28 08:32:08 -07:00
ajgeiss0702 5fbee6b343 Merge branch 'dev' of gitlab.com:ajg0702/ajqueue into dev 2021-09-26 10:42:54 -07:00
ajgeiss0702 1bae765c32 priority and bypass contexts 2021-09-26 10:41:19 -07:00
ajgeiss0702 d9a5142d48 add slash server aliases 2021-09-25 16:48:21 -07:00
ajgeiss0702 6dd2cf7fb1 Added updater 2021-09-07 15:37:48 -07:00
ajgeiss0702 985f203309 allow restricting joining queues to certain protocol versions 2021-08-27 15:57:46 -07:00
ajgeiss0702 853d8861e8 allow getting AdaptedPlayer via UUID 2021-08-25 14:01:32 -07:00
ajgeiss0702 72e5c86629 add api to get protocol version (for version check in the future) 2021-08-25 13:56:23 -07:00
ajgeiss0702 4482da3629 whoops 2021-08-21 11:24:25 -07:00
ajgeiss0702 434e5e2a88 add aquacore support (but it doesnt work because it turns out aquacore api is only on spigot) 2021-08-21 07:56:39 -07:00
ajgeiss0702 e803ef0733 update ajUtils (to have better config) 2021-08-20 10:15:03 -07:00
ajgeiss0702 f2e6cc1b9b actionbar 2021-08-16 14:27:00 -07:00
ajgeiss0702 1ff3c8ef0e more mitigate funky maven central timing out 2021-08-13 18:12:38 -07:00
ajgeiss0702 4510b961e1 update ajUtils (to fix config resetting on update) 2021-08-13 16:39:01 -07:00
ajgeiss0702 413548b588 priority-messages 2021-08-08 13:50:09 -07:00
ajgeiss0702 a01bd759d2 Fix kyori, add permissionlist command, fix luckperms getting wrong context 2021-08-02 22:33:47 -07:00
ajgeiss0702 1874ad78e8 Remove ServerBuilder 2021-08-01 11:57:22 -07:00
ajgeiss0702 19a17b8ddf add players back to queue and preserve paused state on reload 2021-08-01 11:50:15 -07:00
ajgeiss0702 f569353213 check if a player is in a queue server and isnt queued 2021-07-31 14:11:30 -07:00
ajgeiss0702 bf907855b3 pre3 2021-07-31 11:15:34 -07:00
ajgeiss0702 07721809fb almost done :) 2021-07-29 14:17:25 -07:00
ajgeiss0702 15fd7f61ad premium logic finished 2021-07-28 14:25:05 -07:00
ajgeiss0702 a88a142348 progress 2021-07-27 18:41:55 -07:00
ajgeiss0702 696e7c126d progress 2021-07-23 11:46:29 -05:00