
CustomCrops 3.6.35
Seasons, greenhouse, fertilizers and sprinklers! [Supports CraftEngine/ItemsAdder/Oraxen/Nexo]
3.4.9
May 12, 2024
- Prevents falling blocks from turning into a solid one when there's a crop at that place
- Updated some libraries
3.4.8
May 7, 2024
- Updated NBTAPI to 2.12.4
- Updated BiomeAPI to 0.6
- Compile with jdk 21 for oraxen 2.0 module
3.4.7
May 4, 2024
- Fixed blocks can't be placed on corrupted farmlands
- Added an option to let scarecrow protect the crops in one chunk
3.4.7-BETA
Apr 29, 2024
Snapshot
- This is a beta version that both supports Oraxen 1.173.0 and Oraxen 2.0-SNAPSHOT (Check the annoucement on Discord for more details)
3.4.6
Apr 27, 2024
- Readd compatibility with quest plugins
- Now variation action would keep the crop data if the stage exists in crop's config so death-conditions would be applied.
- Relocated part of plugin's libraries
3.4.5.2
Apr 27, 2024
- Removed the watering-effect item's namespace when using Oraxen
3.4.5.1
Apr 26, 2024
- Fix dynamic watering can appearance not working
3.4.5
Apr 22, 2024
- Added PlotSquaredV5 support
- Added more API methods
3.4.4.4
Apr 20, 2024
- Fixed the bug that sprinklers won't work normally when in Tripwire mode
- Fixed the bug that players can place blocks inside entity based crops
3.4.4.3
Apr 17, 2024
- Added some warnings to misconfigs
- Fixed possible plugin compatibility breaking caused by plugin dependency cycle if your server has a lot of plugins and complex plugin dependency relations.
3.4.4.2
Apr 15, 2024
- Fixed the bug that crops won't grow below Y=0
- Fixed some issues related to legacy color codes
- Renamed language files with abbreviations
- Removed rainstorm from weather condition
- Fixed "=" condition not working
3.4.4.1
Apr 4, 2024
- Fixed the warning "Querying xxx amount from an unloaded chunk"
3.4.4
Apr 3, 2024
- Readded offline-tick to world settings. This is still an experimental feature, use in caution and report bugs when you meet them.
settings:
_DEFAULT_:
# Offline tick settings
# This option allows crops to grow even if the world is unloaded or the server is closed
# This may lead to some issues caused by timeliness conditions for instance seasons
offline-tick:
enable: true
# Maximum offline time recorded in seconds
# Please do not set this option to a value that is too large,
# as it may cause chunks that have been unloaded for a long time
# taking long to load
max-offline-seconds: 1200
3.4.3.4
Mar 29, 2024
- Fixed the bug that item detection order not worked as intended
- Fixed the bug that vanilla item can't be detected as seeds
3.4.3.3
Mar 26, 2024
- Make scheduler work on Folia region schedulers when reading vanilla block data
- Fixed an issue with "convert-on-load" option
3.4.3.2
Mar 24, 2024
- Fixed compatibility with HuskClaims
- Further fix with worlds on 1.17 servers
3.4.3.1
Mar 22, 2024
- Fixed the issue that world data not saved in 1.17 due to persistent data container not existing
- Added "regex" mode for world match rules
- Fixed compatibility with FabledSkyBlock
- Now command completion would only return the refered world if "sync-seasons" is enabled
3.4.3.0
Mar 17, 2024
Region format update
- Improved data region format to optimize disk efficiency [Note: This update is irreversible and your chunk data will be updated to the new format]
- Use bukkit world names as command suggestions
- Automatical data saving when running /save-all or when the world save itself
- Automatical pruning useless data
3.4.2.3
Mar 17, 2024
- Fixed the bug where greenhouse glass data not properly saved
- Fixed compatibility with FabledSkyBlock
3.4.2.2
Mar 16, 2024
- Fixed some crops that could not be loaded due to capitalization issues