Commit Graph

6 Commits

Author SHA1 Message Date
Samuel 0c9527118a
Add unstable API for custom Login Plugin Messages (#2074)
* Add LoginPluginMessageBox to allow sending custom login plugin messages

* throw in ConnectionManager because AsyncUtils has a try catch

* Stack requests in AsyncPlayerPreLoginEvent so the user-facing API is scoped to the login stage

* Fix addPluginRequest javadoc

* feat: encapsulate velocityproxy logic, other minor tweaks

* fix: revert velocityproxy changes

---------

Co-authored-by: mworzala <mattheworzala@gmail.com>
2024-04-01 16:36:13 -04:00
TheMode 2cc92e5e3e Simplify login process 2021-07-26 15:49:03 +02:00
TheMode 2d8474282b Made Event an interface 2021-06-02 08:17:03 +02:00
TheMode 02fe4c65a2 Use traits for events 2021-06-02 07:09:15 +02:00
themode deb8cab03a Remove unnecessary checks 2021-01-06 18:01:39 +01:00
themode 28c5e39f8b Pre login event is now async 2020-12-27 22:16:19 +01:00