What this does depends on your version:
- 1.20.1+: create, delete and fill custom tabs with commands. Every player on the server sees the same tabs.
- 1.19.4 and older: Adds a single utility tab with access to hidden vanilla items (Command Blocks, Barriers, Structure Blocks, Light Blocks).
Dynamic tab manager (1.20.1+)
Admins create tabs via commands. Tabs are saved to JSON and synced to every player on login. Permission levels control who can create, delete, or modify tabs.
Note: After tab changes, players need to rejoin for the creative inventory to update.
Commands
| Command | Description |
|---|---|
/customtab create <id> <name> <icon> |
Create a new tab |
/customtab delete <id> |
Delete a tab |
/customtab list |
List all tabs |
/customtab add <tabId> <item> |
Add an item to a tab |
/customtab remove <tabId> <item> |
Remove an item from a tab |
/customtab items <tabId> |
List all items in a tab |
/customtab rename <tabId> <name> |
Rename a tab |
/customtab seticon <tabId> <icon> |
Change the tab icon |
/customtab setpermission <tabId> <perm> |
Set tab permission |
/customtab reload |
Reload tabs and config (OP 4) |
Permission levels
| Level | Who |
|---|---|
EVERYONE |
All players |
OP_LEVEL_2 |
OP 2+ |
OP_LEVEL_3 |
OP 3+ |
OP_LEVEL_4 |
OP 4 only |
Configuration
config/saroscreativetabs-config.json:
| Option | Default | Description |
|---|---|---|
defaultTabPermission |
EVERYONE |
Default permission for new tabs |
createTabPermission |
OP_LEVEL_2 |
Who can create tabs |
deleteTabPermission |
OP_LEVEL_2 |
Who can delete tabs |
modifyTabPermission |
EVERYONE |
Who can modify tabs |
enableDebugLogging |
false |
Enable debug logs |
Legacy (1.19.4 and older)
Adds one custom creative tab containing items you would otherwise need commands for: Command Block, Chain Command Block, Repeating Command Block, Structure Block, Structure Void, Barrier, Debug Stick, and Command Block Minecart.
Gallery
Note: This wiki is the documentation. Questions and bug reports are faster on the Discord server.