Skip to content

Command gamerule

github-actions[bot] edited this page Jul 15, 2026 · 1 revision

/gamerule

/gamerule <rule> [value]

Reads or sets a registered per-world AdventureCraft game rule.

Usage notes

Omitting the value reports the current rule value.

Registered rules

Rule Default Type/range
decay_leaves false boolean
sunburn_undead true boolean
melt_ice true boolean
freeze_water true boolean
allow_bed true boolean
allow_bonemeal true boolean
allow_hoe true boolean
allow_inventory_crafting false boolean
snow_accumulation_height 1 0–8

Evidence

ServerCommands.java line 180

Back to Current Commands.

Clone this wiki locally