Skip to content

Hide players from each other based on distance.

License

Notifications You must be signed in to change notification settings

TagiaNet/ProximityFade

Repository files navigation

Proximity Fade

Hide players from each other based on proximity.

ProximityFade supports servers running Paper for Minecraft version 1.21.11.

Report bugs by creating an issue.

ProximityFadeDemo.mp4

Configuration

config.yml

# Player will become partially invisible
nearbyDistanceHorizontal: 8.0
nearbyDistanceVertical: 8.0
# Player will become completely invisible
closeDistanceHorizontal: 4.0
closeDistanceVertical: 4.0