Skip to content

Compatability issue with mcMMO Herbalism #7

Description

@Peashooter101

Plugin/Mod/Project Version

6.1.0

Minecraft / Server Version

Purpur 1.21.11-2562

What went wrong?

With mcMMO Herbalism enabled and in use by players, sometimes replants do not occur.

Reported by lemoncitrine on the Simplexity Discord.

config.yml

# Scytheauto-replant:
enabled: truerequire-seeds: falserequire-tool: truedelay-ticks: 15right-click-harvest:
enabled: truerequire-tool: false# Only applies if "require-tool" is true in any of the above categoriestools:
enabled-tools:
- minecraft:wooden_hoe
- minecraft:stone_hoe
- minecraft:iron_hoe
- minecraft:golden_hoe
- minecraft:diamond_hoe
- minecraft:copper_hoe
- minecraft:netherite_hoe# Item models should be declared like "namespace:id"required-item-models: []# If custom item is enabled, 'enabled tools' and 'required item models' will be overridden# Item type must be a hoe of some kind if it's going to till the groundcustom-item:
enabled: falsecustom-name: <yellow>Scythe</yellow>lore:
- <white>This is some cool lore</white>
- <green>Idk you should probably change this</green>
- <gradient:blue:green>Colors and stuff yay</gradient>item-type: WOODEN_HOEitem-model: ''enchantment-glint: truemax-durability: 2031command-cooldown-seconds: 600# Note: In vanilla, harvesting normally crops does NOT use durability.# This will cause the tool to lose durability on right-click harvest ONLYdurability:
harvest-uses-durability: falsereplant-uses-durability: falseprevent-tool-break: trueminimum-durability: 10# Please choose a sound from this list: https://jd.papermc.io/paper/1.21.4/org/bukkit/Sound.htmlsounds:
enabled: falsebreak-sound: BLOCK_CROP_BREAKplant-sound: ITEM_CROP_PLANT# between 0 and 2volume: 1.0# between 0 and 2pitch: 1.0# Please choose a particle from this list: https://jd.papermc.io/paper/1.20/org/bukkit/Particle.htmlparticles:
harvest:
enabled: falseparticle: BLOCKcount: 40# how far from the center particles should go, in blocksspread: 0.5replant:
enabled: falseparticle: HAPPY_VILLAGERcount: 2spread: 0.5# Crops the plugin should work on, list of materials is here: https://jd.papermc.io/paper/1.21.4/org/bukkit/Material.html# Note, the material must have the BlockData of 'Ageable' - note, most other ageable blocks in the list don't work as intended.allowed-crops:
- BEETROOTS
- CARROTS
- COCOA
- NETHER_WART
- POTATOES
- WHEAT# - PUMPKIN_STEM# - MELON_STEM

Provided Video

2026-03-04_20-36-47.mp4

How can we reproduce this?

  1. Add mcMMO and Scythe to the server.
  2. Enable auto-replanting.
  3. Note that auto-replanting sometimes fails.

Relevant Logs

Other Plugins

No response

Checklist

  • I’m using the latest version
  • I’ve checked the existing issues

Possible Cause

https://github.com/mcMMO-Dev/mcMMO/blob/master/src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java#L274

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions