Skip to content

Releases: Xiao-MoMi/Custom-Crops

3.6.18

02 Nov 09:47
Compare
Choose a tag to compare
  • 1.21.2/1.21.3 support
  • Fixed legacy color &r
  • Fixed an issue where "*" no longer works in item-in-hand requirement
  • Fixed changes on max-water-storage not applied
  • Fixed data saving on Folia servers
  • Fixed slow server shutdown due to world block loading stuck after bukkit server shutdown
  • Added regex option for item-in-hand condition
  • Fixed an issue where force-tick not working properly if tick interval is more than 1
  • Added alias(=) for == and potion-effect requirement
  • Updated the dependencies to the latest

3.6.14

03 Oct 14:04
Compare
Choose a tag to compare
  • Fixed an issue that players can plant ignore pot-whitelist
  • Fixed potential EOF issue
  • Fixed an issue with reading external item ID
  • Improved the safety of the task queue
  • Added ignore-random-tick/ignore-scheduled-tick option for pots
  • Added ExecutableItems compatibility
  • Fixed a bug with watering-can on 1.20.5+
  • Improved the display when watering-can is a damageable item
  • Fixed potential error if the crop data is inconsistent with the model when interacting

3.6.11

20 Sep 08:50
Compare
Choose a tag to compare
  • Added new API events QualityCropActionEvent & DropItemActionEvent
  • Minor bug fixs related to world thread scheduler
  • Added /customcrops unsafe commands which contain some unsafe operations
  • Added vanilla item id support (Spigot's item ID is sometimes different from the vanilla)
  • Improved /customcrops debug data command
  • Now debug commands can be translated
  • Added an option intervene-anti-grief, see the comments for details
  • Added MythicCrucible compatibility
  • Added hClaims compatibility
  • Set up a single thread scheduler for each world. Compared with previous versions, the process of ticking would be safer.
  • Made world saving asynchronous
  • Improved culling of useless chunks

3.6.8

13 Sep 08:42
Compare
Choose a tag to compare
  • Set up a single thread scheduler for each world. Compared with previous versions, the process of ticking would be safer.
  • Made world saving asynchronous
  • Improved culling of useless chunks
  • Fixed a bug that chunk limitation works abnormally for new chunks
  • Fixed a bug that placeholder-register is not working
  • Prevents the plugin from giving errors if another season plugin is not ready to provide seasons

3.6.6

08 Sep 09:01
Compare
Choose a tag to compare
  • Fixed the problem of multiple data referencing the same object due to optimization on chunk load
  • Fixed AdvancedSlimePaper support
  • Added deepclone support for block data tags
  • Added ALL mode (use both random tick and scheduled tick)
  • Using the nms method to detect rain locations more accurately
  • Fixed the range of surrounding water sources
  • Updated cloud command framework to 2.0.0
  • Fixed the possible NPE during sprinkler work
  • Experimental feature: WorldEdit support which can be enabled in config.yml (FASW not supported at the moment)
  • Added burn event handler
  • Fixed fertilizer/watering can configs not reloaded
  • Added additional check to prevent data loss during tickings

3.6.4

06 Sep 14:58
Compare
Choose a tag to compare
  • Fixed some bugs with register custom mechanics

3.6.3

05 Sep 19:48
Compare
Choose a tag to compare
  • Fixed a bug that _WORLDS_ got reset after upgrading the config version
  • Fixed a bug that limitation per chunk not working as expected
  • Fixed a bug with season integrations
  • Fixed quality-crops not dropping the correct amount of crops

3.6.2

05 Sep 18:22
Compare
Choose a tag to compare
  • Fix many minor bugs

3.6.1

05 Sep 09:16
Compare
Choose a tag to compare
  • Cancel the lambda action implementations
  • Improved debug messages for block data
  • Fixed watering cans

3.6.0

04 Sep 18:41
Compare
Choose a tag to compare
  • Extensively refactored the entire plugin
  • More robust and powerful API
  • Added full takeover capability for vanilla crops