Skip to content

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

PropertyValue
Command EngineNative Minecraft Vanilla GameRules (/gamerule)
Permission Level RequiredLevel 2 (OP / Server Administrator / Singleplayer Cheats Enabled)
Custom Brigadier SubtreesNone (Absence Policy verified: relies on vanilla /gamerule)
Execution SidednessServer-Side / Integrated Server Console & Chat
Live SyncInstant (Zero server restart required)

📜 Absence Policy & Architecture Notice

📌 Absence Policy Verification: Item Clumps intentionally omits custom Brigadier command subtrees (e.g. no custom /itemclumps root command). All administrative features are 100% integrated into Minecraft's native GameRules engine. 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_count

2. 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:

  1. Navigate to Game Menu $\rightarrow$ Edit World (or Create New World $\rightarrow$ Game Rules).
  2. Scroll to the custom category titled "Item Clumps".
  3. Toggle booleans with checkboxes or enter numeric bounds directly into the text fields.

Official documentation & web portal for Dasik Igaijinn mods.