Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
πͺ DuckyNoGravity
Disable gravity for blocks and fluids in Minecraft β from 1.16.5 to the latest version!
Lightweight, efficient, and fully customizable via config.yml.
π¦ Description
DuckyNoGravity is a lightweight plugin that completely disables gravity for certain blocks (like sand and gravel) and fluids (water and lava).
Perfect for building, creative maps, or wacky game modes with zero physics!
βοΈ Features
- β Disables gravity for blocks like sand, gravel, and concrete powder
- π Stops water and lava from flowing
- π§± Prevents entity block updates (e.g., falling blocks)
- πΊοΈ Per-world configuration support
- βοΈ Simple
config.ymlcustomization - π¦ Supports Minecraft 1.16.5 β latest (1.21+)
- β Compiled with Java 16
- π Reloading plugin in game without restart!
π οΈ Configuration
π config.yml
block-gravity:
enabled: false # true - Gravity Enabled | false - Gravity Disabled
disabled-worlds: # List of worlds in which the plugin will not work
- exampleWorld1
- exampleWorld2
fluids-gravity:
enabled: false # true - Gravity Enabled | false - Gravity Disabled
disabled-worlds: # List of worlds in which the plugin will not work
- exampleWorld1
- exampleWorld2
π¬ messages.yml
no-permission: "&9&lDuckyNoGravity &7Β» &cNo Permission! &6duckynogravity.reload"
reload-success: "&9&lDuckyNoGravity &7Β» Configuration Reloaded!"
usage: "&9&lDuckyNoGravity &7Β» &eUsage: /duckynogravity reload"
update-available: "&9&lDuckyNoGravity &7Β» &eA new version is available: &c%version%"
update-download: "&9&lDuckyNoGravity &7Β» &eDownload: &a%url%"
update-check-failed: "&9&lDuckyNoGravity &7Β» &cCould not check for updates."
π Reloading
To apply changes made to either configuration file, use the following command:
/duckynogravity reload
This command will reload both the main configuration and the message file without the need to restart the server.
π Notes
%version%and%url%inmessages.ymlare placeholders replaced during update checking.- Make sure world names in
disabled-worldsmatch exactly with your world folder names (case-sensitive). - Gravity settings apply only when the corresponding
enabledflag is set tofalse.
Permissions
duckynogravity.reload - Gives TabComplete and Ability to use /duckynogravity reload
duckynogravity.update - Gives visibility to displaying update availability in chat
Enjoy customizing your gravity settings with DuckyNoGravity!


