Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
FoggedUp
Gain precise control over the fog settings in your Minecraft server or map!
This both-sided mod empowers server administrators to customize the fog settings visible to players, enhancing the gameplay atmosphere and providing better control over visibility in your Minecraft world.
Features
- Control fog shape, start, and end distances for individual players.
- Supports sphere and cylinder fog shapes, or revert to Minecraft's default settings.
- Commands to set and retrieve fog settings.
Commands
/setfog shape <player> <shape>
- Description: Set the fog shape for a specific player.
- Options for
<shape>
:sphere
: Applies a spherical fog effect.cylinder
: Applies a cylindrical fog effect.reset
: Reverts to Minecraft's default fog behavior.
/setfog start <player> <float value>
- Description: Set the fog start distance for a specific player. The distance likely corresponds to the number of blocks, but this may vary.
- Options for
<float value>
:- Any positive number to specify the fog start distance.
reset
to revert to Minecraft's default behavior.
/setfog end <player> <float value>
- Description: Set the fog end distance for a specific player. This determines the point at which fog becomes completely opaque.
- Options for
<float value>
:- Any positive number to specify the fog end distance.
reset
to revert to Minecraft's default behavior.
/getfog <shape|start|end> <player>
- Description: Retrieve the current fog setting for a player.
- Returns: The value set for the selected property (
shape
,start
, orend
), ordefault
if no custom value is set.