3.6.20.1 5 days ago
- Fixed an issue that placeholders got unregistered on papi reload due to my mistake in the last refactor
3.6.20 Nov 10, 2024
- Optimized event listener with a faster way. This can reduce the performance cost when there're a lot of pistons.
3.6.19 Nov 3, 2024
- Fixed an issue that canceling ScarecrowBreakEvent and GreenhouseBreakEvent wouldn't cancel the event from ItemsAdder/Oraxen
- Added listener for LoadSlimeWorldEvent. This would be helpful if another plugin loads the slime world without calling the WorldLoadEvent.
3.6.18 Nov 2, 2024
- 1.21.2/1.21.3 support
3.6.17 Oct 23, 2024
- Fixed `&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
3.6.16 Oct 13, 2024
- Fixed slow server shutdown due to world block loading stuck after bukkit server shutdown
- Added `regex` option for `item-in-hand` condition
3.6.15 Oct 10, 2024
- 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.1 Oct 5, 2024
- Fixed an issue where scarecrow not working since last update's EOF error fix
3.6.14 Oct 3, 2024
- Fixed an issue that players can plant ignore `pot-whitelist`
- Fixed potential EOF issue
- Fixed an issue with reading external item ID
3.6.13 Sep 30, 2024
- Improved the safety of the task queue
- Added `ignore-random-tick`/`ignore-scheduled-tick` option for pots
- Added ExecutableItems compatibility
3.6.12 Sep 22, 2024
- 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 Sep 20, 2024
- Added new API events `QualityCropActionEvent` & `DropItemActionEvent`
- Minor bug fixs related to world thread scheduler
3.6.10 Sep 15, 2024
- 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
- Fixed some minor bugs
3.6.9 Sep 14, 2024
- Added an option `intervene-anti-grief`, see the comments for details
- Added MythicCrucible compatibility
- Added hClaims compatibility
3.6.8 Sep 13, 2024
- 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.7 Sep 10, 2024
- 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 Sep 8, 2024
- 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
3.6.5.1 Sep 7, 2024
- Fixed the possible NPE during sprinkler work
3.6.5 Sep 7, 2024
- 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 Sep 6, 2024
- Fixed some bugs with registering custom mechanics with API
- I suddenly found that I forgot to add hashcode method for blockstate which might cause performance issues
- Fixed an issue that watering can can't refill sprinklers
- - ItemStack添加.clone()修复ItemsAdder v4 (commit: c74678b) — email / githubweb
- 3.5.9 (commit: 8aac425) — 972454774 / githubweb
- Code clean up (commit: 617c2b1) — 972454774 / githubweb
- Update README.md (commit: a5ebf31) — 70987828+Xiao-MoMi / githubweb
- 3.5.10 (commit: 189efa3) — 70987828+Xiao-MoMi / githubweb
- fix issue caused by corrupted event (commit: 3cbd1f6) — 70987828+Xiao-MoMi / githubweb
- 3.6 (commit: bbde4eb) — 70987828+Xiao-MoMi / githubweb
- Delete settings.gradle (commit: 694a51e) — 70987828+Xiao-MoMi / githubweb
- 3.6 (commit: f632b99) — 70987828+Xiao-MoMi / githubweb
- implement watering can (commit: 139cd96) — 70987828+Xiao-MoMi / githubweb
- Fix some logics (commit: 3768894) — 70987828+Xiao-MoMi / githubweb
- implement fertilizers (commit: 11a6e80) — 70987828+Xiao-MoMi / githubweb
- date season commands (commit: ab6d852) — 70987828+Xiao-MoMi / githubweb
- force tick (commit: 3f98c11) — 70987828+Xiao-MoMi / githubweb
- Try implementing some events (commit: 32a4ab1) — 70987828+Xiao-MoMi / githubweb
- Implement logic for dead crops (commit: a21af25) — 70987828+Xiao-MoMi / githubweb
- Fix pot's bug (commit: 67bbeb5) — 70987828+Xiao-MoMi / githubweb
- Fixed dead crop not removed (commit: 3a2b8c9) — 70987828+Xiao-MoMi / githubweb
- rearrange api structure (commit: 31976ac) — 70987828+Xiao-MoMi / githubweb
- add comments (commit: 32f01f1) — 70987828+Xiao-MoMi / githubweb
- offline ticks (commit: a1885e1) — 70987828+Xiao-MoMi / githubweb
- implement antigrief (commit: 87ca9cb) — 70987828+Xiao-MoMi / githubweb
- Update AbstractActionManager.java (commit: b8eac47) — 70987828+Xiao-MoMi / githubweb
- Added insight mode (commit: b6dc502) — 70987828+Xiao-MoMi / githubweb
- Update DebugInsightCommand.java (commit: 017c935) — 70987828+Xiao-MoMi / githubweb
- Update DebugInsightCommand.java (commit: ee9fe05) — 70987828+Xiao-MoMi / githubweb
- fix some bugs (commit: 5a7bb86) — 70987828+Xiao-MoMi / githubweb
- Update PotBlock.java (commit: 9998be4) — 70987828+Xiao-MoMi / githubweb
- added working-mode: 3 (commit: 8934724) — 70987828+Xiao-MoMi / githubweb
- implement quests (commit: 14c3d0a) — 70987828+Xiao-MoMi / githubweb
- Refactor events (commit: 33cfd7d) — 70987828+Xiao-MoMi / githubweb
- Prepare for building (commit: f65d6ba) — 70987828+Xiao-MoMi / githubweb
- Remove adventure from api (commit: 375c9c5) — 70987828+Xiao-MoMi / githubweb
- further improve farmlands (commit: 956d286) — 70987828+Xiao-MoMi / githubweb
- improve farmland checks (commit: 343c12d) — 70987828+Xiao-MoMi / githubweb
- check enable state of fertilized pots (commit: db89cd2) — 70987828+Xiao-MoMi / githubweb
- Provide an option to use vanilla mechanic (commit: 1a6a59a) — 70987828+Xiao-MoMi / githubweb
- improve vanilla crop interactions (commit: 577cd7c) — 70987828+Xiao-MoMi / githubweb
- more blocks should be supported (commit: 660e1d2) — 70987828+Xiao-MoMi / githubweb
- Added an option to check the other hand (commit: 3395de1) — 70987828+Xiao-MoMi / githubweb
- Fix first time saving regions (commit: 70478ab) — 70987828+Xiao-MoMi / githubweb
- Update basic pack (commit: e9fd4d6) — 70987828+Xiao-MoMi / githubweb
- Update types (commit: 736937a) — 70987828+Xiao-MoMi / githubweb
- move all built in action impl out of AbstractActionManager (commit: cf948b9) — coolxiaom95 / githubweb
- Reformat actions (commit: 37cef6b) — 70987828+Xiao-MoMi / githubweb
- Run grow actions at last (commit: f9a1437) — 70987828+Xiao-MoMi / githubweb
- Fix getting water (commit: e399c33) — 70987828+Xiao-MoMi / githubweb
- Added debug for the target block (commit: ec7d7e4) — 70987828+Xiao-MoMi / githubweb
- Update config version (commit: 417f914) — 70987828+Xiao-MoMi / githubweb
- Improve debug messages (commit: 4427609) — 70987828+Xiao-MoMi / githubweb
- Update PlayerActionManager.java (commit: 8cbaba4) — 70987828+Xiao-MoMi / githubweb
- Season condition should check the greenhouse (commit: 62bc8f6) — 70987828+Xiao-MoMi / githubweb
- Improved location context (commit: 7fc14df) — 70987828+Xiao-MoMi / githubweb
- trigger death actions (commit: bce94b4) — 70987828+Xiao-MoMi / githubweb
- Update default configs (commit: 1d350ce) — 70987828+Xiao-MoMi / githubweb
- Prepare for 3.6.2 (commit: e194395) — 70987828+Xiao-MoMi / githubweb
- Fix some bugs (commit: 5632bf8) — 70987828+Xiao-MoMi / githubweb
- Update commands.yml (commit: 2fe3866) — 70987828+Xiao-MoMi / githubweb
- Update default.yml (commit: ab8a773) — 70987828+Xiao-MoMi / githubweb
- Fix limitation (commit: 87129f6) — 70987828+Xiao-MoMi / githubweb
- Fix quality crops (commit: da10511) — 70987828+Xiao-MoMi / githubweb
- Change method signature (commit: 6e25b3f) — 70987828+Xiao-MoMi / githubweb
3.5.3 2天前
- 进一步修复“再次加载区域[0,0]”
3.5.2 5天前
- 修复了 1.20.5/1.20.6 服务器上的一些 NMS 问题
- 如果锅吸收雨水/附近的水,请防止锅失水
- 可能修复了如果 pot 的数据损坏时不会删除的问题
3.5.1 6天前
- 可能解决“加载区域在 [0, 0] 处再次加载”的问题
- 修复 2D 项目为空时洒水器不会掉落任何内容的 bug
- 允许 tick-interval 选项中的负数禁用 tick
- 修复了只有动作触发器才能看到摆动手动作的bug
3.5.0 18 6月 2024
- 1.20.5/6 支持(目前它仍在使用 ProtocolLib,但在未来的版本中它将被删除)
3.4.12 14 6月 2024
- 修复了玩家可以在不同世界中看到动画的错误
- Check point for future big changes (commit: 55ea394) — 972454774 / githubweb
- 3.4.9 (commit: 30122cb) — 972454774 / githubweb