Commands and Permissions

Commands

Command
Alias
Description
Permission

reload

r

Reloads command prompter.

commandprompter.reload

cancel

c

Cancels command completion for command sender

commandprompter.cancel

rebuildheadcache

none

Command to rebuild Player UI's head cache.

commandprompter.rebuildheadcache

consoledelegate

none

Command for console delegate. This is not a CommandPrompter subcommand.

commandprompter.consoledelegate

playerdelegate

none

Command for player delegate. This is not a CommandPrompter subcommand

commandpromtper.consoledelegate

All commands with the exception of consoledelegate are sub-commands of commandprompter (cmdp). Therefore if you want to reload your configuration, you would need to do /cmdp reload

Permissions

Permission
Description

commandprompter.reload

Allows a player to reload CommandPrompter.

commandprompter.cancel

Allows a player to cancel their own command completion.

commandprompter.use

Allows a player to use CommandPrompter. (must be enabled)

commandprompter.rebuildheadcache

Allows a player to rebuild the head cache for Player UI.

commandprompter.consoledelegate

Permission just to hide the console delegate command from players.

commandprompter.playerdelegate

Permission just to hide the player delegate command from players.

Last updated