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/--exposedA block must be connected to air on at least one side.-c/--coveredA block must not be exposed to air at all.
Data Flags (only one allowed)
-j/--jsonSets the export format to json (default)-r/--rawSet the export format to raw.
Misc Flags
-d/--diagonalIncludes diagonals in the flood fill.-o/--outlineDirectly outlines the result.a/--auto_dispatchTries 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/--immovalbeMakes the mannequin immovable.-l/--left_handedMakes 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/--containsuses contains (default).-r/--regexuses regex search.-s/--starts_withchecks if the start is equal.-e/--ends_withchecks if the ending is equal.
Limiting flags (only one allowed)
-l/--limit<amount>Limits the items to find (default is 100).-a/--allTakes all items that match the search.
Misc flags
-m/--match_caseEnables case-sensitive matching.-g/--giveAutomatically gives you all items that match the search.
/catharsis dev regex
Opens the regex tester GUI.
TODO SOPHIE WRITE DOCS FOR THIS