WorldGuard/INSTALL.txt

29 lines
753 B
Plaintext
Raw Normal View History

2010-11-14 09:55:01 +01:00
Installation
------------
2011-01-16 22:33:14 +01:00
Bukkit:
** Make sure you first install the WorldEdit plugin. **
1. Create a "plugins" folder inside your server folder.
2. Copy WorldGuard.jar into "plugins".
3. Restart your server.
You may want to copy config.yml into plugins/WorldGuard/config.yml
(you will have to create that folder). Edit it to fit your needs.
hMod:
2010-11-14 09:55:01 +01:00
1. Create a "plugins" folder inside your "bin" folder.
2010-11-17 21:05:07 +01:00
2. Copy WorldGuard.jar into "plugins".
2010-11-14 09:55:01 +01:00
2010-11-17 21:05:07 +01:00
3. Add "WorldGuard" to the "plugins" line of your server.properties file.
2010-11-14 09:55:01 +01:00
If it's not already there, add the line. The line should look like this:
2010-11-17 21:05:07 +01:00
plugins=WorldGuard
2010-11-14 09:55:01 +01:00
If you have multiple plugins, separate plugin names with commas.