| Name | player receives commands |
| Event Lines | player receives commands |
| Triggers | when the list of available server commands is sent to the player for tab completion. |
| Generated Examples | after player receives commands:
on player receives commands: |
| Has Player | Always. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
| Contexts | <context.commands> returns a ListTag of received commands.
|
| Determine | ListTag to set the player's available commands. NOTE: It is not possible to add entries to the command list, only remove them. |
| Group | Player |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerReceivesCommandsScriptEvent.java#L15 |