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



Minimum Java Version: ________Java 21

Crop Checker
Easily check the progress of your crops and honey level of beehives

2019-06-18_22.10.06.png

Description

Crop Checker is a simple utility plugin, well suited to Survival and Skyblock servers, which will allow players to display the growth status of any of their crops.

Simply by right-clicking the crop with a hoe, it will briefly display on screen the name and age of the crop. The age is shown as a percentage from 0% (growth not started) to 100% (fully grown).

Also, you can right-click a Beehive or Bee_Nest to display its honey level, right-click a Composter to display how full it is, and even a Turtle_Egg to display its development state.

By default, the information is displayed for 3 seconds on a small Scoreboard on the right-hand side of the screen. If you prefer, the information can be displayed on a BossBar, using the bar to visually display progress. The bar colour, text colour and display time are all configurable in the config.yml file.

There is also the option to display the text on the ActionBar. The colour of the text can again be set in the config.yml file.

The default item (any hoe) used to select the crop can be replaced with a specific item (or no item at all) by enabling the 'override_item' in the config.yml. Set the item to AIR to click with an empty hand.

2019-12-13_22.36.22.png

Downloads & Dependencies

The latest release is supported on Minecraft / Spigot 1.20.6 - 1.21.4.

For servers running 1.20.4, download version 3.5 from here.

For servers running 1.17.1 to 1.19.4, download version 3.4 from here.

For servers running 1.16, download version 2.5 from here.


For servers running 1.15, download version 2.4 from here.

For servers running 1.13/1.14, download version 2.0 from here.

For servers running 1.12.2, download version 0.1 from here.

There are no other plugins required to run CropChecker.

2019-10-08_16.40.14.png 2019-05-06_22.37.35.png

2019-06-11_00.14.21.png

Configuration
Code (YAML):

############################################## #
# Crop Checker configuration file               #
#                                               #
# Use any hoe to check the growth progress of   #
# crops, or the honey level of bee hives.       #
# A specific tool can be set in place of a hoe  #
# by enabling the override tool and setting     #
# the item.                                     #
# Author: steve4744                             #
############################################## #

# Check for new version
Check_For_Update
: true
#
# Number of seconds to display growth status (max 8)
display_time
: 3
#
# Enable the preferred method(s) to display the block info
Display
:
  scoreboard
:
    enabled
: true
  actionbar
:
    enabled
: false
    # text colour supports hex/rgb colour codes, default is WHITE
    #textcolor: <#ff00e0>
    #textcolor: '&b'
    textcolor
: WHITE
  bossbar
:
    enabled
: false
    barcolor
: GREEN
    textcolor
: WHITE
#
# Set a specific item to use instead of a hoe.
override_tool
:
  enabled
: false
  item
: IRON_HOE
#
# Set how the player selects the crop/item.
click_type
:
  right_click
: true
  shift_click
: false
 

Commands & Permissions

The basic permission node is true by default, so all players can check their crops. Set it to false in your permissions plugin config to disable cropchecker for certain players, groups or worlds.

cropchecker.use - default true​

There is only one command which is used to reloads the config.yml and strings.yml files. This requires the cropchecker.admin permission.

/cropchecker reload - requires cropchecker.admin

2019-05-06_22.42.05.png

Language Options

Language support is provided by the file strings.yml. The default file is created in English, but can be translated into other languages. If you want to disable a particular item, set the translation to an empty string with a pair of quotes ("").
Thanks to Naiste for the French translation.

Code (YAML):
crops:
  wheat
: Wheat
  carrots
: Carrots
  potatoes
: Potatoes
  beetroots
: Beetroots
  melon_stem
: Melon_Stem
  pumpkin_stem
: Pumpkin_Stem
  kelp
: Kelp
  cocoa
: Cocoa
  bamboo
: Bamboo
  cactus
: Cactus
  sugar_cane
: Sugar_Cane
  nether_wart
: Nether_Wart
  chorus_flower
: Chorus_Flower
  sweet_berry_bush
: Sweet_Berry_Bush
  acacia_sapling
: Acacia_Sapling
  birch_sapling
: Birch_Sapling
  dark_oak_sapling
: Dark_Oak_Sapling
  jungle_sapling
: Jungle_Sapling
  oak_sapling
: Oak_Sapling
  spruce_sapling
: Spruce_Sapling
  mangrove_propagule
: Mangrove_Propagule
  twisting_vines
: Twisting_Vines
  weeping_vines
: Weeping_Vines
  cave_vines
: Cave_Vines
  pitcher_crop
: Pitcher_Crop
  torchflower_crop
: Torchflower_Crop
item
:
  bee_nest
: Bee_Nest
  beehive
: Beehive
  turtle_egg
: Turtle_Egg
  sniffer_egg
: Sniffer_Egg
  water_cauldron
