🌌Allows duplication glitch gravity blocks on folia and paper https://modrinth.com/plugin/foliaflow
Find a file
dvorakmortonxd 99af88ee82
Some checks failed
Build JAR / build (push) Has been cancelled
Update README.md
2026-08-04 21:22:05 +02:00
.github/workflows Update build.yml 2024-06-03 11:49:36 +07:00
gradle/wrapper funny sand 2023-04-08 08:46:49 +07:00
src/main updated to 26.1.2 2026-08-04 21:20:10 +02:00
.gitignore fix: detect vertical falling blocks entering end portals 2026-08-03 16:46:04 +07:00
build.gradle bump to 3.0 2026-08-03 11:18:36 +07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2023-04-13 17:05:35 +07:00
gradle.properties Initial commit 2023-04-08 08:45:15 +07:00
gradlew Add +x permission to gradlew 2023-05-02 10:43:25 +02:00
gradlew.bat funny sand 2023-04-08 08:46:49 +07:00
LICENSE.md Create LICENSE.md 2023-04-12 21:15:39 +07:00
README.md Update README.md 2026-08-04 21:22:05 +02:00
settings.gradle remove on disable msg 2023-04-12 22:18:46 +07:00

THIS IS NOT MY PLUGIN, I JUST EDITED ONE SINGLE LINE IN PLUGIN.YML, THE ORIGINAL IS AT: https://github.com/MidnightTale/FoliaFlow

FoliaFlow is a Minecraft plugin that allows players to using gravity block duplication glitch again in Paper and Folia

How is work?

Whenever a falling sand entity comes close to or hits the end portal, a new falling sand entity is summoned with a velocity that shoots it straight into the portal. However, we encountered a problem when the entity got reset by the safe teleport Paper patch - it lose its velocity. To fix this, we added the velocity back when the entity was in the end.

⚠️If you using folia

And type of concreate factory collector that use piston full block to stop falling blocks. You should change to slab to prevent block early break follow picture below

Top View

topviewff

Side View

sideviewff

Installation

To install FoliaFlow, follow these steps:

  1. Download the plugin JAR file from the Modrinth.
  2. Copy the JAR file to the plugins folder of your Minecraft server.
  3. Restart your server to load the plugin.

Config flies (config.yml)

# Don't touch this file unless you know what you're doing
# Default values seems vanilla.
# If you find values that seems more vanilla please create a PR
# https://github.com/Hynse/FoliaFlow

# Default value for horizontal_coefficient
#  - Folia (1.499)
#  - Paper (2)
horizontal_coefficient: 1.499
# -----------------------------------------

vertical_coefficient: -1.7
spawn_height: 0.08

# Default value for teleport_offset
#  - Folia (0.5)
#  - Paper (2.4)
teleport_offset: 0.5
# -----------------------------------------

Permissions

foliaflow.reload for using command /flowreload to reload config flies

Contributing

If you would like to contribute to FoliaFlow, feel free to submit a pull request with your changes. All contributions are welcome and appreciated.

License

This plugin is licensed under the MIT license. See LICENSE.md for more information.