command (task type)

Since v2.12

Execute a specific command.

This task may not work for commands not properly registered with the server (e.g. commands made with plugins like DeluxeMenu).

Options

Key Description Type Required Default Notes
command / commands The command(s) to execute. String, or list of strings Yes - -
ignore-case Whether the casing of the command should be ignored. Boolean No false -
command-match-mode The match mode to be used to compare the strings String No EQUALS One of: EQUALS, STARTS_WITH, ENDS_WITH.
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Ask for help:

command:
  type: "command"
  command: "help"                       # command to execute
  ignore-case: true                     # (OPTIONAL) ignore capitalisation  - default: false
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.

This site uses Just the Docs, a documentation theme for Jekyll.