Skip to content

Chaos Command

Yeelp edited this page Aug 4, 2023 · 3 revisions

The Chaos Command is a server command to apply, remove or check for specific Chaos Effects to/on the user.

Syntax and Usage

Notice the below command syntax does not include a player argument, the result of the command is always applied to the executing player. Trying to execute this command on another mob via the /execute command will not work, unless /execute is used to make other players execute the command. /chaos <apply|isActive|clear> [effect]

where:

apply, isActive and clear are the three main (required) options. They do what they say, which is:

  • apply Applies the effect (optional) Chaos Effect to the user. This returns a simple success message on a success.
  • isActive Checks if the effect Chaos Effect is active, and returns a "Yes!" if it is active and a "No" if not. effect is required and not optional here.
  • clear Removes the effect (optional) Chaos Effect from the user. This returns a simple success message on a success.

effect is an optional argument (except for the isActive option, where it is required) and must be a valid Chaos Effect. Valid Chaos Effects are suggested as TAB auto completions. If omitted, apply and clear have the following behaviours:

  • apply with no effect argument will apply a random Chaos Effect.
  • clear with no effect argument will remove all Chaos Effects on the user.
Clone this wiki locally