Hello so I'm in the process of making my prison server and I have a mine. Basically its a cube in the ground generated with world edit (//set 98%stone,1%ironore,1%coalore) I need some way I can reset the mine at will. I figured I could do //copy //save mine1 //load mine1 //paste -o However thats the same mine over and over again. People could memorize ore locations... Please help!
Derp, but I'm looking for a quicker way to do it, I don't want to have to go set points... then type the command again. especially if I have 5-10 mines.
For the command, you can use CommandHelper to shrink it to something like /regenmine. I'll see if I can find a way to automatically select the points.
@Eballer48 All right, I found a solution which is pretty good, actually. Download WorldGuard. Define the cuboid and do /region define Mine. Then, install CommandHelper and make a command like /regenmine which does the following: /region select Mine (This will select the mine) //set 98%stone,1%ironore,1%coalore //sel cuboid (This will clear the worldedit selection) Done! Hope it works, if you have any other question, feel free to ask. SuperImportantEdit: Just realized you wont even need CommandHelper. You can use the bukkit.yml file found in the server directory.
@Eballer48 Not sure if this plugin still works. It would be a permanent solution to your problem. Sadly the developer, who I used to work with, has gone inactive. He's an agreeable guy, so if you wanted someone to fork it, he may not mind, if he responded.
But a plugin that updates the mine after 20minuts (or the time you want) And before, the mine goes updates it makes a messages every 10 secounds (or the time you want) And you dont need a admin / mod on to play on the server and enjoy! And i need some help with sapling and the tree farm ;O
@Eballer49 Or you could do this (with the /Regenmine thing) //pos1 X,Y,Z //pos2 X,Y,Z //set 98%stone,1%ironore,1%coalore
I highly recommend CommandHelper, it's quite awesome. Here's how you can do it with bukkit.yml though.
//set 98%stone,1%ironore,1%coalore <<<< that doesnt work it comes up with this error in the chat Too Many Arguments //set <block>
Oh, okay... Then it's getting a little more complicated. //replace stone,ironore,coalore 98%stone,1%ironore,1%coalore
#22 still didn't work for me. All combinations of //set and //replace commands both say "Too many Arguments" here's what I have for command helper: #Mine Resetting /minereset1 = /region select minec1 \ //set 93%stone,3%ironore,4%coalore /minereset2 = /region select minec2 \ //set stone,ironore,coalore 98%stone,1%ironore,1%coalore
Edit: it does work now, but has to be run as a player, was missing some quotes: #Mine Resetting /minereset1 = /region select minec1 \ //set '92%stone,1%ironore,4%coalore,3%goldore,0.5%redstoneore,0.05%diamondore' /minereset2 = /region select minec2 \ //set '91%stone,4%ironore,4%coalore,1%goldore,0.05%diamondore' anyone know how to set this up so the script can run automatically instead of needing a player to do it?
Dont know if it has been mentioned, but you can also use precious stones to create a self-restoring mine. You just have to do some configuration.
any help on how to do this with precious stones would be great.. i looked over the site and didn't see anything about block gen...
Kind of digging up an old topic, but look here. The information is there, you just have to look everywhere/read everything.