
A PaperMC plugin adding quiet echoes, liminal thoughts, and absolute abyss darkness.

A moody PaperMC plugin that turns underground mining into a quiet, introspective, and slightly unsettling journey. It completely strips away flashy particles to focus on isolation, soundscapes, and raw psychological depth.
As players descend deeper into the earth, the world slowly changes. FOG tracks player depth in real-time and triggers subtle atmospheric changes depending on their current zone:
There are no floating bubbles, colorful dusts, or flashy indicators. The atmosphere is built purely on ambient sound cues, raw text, and sensory deprivation.
When an atmospheric trigger occurs in the Abyss, the player is struck with a pure, black Darkness effect for 10 seconds (200 ticks), simulating a warden passing by in the dark.

To prevent spam, the plugin tracks which thoughts a player has already experienced during their current zone visit. It will never show the same text twice until they leave the zone (which resets their history). If a player has seen everything in a zone, the whispers fade to absolute silence.
The help and status interfaces are designed with a retro psychological horror aesthetic:
Deep underground, you are never truly alone. The plugin triggers sensory hallucinations:
For the best atmospheric experience, it is highly recommended to:

/fog on/fog off/fog status/fog time <shallow|deep|abyss> <seconds>config.yml in real-time./fog reload
config.yml)The configuration is extremely clean. You can add or modify thoughts and sounds for each depth zone:
depth:
shallow: 59
deep: 29
abyss: -1
intervals:
shallow: 120
deep: 300
abyss: 600
atmospheres:
shallow_thoughts:
zone: shallow
messages:
- "some things just take time, but i don't mind waiting. it's warm near the furnace."
- "i don't restart worlds because they're bad. i restart them because i miss beginnings."
sounds:
- "minecraft:ambient.cave"
deep_reflections:
zone: deep
messages:
- "i mined for hours and found no diamonds but i didn't really fail i just forgot i was looking for coal"
sounds:
- "minecraft:ambient.cave"
- "minecraft:block.portal.ambient"
abyss_echoes:
zone: abyss
messages:
- "you feel like seeing village torches in the distance after walking through darkness for too long"
sounds:
- "minecraft:entity.warden.ambient"
fog-2.0.0.jar into your server's plugins/ directory.Please keep in mind that there might be compatibility conflicts with other plugins on your server.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it.