FastAsyncWorldEdit/README.txt

20 Zeilen
540 B
Plaintext

2010-09-30 00:13:07 -07:00
WorldEdit
2011-01-17 17:07:11 -08:00
Copyright (c) 2010, 2011 sk89q <http://www.sk89q.com>
Licensed under the GNU 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.
2011-01-17 17:07:11 -08:00
For installation and usage help, see:
http://wiki.sk89q.com/wiki/WorldEdit
2011-01-17 21:18:41 -08:00
Thanks
------
- grum for providing the area smooth code.
- toi for the TargetBlock class.