: Water_Cauldron
  powder_snow_cauldron
: Powder_Snow_Cauldron
  composter
: Composter
  chiseled_bookshelf
: Chiseled_Bookshelf
text
:
  growth
: Growth
  level
: Level
Code (YAML):
crops:
  wheat
: Blé
  carrots
: Carotte
  potatoes
: Pomme de terre
  beetroots
: Betterave
  melon_stem
: Pastèque
  pumpkin_stem
: Citrouille
  kelp
: Algue
  cocoa
: Cacao
  bamboo
: Bambou
  cactus
: Cactus
  sugar_cane
: Canne à sucre
  nether_wart
: Verrues du Nether
  chorus_flower
: Fleur de chorus
  sweet_berry_bush
: Buisson de baies sucrées
  acacia_sapling
: Pousse d'acacia
  birch_sapling
: Pousse de bouleau
  dark_oak_sapling
: Pousse de chêne noir
  jungle_sapling
: Pousse d'acajou
  oak_sapling
: Pousse de chêne
  spruce_sapling
: Pousse de sapin
item
:
  cauldron
: Chaudron
  composter
: Composteur
  turtle_egg
: Oeufs de torue
  bee_nest
: Nid d'abeilles
  beehive
: Ruche
text
:
  level
: Level
  growth
: Pousse
Code (YAML):
crops:
  wheat
: Trigo
  carrots
: Zanahorias
  potatoes
: Patatas
  beetroots
: Remolachas
  melon_stem
: Tallo_de_Sandía
  pumpkin_stem
: Tallo_de_Calabaza
  kelp
: Algas
  cocoa
: Cacao
  bamboo
: Bambú
  cactus
: Cactus
  sugar_cane
: Caña_de_Azúcar
  nether_wart
: Verruga_del_Nether
  chorus_flower
: Flor_Coral
  sweet_berry_bush
: Arbusto_de_Bayas_Dulces
  acacia_sapling
: Brote_de_Acacia
  birch_sapling
: Brote_de_Abedul
  dark_oak_sapling
: Brote_de_Roble_Oscuro
  jungle_sapling
: Brote_de_Jungla
  oak_sapling
: Brote_de_Roble
  spruce_sapling
: Brote_de_Abeto
item
:
  bee_nest
: Colmena
  beehive
: Apiario
  turtle_egg
: Huevo_de_Tortuga
  cauldron
: Caldero
  composter
: Compostador
text
:
  level
: Nivel
  growth
: Crecimiento
Code (YAML):
crops:
  wheat
: Gwenith
  carrots
: Moronen
  potatoes
: Taten
  beetroots
: Betys
  melon_stem
: Coes_Melon
  pumpkin_stem
: Coes_Pwmpen
  kelp
: Mor-wiail
  cocoa
: Coco
   bamboo
: Bambu
  cactus
: Cactws
  sugar_cane
: Cansen_Siwgr
  nether_wart
: Dafadenisel
  chorus_flower
: Blodyn_Corws
  sweet_berry_bush
: Aeron_Melys
  acacia_sapling
: Coeden_Ifanc_Acesia
  birch_sapling
: Coeden_Ifanc_Bedw
  dark_oak_sapling
: Glasbren_Dderw_Tywyll
  jungle_sapling
: Coeden_Ifanc_Jyngl
  oak_sapling
: Coeden_Ifanc_Derw
  spruce_sapling
: Coeden_Ifanc_Sbriws
item
:
  bee_nest
: Nyth_Gwenyn
  beehive
: Cwch_Gwenyn
  turtle_egg
: Wy_Crwban
  cauldron
: Crochan
  composter
: Tomen_Gompost
text
:
  growth
: Twf
  level
: Lefel

Installation
  1. Download CropChecker.jar
  2. Copy to your server's 'plugins' folder
  3. Restart your server
2019-06-11_00.14.30.png

Metrics

This plugin uses bstats to collect anonymous plugin metrics. The data is collected once every 30mins and is submitted asynchronously to the bstats server. The plugin doesn't collect any custom data, just the default bstats data which is listed on bstats.org. The metrics class is also open source and can be viewed here, or in the plugin source on GitHub.

Metrics can of course be disabled on your server but I would appreciate it if it was left enabled as the information it provides gives me an idea of how many servers are using the plugin, what versions are in use, etc. and is an incentive for me to put more of my time into development of my plugins.

[​IMG]


2019-06-18_22.10.39.png 2019-01-16_09.58.07.png

Issues and source code

For any issues with CropChecker, or any of my other plugins, join the Discord server below.

discord cropchecker.png
The source code is on GitHub. As well as Discord, any issues or suggestions can be raised on the Issues tab in the GitHub repository.
Resource Information
Author:
----------
Total Downloads: 5,185
First Release: Jan 15, 2019
Last Update: Dec 19, 2024
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings