EasyPlant update

Discussion in 'Plugin Requests' started by Ramballah, Aug 3, 2019.

Thread Status:
Not open for further replies.
  1. Hello people...
    Is there any possible way for someone to make a similar plugin like EasyPlant?
    https://dev.bukkit.org/projects/easy-plant
    The creator hasn't been online for 2 years and the plugin does not work for my server 1.14.4
    I really like this plugin concept as i have a huge farm on my server but i have to manually plant everytime...
    Now clockwork planter does work but my farm ofcourse shifts in layers every 4 blocks (for the water) so i can't really use that... so this plugin looked perfect for me... If its possible to do what i asked then please someone help... Maybe if there is some other solution yess please!!!
     
  2. Offline

    xX4w3s0m3Xx

    I'm on it
    EDIT:
    I've updated the plugin and added a configuration file to it, so you can add your own crops.
    https://www.dropbox.com/s/fmcgmf310s15vgy/EasyPlant.jar?dl=0
    Code:
    The configuration file works like this
    [name of soil]:
    [name of crop (can be used in permissions)]:
      seed: [name of seed in hand (has to be material name)]
      crop: [name of crop on soil (has to be material name)]
    
    example
    farmland:
      seeds:
        seed: wheat_seeds
        crop: wheat
      potato:
        seed: potato
        crop: potatoes
    soul_sand:
      nether_wart:
        seed: nether_wart
        crop: nether_wart
     
    Last edited: Aug 9, 2019
  3. Thank you very much for this, I will test it out later. Can't do that right now. will Probably be in about 2 hours or something. But it looks promising!
     
  4. Offline

    xX4w3s0m3Xx

  5. Alright i have just tested it and this works perfectly. even better than i Expected. I plant the seed and it takes the entire stack to fill the entire layers + above too. So i have layers like this:
    --_
    _--
    --_ etc and it just fills it up for 64 seeds :D Thank you so much
     
  6. Hey i just tried to add beetroot but it isnt working.. Can you tell me if i did anything wrong in the config?

    Code:
    farmland:
      seeds:
        seed: wheat_seeds
        crop: wheat
      potato:
        seed: potato
        crop: potatoes
      carrot:
        seed: carrot
        crop: carrots
      melon:
        seed: melon_seeds
        crop: melon_stem
      pumpkin:
        seed: pumpkin_seeds
        crop: pumpkin_stem
      beetroot:
        seed: beetroot_seeds
        crop: beetroot
    soul_sand:
      nether_wart:
        seed: nether_wart
        crop: nether_wart
    
     
  7. Offline

    xX4w3s0m3Xx

    This looks alright, maybe the item names are different. I’ll check it in about half an hour

    EDIT:
    try
    Code:
    beetroot:
      seed: beetroot_seeds
      crop: beetroots
    
     
    Last edited: Aug 20, 2019
  8. this worked thanks!
     
    xX4w3s0m3Xx likes this.
Thread Status:
Not open for further replies.

Share This Page