Minecraft

How to Use WorldGuard Extra Flags on a Minecraft Server

Minecraft·May 20, 2026·16 min read

Overview

WorldGuard is one of the standard tools for protecting Minecraft server builds from griefing, unwanted PvP, block changes, and other chaos that tends to arrive five minutes after a public launch. It works by letting you create regions and apply flags, which are settings that control what players can do inside a selected area.

Sometimes the default WorldGuard flags are not enough for a spawn, shop, hub, arena, or protected build. WorldGuard Extra Flags expands that system with additional options for Paper and Spigot servers. These extra controls can disable elytra flight, block certain effects, enable god mode, keep inventories, and adjust other region behavior without replacing your existing WorldGuard setup.

What the Plugin Adds

WorldGuard Extra Flags was released on Spigot by isokissa3 in 2015 and has been downloaded more than 150,000 times. It acts as an extension for WorldGuard, adding 26 extra flags that can be applied to regions in the same general way as normal WorldGuard flags.

The plugin supports a wide range of Minecraft versions from 1.7 through 1.19, but the correct plugin build depends on your server version. It also does not require a large configuration process. Once the required dependencies are installed and the server restarts, the new flags become available in WorldGuard regions.

Requirements

Before installing WorldGuard Extra Flags, make sure the server already has these plugins installed:

  • WorldEdit
  • WorldGuard
  • A compatible version of WorldGuard Extra Flags for your Minecraft server version

If one of the dependencies is missing, the plugin will not load correctly. Minecraft plugins are picky like that, and unfortunately yelling at the console does not count as dependency management.

Installing WorldGuard Extra Flags

  1. Open the WorldGuard Extra Flags page on Spigot and select Download Now.
  1. Save the `.jar` file somewhere easy to find on your computer.
  1. Open your server panel, then go to the server file manager or connect with FTP. Make sure you are working on the correct server profile before uploading anything.
  1. Log in if prompted, then open the `plugins` folder.
  1. Upload the WorldGuard Extra Flags `.jar` file into that folder.
  1. Wait for the upload to finish, then restart the Minecraft server from the main panel.
  1. After the server finishes starting, join in-game and run `/plugins`. If the installation worked, `WorldGuardExtraFlags` should appear in green.

Version Compatibility

Use the plugin version that matches your Minecraft server version. If the newest download does not support your server, check the Version History section on the plugin's Spigot page and download the correct older build.

This matters most for servers running older Minecraft versions. A plugin made for a newer API may fail to load, while an outdated build may miss support for newer WorldGuard or server software versions.

Using Extra Flags in a Region

  1. Join your Minecraft server.
  1. Create a new WorldGuard region or choose an existing one.
  1. Run this command, replacing the example name with your region name:

`/rg info [region name]`

  1. In the chat menu that opens, click Flags to view the available region settings.
  1. Use the arrows near the bottom of the menu to move through additional flag pages.
  1. Continue until you find Third-Party Flags or the flag text changes color.
  1. Click the options on the right side of the menu to set the extra flags you want enabled or disabled for that region.

Common Uses

WorldGuard Extra Flags is especially useful for protected areas where the default flags do not cover every behavior you need to manage. Common examples include:

  • Blocking elytra flight inside spawn
  • Preventing certain potion or player effects
  • Keeping inventories in specific regions
  • Creating safer hub or lobby areas
  • Giving players temporary protection in controlled zones

These settings are applied per region, so you can make one area strict while leaving another area more open.

Troubleshooting

The plugin does not appear in `/plugins`

Run `/plugins` after restarting the server. If `WorldGuardExtraFlags` is red or missing, the plugin is disabled or failed to load.

Check that WorldEdit and WorldGuard are installed first. Then confirm that the WorldGuard Extra Flags version matches your Minecraft version. If you manage multiple server profiles, also make sure the `.jar` was uploaded to the correct server's `plugins` folder.

Commands or flags are not working

If you cannot use the commands or change flags, your account may not have the required permissions. Temporarily granting operator status with `op [username]` can help confirm whether permissions are the issue.

Keep in mind that server operators can bypass many region restrictions, so test region behavior with a normal player account when possible. Also confirm the region exists and that you are using the correct region name in `/rg info [region name]`.

Useful Resources

  • WorldGuard Extra Flags on Spigot
  • How to add plugins to a Minecraft server
  • How to install and use WorldEdit
  • How to install and configure WorldGuard

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support