Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
GroundReset
Automatically and gradually resets the terrain across the map, taking into account player's protections. Server side
| Date uploaded | 2 years ago |
| Version | 2.4.2 |
| Download link | Frogger-GroundReset-2.4.2.zip |
| Downloads | 210 |
| Dependency string | Frogger-GroundReset-2.4.2 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
GroundReset
Automatically and gradually resets the terrain across the map, taking into account player's protections.
Installation
Required only on the server side. Players do not need to install the mod.
Configuration
- Setting for the terrain reset time (TheTriggerTime).
- Setting for the degree of terrain restoration to its original state (Divider).
- Compatible with protections from vanilla and the WardIsLove mod.
- Created by order and for VitByr and his server.
Configuration values can be changed in-game.
Default config file GroundReset.cfg ⬇:
Click to expand!
[DO NOT TOUCH]
## [Synced with Server]
# Setting type: Single
# Default value: 0
time has passed since the last trigger = 0.3177821
[General]
## Locks client config file so it can't be modified [Synced with Server]
# Setting type: Boolean
# Default value: true
ServerConfigLock = true
## Time in minutes before reset [Synced with Server]
# Setting type: Single
# Default value: 4320
TheTriggerTime = 1
## The divider for the terrain restoration. Current value will be divided by this value. [Synced with Server]
# Setting type: Single
# Default value: 1.7
Divider = 5
## If the height is lower than this value, the terrain will be reset instantly. [Synced with Server]
# Setting type: Single
# Default value: 0.2
Min Height To Stepped Reset = 0.4
## How often elapsed time will be saved to config file. [Synced with Server]
# Setting type: Single
# Default value: 120
SavedTime Update Interval (seconds) = 120
Contact
Discord -
justafrogger
Me on Thunderstore -
Frrogger Mods
Mod page -
GroundReset
GitHub -
GroundReset
CHANGELOG
| Version | Date | Changes |
|---|---|---|
| 2.8.1 | 08.03.2026 | Readme fixes |
| 2.8.0 | 08.03.2026 | Moved away from JFUtils |
| 2.7.2 | 08.12.2025 | Fixed old bug in config reload logic |
| 2.7.1 | N/A | Removed discord webhook to pass thunderstore moderation |
| 2.7.0 | N/A | ArcaneWard support Works with Valheim 1.0.221.4 Better code parallelism Doesn't kick players during reset |
| 2.5.1 | N/A | WardIsLove fixes. Fixes in holes |
| 2.4.3 | N/A | More info in README and configs |
| 2.4.1 | N/A | Thunderstore relese |