- Compatible API Versions
- 1.0.5
WorldGuard plugin port for Nukkit
Requirements:
https://github.com/Raffa50/NukkitX-WorldGuard/releases/
How to define a region:
The command for adding a flag is /rg flag <regionName> <flag> deny
to remove a flag /rg flag <regionName> <flag> allow
supported flags:
Requirements:
- JavaSE11+ (https://www.oracle.com/technetwork/java/javase/downloads/index.html)
- SWorldEdit 0.1.0.1+: https://nukkitx.com/resources/simpleworldedit.357/
- Nukkit API 1.0.5+
https://github.com/Raffa50/NukkitX-WorldGuard/releases/
- 0.2.0.0:
depends on SWorldEdit
/wg ? or /wg help command - 0.1.2.0:
Fire flags
/rg flag : will show all available flags
/wg : will list all commands
How to define a region:
- enter //wand (SWorldEdit selection)
- left click on first block to select first position
- right click on second block to define second position
- enter command /rg create myregion
- enter /rg flag myregion block-break deny
The command for adding a flag is /rg flag <regionName> <flag> deny
to remove a flag /rg flag <regionName> <flag> allow
supported flags:
- block-break : the player cannot break blocks
- block-place : the player cannot place blocks
- mob-spawning : mobs cannot spawn
- pvp : the player cannot arm another player
- damage-animals : the player cannot harm mobs
- explosions : tnt, creeper and other explosion are cancelled
- more flags