Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
Invvk edited this page Apr 29, 2022 · 7 revisions

How can you bypass a flag?

  • You can bypass any flag by using the following permission node:
    worldguard.region.bypass.<world>.<region>.<flag>

  • If your permission plugin supports wildcars they can by used to block all custom flags in region using:
    worldguard.region.bypass.<world>.<region>.*

Flag is not working

  • Please note that if you are OP you are bypassing every flag the plugin provides. This can look like the plugin is not working.

  • Make sure you do not have permissions for the following permission node:
    worldguard.region.bypass.<world>.<region>.<flag>

  • Also make sure you have use-player-move-event set to true in WorldGuard config.

allow/deny entity place is not working

make sure that you have set build and/or place-vehicle flag(s) to allow. also make sure to read Flag not working section.

THIS IS NO LONGER NEEDED IN WGEF 2.5+

using multiple commands, potion effects, block..

Yes, use a comma , to separate them.

Command contains commas

Wrap the command in quotation marks and it will be seen as one whole command.

Use the player's name in a command

You can use the %username% placeholder. (only on commands flag)

A word about custom commands

Custom commands do not work as they are not "real" commands. Using plugins like Skript where you can define your own commands are seen as "fake" commands and their existence is unknown.

Default value for fly-speed/walk-speed

default value is 0.2

using keep-inventory flag inventory gets duplicated

This is not the plugins fault and some other plugin is conflicting with the flag.

give a player permission when they enter a region.

You should NEVER in any situation to use command-on-entry/command-on-exit etc... flag to give out permissions. Instead, you should use the following extension for LuckPerms

I'm getting a warning 'Could not save config.yml...', what do I do?

this message shouldn't affect your server, nor it should affect the plugin. However, if you find it annoying update to 2.2.0 to completely remove this message.

I need help, where can I find you?

you can join my discord server to receive help

Discord Server