-
Notifications
You must be signed in to change notification settings - Fork 0
26.2 Commands and Administration
This document details server administration, permission nodes, command syntax, and Absence Policy verification for Item Clumps on Minecraft 26.2.
| 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 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).
Administrators can view current values or apply changes using standard syntax:
/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
/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)>
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.
Item Clumps is engineered with ❤️ by Dasik (Rifaditya) | Licensed under GNU General Public License v3.0 (GPL-3.0-or-later).
📌 Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
- 26.2 Hub
- 26.2 Mega-Stack Clumping
- 26.2 Smart Pickup System
- 26.2 Hopper Integration
- 26.2 Despawn Age Rules
- 26.2 Holographic Labels
- 26.2 Mod Compatibility
- 26.2 GameRules Table
- 26.2 Commands & Admin
- 26.2 Advancements
- 26.2 Configuration
- 26.2 ModVersionGuard
- 26.2 Architecture & Mixins
- 26.2 Developer Setup
- 26.2 API & Addons
- 26.2 FAQ & Diagnostics
- 26.1.2 Hub
- 26.1.2 Mega-Stack Clumping
- 26.1.2 Smart Pickup System
- 26.1.2 Hopper Integration
- 26.1.2 Despawn Age Rules
- 26.1.2 Holographic Labels
- 26.1.2 GameRules Table
- 26.1.2 Commands & Admin
- 26.1.2 Advancements
- 26.1.2 Configuration
- 26.1.2 Architecture & Mixins
- 26.1.2 Developer Setup
- 26.1.2 API & Addons
- 26.1.2 FAQ & Diagnostics