Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 6 days ago
Updated last month
๐พ FrozenCrops
๐ฆ Plugin Info
A high-performance accelerated crop growth plugin for Paper. It speeds up growth for regular crops (age-based) and vertical plants (bamboo, cane, kelp, vines, cactus), with per-crop toggles, smart pickup/auto-collect, optional growth effects, and a permission-based bypass for vanilla-speed growth.
- Name: FrozenCrops
- Version: 1.0.0 (versioned via Maven
${project.version}) - Main class:
me.dev.drfrozen.frozencrops.FrozenCrops - Description (plugin.yml): High-performance accelerated crop growth for Paper 1.21
๐ค Author Info
- Author: DrFrozenXD
โ Versions / Compatibility / Software Support
- API Version: 1.21
- Built against: Paper API 1.21.4-R0.1-SNAPSHOT (Java 21 toolchain, Maven + Shade plugin) โ
- Server software: Paper / Spigot forks
- Folia support: โ yes!
- Dependencies: None external โ pure Paper API plugin
๐ Permissions
| Permission | Default | Purpose |
|---|---|---|
frozencrops.admin |
op | Access to /frozencrops commands (reload, toggle) |
frozencrops.bypass |
false | Players with this permission get normal (vanilla) growth speed instead of accelerated growth |
โจ๏ธ Commands
| Command | Aliases | Permission | Usage |
|---|---|---|---|
/frozencrops |
/fc |
frozencrops.admin |
/frozencrops <reload|toggle> |
reloadโ reloadsconfig.ymlon the flytoggleโ flips the masterenabledswitch, turning fast growth on/off server-wide without a reload- Tab-completes
reload/toggleas the first argument
๐ฏ Uses
- ๐ฑ Speed up regular crop growth (wheat, carrots, potatoes, beetroot, nether wart, melon/pumpkin stems, cocoa, berry bushes, saplings, mushrooms, and more) on a configurable timer, with adjustable randomness so growth doesn't feel robotic.
- ๐ Accelerate vertical plants (bamboo, sugar cane, kelp, cactus, vines, twisting/weeping vines, cave vines) toward configurable max heights via periodic proximity scans near players.
- ๐งบ Smart Pickup: block-break and harvest drops go straight into the breaking player's inventory; overflow merges into a single ground pile with a count hologram instead of scattering as separate item entities.
- ๐๏ธ Fine-grained control: enable/disable growth boosting per individual crop/plant type in
config.yml. - โจ Optional particle effects on growth stages and a sound on full maturity.
- ๐ซ Give trusted players/areas vanilla-speed growth via the bypass permission.
- ๐ Debug mode for troubleshooting growth behavior.
โ๏ธ Key Config Options (config.yml)
enabledโ master on/off toggle for the whole plugingrowth.crop-growth-secondsโ time (seconds) for a crop to go from planted to fully mature; also the target time for vertical plants to reach max heightgrowth.randomnessโ 0.0 (no randomness) to 1.0 (fully random within the interval)vertical.growth-interval-secondsโ how often the plugin scans near players for vertical plants (affects server load, not growth speed)vertical.max-*-heightโ max height per vertical plant type (0 = vanilla limit)pickup.*โ smart pickup toggle, merge radius, hologram color, pickup soundcrops.*โ per-crop/planttrue/falsetoggle for accelerated growtheffects.*โ particle-on-growth and sound-on-mature settingsdebugโ verbose logging togglemessages.*โ all user-facing message strings, color-coded with&formatting


