Commands & Administration (MC 26.2)
This document details server administration, permission nodes, command syntax, and Absence Policy verification for Item Clumps on Minecraft 26.2.
📊 Administration Infobox
| Property | Value |
|---|---|
| Command Engine | Native Minecraft Vanilla GameRules (/gamerule) |
| Permission Level Required | Level 2 (OP / Server Administrator / Singleplayer Cheats Enabled) |
| Custom Brigadier Subtrees | None (Absence Policy verified: relies on vanilla /gamerule) |
| Execution Sidedness | Server-Side / Integrated Server Console & Chat |
| Live Sync | Instant (Zero server restart required) |
📜 Absence Policy & Architecture Notice
📌 Absence Policy Verification: Item Clumps intentionally omits custom Brigadier command subtrees (e.g. no custom
/itemclumpsroot command). All administrative features are 100% integrated into Minecraft's nativeGameRulesengine. This ensures maximum compatibility with vanilla command blocks, permissions plugins (LuckPerms), and native server wrappers (Pterodactyl, AMP).
🛠️ Command Syntax & Querying
Administrators can view current values or apply changes using standard syntax:
1. Querying Active Values
text
/gamerule item_clumps:enable_clumping
/gamerule item_clumps:max_clump_size
/gamerule item_clumps:merge_radius
/gamerule item_clumps:render_labels
/gamerule item_clumps:label_min_count2. Modifying Values
text
/gamerule item_clumps:enable_clumping <true|false>
/gamerule item_clumps:max_clump_size <integer>
/gamerule item_clumps:merge_radius <integer (1-10)>
/gamerule item_clumps:render_labels <true|false>
/gamerule item_clumps:label_min_count <integer (-1 to max)>🖥️ Graphical Game Rules Screen
In singleplayer or LAN worlds:
- Navigate to Game Menu $\rightarrow$ Edit World (or Create New World $\rightarrow$ Game Rules).
- Scroll to the custom category titled "Item Clumps".
- Toggle booleans with checkboxes or enter numeric bounds directly into the text fields.
