Skip to content

StorageTechX

CommandLeo edited this page Aug 29, 2024 · 2 revisions

Info

A suite of tools for Storage Tech.

How to install

Run the following commands in-game:

  • /carpet scriptsAppStore CommandLeo/scarpet/contents/programs
  • /script download stx.sc

Commands

/stx help
Shows a short help menu.

/stx modules
A command to manage and install other related storage tech scarpet scripts.

  • /stx modules or /stx modules list - Lists installed modules
  • /stx modules install <module> - Installs a module

/stx dummy_item
A command to customise the stackable and the unstackable dummy items.

  • /stx dummy_item (stackable|unstackable) set (hand|item <item>) - Sets the dummy item
  • /stx dummy_item (stackable|unstackable) reset - Resets the dummy item
  • /stx dummy_item (stackable|unstackable) get - Prints the dummy item
  • /stx dummy_item (stackable|unstackable) give - Gives the player a dummy item

/stx settings
A command to customise how the commands of the script work. Available settings:

  • shulker_box_color - The color of shulker boxes
  • item_frame_type- The type of item frame to use (normal or glowing)
  • filter_item_amount - The amount of filter items in the first slot of low threshold item filters
  • double_chest_direction - The direction where to place the second half of double chests
  • extra_containers_mode - How extra containers should be filled
  • invalid_items_mode - How invalid items should be handled
  • air_mode - How air items should be handled
  • placing_offset - The offset between placed blocks
  • skip_empty_spots - Whether to skip empty spots
  • replace_blocks - Whether to replace non-air blocks when placing blocks
  • minimal_filling - Whether to fill the first slot of standard item filters with only a single filter item regardless
  • prefer_unstackables - Whether to use unstackable dummy items instead of full stacks of stackable dummy items
  • encoder_chest_max_filling - Whether to use normal items instead of dummy items to adjust the signal strength of encoder chests, if needed to fit more item types

/stx item_list
A command to manage item lists.

  • /stx item_list create - Creates an item list
  • /stx item_list clone - Clones an item list
  • /stx item_list rename - Renames an item list
  • /stx item_list edit - Edits an item list
  • /stx item_list delete - Deletes an item list
  • /stx item_list list - Lists all item lists
  • /stx item_list info - Lists the contents of an item list in chat
  • /stx item_list view - Displays the contents of an item list in a menu

/stx item_filter
A command to setup item filters with different items.

  • /stx item_filter <item_filter> fill <from_pos> <to_pos> [items <items> | item_list <item_list> | item_layout <item_layout>] - Fills hoppers in an area with the specified item filter
  • /stx item_filter <item_filter> give [items <items> | item_list <item_list> | item_layout <item_layout>] - Gives a special item that places a row of item filters when used
  • /stx item_filter <item_filter> view [<item>] - Shows a preview of the specified item filter

Available item filters: ss3, ssi_ss2, overstacking (if you are in 1.20.4- or if stackable shulker boxes are enabled), box_sorter, stack_separation.


/stx container
A command to fill containers with different items in various ways.

  • /stx container <container_mode> fill <from_pos> <to_pos> [items <items> | item_list <item_list> | item_layout <item_layout>] - Fills containers in an area with the specified mode
  • /stx container <container_mode> give <container> [items <items> | item_list <item_list> | item_layout <item_layout>] - Gives a special item that places a row of the specified container filled with the specified mode when used.

Available container modes: full, full_boxes, prefill, prefill_unstackables, single_full_box, single_item, single_stack.
Available container types: all shulker boxes, barrels, chests, double chests, hoppers, droppers and dispensers.


/stx quick_fill
A command to quickly fill one or multiple containers with a single item type.

  • /stx quick_fill <container_mode> <item> [<from_pos>] [<to_pos>] - Fills containers with one of the modes from the /stx container command
  • /stx quick_fill item_filter <item_filter> <item> [<from_pos>] [<to_pos>] - Fills hoppers with one of the item filters from the /stx item_filter command
  • /stx quick_fill empty_boxes [<from_pos>] [<to_pos>] - Fills containers with empty shulker boxes
  • /stx quick_fill empty_boxes_stacked [<from_pos>] [<to_pos>] - Fills containers with stacked empty shulker boxes

/stx empty
Empties containers in an area.

  • /stx empty [<from_pos>] [<to_pos>]

/stx item_frame
A command to place a row of item frames with items inside.

  • /stx item_frame place <from_pos> <to_pos> <facing> <item_lists> - Places a row of item frames.
  • /stx item_frame give <item_lists> - Gives a special item that places a row of item frames when used.

/stx encoder_chest
A command to setup encoder chest from multiple lists of items. Encoder chests are chests whose signal strength goes down by 1 if any item inside gets removed.

  • /stx encoder_chest <target_signal_strength> fill <from_pos> <to_pos> <item_lists> - Turns a row of chests into encoder chests.
  • /stx encoder_chest <target_signal_strength> give <item_lists> - Gives a special item that places a row of encoder chests when used.

/stx mis_chest
A command to setup MIS chests. MIS chests are just chests with 2 different items in each slot and unstackables in the leftover slots.

  • /stx mis_chest fill <from_pos> <to_pos> <item_lists> - Turns a row of chests into MIS chests.
  • /stx mis_chest give <item_lists> - Gives a special item that places a row of MIS chests when used.

/stx mixed_chests
A command to get chests containing multiple items inside. Available modes: full_boxes, single_item_boxes, single_stack_boxes, single_items, single_stacks, mixed_boxes (shulker boxes where each slot has a different item).


/stx bundle
A command to get a bundle filled with items.

  • /stx bundle [items <items> | item_list <item_list> | item_layout <item_layout>]

/stx full_box
A command to get a shulker box full of an item.

  • /stx full_box <item> [<color>]
Clone this wiki locally