Protecting Land and Defining Regions with WorldGuard and WorldEdit // NodeFlux Docs
Use WorldEdit selections and WorldGuard region flags to prevent griefing, disable PvP, and restrict build access. ## Steps 1. Upload WorldEdit and WorldGuard plugin JARs into plugins/ directory and restart the server. 2. NodeFlux documentation for free Minecraft, Node.js and application hosting.
Use WorldEdit selections and WorldGuard region flags to prevent griefing, disable PvP, and restrict build access. ## Steps 1. Upload WorldEdit and WorldGuard plugin JARs into plugins/ directory and restart the server. 2.
Use WorldEdit selections and WorldGuard region flags to prevent griefing, disable PvP, and restrict build access. ## Steps 1. Upload WorldEdit and WorldGuard plugin JARs into plugins/ directory and restart the server. 2. Use WorldEdit wand (//wand) or commands //pos1 and //pos2 to select opposite corners of a land area. 3. Expand selection from bedrock to sky: //expand vert. 4. Define protected region with WorldGuard: /rg define . 5. Set region flags: /rg flag pvp deny, /rg flag mob-spawning deny, /rg flag chest-access allow. 6. Assign region ownership to players using /rg addowner . 7. Test region protection with a non-operator account to verify blocks cannot be broken. ## Notes - Global region flags can be modified using /rg flag __global__ pvp deny to disable PvP server-wide. - Region priority can be set (/rg setpriority 10) so child regions override global settings.