[INACTIVE][MECH] FarmMaster v1.43 - grow the plants you like [282]

Discussion in 'Inactive/Unsupported Plugins' started by Redecouverte, Feb 8, 2011.

  1. Offline

    Redecouverte

    FarmMaster - grow the plants you like
    version 1.43

    Natural mode
    1) Place a plant on top of soil
    2) The plant starts to grow like crops
    3) Once the plant is ready, it has a 50:50 chance to drop 2 of its kind


    Wool mode
    1) Plant seeds normally
    2) Touch seeds with colored wool
    3) A different plant will grow!
    4) Once the plant is ready, it has a 50:50 chance to drop 2 of its kind

    Sand Tilling:
    If there are at least 2 dirt/water/grass/soil blocks near a sand block, left click it with a hoe, and it will become dirt.

    Default configuration:
    - both modes enabled (change with the "mode" setting)
    - sand tilling enabled (change with the "sandtilling" setting)

    natural mode:
    - yellow flowers used to plant yellow flowers - the same for all other plants

    wool mode:
    yellow wool -> yellow flower
    red wool -> red flower
    brown wool -> brown mushroom
    magenta wool -> red mushroom
    green wool -> cactus
    lime wool -> sugar cane
    orange wool -> pumpkin

    -> you may change the configuration with /plugins/FarmMaster/config.yml
    -> settings: change wool colors, change spawned blocks, change grow time

    Commands:
    /fmreload
    reloads the configuration


    Download v1.43

    Source code: https://github.com/Redecouverte

    Changelog:
    v1.43:
    - fixed sand tilling for underground blocks
    v1.42
    - added sand tilling *when upgrading add:
    sandtilling : true
    at the top of your config.yml to enable it
    v1.41
    - fixed natural mode for plants that normally cannot be placed on soil
    v1.4
    - added natural mode
    - both modes enabled by default
    - new configuration for natural mode -> config.yml will reset when upgrading!
    v1.3
    - removed sqlite dependency (much smaller now & no more /lib folder)
    - config is now auto-generated if its missing
    - raised the the default grow times
    v1.2
    - now using way better timing code
    v1.1
    - updated for upcoming bukkit changes
    v1.0
    - first release
     
  2. NAG NAG: please update ! I like this mod ;)
     
  3. Offline

    scor

    Any chance for an update, Redecouverte? :)
     
  4. Offline

    Krispy

    There's an actual error in the new version other than the constructor:

     
  5. Offline

    D2S4L1T2

    I just planted and harvested pumpkins not more than fifteen minutes ago. Working! :)

    If the mushroom auto-harvesting thing gets fixed, I'm going to be overjoyed. This plugin is fantastic. :)
     
  6. Offline

    scor

    Notch intentionally let mushrooms only grow at shady spots, so it's not really a bug I'd say. Just start your shroom farm under trees or inside a cave. :)
     
  7. Offline

    D2S4L1T2

    Oh, I don't view it as a bug, so much. Just maybe a convenience tweak. I've got a small room built that's dark enough for the mushrooms to remain stuck to the ground, but that light level is just slightly too low for the crop to grow. The mini-plant just reverts back to soil instead of growing. :)
     
  8. could anybody give information if this works with the newer bukkit releases (457+) ?
     
  9. Offline

    gchristopher

    We've been testing this plugin with bukkit 440, and there might be problems. Some tilled soil blocks allow plant placement and others do not. I'm not sure what the pattern is there.

    So far none of the trial plantings has dropped 2 plants, after 20 or so tries. Testing will continue.
     
  10. Offline

    thejon

    I would really love it if this were updated; or announced that it would no longer be maintained so that I can remove it properly and move on.

    Preferred to have it updated, of course; because 'wow, is this plugin needed'.
     
  11. Offline

    RioS

    I made a really quick fix to make this plugin run(I tested it on 440).

    Download Jar

    GitHub fork

    This is just a quick fix, this is not my plugin, I'll not fix any bugs, I'll not maintain this plugin, I just make it works on my server and share this quick fix with you guys.

    @Redecouverte say me when you update the plugin, I'll delete this fork.
     
    fyrus12345 likes this.
  12. Offline

    Joeyy

    Plugin is outdated, running CB 493!
     
  13. Offline

    Wulfspider

    Code:
    10:04:36 [SEVERE] Could not load plugins\FarmMaster.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: redecouverte.farmmaster.FarmMaster.<
    init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
    ^^^ with CraftBukkit 493 (latest recommended build).
     
  14. so... no news on an update yet ?
     
  15. Offline

    fyrus12345

    Code:
    10:04:36 [SEVERE] Could not load plugins\FarmMaster.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: redecouverte.farmmaster.FarmMaster.<
    init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
     
  16. Offline

    uneekprofecy

    Somebody should update this to work with Beta 1.4. Really good plugin.
     
  17. Offline

    Gea

    Agreed with the man above me. :\
     
  18. Offline

    McSpazzy

  19. Offline

    D2S4L1T2

    You are made of so much win. Can't wait to give it a go, thanks!
     
  20. Offline

    D2S4L1T2

    No longer works. I has a sad.
     

Share This Page