Inactive [FUN/FIX] Reforestation v1.0.1 - Give back to Mother Nature [1.3.1-1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Jsn_man, Aug 21, 2012.

  1. Offline

    Jsn_man

    *Sorry for the lack of text customization, I'm writing on an iPad.

    If you're anything like me, when you're playing Minecraft wood is in a constant demand. So, you go and cut down some trees from a forest, right? That means a few less trees for the forest. The trees do drop saplings, but do you really take the time to replant them every single time? How about other people on your server? If you're not careful, serious deforestation can occur, leaving countless animals without a home. Remember, biodiversity shrinks with habitat loss! This problem may seem too large to tackle all by yourself, and you'd be right to think so. That's where Reforestaion comes in! A revolutionary simple plugin that lets mother nature take care of herself!

    How is this possible?
    Every time a sapling drops from a player or tree, if it can be planted where it lays, it will automatically be placed as a sapling block and will eventually grow into a new tree. No work required on your part!

    Is it customizable?
    Yes! If you edit the config file located in /plugins/Reforestaion/, you can set any block and metadata combination. By default the four saplings (regular, birch, pine, jungle) will only be added, but you can remove or add any blocks you want. This includes things like flowers and mushrooms, but also is extendable to modded saplings.

    Download Reforestaion: http://dev.bukkit.org/server-mods/reforestation/

    Change log:
    1.0.1: Fixed a stacking bug
    1.0.0: First release
    0.0.1: Initial concepts
     
  2. Offline

    WolfMaster

    sounds like a good plugin,

    i will give it a go! :D
     
  3. Offline

    thecoryguy

    I like these kinds of plugins. There's a server I'm on that could use it. The "world" build areas look terrible! >.<
     
  4. Offline

    Jsn_man

    I know exactly what you mean and that's what I took inspiration from.
     
  5. Offline

    korsakik

    Hello, i have a problem with your plugin:
    Code:
    2012-11-07 20:02:59 [SEVERE] org.kitteh.catcher.CaughtInTheAct: [ALERT] This is the exception to report back. Save this.
    2012-11-07 20:02:59 [SEVERE]at org.kitteh.catcher.OverlyAttachedArrayList.addAll(OverlyAttachedArrayList.java:34)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.World.a(World.java:1255)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.Chunk.addEntities(Chunk.java:661)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:102)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:108)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:72)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:469)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.check(Reforestation.java:139)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.run(Reforestation.java:117)
    2012-11-07 20:02:59 [SEVERE]at java.lang.Thread.run(Unknown Source)
    2012-11-07 20:02:59 [SEVERE] Caused by: java.lang.Throwable
    2012-11-07 20:02:59 [SEVERE]... 10 more
    2012-11-07 20:02:59 [SEVERE] org.kitteh.catcher.CaughtInTheAct: [ALERT] This is the exception to report back. Save this.
    2012-11-07 20:02:59 [SEVERE]at org.kitteh.catcher.OverlyAttachedArrayList.add(OverlyAttachedArrayList.java:26)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.World.a(World.java:2345)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.Chunk.addEntities(Chunk.java:668)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:102)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:108)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:72)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:469)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.check(Reforestation.java:139)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.run(Reforestation.java:117)
    2012-11-07 20:02:59 [SEVERE]at java.lang.Thread.run(Unknown Source)
    2012-11-07 20:02:59 [SEVERE] Caused by: java.lang.Throwable
    2012-11-07 20:02:59 [SEVERE]... 10 more
    2012-11-07 20:02:59 [SEVERE] org.kitteh.catcher.CaughtInTheAct: [ALERT] This is the exception to report back. Save this.
    2012-11-07 20:02:59 [SEVERE]at org.kitteh.catcher.OverlyAttachedArrayList.iterator(OverlyAttachedArrayList.java:98)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:358)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.EntityTracker.addEntity(EntityTracker.java:103)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.EntityTracker.track(EntityTracker.java:55)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.WorldManager.a(WorldManager.java:18)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.World.a(World.java:910)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.WorldServer.a(WorldServer.java:696)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.World.a(World.java:2347)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.Chunk.addEntities(Chunk.java:668)
    2012-11-07 20:02:59 [SEVERE]at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:102)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:108)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:72)
    2012-11-07 20:02:59 [SEVERE]at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:469)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.check(Reforestation.java:139)
    2012-11-07 20:02:59 [SEVERE]at me.jsn_man.Reforestation.Reforestation.run(Reforestation.java:117)
    2012-11-07 20:02:59 [SEVERE]at java.lang.Thread.run(Unknown Source)
    2012-11-07 20:02:59 [SEVERE] Caused by: java.lang.Throwable
    2012-11-07 20:02:59 [SEVERE]... 16 more
    Server crashed in 3 times for day.
    Please, made this plugin for 1.4.2 version, this plugin very cool and helpful.

    Sorry for my bad Eng
     
  6. Offline

    Jozeth

Share This Page