Merge branch 'dev/3.0.0' into dev/5.0.0

# Conflicts:
#	api/build.gradle.kts
#	gradle.properties
#	proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java
This commit is contained in:
Andrew Steinborn
2023-05-14 02:52:09 -04:00
20 changed files with 190 additions and 726 deletions

View File

@@ -87,6 +87,13 @@ public interface Player extends
*/
PlayerSettings getPlayerSettings();
/**
* Returns whether the player has sent its client settings.
*
* @return true if the player has sent its client settings
*/
boolean hasSentPlayerSettings();
/**
* Returns the player's mod info if they have a modded client.
*