[FUN] Volcano v0.89 - Create your volcano [1337]

Discussion in 'Inactive/Unsupported Plugins' started by diwaly, Jul 12, 2011.

  1. Offline

    diwaly

    Volcano - The Volcano Plugin:
    Version: v0.89

    -- On BUKKIT DEV --

    Mine on the volcano where lava is transformed in severals differents blocks (coal, gold, diamond...).

    image (open)
    volcano1.jpg
    [​IMG]
    [​IMG]

    video (open)
    v0.88

    v0.7

    Features:
    • Lava is transformed in blocks
    • Multiple volcano can be created
    • They are configured independently
    • Explosif eruption
    Download The Volcano Plugin
    Source Code

    Usage:

    - ATTENTION Backup your world map !
    Create a simple volcano : /volcano create test 20 0.5 diamond_ore 99.5 stone
    I created from my position a volcano with 20 block height, with 0.5% diamond ore and 99.5% stone.
    Add layer : /volcano layer test 10 0.5 iron_ore 99.5 stone
    I added layer with 10 block radius from the center of volcan with 0.5% iron ore and 99.5% stone. From center at 9 block around, its a diamond ore and stone, from 10 block and more, its iron ore and stone. The layers are stacked cubes.
    For start it /volcano start test
    Changelog:
    Veresion 0.89
    • Eruption without TNT :)
    Veresion 0.88
    • New command : /volcano move <name> - Move a volcano on new position (not the blocks).
    Veresion 0.87
    • New command : /volcano crater <name> <radius> (the volcanoes files have changed.)
    • Fix
    Version 0.86
    • Fix and License (for Hoot215 :p
    Version 0.85
    • New commands : timerExplo, delayExplo, nbExplo (the volcanoes files have changed.)
    • Volcano activation distance is larger
    old changelog (open)
    Version 0.81
    • Permission for ops only
    • Bucket empty isn't allow on volcano
    Version 0.8
    • Volcano multilayer
    • World permition
    • Mode eruption effusive or explosive
    Version 0.7
    • Explosif eruption
    Version 0.6
    • A crater may fall
    • Add command timer and flowed
    • In volcano file, conversion of rate
    • In volcano file, time is second (was millisecond)
    Version 0.5
    • Configuration file separate volcanoes
    • File of block permission
    • Allow a rate for a block in the allow.txt (ex: TNT 5% maximum)

    DONATE if you like my plugin.
    Join me on irc://irc.librenet.net:6667/minicraft
     
  2. Hey just saying, i couldn't get the erupt command working either, but it would be nice if you could make it fire lava out of it :)

    Btw, when you define the radius of multiple layers, is each from the centre, or from the edge of the previous layer??

    Anyways some screenshots here for you ^^

    screenshots (open)
    [​IMG]
    [​IMG]
     
  3. Offline

    gilby202

    hey i downloaded all right and the plugin seams to work but when ever i create a volcano it does not show piz help ?????
     
  4. Offline

    bijan

    It just says "You are near a volcano
     
  5. You gotta write /volcano start <name> to get it to work :)
     
  6. Offline

    diwaly

    One more thing from version 0.7 which changed :)

    Nice :)
     
  7. Just an idea, but it would be nice if caves could form inside the volcano too. Like maybe if you calculate where they should be on creation of the volcano (random seed or something), the lava doesn't solidify in these spots and you end up with caves :D
     
  8. why cannot i set lava near volcanos?
    why cannot i use lava as "block" to spawn volcano?
    COMEON! VOLCANOS HAVE LAVA AROUND THEM AND INSIDE THEM

    wtf is "mossy_cobblestone" why cant it just be "mossy" ?
    why cant i have more than 3 materials in volcano? each time i set 4 or more it wont let me start just keeps saying "bad command"

    Code:
    2011-08-05 14:08:00 [INFO] [Volcano] semirotta: layer hard 11 80 obsidian 1.5 gold_ore 2.5 iron_ore 16 mossy_cobblestone
    2011-08-05 14:08:00 [INFO] [Volcano] save hard
    2011-08-05 14:08:16 [INFO] [Volcano] semirotta: start hard
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: -1
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: fr.diwaly.volcano.Volcano.randomBlock(Volcano.java:340)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: fr.diwaly.volcano.Volcano.initFirstStart(Volcano.java:167)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: fr.diwaly.volcano.Plugin.onCommand(Plugin.java:204)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-05 14:08:16 [INFO] [Volcano] Error on command: net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    this is try with 4 materials: obsidian 80%, 1.5% gold ore, 2.5% iron ore, rest 16% moss stone aka "mossy_cobblestone" ...

    EDIT:
    this stupid plugin wont even create a volcano with 3 materials :D SERIOUSLY MAKE THIS THING BETTER THIS IS PATHETIC
     
  9. Offline

    diwaly

    It's a bug in v0.7, in v0.81 it works.
    Because lava is transformed in block.
    Add lava in allowBlock.txt, you will see.
    I use the bukkit names .
    Thx for your encouragement :)
     
  10. Offline

    Junrall

    Very Cool :)
     
  11. Offline

    Leon Philips

    did you read my ideas :p? I'm waiting for a reply :D! *wink*
     
  12. Offline

    diwaly

    It's complex idea :)

    Sorry Leon, i don't understand. You can create yourself a volcano in skyland.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  13. Offline

    Leon Philips

    indeed ,but the lava will fall down and become stone right? (I did not test it yet)
    but If the vulcanoes spawn naturaly like dungeons that only spawn on top of land or at the bottom of seas (ISLANDS! yeeey) would be very awsome
     
  14. Offline

    diwaly

    Yes the volcanoes in the terrain generator would be very cool. But my holidays ends. In few month may be :)
    I will use my last week for other thing.
     
  15. Offline

    Leon Philips

    ok :p succes with your life ;) looking forward to generator :D
    [Edit]
    P.S.
    is there an way that tnt falls from the sky and detonates on the ground in an certain area when the vulcano explodes? :rolleyes:
     
  16. Offline

    RaymanMaik

    A volcano with radius 300 (45% Stone; 50%Cobblestone; 5% Diamond Ore) is generating on my server. That takes a veeeeeeeery long time :D
    After 4 damn hours it looks like this on an intel i7!! I'm excited for the result.


    [​IMG]EDIT:Okay, my withowner locked the time. Now it is very quick
     
  17. No more than 3 blocks in 1 volcano? aww....
    Good job anyway
     
  18. Offline

    Leon Philips

    you could always put volcanoes on top of eachother I think... ;)
     
  19. Offline

    diwaly

    lol strange volcano RaymanMaik :)

    No, there is no limit. You can modify directly the file of volcano, and add many blocks type.
    But it is true that the number of characters is limited on the chat.
     
  20. Offline

    LordDead1233

    I love this plugin I use it mostly for RP but its lovely.
    I have a suggestion. maybe you can let lava at the top of the volcano if its done or something?
    I know its hard
     
  21. Offline

    diwaly

    Yes its possible. But the main problem it's there a lot of little things like that which can be add.
    I noted :)
     
  22. oh my god i lol'd :p <3
     
  23. erm , i made volcano with 60% Lava ... now it just has empty spots xD the LAVA doesnt stay as flowing lava.. i thought it would.

    It would be nice to be made of like max 50% lava blocks which would make empty spot where lava would slide down or something...
     
  24. Offline

    TTlabambaTT

    is it possible that if you get a volcano the size you want it but you still want to make it erupt can i stop it from getting bigger and just have the lava flowing down?
     
  25. Offline

    himdo

    Wow thank you this is the type of mod me and my friends have be talking about itis very cool thank you.
     
  26. Offline

    diwaly

    Yes why not, you can tested with water also :)

    Just one eruption at the beginning ?
    I think to change lightly the mode of the explosive eruption .
     
  27. Offline

    Jordan_Dudgeon

    I am a Server Host, And I LOVE this pluggin. But why is lava being transformed into stone every time i place lava down? On a volcano or off. It flows and makes a stone block afterward... Any help would be appreciated! :)
     
  28. Offline

    diwaly

    Change eruption mode.
    /volcano erupt <name> effu
     
  29. Offline

    Minecrafter9001

    I had a HUGE volcano that went over the clouds AND my portal to my other worlds.

    BTW, this mod is REALLY awesome!
     
  30. Offline

    blista77

    can someone upload there volcano file cause i cant seem to get mine to work plz and ty
     
  31. Offline

    Draconos

    hey dude i LOVE this plugin and use it loads but i have 1 request for a plugin and i though you would be the person to ask could u make a plugin where when you place lava (or water) it spreads out from the sorce then begins to turn to cobble spreading from the sorce block and then eventually turning from cobble to stone sort of like the cement bucket from the better than wolfs mod. If you could do this for me i would be very VERY gratefull but if not at least i asked :)
     

Share This Page