Skip to content

26.2 Commands

Rifa edited this page Aug 21, 2026 · 1 revision

๐Ÿ’ฌ Brigadier Commands & Absence Scope

Parameter Specification
Custom Brigadier Commands 0 (None Registered by Design)
Command Architecture Purely Client-Side GUI Interface
Vanilla Command Parity 100% Compatible with vanilla /gamerule commands
In-Game GUI Access Singleplayer Create World $\to$ Game Rules | Pause Menu $\to$ Game Rules

๐Ÿ“– Absence Policy Mandate

Note

Zero Custom Server Commands: In accordance with the Instant Gratification philosophy, Collapsible Game Rules does not register custom chat commands (e.g. /collapsiblegamerules reload or /cgr config). All configuration and category management is handled interactively directly on the native Game Rules GUI screen with instant visual feedback.


๐Ÿ’ป Vanilla Command Compatibility

Because the mod operates entirely on top of Minecraft's native AbstractGameRulesScreen, any changes made via standard in-game chat commands remain fully synchronized with the UI:

Common Vanilla /gamerule Commands

# Toggle mob griefing (creeper block damage)
/gamerule mobGriefing false

# Keep player inventory on death
/gamerule keepInventory true

# Set crop growth random tick speed
/gamerule randomTickSpeed 10

# Disable daylight cycle
/gamerule doDaylightCycle false

When you re-open the Game Rules screen, all values set via chat commands will be reflected immediately inside their respective collapsible categories.


๐Ÿ”— Related Documentation

Clone this wiki locally