WorldEdit 5.5.4-SNAPSHOT

Getting Started

Thanks for choosing WorldEdit! When you first install WorldEdit, no one will be able to do anything until you give permissions (unless everyone is an op). Because WorldEdit is largely command-driven, it has no effect until someone uses its commands, you can install WorldEdit and deal with configuration whenever you are ready.

Need help? See the ways that you can get assistance.

Common Issues

I or others don't have permission to build.

This is not a problem caused by WorldEdit. WorldEdit doesn't deny build permissions as it is merely a world editing program.

WorldEdit doesn't seem to work.

A common mistake is making a syntax error in one of WorldEdit's configuration files (this is very fatal unfortunately, and can be caused by a single character typed in the wrong place). Try asking in IRC to see whether anyone can help you.

Can I use this with mod blocks?

Yes, depending on what you are using WorldEdit with (Bukkit, Single Player Commands, MinecraftEdu, etc.). We don't guarantee 100% compatibility with all known custom blocks, but we have pretty decent support. Please be aware that support for these mods is considered 'experimental,' and will likely be for the far forseeable future.

How do I protect my spawn?

You'll have to install our accompanying WorldGuard plugin, which works in conjunction with WorldEdit in order to protect areas. With it, you can make a selection with WorldEdit and then 'define' a region that prevents other from building in it.

Can I use WorldEdit's selections in my Bukkit plugin?

Absolutely! We haven't documented how to yet, but you can try looking at the Javadocs for the plugin's main class. You'll have to get a reference to WorldEdit from Bukkit's plugin manager (don't try to create WorldEditPlugin), and then call one of its selection methods.

Still need help? See the ways that you can get assistance.

Contributing

Did you know that WorldEdit is open source? That means that you can read the code and learn from it, as well as modify it and submit back changes to help the community!