{"id":136569,"date":"2026-06-08T04:36:35","date_gmt":"2026-06-08T01:36:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/"},"modified":"2026-06-08T04:36:35","modified_gmt":"2026-06-08T01:36:35","slug":"scythe","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/","title":{"rendered":"Scythe"},"content":{"rendered":"<p># Scythe &#8211; Auto-Replant, Right-Click-Harvest plugin<\/p>\n<p>![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/scythe)<br \/>\n![Discord](https:\/\/discord.gg\/qe3YQrbegA)<\/p>\n<p>### Features<\/p>\n<p>* Automatically replant crops after they are harvested<br \/>\n* Right-click to harvest fully grown crops<br \/>\n* Crouch in order to break crops without having to toggle the functionality off<br \/>\n* Configuration options to customize how you&#8217;d like the plugin to work on your server<\/p>\n<p>### Commands<\/p>\n<p>* `\/scythe toggle`: Toggles the automatic replanting and right-click harvesting feature for the player who executed the<br \/>\n  command. This requires the `scythe.toggle` permission.<br \/>\n* `\/scythe reload`: Reloads the configuration for the plugin. This requires the `scythe.reload` permission.<\/p>\n<p>### Permissions<\/p>\n<p>* `scythe.use` : Base permission for access to Scythe functionality.<br \/>\n* `scythe.use.harvest` : Allows a player to harvest blocks using scythe functionality<br \/>\n* `scythe.use.replant` : Allows a player to auto-replant crops using scythe functionality<br \/>\n* `scythe.toggle` : Allows the player to toggle the feature for themselves using the \/scythe toggle command.<br \/>\n* `scythe.reload` : Allows the player to reload the configuration using the \/scythe reload command.<\/p>\n<p>## Config<\/p>\n<p>Note, generated config does not have this many comments lol, this is just for the README\/description<\/p>\n<p>&#8220;`yml<br \/>\n#Scythe<br \/>\nauto-replant:<br \/>\n  enabled: true # Should crops automatically be replanted?<br \/>\n  require-seeds: false # Should the user be required to have seeds in their inventory? Note: will consume seeds<br \/>\n  require-tool: false # Should the user be required to use a specific tool?<br \/>\n  delay-ticks: 1 # How long in ticks after breaking the block should it be replanted? (20 ticks per second, without lag)<br \/>\nright-click-harvest:<br \/>\n  enabled: true # Should users be able to right-click to harvest blocks?<br \/>\n  require-tool: false # Should users be required to use a specific tool?<br \/>\n#Only applies if &#8220;require-tool&#8221; is true in any of the above categories<br \/>\ntools:<br \/>\n  enabled-tools: # If users are required to use a specific tool, which tools are valid?<br \/>\n    &#8211; &#8220;minecraft:wooden_hoe&#8221;<br \/>\n    &#8211; &#8220;minecraft:stone_hoe&#8221;<br \/>\n    &#8211; &#8220;minecraft:iron_hoe&#8221;<br \/>\n    &#8211; &#8220;minecraft:golden_hoe&#8221;<br \/>\n    &#8211; &#8220;minecraft:diamond_hoe&#8221;<br \/>\n    &#8211; &#8220;minecraft:netherite_hoe&#8221;<br \/>\n  # Item models should be declared like &#8220;namespace:id&#8221;<br \/>\n  required-item-models: [ ] # Do you have any specific item models you&#8217;re using on tools that make them look different? If so, declare them here<br \/>\n  # Note: In vanilla, harvesting normally crops does NOT use durability.<br \/>\n  # This will cause the tool to lose durability on right-click harvest ONLY<br \/>\n  durability:<br \/>\n    harvest-uses-durability: false # Should right-click-harvest make tool durability go down?<br \/>\n    replant-uses-durability: false # Should auto-replant make tool durability go down?<br \/>\n    prevent-tool-break: true # If either of the two above are set to &#8216;true&#8217;, do you want to prevent the plugin from working if a tool is low on durability, to prevent users from accidentally breaking their tools?<br \/>\n    minimum-durability: 10 # If the above is set to true, how low should durability be when the plugin stops working?<br \/>\n# Please choose a sound from this list: https:\/\/jd.papermc.io\/paper\/1.21.4\/org\/bukkit\/Sound.html<br \/>\nsounds:<br \/>\n  enabled: true # Should sounds be played when a user breaks or auto-replants a crop?<br \/>\n  break-sound: BLOCK_CROP_BREAK # Which sound should be played when a crop is broken?<br \/>\n  plant-sound: ITEM_CROP_PLANT # Which sound should be played when a crop is replanted?<br \/>\n  # between 0 and 2<br \/>\n  volume: 1.0 # How loud should it be?<br \/>\n  # between 0 and 2<br \/>\n  pitch: 1.0 # How high-pitched should it be?<br \/>\n# Please choose a particle from this list: https:\/\/jd.papermc.io\/paper\/1.20\/org\/bukkit\/Particle.html<br \/>\nparticles:<br \/>\n  harvest:<br \/>\n    enabled: true # Should particles show when a user right-click-harvests a block?<br \/>\n    particle: BLOCK # Which particle should show?<br \/>\n    count: 40 # How many particles should spawn? This will wildly depend on the selected particle<br \/>\n    # how far from the center particles should go, in blocks<br \/>\n    spread: 0.5<br \/>\n  replant:<br \/>\n    enabled: true  # Should particles show when a block is auto-replanted?<br \/>\n    particle: HAPPY_VILLAGER # Which particle should show?<br \/>\n    count: 2 # How many particles should spawn? This will wildly depend on the selected particle<br \/>\n    spread: 0.5 # how far from the center should particles go, in blocks<br \/>\n# Crops the plugin should work on, list of materials is here: https:\/\/jd.papermc.io\/paper\/1.21.4\/org\/bukkit\/Material.html<br \/>\n# Note, the material must have the BlockData of &#8216;Ageable&#8217; &#8211; note, most other ageable blocks in the list don&#8217;t work as intended.<br \/>\nallowed-crops:<br \/>\n  &#8211; BEETROOTS<br \/>\n  &#8211; CARROTS<br \/>\n  &#8211; COCOA<br \/>\n  &#8211; NETHER_WART<br \/>\n  &#8211; POTATOES<br \/>\n  &#8211; WHEAT<br \/>\n  # &#8211; PUMPKIN_STEM<br \/>\n  # &#8211; MELON_STEM<br \/>\n&#8220;`<\/p>\n<p>## API<\/p>\n<p>### HarvestEvent &#8211; Cancellable<\/p>\n<p>| Method                  | Returns       | Description                                   |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `getPlayer()`           | `Player`      | Returns the player who triggered the harvest. |<br \/>\n| `getBlock()`            | `Block`       | Returns the crop block being harvested.       |<br \/>\n| `isCancelled()`         | `boolean`     | Checks if the event is cancelled.             |<br \/>\n| `setPlayer(Player)`     | `void`        | Updates the player associated with the event. |<br \/>\n| `setBlock(Block)`       | `void`        | Updates the block involved in the event.      |<br \/>\n| `setCancelled(boolean)` | `void`        | Cancels or un-cancels the event.              |<br \/>\n| `getHandlers()`         | `HandlerList` | Bukkit-required handler method.               |<br \/>\n| `getHandlerList()`      | `HandlerList` | Bukkit-required static handler method.        |<\/p>\n<p>### ReplantEvent &#8211; Cancellable<\/p>\n<p>| Method                    | Returns       | Description                                                 |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `getPlayer()`             | `Player`      | Returns the player who triggered the replanting.            |<br \/>\n| `getBlock()`              | `Block`       | Returns the block being replanted.                          |<br \/>\n| `getBlockData()`          | `BlockData`   | Returns the BlockData being applied to the replanted block. |<br \/>\n| `isCancelled()`           | `boolean`     | Checks if the event is cancelled.                           |<br \/>\n| `setPlayer(Player)`       | `void`        | Updates the player associated with the event.               |<br \/>\n| `setBlock(Block)`         | `void`        | Updates the block involved in the event.                    |<br \/>\n| `setBlockData(BlockData)` | `void`        | Updates the BlockData for the replanted block.              |<br \/>\n| `setCancelled(boolean)`   | `void`        | Cancels or un-cancels the event.                            |<br \/>\n| `getHandlers()`           | `HandlerList` | Bukkit-required handler method.                             |<br \/>\n| `getHandlerList()`        | `HandlerList` | Bukkit-required static handler method.                      |<\/p>\n<p>### Maven<\/p>\n<p>&#8220;`xml<\/p>\n<p><repository><br \/>\n    <id>modrinth-repo<\/id><br \/>\n    <url>https:\/\/api.modrinth.com\/maven\/<\/url><br \/>\n<\/repository><\/p>\n<p><dependency><br \/>\n<groupId>maven.modrinth<\/groupId><br \/>\n<artifactId>scythe<\/artifactId><br \/>\n<version>4.0<\/version><br \/>\n<scope>provided<\/scope><br \/>\n<\/dependency><br \/>\n&#8220;`<\/p>\n<p>### Gradle<\/p>\n<p>&#8220;`gradle<br \/>\nexclusiveContent {<br \/>\n    forRepository { maven { url = &#8220;https:\/\/api.modrinth.com\/maven&#8221; } }<br \/>\n    filter { includeGroup &#8220;maven.modrinth&#8221; }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    compileOnly &#8216;maven.modrinth:scythe:4.0&#8217;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### Support<\/p>\n<p>If you need any help with the Scythe plugin, please open an issue on the GitHub repository or join<br \/>\nour Discord server for support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Auto-replant harvested crops!<\/p>\n","protected":false},"featured_media":136570,"template":"","meta":{"_minecraft_slug":"scythe","_minecraft_project_id":"SiaCYfuX","_minecraft_author":"Rhythmic","_minecraft_license":"MIT","_minecraft_downloads":7085,"_minecraft_follows":62,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"scythe.zip","_minecraft_size_bytes":584990,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T02:45:31.324082Z","_minecraft_date_created":"2022-08-15T01:58:25.585542Z","_minecraft_date_modified":"2025-05-19T00:33:53.864266Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/scythe","_minecraft_icon_attachment_id":136570,"_minecraft_imported_at":"2026-06-08T01:36:36+00:00","_minecraft_import_hash":"824d630b867d19b3b08bfe7a484ff186","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[85,89,127,128,92],"mod_loader":[132,133],"minecraft_version":[53,54,55,56,57,58,101,102,62,40,41,74,38,78,79,80,81,82],"class_list":["post-136569","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-food","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scythe - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scythe - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Auto-replant harvested crops!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/\",\"name\":\"Scythe - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png\",\"datePublished\":\"2026-06-08T01:36:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png\",\"width\":240,\"height\":240},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/scythe\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Scythe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scythe - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/","og_locale":"en_US","og_type":"article","og_title":"Scythe - Minecraft","og_description":"Auto-replant harvested crops!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/","name":"Scythe - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png","datePublished":"2026-06-08T01:36:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/scythe\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/scythe-icon-bb114322cbacbd4a3fded595512066837b042a07.png","width":240,"height":240},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/scythe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Scythe"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/136569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/136570"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=136569"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=136569"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=136569"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=136569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}