[REQ] Slow Grass

Discussion in 'Archived: Plugin Requests' started by TelephoneKiosk, Jul 8, 2012.

  1. Offline

    TelephoneKiosk

    Hello, could someone here make a plugin to make grass slower? It would work like this: On reload a config file is generated. The config would look like this:

    Grass slowness: 1

    Wherein Grass slowness is how slow grass is in spreading to dirt (setting it to 2 would be twice as slow, 3 three times as slow, etc) This is all I want in the plugin, but if you want to, you could make it biome specific. (eg grass spreads slower in the desert than in a jungle biome)
     
  2. Offline

    PoorBoyDrew

    I think i saw a small plugin that does this I'll try to find it again and let you know.
     
  3. Offline

    TelephoneKiosk

    Thanks. I searched but couldn't find one :/
     
  4. Offline

    PoorBoyDrew

    I cant find it now either, but i know i saw it. Sorry
     
  5. Offline

    TelephoneKiosk

    It's okay. Maybe someone here will make one :D
     
  6. Offline

    hawkfalcon

    This would be difficult unless... You would have to use the slowness effect potion.
     
  7. Offline

    pzxc

    Potions are for entities like players, you can't use a potion effect to slow down the spread of grass.

    But it wouldn't be too difficulty. Find the event that occurs when grass spreads to a new block. Cancel the event unless you a random number between 1 and [slowness] == 1.
     
  8. Offline

    denno127

    I will try to make this tomorrow!
     
  9. Offline

    denno127

Share This Page