EndstoneMC / endstone

Endstone - High-level Plugin API for Bedrock Dedicated Servers (BDS), in both Python and C++.
http://endstone.dev/
Apache License 2.0
269 stars 26 forks source link

[feature] Call PlayerJoinEvent after receiving SetLocalPlayerInitializedPacket #37

Closed wu-vincent closed 3 months ago

wu-vincent commented 3 months ago

Is your feature request related to a problem? Please describe. Currently, forms being sent from the event are not visible to the client. This is due to the event is called before the client is ready to handle form packets.

wu-vincent commented 3 months ago

Completed in https://github.com/EndstoneMC/endstone/commit/b2979a8610b4371f6910c5761e2e28d6bb08adcd.