fire_spread_radius_around_player
integerJava 26.2 onlySets the radius (in blocks) around each player in which fire is prevented from spreading. A value of 0 disables the feature — fire spreads normally. Setting this higher creates a personal fire-free zone around each player.
Common values
0Disabled (default)No player-centered fire suppression — fire spreads normally.
Java
/gamerule fire_spread_radius_around_player 05Small bufferPrevents fire from spreading within 5 blocks of each player.
Java
/gamerule fire_spread_radius_around_player 516Large buffer16-block fire-free radius around every player.
Java
/gamerule fire_spread_radius_around_player 16Default: 0. Restore with /gamerule fire_spread_radius_around_player 0
What fire_spread_radius_around_player does
Sets the radius (in blocks) around each player in which fire is prevented from spreading. A value of 0 disables the feature — fire spreads normally. Setting this higher creates a personal fire-free zone around each player.
fire_spread_radius_around_player is a Java Edition-only gamerule and is not available in Bedrock.