volcano

Version: v1.24
Mine on the volcano where lava is transformed in severals differents blocks (coal, gold, diamond...).
wiki : wiki.minicraft.org
Features
- Lava is transformed in blocks
- Multiple volcano can be created
- They are configured independent
- Explosif eruption
Video
Fun video
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
optional Minicraft Quest Trigger
If you don't need this, the Volcano plugin work alone.
Require Minicraft Quest v0.65.
Extract the contents of the Volcano client 1.1 into minecraft.jar.
Commands
/volcano help *** HELP *** /volcano create <name> <height> <rate id|nameBloc> ... - Create volcano. /volcano start <name> - Start a volcano. /volcano stop <name> - Stop a volcano. /volcano crater <name> [<radius>] - Crater radius (between 1 and 100). /volcano timer <name> [<second>] - Time between flowed. /volcano flowed <name> [<second>] - Time of flowed before transformation. /volcano info <name> - Information about a volcano. /volcano move <name> - Move a volcano on new position (not the blocks). /volcano layerHelp - Help for add the layers. /volcano help2 - Other commands. *** HELP2 *** /volcano eruption <name> - Toggle eruption : Explosive or Effusive (without explosion). /volcano timerExplo <name> [<second>] - Fixe timer before explosion once at the top. /volcano delayExplo <name> [<second>] - Random delay after the fixe timer. /volcano nbExplo <name> [<number>] - Number of explosion. /volcano distanceExplo <name> [<number>] - Distance or radius of the concentration of explosions. /volcano damageExplo <name> [<number>] - Damage explosions (limit : 60). /volcano throat <name> - Toggle throat of fire. /volcano erupt <name> <second> - Eruption starts. /volcano help3 - Other commands." *** HELP3 *** /volcano del <name> - Delete a volcano file (not the blocks in game). /volcano load <name> - Load a volcano file. /volcano coord <name> <X> <Y> <Z> <maxY> - Change these coordinates. /volcano list - List of volcanoes. /volcano near - Display the near volcanoes. /volcano allow [<from>] - List of allow blocks. /volcano world <nameWorld> - Allow/Forbidden a world for the volcano plugin. (op) /volcano ops - Permit the volcano plugin only for ops or allow for everybody. (op) *** LAYER HELP *** /volcano layer <name> <radius> <rate id|nameBloc> ... - Add layer. /volcano layerInfo <name> - Info layer. /volcano modlayer <name> <num> <radius> <rate id|nameBloc> ... - Modification of layer. /volcano dellayer <name> <num> - Delete layer.
Permissions
volcano.*: description: Allows volcano commands default: true children: volcano.help: true volcano.help2: true volcano.help3: true volcano.create: true volcano.layer: true volcano.layerHelp: true volcano.layerInfo: true volcano.start: true volcano.stop: true volcano.list: true volcano.del: true volcano.load: true volcano.crater: true volcano.timer: true volcano.flowed: true volcano.eruption: true volcano.timerExplo: true volcano.delayExplo: true volcano.nbExplo: true volcano.info: true volcano.move: true volcano.near: true volcano.allow: true volcano.modlayer: true volcano.dellayer: true volcano.coord: true volcano.distanceExplo: true volcano.damageExplo: true volcano.throat: true volcano.gui: true volcano.world: default: op volcano.ops: default: op volcano.erupt: default: op
Changelog
Version 1.24
- fix flowed after eruption
- fix trigger volcano (only on client)
Version 1.21
- fix Mini manager 0.58
Version 1.2
- fix TriggerVolcano
Version 1.1
- /volcano erupt <name> <second> - Eruption starts.
- Flowed more fluid
- fix eruption
- Add bukkit event
- TriggerVolcano via Mini Quest
Version 1.0
- add layers with id or name block
- Fix Volcano
Version 0.985
- Fix eruption
Version 0.97
- Add Throat of fire : /volcano throat <name> - Toggle throat of fire.
- Fix width of volcanoes. The width is greater than 2 times the height.
Version 0.96
- Fix load at startup.
Version 0.951
- Default config - limitMaxY: 127 (maximum 255)
Version 0.95
- Alias /vol
-
View User Profile
-
Send Message
Posted Mar 20, 2012we've used your plugin for quite a few versions ..... LOVE IT!
we would liek to see it fixed for the new building height (256)
went into configs for each volcano created and the main config trying to raise maxY: 127 to 256 ..... no luck
so far running 8 volcanos at one time in close proximity and our server is handling it no prob.
-
View User Profile
-
Send Message
Posted Mar 10, 2012Would love an update :D
Big fan of this excellent plugin.
-
View User Profile
-
Send Message
Posted Mar 8, 2012Can you update
-
View User Profile
-
Send Message
Posted Feb 18, 2012I recommend changing the /volcano command to /vol. This would make typing things a lot easier and faster when you have to type a lot of commands.
-
View User Profile
-
Send Message
Posted Feb 7, 2012thx :)
-
View User Profile
-
Send Message
Posted Feb 5, 2012i have the mod and i got it from here i would give this site 99999999999999999 thumbs up
-
View User Profile
-
Send Message
Posted Feb 4, 2012For spout GUI, I must make it compatible for the latest versions.
The width of the volcano is proportional to the height.
-
View User Profile
-
Send Message
Posted Feb 4, 2012Tested this out on my server and it works very well. Only, I can see a problem of the volcano infinitely getting larger and larger. Is there something in the plugin to stop this from happening or should I just set a layer that causes it to only form air where I don't want it to expand any more?
-
View User Profile
-
Send Message
Posted Feb 4, 2012Is the spout GUI no longer usable?
-
View User Profile
-
Send Message
Posted Feb 4, 2012@diwaly
Had a look through the source code to the see the changes. It looks good but in Plugin.yml, you have specified that volcano.* should default to true. I would have thought that is would make more sense for it to default to ops so that users don't have to give default players volcano.* = false if they don't wand normal players to use volcanos. If it defaults to ops, users just need to give it to players or groups that they want to be able to use volcanos, and ops can use it anyway.
-
View User Profile
-
Send Message
Posted Feb 3, 2012I master not have permissions, I hope it's good like that :)
-
View User Profile
-
Send Message
Posted Feb 1, 2012@diwaly
What are the permissions nodes then for allowing players to use commands from this plugin? Or do you have to be an op to use commands?
Just had a look through the code and found that you have a command and setting for whether it is everyone or op only. It would be useful if you could add proper permissions nodes for the different commands so that it is possible to only allow certain players to use the commands but they do not have to be ops.
-
View User Profile
-
Send Message
Posted Jan 26, 2012All bukkit plugin support permissions.
-
View User Profile
-
Send Message
Posted Jan 23, 2012Any chance of supporting permissions?
-
View User Profile
-
Send Message
Posted Jan 16, 2012@indigomontoya
it doesn't work ? :) Or you can use spawn creature plugin.
@indigomontoya
You can use /volcano coord <name> <X> <Y> <Z> <maxY> But with GUI it's more simple.. I'm too lazy to dissect command. And too busy to correct spout gui, it's just genericContainer that bug.
-
View User Profile
-
Send Message
Posted Jan 13, 2012How about a way to change the height of the volcano after the fact? like /volcano height test X
-
View User Profile
-
Send Message
Posted Jan 12, 2012probably outside the scope of this plugin but would be awsome to be able to have stuff like pigzombies spawn on the volcano
-
View User Profile
-
Send Message
Posted Jan 2, 2012lol oki
-
View User Profile
-
Send Message
Posted Dec 31, 2011Having problems getting this to work. I can make a volcano but all it does is make the outline and start 3 lava flows which dont stop or generate anything
22:35:52 [WARNING] Task of 'Volcano' generated an exception java.lang.ArrayIndexOutOfBoundsException: -1 at fr.diwaly.volcano.Volcano.randomBlock(Volcano.java:435) at fr.diwaly.volcano.Volcano.update(Volcano.java:247) at fr.diwaly.volcano.Plugin.run(Plugin.java:193) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C raftScheduler.java:137) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:493) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Neverminde I fixed it ^ problem in volcano config. Is there a way to limit the expansion of the volcano (not height) but just make it so that after a certin point lava is just lava
-
View User Profile
-
Send Message
Posted Dec 29, 2011Anyone can make this configuration by default, the one I used, I used to quickly test.
A magma chamber is interesting. But linked to bedrock, i don't think so. It's too invasive.