Command GetAllItems - judamar/Carpet-Aquarium-Addition GitHub Wiki

How to use the /getallitems command

Usage

/getallitems use
/getallitems use <obtainability>
/getallitems <obtainability> <stackability>

Description

This command gives the player access to all item variants in the game, grouped into filled shulker boxes and placed in chests near the player. Items are filtered by obtainability and stackability modes.

Only works in Creative mode and must be executed by a player with permission level 2 or higher.


Obtainability Modes

  • everything: all items including unobtainables.
  • main_storage: items typically used in large-scale storage systems.
  • survival_obtainables: only items available in Survival.
  • unobtainables: items not obtainable in Survival.
  • use: displays interactive suggestions in chat.

Stackability Modes

  • stackables: includes items that stack to 16 or 64.
  • 64_stackables: only items that stack to 64.
  • 16_stackables: only items that stack to 16.
  • unstackables: items that do not stack (e.g., tools, armor).

Examples

/getallitems use

Displays a clickable list of obtainability modes.

/getallitems use main_storage

Displays clickable stackability options for the main_storage category.

/getallitems everything stackables

Generates shulker boxes with all stackable items in the game.

/getallitems unobtainables unstackables

Generates a chest full of shulkers containing unstackable unobtainable items.


Output

  • The command spawns chests at the player's location.
  • Each chest contains shulker boxes, each filled with 27 variants.
  • Each item is given in its maximum stack size.

Notes

  • Only works in Creative mode.
  • Only executable by players.
  • Permission level 2 required.
  • Inventory is not used — output is placed in the world.

Tab Completion

  • First argument: everything, main_storage, survival_obtainables, unobtainables, use
  • Second argument (if first is not use): stackables, 64_stackables, 16_stackables, unstackables