diff --git a/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerLoginScriptEvent.java b/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerLoginScriptEvent.java index ddef2adbd5..6624fe9fb6 100644 --- a/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerLoginScriptEvent.java +++ b/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerLoginScriptEvent.java @@ -21,7 +21,7 @@ public class PlayerLoginScriptEvent extends BukkitScriptEvent implements Listene // // @Regex ^on player (logs in( for the first time)?|( first)? login)$ // - // @Triggers when a player logs in to the server. + // @Triggers when a player logs in to the server. This is during the authentication process, and should NOT be confused with <@link event player joins>. // // @Context // returns an ElementTag of the player's hostname.