Celeb Glow
news | May 08, 2026

How do I disable PvP in regions using WorldGuard?

I am running in to some problems when users kill each other in their homes. How can I configure the WorldGuard plugin to disable PvP in regions?

3 Answers

According to the WorldGuard Wiki, use /region flag <id> pvp deny. Before that you do of course have to set a define a region first: Use the WorldEdit tool to select a region, then /region define <id>.

8

Okay, so here is what you do. First, make a region. You have to do /region define [regionname]. Then, after you have a region, you do /region flag [regionname] pvp deny.

To make it enabled again, you do /region flag [regionname] pvp accept.

1

make like this: /region define test
make like this id you have done: /region flag test pvp deny

1