Commands and Permissions
All administrative commands except the delegates are children of /commandprompter (alias /cmdp).
Commands
/commandprompter
/cmdp
Any
Shows CommandPrompter help.
None
/cmdp reload
None
Any
Cancels all active sessions, then reloads both YAML files, the parser, locales, and presets.json.
promptpaper.reload
/cmdp cancel
None
Player
Cancels only the sender's active prompt session.
promptpaper.cancel
/cmdp version
None
Any
Shows the plugin version.
promptpaper.version
/consoledelegate <target> <command...>
/cd
Console only
Prompts the target player, then executes the completed command as console.
promptpaper.consoledelegate
/playerdelegate <target> <permission-key> <command...>
/pd
Console only
Prompts the target player, then executes the completed command as that player with the configured temporary permissions.
promptpaper.playerdelegate
Delegate targets accept player names and single-target Minecraft selectors such as @p. The commands use Paper's singular player argument, so multi-target selectors such as @a are rejected.
When Enable-Permission is enabled, a prompted delegate flow starts only if the target has promptpaper.use; the console sender's delegate permission does not bypass that target-side gate. A direct delegated command with no prompt tags is still dispatched.
Reload cancels every active prompt session before publishing the new configuration.
Permissions
The permission declarations do not set a custom default, so Paper treats them as operator-only by default.
promptpaper.admin
Master permission that grants every permission below.
OP
promptpaper.reload
Allows /cmdp reload.
OP
promptpaper.cancel
Allows /cmdp cancel.
OP
promptpaper.version
Allows /cmdp version.
OP
promptpaper.use
Allows prompt interception when Enable-Permission is enabled.
OP
promptpaper.consoledelegate
Allows the console delegate command. The command also has a console-only sender restriction.
OP
promptpaper.playerdelegate
Allows the player delegate command. The command also has a console-only sender restriction.
OP
Last updated
Was this helpful?