Skip to content

Current Commands

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

Current Commands

Generated from ServerCommands.java and GameRules.java. Each command links to a source-backed detail page.

In single-player, command chat is normally opened while debug mode is active. Use /help <command> in game for the runtime command tree.

Command syntax Current behavior
/config Opens the current world's configuration screen.
/test Opens the map-editing HUD.
/scriptstats Opens the per-script timing statistics screen.
/textureatlas Opens the texture-atlas inspection screen.
/day Sets the current world's time of day to 0.
/night Sets the current world's time of day to 14000.
/removemobs Removes every loaded Mob except the player and reports the count.
/cameraclear Clears every point from the camera block currently being edited.
/fullbright Sets all 16 world brightness-ramp entries to full brightness and rebuilds renderers.
/scriptstatreset Clears collected timing statistics for all loaded map scripts.
/health [amount] Sets both health and maximum health; the omitted amount defaults to 12.
/undo [amount] Undoes up to the requested number of recorded edit actions.
/redo [amount] Redoes up to the requested number of undone edit actions.
/mapedit [true|false] Sets or toggles level-editing mode.
/renderpaths [true|false] Sets or toggles entity-path debug rendering.
/renderfov [true|false] Sets or toggles field-of-view debug rendering.
/rendercollisions [true|false] Sets or toggles collision debug rendering.
/renderrays [true|false] Sets or toggles raycast debug rendering.
/fluidcollision [true|false] Sets or toggles whether debug targeting can hit fluids.
/fly [true|false] or /fly <speed> Sets/toggles flying or sets flight speed.
/noclip [true|false] Sets or toggles collision-free movement.
/cameraadd <time> Adds a quadratic-blend camera point at the executing entity's view position and rotation.
/help [page|command] Lists command help pages or describes a command path.
/gamerule <rule> [value] Reads or sets a registered per-world AdventureCraft game rule.
/undostack [clear] Reports undo/redo stack sizes or clears both stacks.

Game 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

Historical command correction

The current /day command sets time of day to 0; /night sets it to 14000, not the historical-wiki value of 12000.

The Fandom-era commands /toggledecay, /togglemelting, /mobsburn are not registered by the current source. Their behavior is represented by /gamerule entries above.

Clone this wiki locally