https://github.com/d3cryptofc/fastmud
Lightweight and efficient plugin to turn dirt into mud without using glass bottle.
https://github.com/d3cryptofc/fastmud
bottle bucket bukkit craftbukkit dirt minecraft mud paper spigot water
Last synced: 26 days ago
JSON representation
Lightweight and efficient plugin to turn dirt into mud without using glass bottle.
- Host: GitHub
- URL: https://github.com/d3cryptofc/fastmud
- Owner: d3cryptofc
- License: mit
- Created: 2025-03-17T15:26:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T15:54:46.000Z (about 1 year ago)
- Last Synced: 2025-03-17T16:45:07.817Z (about 1 year ago)
- Topics: bottle, bucket, bukkit, craftbukkit, dirt, minecraft, mud, paper, spigot, water
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

FastMud is a lightweight and efficient plugin to turn dirt into mud
without using glass bottle. Save your time!
> [!CAUTION]
> **Be very careful with clone projects, some may contain MALWARE!**\
> You should be suspicious if you find _DLL_, _EXE_, or _BAT_ files.
## Motivation
**Maybe you've already thought the following:**
> "If glass bottles can turn dirt into mud, then why doesn't a bucket of water work? Wouldn't it make more sense if running water could make mud? 🤔"
It was after thinking a lot about this logical inconsistency, as well as spending a lot of time with glass bottles, that I decided to create this plugin and share it with you!
However, lakes generated around the world WILL NOT AFFECT underwater dirts! The reason is the overwhelming loss of performance, although it is a cool idea it does not seem feasible. [See more details here](https://github.com/d3cryptofc/FastMud/issues/1).
## Disclaimer
We do not intend to release corrections for previous versions of the plugin. So, please always stay updated with the latest release.
## 🎉 Features ([screenshots here](https://modrinth.com/plugin/fastmud/gallery))
- When player uses water bucket.
- When water flows.
- When block is placed under water.
- When dispenser dispenses water.
- When block fade to water (ex: ice block).
## 📜 Permissions
### Command
- `fastmud.command.*`: Allows you use any fastmud command
- `fastmud.command.fastmud`: Allows you to see and use: **/fastmud**
- `fastmud.command.reload`: Allows you to use: **/fastmud reload**
### Events
- `fastmud.event.*`: Allows every available event permission to player
- `fastmud.event.place_dirt_over_water`: Allows player to place dirt over water to turn dirt into mud
## ⚙️ Configuration ([`config.yml`](/src/main/resources/config.yml))
```yaml
# Feature settings.
when:
# When player use water buycket over dirt.
water_bucket_over_dirt:
enabled: true
# When running water over dirt.
water_flow_over_dirt:
enabled: true
# When place dirts over water.
place_dirt_over_water:
enabled: true
# When block fade to water over dirt (like ice).
block_fade_to_water_over_dirt:
enabled: true
# When disspenser dispenses water over dirt.
dispense_water_over_dirt:
enabled: true
```
## ⚡️ Compatibility
Mud was officially introduced in Minecraft version 1.19, and we expect this plugin to be compatible with version 1.19+.