Crop Checker Easily check the progress of your crops and honey level of beehives
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
Scoreboardon 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.
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.
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
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.
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.
Issues and source code
For any issues with CropChecker, or any of my other plugins, join the Discord server below.
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.