Player Delegate

The player delegate command is derived from the Console Delegate feature. That means this command can only be called from the console.

The only difference is the format of the command (which requires an additional permission attachment), and after prompt completion, the completed command is executed as a player, not a console.

The Player Delegate Command

As I've mentioned before, this command can only be executed through the console. However, it's important to note that the completed command will be executed by the player.

Usage

The player delegate command has the following format:

playerdelegate <target_player> <permission attachment name> <command...> 

The last part of the command is a greedy argument, therefore anything past the permission attachment will be considered as a command.

Permission attachments are user-defined, however, if you don't want to use any, you can just pass NONE as the permission attachment.

Last updated