ccreativetab - Earthcomputer/clientcommands GitHub Wiki

/ccreativetab

This command lets you create, modify, and delete custom creative inventory tabs.

Usage

Usage Tree:

/ccreativetab
├─ modify
│  └─ <tab>
│     ├─ add
│     │  └─ <itemstack>
│     │     └─ <count>
│     ├─ remove
│     │  └─ <index>
│     ├─ set
│     │  └─ <index>
│     │     └─ <itemstack>
│     │        └─ <count>
│     ├─ icon
│     │  └─ <icon>
│     └─ rename
│        └─ <new>
├─ add
│  └─ <tab>
│     └─ <icon>
└─ remove
   └─ <tab>
  • Adding a tab: /ccreativetab add <tab_name> <icon_item>
    • Creates a new custom creative tab.
    • Example: /ccreativetab add operator minecraft:command_block would create a tab named "Operator" with a Command Block icon.
  • Removing a tab: /ccreativetab remove <tab_name>
    • Deletes an existing custom creative tab.
    • Example: /ccreativetab remove operator would remove the "MyItems" tab.
  • Modifying a tab: /ccreativetab modify <tab_name> ...
    • Adding an item: /ccreativetab modify <tab_name> add <item>
    • Removing an item: /ccreativetab modify <tab_name> remove <index>
    • Setting an item at a specific index: /ccreativetab modify <tab_name> set <index> <item>
    • Changing the icon: /ccreativetab modify <tab_name> icon <icon_item>
    • Renaming a tab: /ccreativetab modify <tab_name> rename <new_tab_name>

Note: After using this command, the client will require a restart for the changes to take full effect.

⚠️ **GitHub.com Fallback** ⚠️