Tested Minecraft Versions:
Multiple languages included in the jar
Description
PvPManager is made to be the all in one PvP plugin. Meaning that instead of using multiple plugins that customize the PvP experience in your server you would just use one.
One of its main features is to stop combat log and it was designed to be as efficient as possible which is ideal for large servers. All the features can be enabled/disabled according to your liking and the entire plugin can be disabled in specific worlds.
It's also not bloated, no need for a ton of addons/expansions each with their own config or overcomplicated menus.
Everything is ready out of the box in a single jar, can be customized in one config with very detailed descriptions and fully supports being reloaded.
Now with PlaceholderAPI support! See list here
If you have issues or need support please create a ticket for easier tracking by me.
PvPManager is always open to new ideas or feature suggestions. Just ask what you would like to see.
Join Discord for support/questions

Features
Configuration File
plugin.yml
Or in the future wiki although it is unfinished: Permissions
If you want a free alternative or don't make a profit of your server, there is also PvPManager Lite which has less features but is the base of this version:
- PvPManager Lite
Other free plugins:
- AncientGates Regular and bungee portals
- PlayerWeight Player slows down according to his inventory fullness
You are not permitted to -Redacted- this plugin in any form.
You are not permitted to modify the plugin's code in any form.
This plugin cannot be refunded
You will not file a chargeback, dispute, or perform any similar action.
We reserve the right to change the price in the future
We reserve the right to change these Terms at any time, and you agree to abide by the most recent version of this.
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
Multiple languages included in the jar
Description
PvPManager is made to be the all in one PvP plugin. Meaning that instead of using multiple plugins that customize the PvP experience in your server you would just use one.
One of its main features is to stop combat log and it was designed to be as efficient as possible which is ideal for large servers. All the features can be enabled/disabled according to your liking and the entire plugin can be disabled in specific worlds.
It's also not bloated, no need for a ton of addons/expansions each with their own config or overcomplicated menus.
Everything is ready out of the box in a single jar, can be customized in one config with very detailed descriptions and fully supports being reloaded.
Now with PlaceholderAPI support! See list here
If you have issues or need support please create a ticket for easier tracking by me.
PvPManager is always open to new ideas or feature suggestions. Just ask what you would like to see.
Join Discord for support/questions

Features
- Tag System! (Stop combat log and more)
- When you enter PvP your nametag will change color/prefix
- Also has an option to get tagged by any damage (PvE)
- Define how long will the players be tagged!
- The message will display the person you tagged/tagged you.
- You can check time left with /tag
- Can block enderpearl usage while tagged
- Can block placing blocks while tagged
- Possible to whitelist/blacklist commands and subcommands while tagged
- Disable Fly/GameMode/Disguises/Invisibility/GodMode on combat!
- Completely configurable
- Disables Godmode from Essentials or CommandBook
- Toggle PvP per player easily!
- Protects you from any kind of PvP including splash potions
- Blocks lava/fire placing near you!
- Optionally switch your nametag color according to PvP status!
- Execute custom commands on PvP Toggle and specify a cooldown!
- Prevent Combat Log with various punishments!
- Drop inventory, armor or exp separately
- Apply a money penalty or kill the player!
- Broadcasts and logs to a file when someone pvp logs!
- Spawn a NPC on Combat Log! (Supports 1.8.8+)
- Option to not spawn NPC inside WorldGuard regions.
- The NPC will appear using the same equipment as the player!
- The NPC will have the player's skin!
- If the NPC dies so does the player when he logs back in!
- If the NPC drops items the player will also lose them!
- You can control if the NPC will drop only armor, inventory or exp!
- Copies many other things from the player such as food level
- Despawns after specified time, possible to block player login while it's spawned
- Automatic Respawn
- What are the differences between this and the free version?
- There are several differences including internal ones, i would say the most important are spawning NPCs and automatic respawn, which as usual can be toggled.
- There are also several new commands, config options and general tweaks.
- Additionally, the jar size is smaller due to code obfuscation/optimization, possibly with a boost in performance.
- I want to hook into PvPManager, do you have an API?
- Yes, if you are an external developer you can grab the latest jar from here and use it as an API, make sure to only use the classes PvPManager and PvPlayer as they are the only ones deobfuscated in the premium jar. Otherwise if you purchased the plugin just use the premium jar as you would with any plugin.
- To get an instance of PvPlayer there is a static get method taking a Player as parameter.
Code (Java):
Player player;
PvPlayer p = PvPlayer.get(player); - By getting the PvPlayer from a Player you will have access to several methods which should give all the information necessary. The PvPlayer class is similar to the one on the free version
Code (Java):
PvPlayer p;
if(p.isInCombat())
p.getPlayer().sendMessage("You are still in combat");
- Where do i report bugs/suggest new features?

If you want a free alternative or don't make a profit of your server, there is also PvPManager Lite which has less features but is the base of this version:
- PvPManager Lite
Other free plugins:
- AncientGates Regular and bungee portals
- PlayerWeight Player slows down according to his inventory fullness

You are not permitted to -Redacted- this plugin in any form.
You are not permitted to modify the plugin's code in any form.
This plugin cannot be refunded
You will not file a chargeback, dispute, or perform any similar action.
We reserve the right to change the price in the future
We reserve the right to change these Terms at any time, and you agree to abide by the most recent version of this.