WorldGuard/README.txt

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2010-11-17 21:05:07 +01:00
WorldGuard
2011-01-17 09:10:32 +01:00
Copyright (c) 2010, 2011 sk89q <http://www.sk89q.com>
2010-11-14 09:55:01 +01:00
Licensed under the GNU Lesser General Public License v3
2011-01-17 09:10:32 +01:00
Installation
2010-11-14 09:55:01 +01:00
------------
2011-01-17 09:10:32 +01:00
Bukkit:
2010-11-14 09:55:01 +01:00
2011-01-17 09:10:32 +01:00
** Make sure you first install the WorldEdit plugin. **
2010-11-14 09:55:01 +01:00
2011-01-17 09:10:32 +01:00
1. Create a "plugins" folder inside your server folder.
2010-11-14 09:55:01 +01:00
2011-01-17 09:10:32 +01:00
2. Copy WorldGuard.jar into "plugins".
3. Restart your server.
2010-11-14 09:55:01 +01:00
2011-01-17 09:10:32 +01:00
Default configuration files will be created in plugins/WorldGuard/
when WorldGuard is first started. Be sure to edit them and use
/reload WorldGuard until you are satisfied (remember to remove the
2011-01-17 09:23:17 +01:00
/reload permission from everyone when you are done).
2010-11-30 11:19:18 +01:00
2010-11-21 10:36:13 +01:00
Thanks
------
While I would like to thank everyone for their support, I would like to
say thanks to the following individuals for their direct
contributions to WorldGuard:
- Sturmeh, for contributing the original durability workaround
- Meaglin, for changing the on flow hook at my request
- Dinnerbone, for implementing the on item pick up hook at my request,
and also for figuring out the durability bug in the process