WorldGuard ${version}

Thanks for choosing WorldGuard!

Getting Started

Now, to begin, you want to:

  1. Install the plugin: Copy WorldGuard.jar into your Bukkit server's "plugins" directory.
  2. Change the configuration: Run your server once (with WorldGuard) to generate the default configuration files. There are two types of configuration files:
    • The main config.yml file inside "plugins/WorldGuard" is the main configuration.
    • Each world has a configuration file in "plugins/WorldGuard/worlds" that you can use to override any setting in the main configuration file for that specific world.
  3. Use /wg reload in the console to reload the configuration.
  4. Learn how to use WorldGuard: Check out the wiki to learn how to disable things like fire and to protect regions.

Note: WorldEdit must be installed, but if you do not want it, put WorldEdit.jar into your Bukkit root folder (outside of plugins/). Note that region protection requires WorldEdit in plugins/.

Be sure to:

Getting Help

If you need help, the best two ways to ask are:

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}