Commit Graph

685 Commits

Author SHA1 Message Date
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 567f97f440 Ignore timeouts in placeholders 2023-07-07 22:21:25 -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 412d173d82 Better fetching of players for spigot api 2023-06-29 11:35:34 -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 06a4c47072 Fixed invalid servers in placeholders throwing an error instead of just saying the server is invalid 2023-06-13 14:53:33 -07:00
ajgeiss0702 c6976a3afb [nolist] found why I needed fakeultraperms 2023-06-11 10:53:09 -07:00
ajgeiss0702 538ec04400 [nolist] 2.5.0 2023-06-11 10:53:09 -07:00
ajgeiss0702 56fd8624d4 [nolist] use real UltraPermissionsAPI 2023-06-11 10:53:09 -07:00
ajgeiss0702 76b4aa1ce9 Fixed PositionChangeEvent being called when a player's position didn't change 2023-06-11 10:53:09 -07:00
ajgeiss0702 2b043d10d7 [nolist] remove debug spigot-side warning 2023-06-11 10:53:09 -07:00
ajgeiss0702 f93fbdcfa9 Ignore plugin messages from disconnected players 2023-06-11 10:53:09 -07:00
ajgeiss0702 01a5fd14e1 Add API events system 2023-06-11 10:53:09 -07:00
ajgeiss0702 a6a7ad00d0 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-11 10:53:09 -07:00
ajgeiss0702 3090140ae8 Fixed whitelist/restricted not working well in groups 2023-06-11 10:53:09 -07:00
ajgeiss0702 3e82e2119f Added %ajqueue_status_<server>_player% 2023-06-11 10:53:09 -07:00
ajgeiss0702 9890e03e01 Fixed API not having javadocs & sources 2023-06-11 10:53:09 -07:00
ajgeiss0702 2e5dc4191f Parse colors after placeholders so that colors work in placeholders 2023-06-11 10:53:09 -07:00
ajgeiss0702 9d44412319 [nolist] whoops, don't need gson 2023-06-11 10:53:09 -07:00
ajgeiss0702 e26c9c0448 Added Spigot-side API 2023-06-11 10:53:09 -07:00
ajgeiss0702 36aad85d19 Legacy format velocity kick reason instead of just stripping all formatting 2023-06-11 10:53:09 -07:00
ajgeiss0702 f9276bae7d Allow disabling of queue command cooldown system 2023-06-11 10:53:09 -07:00
ajgeiss0702 047c806369 Throw warning instead of error when trying to send a plugin message to a player thats not connected to a server 2023-06-11 10:53:09 -07:00
ajgeiss0702 b049db715a Update adventure 2023-06-11 10:53:09 -07:00
ajgeiss0702 a5f6937cbe (spigot) echo queue name when sending a player to a queue 2023-06-11 10:53:09 -07:00
ajgeiss0702 7ac5a48244 Fixed fulljoin and bypasspaused priority options not working 2023-06-11 10:53:09 -07:00
ajgeiss0702 6f6800187f Slash server commands will now not be shown if the user doesnt have permissions 2023-06-11 10:53:09 -07:00
ajgeiss0702 e0c8c29204 [nolist] found why I needed fakeultraperms 2023-06-11 10:44:13 -07:00
ajgeiss0702 bc3aa1ffe1 [nolist] 2.5.0 2023-06-11 10:42:06 -07:00
ajgeiss0702 609f1e4b81 [nolist] use real UltraPermissionsAPI 2023-06-11 10:41: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 49a3812867 [nolist] remove debug spigot-side warning 2023-06-10 09:38:26 -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 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