diff --git a/api/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java b/api/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java index 56d54246..2b08ce7a 100644 --- a/api/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java +++ b/api/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java @@ -10,6 +10,10 @@ import net.md_5.bungee.api.plugin.Cancellable; /** * Event called to represent a player first making their presence and username * known. + * + * This will NOT contain many attributes relating to the player which are filled + * in after authentication with Mojang's servers. Examples of attributes which + * are not available include their UUID. */ @Data @ToString(callSuper = false)