Skip to content

Commit

Permalink
add clarification to logs in event meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 21, 2019
1 parent a49f134 commit e571aae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
// <context.hostname> returns an ElementTag of the player's hostname.
Expand Down

0 comments on commit e571aae

Please sign in to comment.