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.

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?>
  • 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

Last updated