WorldGuard ${version}

Thanks for choosing WorldGuard!

First Steps

Now, to begin, you want to:

  1. Install the plugin: Copy WorldGuard.jar into your Bukkit server's "plugins" directory. If the folder doesn't exist, create it.
  2. Change the configuration: Run your server once (with WorldGuard) to generate the default configuration files. There are two types of configuration files.
    • A config.yml file is generated inside "plugins/WorldGuard" that contains some non world-specific settings.
    • For each world, a config.yml is created inside the "worlds" folder within "plugins/WorldGuard". Edit this file to disable fire and change other world-specific settings.
  3. Use /wg reload in the console to reload the configuration.
  4. Setup the blacklist Optional: For each world folder (see above), there is a blacklist.txt file that is generated. See the wiki for information about WorldGuard's blacklist.
  5. Learn how to use WorldGuard: Check out the wiki to learn how to disable things like fire and to protect regions.

Gotcha: You need to have WorldEdit installed. If you don't want to install the plugin, just put WorldEdit.jar into your Bukkit root folder (outside of plugins/). Note that region protection does require WorldEdit.

Be sure to:

Contributing

WorldGuard is entirely open source! You can download all of the plugin code to learn from it, modify it for your own self, or even contribute back!

The code is covered under the GNU General Public License v3.

Maven information: ${groupId}/${artifactId}/${version}