Why CommandPrompter?
CommandPrompter turns static commands (like those in DeluxeMenus, ChestCommands, or Citizens NPCs) into interactive workflows.
The Problem
Traditional menu buttons execute fixed, hardcoded commands. You cannot easily prompt a player for dynamic input (such as a target player name, a reason, or an amount) without complex workarounds.
The Solution
By replacing static arguments with prompt placeholders (e.g., /ban <Who do you want to ban?> <Reason?>), CommandPrompter dynamically captures player input at runtime and constructs the final command.
Use Cases
NPC Interaction: Ask for confirmation before performing actions like teleportation.
Announcements: Let staff broadcast custom messages via a simple menu button.
Economy/Shops: Prompt players for quantities when buying or selling items.
Moderation: Query staff for player names, ban reasons, or mute durations dynamically.
Last updated
Was this helpful?