Table of Contents
Who this is for: Minecraft players wanting to explore dark areas or build at night without placing torches everywhere.
Ready to jump in? Play minecraft games and put these night vision commands to the test!
Play free games on Playgama.com
Basic Night Vision Command
The simplest way to give yourself night vision in Minecraft is with the /effect
command. Open your chat window and type:
/effect give @s minecraft:night_vision 999 1
This command breaks down as follows: @s
targets yourself, minecraft:night_vision
is the effect ID, 999
sets the duration in seconds (about 16 minutes), and 1
is the amplifier level.
Targeting Other Players
To give night vision to another player, replace @s
with their username:
/effect give PlayerName minecraft:night_vision 999 1
You can also use selectors like @a
for all players, @p
for the nearest player, or @r
for a random player.
Duration and Amplifier Options
The duration can be any number from 1 to 1000000 seconds. For permanent night vision until death, use:
/effect give @s minecraft:night_vision 1000000 1
The amplifier ranges from 0 to 255, though anything above 1 doesn’t provide additional brightness. Level 0 gives basic night vision, while level 1 offers slightly enhanced visibility.
Removing Night Vision
To remove the night vision effect, use:
/effect clear @s minecraft:night_vision
Or clear all effects with /effect clear @s
.
Command Requirements
These commands require operator permissions in multiplayer servers or having cheats enabled in single-player worlds. In creative mode, you automatically have access to these commands.
Whether you’re exploring dark caves or building at night, mastering these night vision commands will make your Minecraft adventures much more enjoyable and help you discover even more creative possibilities in your blocky world.
TL;DR
Use `/effect give @s minecraft:night_vision 999 1` to give yourself night vision for 16+ minutes. Replace `@s` with player names to target others, and adjust duration/amplifier as needed.
