Compatibility
Minecraft: Java Edition
1.21.4โ1.21.10
Platforms
Tags
Creators
Details
Licensed ARR
Published 9 months ago
nPvP - PvP Management Plugin with Region Support
๐ Description A plugin for managing player PvP mode with enable/disable functionality, WorldGuard region support, status saving in an SQLite database, and PlaceholderAPI integration.
โจ Main Features
/pvpcommand โ toggles PvP mode for the player- Automatic PvP enabling in specified worlds and WorldGuard regions
- Saves PvP status in an SQLite database between sessions
- Damage protection when PvP is disabled
- PlaceholderAPI integration for status display
- Colorful messages with color code support
๐ฎ Commands
/pvpโ toggle PvP mode (requires permissionnpvp.toggle)
๐ Permissions
npvp.toggleโ allows using the/pvpcommand (default: true)npvp.adminโ administrative permission (default: op)
๐ฐ WorldGuard Region Support
- Automatically enables PvP in specified regions
- Disables the ability to turn PvP off in those regions
- Fully configurable
๐ PlaceholderAPI Placeholders
%npvp_status% โ shows the PvP status (Enabled/Disabled)
%npvp_enabled% โ shows true/false PvP status
โ๏ธ Configuration Example
always-pvp-worlds:
- "duel"
pvp-regions:
- "pvp"
- "example_region"
messages:
only-players: "&c&lPvP &8โช &cThis command is only available to players!"
always-pvp-world: "&c&lPvP &8โช &cPvP is always enabled in this world and cannot be changed!"
always-pvp-region: "&c&lPvP &8โช &cPvP is always enabled in this region and cannot be changed!"
pvp-enabled: "&a&lPvP &8โช &aPvP enabled! You can now attack and be attacked by other players."
pvp-disabled: "&c&lPvP &8โช &cPvP disabled! You are protected from other playersโ damage."
placeholder:
enabled: "&aOn"
disabled: "&cOff"
๐ง Requirements
- Paper 1.21.4+
- Java 21+
- PlaceholderAPI (optional, for placeholders)
- WorldGuard (optional, for region support)


