CustomCrops icon

CustomCrops 3.6.35

Seasons, greenhouse, fertilizers and sprinklers! [Supports CraftEngine/ItemsAdder/Oraxen/Nexo]

Page 1 ... 4 5 6 7 8 ... 12
3.3.1.8 Oct 20, 2023

Fix battlepass not hooked before reloading

3.3.1.7 Oct 18, 2023

Added requirements section for chain action

type: chain
chance: 1
requirements:
  req_1:
    xxx
  req_2:
    xxx
value:
  action_1:
     xxxx
  action_2:
     xxxx
3.3.1.6 Oct 17, 2023

Fix messages/actionbars not sent on 1.20.2

3.3.1.5 Sep 25, 2023
  • 1.20.2 support
  • 4.0 BattlePass compatibility
3.3.1.4 Jul 29, 2023
  • Fix battlepass hook
  • Added new requirement types: max-entity-amount-in-chunk/light/natural-light
  • Now plugin would not longer consume the seed or do plant actions when the seed is not planted. This might caused by misconfig and IA max furnitures per chunk limitation.
3.3.1.3 Jul 26, 2023
  • Make world weak reference and fix possible data loss caused by unexpected world unloading
  • If you downloaded this version 3 hours ago, it's advised to use this one because i forget to remove some debug messages
3.3.1.2 Jul 15, 2023
  • This version requires Oraxen 1.158.0+ to work with latest API
  • This version requires MMOCore 1.12 to work with latest API
  • Added requirements system for sprinklers/watering cans
  • Improved watering cans anti grief location check
3.3.1.1-hotfix2 Jul 13, 2023

Fixed anti-grief permission check NPE when interacting air with wateringcan

3.3.1.1-hotfix Jul 13, 2023

I'm sorry that I uploaded a bugged version where interaction would not work. Update to this version would fix.

3.3.1.0 Jul 9, 2023
  • Improved API module
  • Fixed item display detection related to customized oraxen configs
3.3.0.1 Jun 29, 2023
  • Fixed the drop amount of quality crops exceeds the max value since the custom ranks update(3.2.5)
3.3.0.0 Jun 28, 2023
  • Fixed placeholders not work if world name contains "_"
3.3.0.0-beta Jun 26, 2023

This major version only has one feature added in config.yml, which would provide massive server performance improvement if you were previously using "only-work-in-loaded-chunks: false". Though there's no bug found during the test, but it doesn't mean it's stable enough, please open a support thread if you encountered any bug. 

This version is no longer compatible with previous versions which means you can't downgrade the plugin if you decided to update because the data format changes. So backup your customcrop_data folder in your world folder if you want to give this new feature a try.

  # Experimental option (Only works when only-work-in-loaded-chunks is false)
only-update-during-chunk-loading: false (Set it to true to enable this feature)

This option would make the plugin no longer invoke the unloaded chunks to replace crop models/pots.
Crops/Pots would only be updated during the chunk loading triggered by players, so almost everything would be going on asynchronously, which means "lag free" if your server has enough cpu cores to handle the async tasks.

3.2.5.0 Jun 25, 2023
  • New features:

Added custom quality ratio feature which means you can set default-quality-ratio to x/x/x/x/x for more ranks.
Now watering-can supports 2 models (empty/have water inside)
Added rotation option to crops (Item frame/Item display)
Added a compensation mechanic when "work-only-in-loaded-chunk" is true to make crops grow more dispersedly

  • Compatibilities:

Readded iridiumskyblock 3.x version hook
Added NeigeItems hook

  • Bug fixs:

Fixed BetonQuest 2.0 hook in latest build
Fixed item display not removed when breaking the pot

  • API:

Added SeasonChangeEvent

  • Others:

Updated boosted-yml to 1.3.1
Removed some unnecessary block updates for better performance

3.2.4.0 Jun 12, 2023
  • 1.20 support
  • Added actions section to requirements so you can execute a command, play a sound or do other things when requirements are not met
  • Allow fertilizers to have requirements
3.2.3.3 Jun 4, 2023
  • Fixed seeds double consumed if you set seeds as the trigger of "interact-with-item"
  • Fixed plugin not enabled because of system locale
3.2.3.2 May 30, 2023
  • Fixed NoSuchMethodException with latest oraxen. Note: This version requires at least oraxen 1.156.2 to work
3.2.3.1 May 29, 2023
  • Fixed yield increase config loading
3.2.3 May 27, 2023
hook improvements
  • Improved job hook(Action & Requirement) where you can specify a job name
type: job-xp
chance: 0.5
value:
  xp: 10
  job: 'farmer' # optional (default farmer)

type: job-level
value:
  level: 10
  job: 'farmer' # optional (default farmer)

  • Fixed MythicMobs items can't be used as drops
3.2.2-hotfix3 May 22, 2023
  • Fixed quality fertilizer
Page 1 ... 4 5 6 7 8 ... 12