
A paper plugin that changes physics for specific blocks (configurable) and behave like sand or break on contact with the ground.
A premium, highly-optimized Paper Minecraft plugin for selective block-gravity physics and instant canopy leaf shattering! Add custom weight-based physics to logs, terrain, and structures automatically, while enjoying ultra-fast leaf decay.
Selective Config-Driven Gravity:
TERRACOTTA, CLAY) and native Minecraft Tags (e.g., #logs, #dirt, #leaves).Dynamic "Shatter" Canopy System:
"Breaks-on-Fall" Landing Interceptor:
Completely Background & Seamless:
All configurations are handled inside the standard config.yml file.
# HereGravity Configuration
# Use standard block names (e.g., TERRACOTTA, CLAY)
# Or use Minecraft tags by adding a '#' (e.g., '#logs', '#dirt', '#leaves')
gravity-list:
'#logs':
breaks-on-fall: true
'#dirt':
breaks-on-fall: false
TERRACOTTA:
breaks-on-fall: false
CLAY:
breaks-on-fall: true
SNOW_BLOCK:
breaks-on-fall: true
GLOWSTONE:
breaks-on-fall: true
breaks-on-fall (true / false):true, the falling block will immediately break and drop as an item stack when it hits the ground.false, the falling block will land normally and solidifies back into a placed block.Ensure you have Java 21 and Gradle configured. Build using the provided Gradle wrapper:
./gradlew build
The compiled, deployment-ready JAR will be located at:build/libs/HereGravity-1.0.1.jar
This project is licensed under the GNU General Public License v3.0.