Перейти к содержимому
Mineforgian

Quick Harvest

Plugin that let players on the server harvest the plants by pressing the mouse right button and automatic replant it again at the same moment!

Загрузки
2K
Подписчики
23
Обновлён
19 октября 2023 г.
Лицензия
MIT

Опубликован 19 июня 2023 г.

Quick Harvest [1.13+]

Plugin that let players on the server harvest the plants by pressing the mouse right button and automatic replant it again at the same moment!

Features

  • Quick harvest by dispenser! (You can disable this feature in plugin config)
  • To quick harvest press the mouse right button! (You can disable this feature in plugin config)
  • Expand the list of supported plants at your discretion! Currently supported:
    • minecraft:wheat
    • minecraft:beetroots
    • minecraft:potatoes
    • minecraft:carrots
    • minecraft:nether_wart
    • minecraft:cocoa

Default settings in config.yml

sound: minecraft:block.composter.ready  # played sound when quick harvest

feature:
  player: default                       # quick harvest by right-click:
                                        #   default - harvested items will automatically transfer to inventory
                                        #   vanilla - harvested items will just drop on the ground
                                        #   disabled - completely disable this feature

  dispenser: yes                        # quick harvest by dispenser (yes/no)

reason:
  minecraft:wheat_seeds:                # item in hand
    target: minecraft:wheat             # harvest block (works when harvest age equals max age)

  minecraft:beetroot_seeds:
    target: minecraft:beetroots

  minecraft:potato:
    target: minecraft:potatoes

  minecraft:carrot:
    target: minecraft:carrots

  minecraft:nether_wart:
    target: minecraft:nether_wart

  minecraft:cocoa_beans:
    target: minecraft:cocoa

Ченджлог

1.2.1Релиз1.19.4, 1.20, 1.20.1 · 19 октября 2023 г.

What's new?

  • move from pextysrudios.* to io.github.aratakileo.*
  • now in the config, it's possible to choose the behavior for harvesting items by the player (#1 fixed by #2)

Now in config.yml:

sound: minecraft:block.composter.ready  # played sound when quick harvest

feature:
  player: default                       # quick harvest by right-click:
                                        #   default - harvested items will automatically save to inventory
                                        #   vanilla - harvested items will just drop on the ground
                                        #   disabled - completely disable this feature

  dispenser: yes                        # quick harvest by dispenser (yes/no)

reason:
  minecraft:wheat_seeds:                # item in hand
    target: minecraft:wheat             # harvest block (works when harvest age equals max age)

  minecraft:beetroot_seeds:
    target: minecraft:beetroots

  minecraft:potato:
    target: minecraft:potatoes

  minecraft:carrot:
    target: minecraft:carrots

  minecraft:nether_wart:
    target: minecraft:nether_wart

  minecraft:cocoa_beans:
    target: minecraft:cocoa
1.2.0Релиз1.19.4, 1.20, 1.20.1 · 19 июня 2023 г.
  • Added support harvest by dispenser. If crop is not grown yet, then dispenser just drop that seeds as item
  • New configuration settings feature.player and feature.dispenser for plugin features managment
  • Source code refactoring
1.0.1Релиз1.18.2 · 19 июня 2023 г.
  • harvest algorithm smartest than before
    • now the seeds are deducted from the drop, not from the player's inventory
    • now if the drop does not fit into the inventory, in the amount in which it fell out, but there is a little free space in which a drop with a smaller amount would fit, then the drop is divided into two parts, the first is added to the inventory, the second is spawned, in the amount that did not fit into the inventory
  • expanding the settings in the configuration, namely, the ability to set the harvest sound at your discretion has been added

Комментарии

Загружаем…