# Sign UI Prompt

Sign UI is a new addition that was introduced on `Project Secundum` and was only tested on 1.17+ versions of Minecraft.

| SignUI Prompt   |                                                                                              |
| --------------- | -------------------------------------------------------------------------------------------- |
| Prompt Argument | `-s` (space after is required)                                                               |
| Break lines     | Yes                                                                                          |
| Color Support   | No. Due to limitations, for now, SignGUI does not support colors.                            |
| Configurable    | [Yes](https://cyr1en.gitbook.io/commandprompter/configuration/prompts-configuration/sign-ui) |

**Notable feature** (Subject to change)

* Two types: `Single Argument` and `Multi Argument`
  * **Single Argument:** A single argument SignUI prompt is the default type. It will simply put the prompt on the very first line of the sign and will combine every following line into one (separated by spaces).
  * **Multi Argument**: A multi argument SignUI is determined by an occurrence of the character `:`. Everything typed after the `:` is considered an answer.

**Example**

The examples below shows the command with a prompt and a corresponding image of its appearance

* Single Argument:

  ```
  /gamemode <-s What gamemode?>
  ```

  ![](https://i.imgur.com/AwiAJL8.png)
* Multi Argument:

  ```
  /time <-s Time Command{br}Add or Set:{br}Value:>
  ```

  Let's say I typed `add` and `1600`, the command to dispatch is going to be `/time add 1600`

  ![](https://i.imgur.com/40ayTIG.png)
