Gardening Tweaks | Dynamic Trample, Crop Dancing, Lumberjack and more! icon

Gardening Tweaks | Dynamic Trample, Crop Dancing, Lumberjack and more! -----

Grow crops by dancing, stop trampling grass, easily harvest crops and more!




Bug Fixes:
- Made composter level drop by 2 when at maximum capacity
- Improved composter compatibility with other plugins
----------, Oct 29, 2024

Plugin Changes:
- Added `distance-from-origin` config option to SaplingReplant
- Improved performance of Growth Dance
- Migrated plugin to LushLib

Bug Fixes:
- Fixed FancyTrees on versions 1.18 and lower
- Fixed issue with InteractiveHarvest when being interacted with from external plugins
- Fixed ComposterSpreader not using the last level of compost

API Changes:
- Made `growCrops` return a list of grown crops
----------, Jul 12, 2024

Warning: Config files will not automatically update - current config will be automatically backed up when updating

Changelog

- Separated modules into separate config files for ease of use
- Added built-in GriefPrevention, HuskClaims, HuskTowns and Lands support
- Composter Spreader, Fast Leaf Decay and other modules have received major performance improvements
- Added more control over distribution of materials in Grass Drops, Sniffer Drops and Composter Output
----------, Jan 15, 2024

  • Added Replant feature
    • When saplings drop from decaying leaves or are thrown on the ground by a player they will plant themselves
    • If a player is sneaking when they drop the sapling it will not plant
  • Added Torchflower Seeds into Cherry Sapling to Rejuvenate Bushes
  • Updated default config:
Code (YAML):
# sapling-replant: Saplings replant themselves when dropped on the ground
sapling-replant
:
  # enabled: Whether Sapling Replant is enabled
  enabled
: true
  # include-player-drops: Whether to replant saplings thrown by players
  include-player-drops
: true
  # include-leaf-drops: Whether to replant saplings dropped by leaf blocks
  include-leaf-drops
: true
  # leaf-delay: The time (in seconds) that a sapling will wait, after falling from a leaf, before trying to replant itself
  leaf-delay
: 10
----------, Jul 11, 2023

  • Added custom sniffer drops - customize what items they sniff out of the ground
----------, Jun 8, 2023

  • Fixed some features not correctly working in protected areas
----------, Jun 6, 2023

  • Blocks no longer drop items when unbroken
  • All features abide by protection plugins
----------, May 8, 2023

  • Added "ignore-persistence" option to Fast Leaf Decay
    • This means that leaves that have persist=true will also decay.
    • Blocks placed by players will not decay
    • Warning: Enabling this will mean all leaves not connected to logs that were placed by players before enabling "ignore-persistence" may decay
  • Updated default config:
Code (YAML):
# fast-leaf-decay: Leaves disappear as soon as the last log has been broken
fast-leaf-decay
:
  # enabled: Whether Fast Leaf Decay is enabled
  enabled
: true
  # sounds: Whether a sound will be made when leaves decay
  sounds
: false
  # particles: Whether particles will appear when leaves decay
  particles
: false
  # ignore-persistence: Whether persistent leaves should decay (Leaves placed by players will not decay)
  ignore-persistence
: false # WARNING: Enabling this will cause leaves previously placed by players to decay.
----------, Feb 26, 2023

  • Added Composter Spreader feature:
    • Composters will use their contents to fertilize surrounding crops
  • Added Custom Composter Output feature:
    • Change the output of a filled composter
  • Added 2 new sections to default config:
    • Check the main plugin page for a fully up to date default config
Code (YAML):
# composter-spreader: Composter uses its contents to fertilize nearby crops
composter-spreader
:
  # enabled: Whether Composter Spreader is enabled
  enabled
: true
  # timer: Number of seconds between each chance of growing surrounding crops (Requires restart to change)
  timer
: 10
  # chance: Percentage chance of crop growth being triggered
  chance
: 50
  # blocks: A list of blocks that will be effected by Composter Spreader
  blocks
:
   - "BEETROOTS"
    - "CACTUS"
    - "CARROTS"
    - "CHORUS_FLOWER"
    - "KELP"
    - "MELON_STEM"
    - "NETHER_WART"
    - "POTATOES"
    - "PUMPKIN_STEM"
    - "SUGAR_CANE"
    - "SWEET_BERRY_BUSH"
    - "TWISTING_VINES"
    - "WEEPING_VINES"
    - "WHEAT"

# custom-composter-output: Changes the output of a composter (Leave empty for Default)
custom-composter-output
:
  # enabled: Whether Custom Grass Drops is enabled
  enabled
: true
  # items: A list of items that will have a chance of being output by the composter
  items
:
   - "BONE_MEAL"
    - "WHEAT_SEEDS"
    - "BEETROOT_SEEDS"
    - "PUMPKIN_SEEDS"
    - "MELON_SEEDS"
----------, Feb 18, 2023

  • Added "growth-rate" option to Growth Dance to allow for faster/slower crop growth while dancing
  • Fixed Growth Dance not properly growing the correct range of blocks
  • Updated default config's "growth-dance" section:
Code (YAML):
# growth-dance: Crouch near your crops to help give them a growth boost!
growth-dance
:
  # mode: (DEFAULT: Grows on crouch, ENCHANT: Grows on crouch if a piece of armour has the "Growth Dance" Enchant, DISABLED: Disables Growth Dance)
  mode
: true
  # growth-rate: The amount of times a crop can have a chance of receiving a boost per second (maximum of 20)
  growth-rate
: 20
  # blocks: A list of blocks that will be effected by Growth Dance
  blocks
:
   - "BEETROOTS"
    - "CACTUS"
    - "CARROTS"
    - "CHORUS_FLOWER"
    - "KELP"
    - "MELON_STEM"
    - "NETHER_WART"
    - "POTATOES"
    - "PUMPKIN_STEM"
    - "SUGAR_CANE"
    - "SWEET_BERRY_BUSH"
    - "TWISTING_VINES"
    - "WEEPING_VINES"
    - "WHEAT"
----------, Feb 17, 2023

  • Added error handling to invalid Materials and Modes in the config file
  • Fixed bug with custom grass drops not dropping custom items
----------, Feb 14, 2023

  • Fixed errors being thrown when ProtocolLib is not on the server
----------, Feb 13, 2023

  • Fixed typo in default config
    • Instances where "OFF" is an option should be replaced with "DISABLED"
----------, Feb 12, 2023

  • Minor updates to libraries to decrease plugin size by 85%
----------, Feb 11, 2023

  • Fast leaf decay
    • Leaves will no longer break if a log is reconnected to the leaves
----------, Feb 8, 2023

Resource Information
Author:
----------
Total Downloads: 1,090
First Release: Feb 8, 2023
Last Update: Oct 29, 2024
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings