If you are looking for a download, visit our newer page on Bukkit Dev: http://dev.bukkit.org/server-mods/worldedit/ If you are looking for up to date news (for example, a new Minecraft version just came out), visit http://www.sk89q.com _______ WorldEdit is an in-game map editor that is useful for both: Creative: Build super structures you've only previously dreamed up in days instead of months. Build from far away with Minecraft's most powerful brushes. Copy, paste, and repeat structures with ease! Generate spheres and cylinders. Write useful build scripts in JavaScript! Survival: Remove a griefer's lava, rollback to previous versions of the world, build a NPC village for your server, regenerate chunks, fix broken pools of water, move buildings -- fix problems quickly and easily! Administrate your server efficiently. Play single player? There is also a single player version. Some of the things that WorldEdit can do include: Build far away with WorldEdit's original brush tools Mine instantly with the super pickaxe Use your compass to quickly teleport to areas by left clicking or using /jumpto Replace a giant area with a block of your choice Choose an area and have it instantly restored from backups Level an entire mountain and replace it with natural looking terrain (with brush tools) Smooth an entire mountain quickly Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas Copy areas, paste them, load them, and save them (compatible with MCedit) Kill mobs, nearby or across the world, and remove entities (arrows, items, etc.) Find out which chunks were in a region, look up your current chunk Count the statistical variation of blocks inside an area Ascend through ceilings, pass through walls Tie in with WorldGuard to protect areas Make everything you do that's repetitive not repetitive WorldEdit(via BukkitDev) If you find WorldEdit useful, Learn how to use WorldEdit: Read the WorldEdit wiki Need a question answered? Visit us on IRC: #worldedit on irc.esper.net (hang around for a reply) Know Java? Help with WorldEdit! Message me here or in IRC (above). WorldEdit is open source! Submit ideas and problems: Issue tracker Check out my server too!
It has been public... on my GitHub... for the past 2 days (before Bukkit was publicly announced as well). Maybe you didn't know, but my GitHub watchers sure would have.
WorldGuard is a must have for me Do you know if our existing properties will owrk or if we will have to write them out again but differently?
I'd imagin that the same properties file will work for either version but it's all up to sk89q really.
Thanks for WorldGuard sk89q, I use it and depend on it on my server, and i hope it will be released for Bukkit
True story. Looks like a lot of people are hopping aboard this project, with everything being talked about I'd be surprised if they didn't.
hMod is the only other big modification (there's SMP API, but it's not as big in terms of userbase), so if Bukkit is displacing hMod...
Yeah I was on the hey0 forums earlier and it appears hey0 himself said he's bored of Minecraft and this is where to find the new server mod. I don't think anyone won't start porting now.
I like what Bukkit is claiming to offer, I am just concerned whether it will be done by the next Minecraft update (next week). I think a LOT of server owners depend on this. To be honest, i wouldn't mind paying an one time fee for this provided that it's updated VERY fast (with each minecraft release)
Really looking forward to have thing this supported in bukkit, I use it on my server now with hey0 and its invaluable.
That's just the source of the work in progress at the moment. If you want to test you can compile it yourself. If you want a jar you need to wait for it to be finished.
OK, here's a version: http://github.com/downloads/sk89q/worldedit/worldedit-2.7.zip (Note: This is the same version as for hMod.) Commands work. //wand works, but only right click will be detected. Anything that requires looking at a block and having WorldEdit figure out what block that is won't work. I don't use Bukkit yet so I only did a light test, but a bunch of people had a go at an old version a while back and we didn't notice any problems.
Apparently not every single person in the world knows how to wait for just a few days either. Just kidding. Thanks sk89q for the great early plugin.
Too bad /jumpto doesn't work I'd steal HitBlox from hMod to make it work in Bukkit if HitBlox wasn't so badly written, though I think some people were working on porting it over anyway.
This does trees and item drops for super pickaxe-mined blocks: https://github.com/downloads/sk89q/worldedit/worldedit-2.7.1.zip
Hey I have several bugs on this, first of all I can't use the wand without it crashing the server, and also i can't figure out how to smooth the are it always says the region is not fully defined... Im running windows 7: x64 ad running a bukkit on minecraft beta 1.2_01
Got an issue here.. First ill set my //hpos1 or using my //wand (left click) nothing happends (When using hey0 mod i did atleast get a messege that hpos1 was set) But when i set my //hpos2 the server start superleetspamming this in the console: at org.bukkit.craftbukkit.CraftItemStack.getType(CraftItemStack.java:21) at org.bukkit.ItemStack.setTypeID(ItemStack.java:96) For maybe 2-3sec then the server stops itself.. anyone who know thats the problem?