Skip to content

Commands

/catharsis dev hand_id

Prints the id used to modify the item into chat. Also adds a copy button.

/catharsis dev areas

/catharsis dev areas toggle <id>

Toggles rendering of a debug view of the bounding box/octree associated with the area.

/catharsis dev areas disable_all

Disables all active debug renderers.

/catharsis dev area_selection

/catharsis dev area_selection <add|remove> <id>

Adds/Removes the specified block to/from the allow list.

/catharsis dev area_selection list

Prints out the current allow list.

/catharsis dev area_selection run {-j} {100}

Dispatches the area selection with the current allow list, the range is the max distance from the origin.

Usage: /catharsis dev area_selection run [-d] [-e|-c] [-j|-r] [-a] [-o] <query>

Flags

State Flags (only one allowed)

  • -e/--exposed A block must be connected to air on at least one side.
  • -c/--covered A block must not be exposed to air at all.

Data Flags (only one allowed)

  • -j/--json Sets the export format to json (default)
  • -r/--raw Set the export format to raw.

Misc Flags

  • -d/--diagonal Includes diagonals in the flood fill.
  • -o/--outline Directly outlines the result.
  • a/--auto_dispatch Tries to dispatch a flood fill select for every block in the radius (square).

/catharsis dev area_selection clear

Clears all entries from the allow list.

/catharsis dev give <type>

/catharsis dev give armorstand <query>

Gives an armorstand with the armor set of the specified SkyBlock item.

/catharsis dev give mannequin [flags] <query>

Gives a mannequin with the armor set of the specified SkyBlock item.

Usage: /catharsis dev give mannequin [-d|-c|-s|-f|-e] [-i] [-l] <query>

Flags

Pose Flags (only one allowed)

  • -d/--standing (default)
  • -c/--crouching
  • -s/--swimming
  • -f/--fall_flying
  • -e/--sleeping

Misc flags

  • -i/--immovalbe Makes the mannequin immovable.
  • -l/--left_handed Makes the primary hand the left hand.

/catharsis dev give item id|name <query>

Gives an item by its SkyBlock ID or name.

/catharsis dev find ids|names [flags] <query>

A utility command to find items, by default uses a contains search that ignores the cases and limits it to 100 items.

Usage: /catharsis dev find <ids|names> [-r|-c|-s|-e] [-l <amount>|-a] [-m] [-g] <query>

Flags

Filtering flags (only one allowed)

  • -c/--contains uses contains (default).
  • -r/--regex uses regex search.
  • -s/--starts_with checks if the start is equal.
  • -e/--ends_with checks if the ending is equal.

Limiting flags (only one allowed)

  • -l/--limit <amount> Limits the items to find (default is 100).
  • -a/--all Takes all items that match the search.

Misc flags

  • -m/--match_case Enables case-sensitive matching.
  • -g/--give Automatically gives you all items that match the search.

/catharsis dev regex

Opens the regex tester GUI.

TODO SOPHIE WRITE DOCS FOR THIS