HomeJavaModsStep Erosion
Step Erosion
ModsJava

Step Erosion

by LanoHere · on Modrinth

A dynamic Minecraft plugin that simulates environmental wear. High-traffic areas naturally degrade from grass into trails over time, making player…

⬇ Download on Modrinth
Step Erosion — screenshot 1Step Erosion — screenshot 2

StepErosion

StepErosion is a lightweight Paper plugin that makes your Minecraft world feel alive - paths form naturally wherever players walk most often.

How it works

Every step a player takes is tracked using a sliding time window. Once a block accumulates enough footsteps within that window, it erodes to the next stage:

GRASS_BLOCK ──[20 steps]──► DIRT ──[50 steps]──► DIRT_PATH

Paths are not permanent - if a DIRT_PATH block goes unwalked for long enough, it slowly reverts back to DIRT, simulating natural recovery.

Features

Configuration

erosion:
  dirt-threshold: 20        # steps to erode GRASS → DIRT
  path-threshold: 50        # steps to erode DIRT → DIRT_PATH
  step-window-ticks: 1728000    # 1 day — sliding window size
  recovery-window-ticks: 5184000  # 3 days — idle time before path reverts

Commands & Permissions

Command Description
/se info Show erosion data for the block under your feet
/se list List all currently tracked blocks
/se reset Clear erosion data for the block under your feet
/se simulate <n> Simulate N footsteps on the block under your feet
/se config Display active configuration values
/se reload Reload config.yml without restarting the server

Permission: steperosion.admin (default: op)

Requirements

⚠️ Region Plugin Compatibility

Currently, StepErosion does not integrate with region protection plugins such as Towny, WorldGuard, GriefPrevention, PlotSquared, or similar plot-based solutions.

This means erosion can occur in protected areas if players are allowed to walk there.

Full region plugin support is planned for a future update.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more