CropChecker - Check Crop Growth Progress | Honey-Levels | icon

CropChecker - Check Crop Growth Progress | Honey-Levels | -----

Easily check the age of your crops, or the honey level of beehives, in any language




This update requires a minimum of Java 21, and is for Minecraft/Spigot version 1.20.6 - 1.21.4

Change Log
=========
  • add pale oak sapling
  • update to spigot api 1.21.4

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 19, 2024

This update requires a minimum of Java 21, and is for Minecraft/Spigot version 1.20.6 - 1.21.

Change Log
=========
  • add hex colour support for scoreboard title
  • update to spigot api 1.21
  • update deprecated scoreboard code
  • update deprecated textcomponent code
  • update api-version to 1.20.6
  • update metrics to 3.0.2
  • require Java 21
  • add chiseled bookshelf

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 18, 2024

This update requires a minimum Java version of 17, and is for Minecraft/Spigot version 1.20.x.

Added support for new crops added in 1.20.1.

Change Log
=========
  • compiled with Spigot API 1.20.1
  • added Pitcher Crop
  • added Torchflower Crop
  • added Sniffer Egg

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 19, 2023

This update requires a minimum Java version of 17, and is for Minecraft/Spigot version 1.17.1 to 1.19.3.

Support for ItemsAdder crops has been improved and should now display the name and age status of these crops in the same way as normal vanilla crops.

Added 'hex' colour support for the action bar. The colour can be set in a number of ways in the config.yml.
Code (YAML):
Display:
  actionbar
:
    enabled
: false
    # text colour supports hex/rgb colour codes, default is WHITE
    #textcolor: <#ff00e0>
    #textcolor: '&b'
    textcolor
: WHITE

Change Log
=========
  • compiled with Spigot 1.19.3
  • improved support for ItemsAdder crops
  • add hex colour support to action bar text


Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 19, 2022

This update requires a minimum Java version of 17, and is for Minecraft/Spigot version 1.17.1 to 1.19.2.

Currently the plugin will display the crop information with both a normal right-click and when the player is sneaking (shift-right-click). Either of those click options can now be enabled or disabled in the config.

Fixed a bug where the click event was being cancelled unnecessarily which could in some cases prevent other plugins functioning normally.


Change Log
=========
  • add option to enable/disable right-click and shift-right-click
  • only cancel click event when crop would be harvested by right-click
  • improve code when getting and handling display name
  • tidy up configuration file header and comments


Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Oct 18, 2022

This update requires a minimum Java version of 17, and is for Minecraft/Spigot version 1.17.1 to 1.19.

Change Log
=========
  • update Spigot API to 1.19
  • update to Java 17
  • add 1.19 support - Mangrove Propagule
  • update bstats to 3.0.0
  • update deprecated itemsadder code


Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 10, 2022

This update requires a minimum Java version of 16, and is for Minecraft/Spigot version 1.17 and 1.18.

Change Log
=========
  • update Spigot to 1.18
  • restore 3rd party scoreboard after display
  • don't harvest berries from CaveVinesPlant

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 7, 2021

This update requires a minimum Java version of 16, and is for Minecraft/Spigot version 1.17+.

Change Log
=========
  • update minimum java requirement to Java 16
  • update metrics (bstats) class to 2.2.1
  • update api-version to 1.17
  • add new 1.17 cauldron types
  • add cave_vines
  • remove redundant checks for MC1.13
Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 22, 2021

This version is for Spigot/Minecraft 1.16+ only.


Change Log
=========

  • add 1.16 support for twisting vines and weeping vines
  • update deprecated chatcolor method
  • add support for custom items in itemsadder plugin
  • update bstats to 1.7



Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 25, 2020

This version is for Spigot/Minecraft 1.15+ only.

Added an option to disable a particular crop or item from displaying its age or level. Simply set the crop or item to an empty string in the strings.yml file, run /cropchecker reload, and that item will no longer display anything when right-clicked. For example:

Code (YAML):
crops:
  pumpkin_stem
: ""
Change Log
=========
  • add option to disable a crop or item from displaying anything

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jan 31, 2020

This version is for Spigot/Minecraft 1.15+ only.

Added an option to use a specific tool or item in place of a hoe by enabling an 'override_item' in the config.yml. By setting the item to AIR, the player can click the crops with an empty hand.

Change Log
=========
  • add option to use any item(or no item) in place of a hoe
  • really fix the version checker

Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jan 10, 2020

