Page: 1 2 3 4 5 ... 7

3.4.5 2 days ago
  • Added PlotSquaredV5 support
  • Added more API methods

3.4.4.4 4 days ago
  • 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

3.4.2.1 Mar 16, 2024
  • Fixed a bug where break event called but custom blocks are not actually removed
  • Improved anti-grief check

3.4.2.0 Mar 16, 2024
  • Added force-tick command
  • Added "dispenser" option to bone meals
  • Refactored part of the API Events
  • Added gamemode condition
  • Improved season API
  • Fixed the bug that scheduler still works even if it's disabled
  • Improved explosion event handler

3.4.1.1 Mar 15, 2024
  • Prevent tripwire from dropping stage items

3.4.1.0 Mar 15, 2024
3.4 Release
  • Performance improvement
    Although the performance of the plug-in has always been very good, I always believe that there is still much room for improvement. I did this in 3.4 and achieved better results than I expected.
    ① 7,000% increase in serialization speed (tested with 100,000 crops in a single chunk)
    ② Only occupies 8% of the original storage file size
    ③ More efficient scheduler, although 3.3 is also running in multithreading, the thread execution efficiency of the new version has been improved
  • Random Tick System
    Now random tick scheduler has been added to the scheduler system. Before, many users hoped that I could make rain able to water the pot and I did this through the random tick system. Moreover, the random tick can also be applied to crops. You can see the differences between them here (Link)
  • Support more item Libraries
    Previously, some users wanted to use water bottles and seeds from other plug-ins, which are now supported!
  • Richer action system and condition system
    Richer action system makes force tick possible. In the default configuration, we allow players to force the sprinkler to work while sneaking. We convert all the hard coded functions into configurable actions. 
  • Slime world manager support
    We added official support for slime world manager, which means that the plugin would store the data into slime world format, thus allowing you to sync worlds with MongoDB and MySQL.
  • Folia support
    Although itemsadder and oraxen do not officially support Folia, customcrops has been prepared in advance and can be run on folia at any time!
  • Improvements in more details
    For example, for servers above 1.19.4, we use text display by default to improve interactions. We introduced more accurate hitbox detection and judgment for adding water to the watering-can. There are many details improved, but I don't think it's necessary to explain them in detail in the update log.
  • About upgrading plugins from 3.3 -> 3.4
    I know that users are suffering from the migration plug-in configuration writing to the new version, so you only need to replace the plugin jar to complete the migration of the configuration file and the existing crop data without any other operations. (Link)

3.4.0.8 Mar 14, 2024
BETA VERSION
  • Fixed the bug where "sprinkler-with-water" model doesn't have mechanics
  • Added light and natural light conditions/requirements

3.4.0.7 Mar 12, 2024
BETA VERSION
  • Added more debug messages to detect errors when installing
  • Fixed issues on 1.17-1.18 servers where some API methods don't exist

3.4.0.6 Mar 11, 2024
BETA VERSION
  • Added new condition type "moisture_more_than" and "moisture_less_than". Here's a guide on how to use vanilla farmland
    [url]https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customcrops/common-questions#q1-how-to-use-vanilla-farmland-as-pot[/url]

3.4.0.5 Mar 11, 2024
BETA VERSION
  • Fixed a bug where world migration failed due to seasons not being enabled or compatibility with other seasons being used before

  • Now it is prohibited for players to sneak and rotate crops (item frame and item display)

  • Crops only have random rotation during planting, and the growth process will continue to follow the previous rotation state

3.4.0.4 Mar 10, 2024
BETA VERSION
  • Slime world support (The plugin's data is fully written into slime world's data so you can load worlds with MySQL/MongoDB)

3.4.0.3 Mar 10, 2024
BETA VERSION
  • Using text display for holograms to improve interactions
  • Fixed some bugs

3.4.0.2 Mar 10, 2024
3.4 BETA VERSION
  • Stable version would be named starts with 3.4.1, now it's on 3.4 beta stage 
  • If you have any problem, get help on Discord support channel

3.3.1.17 Mar 9, 2024
  • The final version of 3.3
  • 3.4 will be released soon

Page: 1 2 3 4 5 ... 7