| Name | player joins |
| Event Lines | player joins
player join |
| Triggers | when a player joins the server. |
| Generated Examples | after player joins:
on player join: after player join: |
| Has Player | Always. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
| Contexts | <context.message> returns an ElementTag of the join message.
|
| Determine | ElementTag to change the join message.
"NONE" to cancel the join message. |
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Player |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerJoinsScriptEvent.java#L16 |