Skip to content
ChanceSD edited this page Feb 21, 2024 · 26 revisions

Welcome to the PvPManager wiki!

For a quick start guide, see Getting started

To see all permissions: Permissions
To see which placeholders are available: Placeholders
For Developers that want to use PvPManager's API: Developer API

To figure out why player damage is being blocked: Debug PvP Damage

Frequently Asked Questions

The plugin is enabled but nothing happens

Assuming there are no console errors, you are an admin and might have OP permissions that make you not get combat tagged, punished, etc.
Try testing the plugin with non admin players or remove/deny the exempt permissions from yourself.

I have PvP disabled but can still PvP

There are usually two reasons for this to happen:
1 - You used the /pvpoverride command, which is an admin command to allow you to attack everyone and everywhere.
2 - You are inside a WorldGuard region with the PvP flag set to ALLOW. This causes PvPManager to force enable your PvP.
You can change this behavior by setting WorldGuard overrides to false in the config.

Why can two players in the same Faction/Clan/Team attack each other while in combat?

This happens due to the feature named Vulnerable in the config, it allows tagged players to attack each other regardless of any regions or faction protections, even with friendly fire off.
You can disable this by setting Vulnerable to false. Or ask us to add support for that Faction/Clan plugin so that friendly players can't attack each other even with Vulnerable enabled.
Understand there won't be support for every team plugin out there though.

When players have PvP disabled they can still get attacked by XXX enchant/skill from YYY plugin

The odds are this is an issue with the enchant plugin, PvPManager cancels the entity damage event, enchant/skill plugins should call a damage event and check for that before applying their damages.

Clone this wiki locally