On Send Command List (Event) — Skript
Addon: Skript · Category: Event · Since: 2.8.0
Syntax
[on] send[ing] [of [the]] [server] command[s] listDescription
Called when the server sends a list of commands to the player. This usually happens on join. The sent commands can be modified via the <a href='#ExprSentCommands'>sent commands expression</a>. Modifications will affect what commands show up for the player to tab complete. They will not affect what commands the player can actually run. Adding new commands to the list is illegal behavior and will be ignored.
Event Values
- event-player
- event-world
Examples
on send command list:
set command list to command list where [input does not contain ":"]
remove "help" from command list