Automatically replant crops after they are harvested
Right-click to harvest fully grown crops
Crouch in order to break crops without having to toggle the functionality off
Configuration options to customize how you'd like the plugin to work on your server
Commands
/scythe toggle: Toggles the automatic replanting and right-click harvesting feature for the player who executed the command. This requires the scythe.toggle permission.
/scythe reload: Reloads the configuration for the plugin. This requires the scythe.reload permission.
Permissions
scythe.use : Base permission for access to Scythe functionality.
scythe.use.harvest : Allows a player to harvest blocks using scythe functionality
scythe.use.replant : Allows a player to auto-replant crops using scythe functionality
scythe.toggle : Allows the player to toggle the feature for themselves using the /scythe toggle command.
scythe.reload : Allows the player to reload the configuration using the /scythe reload command.
require-tool-for-replant : (Boolean) Requires a tool in order for crops to automatically replant (configured below)
require-tool-for-right-click-harvest : (Boolean) Requires a tool for right click harvest, requires right-click-harvest to be true
replant-tools : (String list) List of tools allowed to be used. Only used if require-tool-for-replant or require-tool-for-right-click-harvest is set to true. These must be declared as they would be written in a vanilla /give command
play-sounds : (Boolean) If set to true, sounds will be played to emulate blocks breaking when right-clicking to harvest crops. If set to false, no sounds will be played.
sound-volume : (float) The volume the sound should be played at
sound-pitch : (float) The pitch the sound should be played at
break-particles: (Boolean) If set to true, particles will be displayed to emulate blocks breaking when right-clicking to harvest crops. If set to false, no particles will be displayed.
particle : (String) The particle to be shown, should be taken from The Particle Enum
particle-count : (int) The number of particles to play
crops : (String list) A whitelist of crops that this plugin should work on. Any crops not on this list will not be affected by the plugin.