FastAsyncWorldEdit/README.txt

35 Zeilen
934 B
Plaintext

2010-09-30 00:13:07 -07:00
WorldEdit
Copyright (c) 2010 sk89q <http://www.sk89q.com>
Licensed under the GNU Lesser General Public License v3
2010-09-30 00:13:07 -07:00
2010-10-15 01:31:54 -07:00
Introduction
------------
WorldEdit is a powerful in-game world manipulation plugin with
support for working with block data, copying and pasting regions,
undoing and redoing operations, loading and saving .schematic
files, and much more.
2010-09-30 00:13:07 -07:00
For usage help, see:
2010-11-26 23:51:18 -08:00
http://github.com/sk89q/worldedit/wiki/Usage
Installation
------------
Bukkit:
1. Create a "plugins" folder inside your server folder.
2. Copy WorldEdit.jar into "plugins".
3. Restart your server.
Default configuration files will be created in plugins/WorldEdit/
when WorldEdit is first started. Be sure to edit them and use
/reload WorldGuard until you are satisfied (remember to remove the
/reload permission from everyone when you are done).
Thanks
------
2010-11-26 23:51:18 -08:00
Thanks to grum for writing the terrain smoother.