Commit Graph

45 Commits

Author SHA1 Message Date
ajgeiss0702 6592925c6d Added manual-max-players to the config, which allows you to set a max player count for servers/groups 2023-07-31 17:53:28 -07:00
ajgeiss0702 0899bf88ed Add API events system 2023-06-08 17:00:49 -07:00
ajgeiss0702 c26e5835b7 Added Spigot-side API 2023-05-27 18:14:34 -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 042e2f4a43 Fixed offline-time not working (because it was miliseconds instead of seconds) 2023-01-14 10:24:57 -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 0a2db4f09a Fix a semi-rare error when a server is offline on bungeecord 2023-01-09 15:23:04 -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 4f7a137ea8 Fixed an error that could happen when checking if a server is full 2022-08-15 16:56:07 -07:00
ajgeiss0702 478f2cf78d Move server ping cache storage to the AdaptedServer instance 2022-08-15 13:41:32 -07:00
ajgeiss0702 0c4911eb60 make bungee events non-blocking 2022-04-21 11:16:01 -07:00
ajgeiss0702 5cb5370914 add support for getting protocol using viaversion's api 2022-01-14 00:11:26 -07:00
ajgeiss0702 cca8c2740f fix kick-kicked-players looking for queueserver name instead of server name 2022-01-04 10:38:56 -07:00
ajgeiss0702 0b44a259ea add kick-kicked-players 2021-12-30 02:36:17 -07:00
ajgeiss0702 3573c34bc6 fix no args detected as 1 arg 2021-12-25 19:30:45 -07:00
ajgeiss0702 e07fb4cc51 handle plugin messages async on bungee 2021-12-15 20:57:24 -07:00
ajgeiss0702 bce37cb278 fix exception not being passed through future 2021-12-11 10:43:53 -07:00
ajgeiss0702 0c84632cc0 Some debug 2021-10-23 11:50:06 -07:00
ajgeiss0702 a72e3f67c1 manually add one to player count when balancing players 2021-10-21 13:23:00 -07:00
ajgeiss0702 37f8a0cac6 fix commandMap not being initd 2021-10-11 18:59:13 -07:00
ajgeiss0702 d9a5142d48 add slash server aliases 2021-09-25 16:48:21 -07:00
ajgeiss0702 645f33a162 clean some stuff up 2021-09-14 12:33:02 -07:00
ajgeiss0702 d5cdc9afc0 dont check permission if permission is null 2021-08-29 09:28:05 -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 1125dbeb85 make sure server ping is null if the server isnt online 2021-08-25 09:01:41 -07:00
ajgeiss0702 e43967ecb4 quick fix description error 2021-08-24 15:40:19 -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 3843cb9fdf actionbar 2021-08-16 14:54:23 -07:00
ajgeiss0702 f2e6cc1b9b actionbar 2021-08-16 14:27:00 -07:00
ajgeiss0702 0d910d391c fix an error with the kick event 2021-08-09 09:12:17 -07:00
ajgeiss0702 4e6c10ccb2 pre6 - UltraPermissions hook & bstats 2021-08-05 17:28:11 -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 a8668890ce fixed messages from commands not disabling correctly 2021-08-01 11:19:25 -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 7825bd650d pre2 2021-07-30 07:58:21 -07:00
ajgeiss0702 bbf644109b clean-up 2021-07-29 14:28:09 -07:00
ajgeiss0702 07721809fb almost done :) 2021-07-29 14:17:25 -07:00