Inactive [MECH] Fastgrow v1.4 - Instantly grows trees out of saplings[1000,1060,1185,1337]

Discussion in 'Inactive/Unsupported Plugins' started by Kostronor, May 21, 2011.

  1. Offline

    Kostronor

    Fastgrow v1.4 - Instantly grows trees out of saplings
    [1.4]
    craftbukkit [1060,1185]

    Placing a sapling will automatically grow a tree at this spot.

    Features:
    • Placing saplings grows a tree
    • Using saplings of different types gives different trees
    • Between 10 and 20 seconds after placing, the tree will grow
    • If your sapling cannot grow, it will drop to the ground
    • on first restart, a config-file will be created
    Config:

    Code:
    #The time is calculated in:
    #basetime + (randomtime * (0-1[random]))
    #it's a range of (basetime to (basetime + ranndomtime)
    basetime=10
    randomtime=10
    #This is the chance of getting the alternate version of the two trees.
    #its like (100 - chance = chanceforNORMALTREE)
    chanceofBIGTREE=50
    chanceofTALLREDWOOD=50
    ToDo:
    • Work this out a bit to wait about ten seconds until growing (added)
    http://dev.bukkit.org/server-mods/fastgrow/

    Source Code (should be in jar)

    Changelog: (open)
    Changelog:

    Version 1.4
    • Added a config-file
    Version 1.3
    • Reworked the timer to now work fine (10-20 seconds)
    • Saplings will drop when not growing
    Version 1.2
    • Removed the timer because of laggs
    • Added Treetype-support, so its just like instant bonemeal!
    Version 1.1
    • added a ten seconds long waiting-time
    Version 1.0
    • initial release

    If you like my work:

    [​IMG]
    [​IMG]
     
    someguy817 and Spycoclown like this.
  2. Offline

    Kostronor

    Thanks, i'm a bit ill right now but i will change the topic the next days!
     
  3. Offline

    Spycoclown

    will you update to 1.7_02? that would be great
     
  4. Offline

    jackkiej

    It works for me on that version.
     
  5. Offline

    Spycoclown

    ok thats great thx
     
  6. Offline

    Hugo2dog

    @Kostronor
    works fine on cb 1000, apart from one bug.
    If i plant a birch sapling and it cant make a tree and forms a drop, it forms a drop of a normal sapling.
    Help me before birches turn extinct =[]
     
  7. Offline

    Kostronor

    This is a bug with item-stack's where i cannot define the type of saplings.
    I'm not sure if it's just me or if Bukkit hates me, but i tried many ways of it and nothing works the way i wanted, so i made it fairly simple. :(
     
  8. Offline

    Hugo2dog

    Thanks for the answer great plugin otherwise!
     
  9. Offline

    Spycoclown

    i think it dont work on 1060, the grow normal now...
     
  10. Offline

    Kostronor

    it should, and for me it wroks, tell me something about your server and i can help you
     
  11. Offline

    Spycoclown

    I dont know what to tell,
    my config:
    Code:
    #time is in seconds, chance in percent
    #Thu Jul 14 12:21:25 CEST 2011
    basetime=86400
    chanceofBIGTREE=50
    randomtime=86400
    chanceofTALLREDWOOD=50
    And when i start it says fastgrow enabled and starting (i think that was the word)

    but if i place a tree it spawn after 5 - 10 Minuts
     
  12. Offline

    Kostronor

    basetime=86400 = 20*4320 seconds
    so after 4320 to 8640 seconds a tree will grow.
    thats more than an hour i think...
     
  13. Offline

    Spycoclown

    yes but they come after 1min
    yes but they come after one Minite
     
  14. Offline

    Kostronor

    above you said, they spawn after
    so not 1 minute, or am i missing something?
    if you use 60 as bastime and 120 as randomtime than you get the treee after 30 seconds to 1:30 minutes.
     
  15. Offline

    Sotamakkara

    Could you please update it to R6 or R0, this plugin is totally awesome and I need this :)
     
  16. Offline

    Kostronor

    done, downloadlink is the same and it should work with 1,2 betabuild ;)
     
    Sotamakkara likes this.
  17. Offline

    farkros

    this plugin is very interesting i like it alot but i was wondering if theres someway u can make it grow in 1 area,that would be really good for jail plugins etc
     
  18. Offline

    Kostronor

    sorry, i do not fully understand what you want me to do, do you want to restrict certain areas from fast-grow?
     
  19. Offline

    farkros

    sorry about that :/
    yes.i'm making an underground city with an treefarm this plugin would very much help that but i only want it for that area
     
  20. Offline

    Kostronor

    you could go with a custom build for it... what are the coordinates of this area?
     
  21. Offline

    iDeViLxD

    Kostronor could you update this to 1.2.3 R0.1 Please ;D

    So it includes Jungle Trees :D
     
  22. Offline

    Kostronor

    it should work now since i added the mission annotiation
     
  23. Offline

    Envymds

    Uh could you add permsions to this?
     
  24. Offline

    Yagman5000

    My chance of Normal Tree and Redwood are both 50, yet I'm not seeing any Redwoods grow.. why?
     
  25. Offline

    Kostronor

    perhaps you dont use redwood-seed? the chance is between different types of these trees, like big normal trees.
    This could be broken since some updates, so i dont know...
     
  26. Offline

    Speedrookie

    Not working Very well jungle saplings grow into oak trees! Fix please need this SOON!
     
  27. Offline

    Kostronor

Share This Page