ChameleonFramework / Chameleon

Cross-platform Minecraft plugin framework
MIT License
36 stars 7 forks source link

refactor(event)!: add ProxyUser{,Server}ConnectedEvent #400

Closed joshuasing closed 4 months ago

joshuasing commented 4 months ago

Summary Add ProxyUserConnectedEvent which is dispatched once the user has successfully connected to the proxy and has been connected to a server.

Rename ProxyUserSwitchEvent to ProxyUserServerConnectedEvent, as the new naming makes a lot more sense in the context of how the proxy works and when the event is dispatched.

Changes

Checklist

This pull request contains breaking changes.