13
0
geforkt von Mirrors/Velocity
Velocity/api/src
Gero 6073f698e2
Add PlayerConfigurationEvent and PlayerEnteredConfigurationEvent (#1371)
* Configuring the player (i.e. sending resource packs) should now be done in the new PlayerConfigurationEvent.

* The new PlayerEnteredConfigurationEvent is called when a player acknowledged the switch to configuration state.

* The PlayerEnterConfigurationEvent is no longer called twice. It is now called when the backed wants to reconfigure the player.

* The PlayerFinishConfigurationEvent should no longer be used to configure the player (i.e. sending resource packs). This is because since 1.20.5 the backend server can't send keep alive packets between switching state anymore and the connection will thus time out.
2024-07-12 11:16:42 +02:00
..
ap/java/com/velocitypowered/api/plugin/ap Validate plugin dependency IDs in accordance to plugin ID requirements (#1231) 2024-02-07 21:30:55 -05:00
main/java/com/velocitypowered/api Add PlayerConfigurationEvent and PlayerEnteredConfigurationEvent (#1371) 2024-07-12 11:16:42 +02:00
test/java/com/velocitypowered/api Use Spotless for license formatting 2023-01-01 18:46:33 -05:00