This version is for Spigot/Minecraft 1.15+ only.

Cactus and sugar cane blocks return to age zero after growing to the maximum age (15). If the cactus or sugar cane is at least 3 blocks high, the plugin will now show the top block as 100% grown (rather than age 0).

The NMS code for the action bar has been replaced with the ChatComponent API to make it less likely to break with future Spigot upgrades.

The version check code has been updated as the old /api/general.php is no longer available, and was causing a console error on startup.


Change Log
=========
  • calculate a better age for cactus and sugarcane
  • replace nms with chat component
  • update version checker api


Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jan 7, 2020

This time with the correct jar.
----------, Dec 14, 2019

This version is for Spigot/Minecraft 1.15 only.

This update sees the addition of beehives, bee-nests and the 6 types of saplings as items that can progress checked.

The updates are all 1.15 related, so apart from some small changes to the reload command, there are no other changes from version 2.0.

Note that the saplings only have 2 growth stages, 0 and 1 (0% and 100%). Not particularly useful, but once the sapling is at stage 1, then it's next growth will be into a tree.

Change Log
=========
  • update nms to 1.15 for ActionBar display
  • add beehive and bee-nest as items
  • add saplings as crops
  • some improvements to the reload command
Please report any issues found either in the discussion pages, on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 14, 2019

Added the turtle_egg as requested.
----------, Nov 1, 2019

This version is compiled with Spigot 1.14.4 and is for Spigot / Minecraft servers running 1.13.x and 1.14.x.

Added an option to display the growth progress on a Bossbar. The bar colour, text colour and display time are configurable in the config.yml file.

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4

Thanks.
----------, Oct 8, 2019

This version is compiled with Spigot 1.14.4 and is for Spigot / Minecraft servers running 1.13.x and 1.14.x.

A few people have requested whether the 'cc' command alias could be removed as it clashed with other plugins, so this has been done as the commands are run infrequently.
The commands can be run as follows:
/cropchecker reload
/cropchecker info


There are no other changes in this release.

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4

Thanks.
----------, Jul 27, 2019

This update fixes a bug where changes or translations to strings.yml could not be saved. The cc reload command can now be run from the console. To make it easier for testing translations, /cc reload will also reload the strings.yml file.

Change Log
=========
  • fixed bug where translations could not be saved (thanks to suwako99) for reporting it)
  • allow console to reload config
  • the reload command also reloads strings.yml

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4

Thanks.
----------, Jun 28, 2019

This update adds the ability to display the crop growth using the Action Bar (1.14.* only) instead of the Scoreboard. The colour of the text can be set in the config.yml.

Change Log
=========
  • add /cc reload command to reload the config
  • add cropchecker.admin permission (required to reload config)
  • add option to display crop growth on Action Bar (Spigot / Minecraft 1.14+ only)
  • Action Bar text colour can be specified in config.yml
  • update bStats to v1.5

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4

Thanks.
----------, Jun 18, 2019

This update is for Minecraft/Spigot versions 1.13 and 1.14. Some of the changes only apply to 1.14.

Change Log:
  • add Sweet Berry Bush and Bamboo to list of crops
  • add Composter with level full indicator (also works with cauldrons on 1.13 but cauldrons are either full or empty so has minimal usefulness at the moment).
  • refactor DataHandler class to deal with new items
Updated the Spigot page and included a link to our Discord server.
----------, May 6, 2019

Change Log:
=========
  • added a permission node cropchecker.use (default true)
  • code improvements including moving the text processing into new dataHandler class
----------, Mar 1, 2019

A small update to allow you to configure the amount of time the crop age information is displayed on the screen.
Set display_time in config.yml to the number of seconds required. The default is 3 seconds, maximum is 8 seconds.
Added licence.
----------, Feb 1, 2019

Update 1.2 contains the additional configuration file strings.yml. This file contains the text that is displayed on the screen when the crops are clicked with a hoe.

The default file is created in English, but the text can be translated into other languages to suit your server. See the examples on the main page.

Added metrics (bstats).
----------, Jan 18, 2019

Small update with the following changes:
  1. Made the on-screen display neater and more compact
  2. Added a version checker for plugin updates
----------, Jan 16, 2019

Resource Information
Author:
----------
Total Downloads: 6,496
First Release: Jan 15, 2019
Last Update: Dec 19, 2024
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings