Page: 1 ... 2 3 4 5 6 ... 7

3.0.6 Apr 29, 2023
Bug fix
  • Fixed task queue blocked in some cases
  • Improved pot's performance
  • Automatically delete useless chunk datas
  • Improved scheduler for sprinkler and consume task (see config.yml for more infomation)

3.0.5 Apr 27, 2023
Bug fix
  • Fixed possible NPE when quality loots lack args
  • Fixed possible NPE when some blocks do not exist
  • Fixed crow attack animation
  • Added an option to set crop limitation for each world in config.yml
  • Added requirement system for interact-with-item / interact-by-hand (see the wiki)

3.0.4 Apr 23, 2023
Bug fix
  • Fixed cancelled PlayerInteractEvent triggered 
  • Fixed wrong particle position when filling pots
  • Fixed greenhouse data not removed when using ItemsAdder

3.0.3 Apr 22, 2023
Bug fix
  • Fixed season not loaded if absolute folder path is set
  • Fixed player can do some CustomCrops actions in worlds that are not in whitelist

3.0.2-hotfix3 Apr 21, 2023
Bug fix
  • Fixed season unloaded when saving cache
  • Fixed greenhouse is not working when using season requirements
  • Fixed sprinkler hologram won't show when there's no water
  • Fixed force sprinklerwork/consume command doesn't have message feedback
  • Fixed sprinkler work time from 8am to 7am

3.0.2-hotfix2 Apr 20, 2023
Bug fix
  • Fixed Item Display can't be removed with some oraxen configs due to the 0.5 Y axis bias

3.0.2-hotfix Apr 20, 2023
Bug fix
  • Fixed sync season
  • Fixed when you use Item Display but your old crop is item_frame and exists on world, the crop can't be removed normally when interacting to harvest

3.0.2 Apr 20, 2023
Major update

Update guide: Migration guide - XiaoMoMi Plugins (gitbook.io)

Update log:

  • Implemented Item Display type for crops ((1.19.4+)  Only in Oraxen for the moment)
  • A mixed mode is ready for you to use 3 modes at the same time. It means that you can use tripwire for common crops and item_frame for rarer crops.
  • Now you can customize pots, and even make pots have different looks when using fertilizers. Moreover, vanilla blocks like Farmland is also supported in this update. Pots now have water storage, and if you want to use the old method, just set the storage to "1".
  • Better scheduler system which uses thread pool and object pool for better server performance. Lowing CPU resource and memory usage.
  • Improved the concept of growing, now using "points" to replace "stage", which means you can make crops have different grow speed, and let many stages using the same model instead of creating a lot of crop items.
  • Implemented a more powerful action system, where you can use more action types and even chain actions.
  • Added grow conditions and death conditions for more possibilities of customizing.
  • Customization for the death stage for each crop for any reason.
  • Improved plugin data folder structure to make it easier for installing expansions.
  • Custom filling method & White-list system for pots/sprinklers/wateringcans
  • Custom bone-meal for crops.
  • Now crops no longer have strict name limitation (_seeds, _stage_x)
  • Improved the funtions of Yield increase & speed grow fertilizers.
  • Skill bonus now supports custom expressions.
  • Improved customcrops plugin data format, which makes loading and saving much more efficient.
  • Implemented Item display(1.19.4+) for sprinkler animations and Text display(1.19.4+) for holograms
  • Improved API events.
  • Added Turkish language.
  • Added update checker.

2.2.9 Mar 23, 2023
1.19.4 support

This version only supports Oraxen 1.153.0
Plz use 3.0version if you are using the latest Oraxen


2.2.8 Mar 21, 2023
Quest integration
  • Added ClueScrolls/BetonQuest/BattlePass hook (See the wiki for more info)
  • reupload for a small bug fix

2.2.7.2 Mar 16, 2023
Job hook changes
  • Added job-xp for crops' harvest actions (If you are previously using JobsReborn you need to change skill-xp to job-xp)
  • Added EcoJobs hook

2.2.7.1 Mar 13, 2023
Bug fix
  • Fixed oraxen itemframe mode in recent oraxen versions

2.2.7 Mar 10, 2023
Fix
  • Fixed worldguard global region
  • Removed NBT-API message

2.2.6-hotfix2 Mar 6, 2023
Bug fix
  • Fixed crops not working properly if a world management plugin loads worlds after CustomCrops loaded.

2.2.6-hotfix Feb 26, 2023
Bug fix
  • Fixed crop not removed when breaking the pot in creative mode in tripwire mode

2.2.6 Feb 24, 2023
Action chance
  • Rewrite configuration annotations
  • Added chance option for harvest-actions

Example

# Text format: https://docs.adventure.kyori.net/minimessage/format.html
messages:
- 'Hello, {player}! <u><click:open_url:https://www.yuque.com/docs/share/3e23f953-ccf0-4de5-bfe6-23868380c599>Click here to read the CustomCrops wiki'
# The chance of triggering this type of action, if not set, the action would be definitely triggered (commands-chance, xp-chance...)
messages-chance: 0.5

2.2.5 Feb 23, 2023
Bug fix & Improvements
  • Improved api
  • Added SuperiorSkyblock integration
  • Fixed sprinkler can be placed in protected areas in oraxen mode
  • Added custom drop support for MMOItems & MythicMobs
Example:
quality:
1: MMOItems:TYPE:ID
2: MythicMobs:id
3: APPLE

2.2.4 Feb 8, 2023
CustomBiome Condition Support
  • Added 1.17.1, 1.18.1, 1.18.2, 1.19.2, 1.19.3 custom biome condition support. for example "custom:giant_forest" "overworld:summer/forest"
  • Creative players now ignore harvest-requirements

2.2.3.1 Feb 7, 2023
Bug fix
  • Fixed oraxen stringblock/noteblock interactions are handled twice

2.2.3 Jan 30, 2023
Fix & Improvements
  • Fixed placeholder {world} not works in message
  • Fixed season loading after reloading the plugin
  • Removed API Event "PreActionEvent" but added a new Class AntiGriefUtils to register some other anti grief plugins
  • Added a new config section "mechanics.sprinkler-animation.y-offset" to control the height of the fake armor stand
  • Added new condition for crops when harvesting
plant-requirements:
condition_1:
# Condition System:
type: permission
# Mode: && / ||
mode: '&&'
value:
- crops.plant.tomato
# The message to be shown when player doesn't fit the requirement
message: 'You don''t have permission to plant this seed!'
harvest-requirements:
condition_1:
type: permission
mode: '&&'
value:
- crops.harvest.tomato
message: 'You don''t have permission to harvest tomato!'

2.2.2-hotfix Jan 20, 2023
Bug Fix
  • Fixed wrong crops cache not removed
  • Little performance improvements with item_frame mode

2.2.2 Jan 19, 2023
Patch
  • Try to add IridiumSkyblock support
  • Patch for users update from 2.0 -> 2.2
  • Improved papi condition

2.2.1 Jan 17, 2023
Bug fix
  • Fixed & Optimized pot drying judgement
  • Allows water bucket to water the pot
  • API changes: WaterPotEvent params are changed

2.2.0 Jan 6, 2023
1.19.3 packet fix

2.1.2 Dec 18, 2022
Improved WorldGuard hook

Use new custom flag for worldguard region

  • customcrops-harvest
  • customcrops-break

Page: 1 ... 2 3 4 5 6 ... 7