Added config option "call-blockplaceevent" (default = true) to make RePlant call a BlockPlaceEvent when replanting crops. This allows other plugins, e.g. mcMMO to treat the replanted crops like player-placed blocks
Twisting and weeping vines won't get replanted automatically anymore, because their normal drop chance is only 33%, and players wanting to farm those would break them from the top anyway
Added option "crop-replanting-requires-both". Please read the following to see what it does:
Code (YAML):
# When you have BOTH, "crop-replant-requires-hoe" AND "crop-replant-requires-rightclick" enabled, # you can decide whether a player needs to use both, a hoe AND a right-click at the same time, # or whether it's enough if one of those conditions is satisfied. # This has no effect if you don't have both mentioned options set to true. # When set to true, players must right-click with a hoe in their main hand to have crops replanted. # When set to false, players must either right-click OR have a hoe in their main hand. crop-replant-requires-both: false
Made listener priority for crop replanting configurable to fix EcoEnchant's weird behaviour to clear all drops so plugins on HIGHEST/MONITOR can't detect them anymore. Defaults to NORMAL
- Added option to enable crop replanting by default
- Fixed saplings not being planted nearby when landing on an inappropriate ground block
- Added Turkish and German language