Epic SafePvP - Pvp Protect System v1.38.1 icon

Epic SafePvP - Pvp Protect System v1.38.1 -----

Advanced Recycling Machine Plugin



EpicSafePvp
Advanced PvP Protection System
Fair PvP • Combat Protection • Newbie Safety • Protected Loot • Lightweight Design
[​IMG]

[HR][/HR]
Overview
EpicSafePvp is a lightweight, modern and highly configurable PvP protection plugin designed for Survival, BoxPvP, Towny, Factions and competitive Minecraft servers.
The plugin focuses on clean combat management, anti-abuse protection, newbie safety, protected drops, combat logging control and smooth integration with popular server plugins.
EpicSafePvp helps server owners prevent common PvP abuse methods such as teleport escaping, fly abuse, vault command usage, combat logging, newbie farming and protected loot stealing.
[HR][/HR]
Key Features
Combat Tag System
When a player attacks or gets attacked, they are placed into combat mode.
While in combat, EpicSafePvp can block:
  • Teleport commands
  • /back, /home, /spawn and /warp usage
  • Fly usage
  • Elytra abuse
  • Ender pearl usage
  • Chorus fruit usage
  • Item dropping
  • Vault and ender chest commands
  • Gamemode switching
  • Invisibility abuse
  • Shield abuse
  • Combat logout abuse
Combat status can be displayed using ActionBar and BossBar messages.
Code (Text):
⚔ EpicSafePvp │ 15s │ Enemy: Steve (20❤)
[HR][/HR]
Command Protection
EpicSafePvp includes an advanced command protection system.
You can choose between:
  • BLACKLIST mode
  • WHITELIST mode
The plugin can block dangerous commands during combat, including aliases and plugin-prefixed commands.
Examples:
Code (Text):

/back
/essentials:back
/cmi back
/home
/spawn
/warp
/fly
/pv
/playervaults
/ec
/enderchest
/shop
/ah
 
This prevents players from escaping PvP using teleport, vault or utility commands.
[HR][/HR]
Fly Protection
When a player enters combat:
  • Bukkit flight is disabled
  • EssentialsX fly is disabled
  • Fly is enforced while tagged
  • Fly cannot be enabled during combat
  • Previous fly state can be restored after combat
This prevents players from escaping fights using /fly or Essentials fly mode.
[HR][/HR]
Newbie Protection
EpicSafePvp includes a full newbie protection system for new players.
Newbie protection can:
  • Start automatically on first join
  • Persist after server restart
  • Save data in data.yml
  • Show remaining time using BossBar
  • Prevent item drops on death
  • Prevent killer reward farming
  • Remove protection when the player attacks
  • Remove protection when the player equips armor
Example BossBar:
Code (Text):
 Newbie Protection │ 600s left │ Prepare!
This is useful for Survival servers where new players need time to prepare.
[HR][/HR]
Protected Loot System
EpicSafePvp includes an advanced kill loot protection system.
Available loot modes:
  • VANILLA
  • DIRECT_TO_KILLER
  • PROTECTED_DROPS
Protected loot can prevent other players from stealing kill drops.
Supported protection options:
  • Protected item pickup
  • Direct loot to killer
  • Inventory overflow protection
  • Hopper pickup blocking
  • Item merge protection
  • Protected loot glow
  • Protected loot name
  • EXP transfer to killer
  • Anti-loot deletion safety
If the killer’s inventory is full, remaining items can be dropped as protected loot instead of being lost.
[HR][/HR]
Combat Log Protection
If a player logs out during combat, EpicSafePvp can punish them.
Available combat log modes:
  • NONE
  • DROP_ITEMS
  • KILL
You can configure whether to drop:
  • Inventory
  • Armor
  • Offhand item
Combat log messages can also be broadcast to the server.
[HR][/HR]
Hook Support
EpicSafePvp supports compatibility with popular server plugins.
Supported hooks:
  • WorldGuard
  • Towny
  • GriefPrevention
  • PlaceholderAPI
  • EssentialsX
The hook system is designed to avoid conflicts.
By default, external protection plugins handle their own PvP rules, while EpicSafePvp avoids incorrectly tagging players in protected areas.
[HR][/HR]
Border Hopping Protection
EpicSafePvp can prevent players from escaping combat by entering protected areas.
For example, tagged players can be blocked from running into:
  • WorldGuard PvP-denied regions
  • Towny PvP-disabled areas
  • GriefPrevention protected claims
This helps prevent safe-zone abuse during PvP.
[HR][/HR]
Anti-Farm System
EpicSafePvp includes anti-farm protection to prevent repeated reward farming.
You can prevent players from farming the same victim repeatedly for:
  • Kill rewards
  • Kill streaks
  • Loot rewards
Example:
Code (Text):

anti-farm:
  enabled: true
  same-victim-cooldown-seconds: 60
 
[HR][/HR]
Kill Streak System
EpicSafePvp includes a kill streak system.
Supported options:
  • Reset streak on death
  • Broadcast milestone streaks
  • Run commands on streak milestones
  • Reward players for kill streaks
Example milestones:
Code (Text):

milestones:
  3:
  5:
  10:
 
[HR][/HR]
PvP Toggle System
EpicSafePvp includes an optional PvP toggle system.
Players can use:
Code (Text):

/pvp
/pvp on
/pvp off
/pvp status
 
This system can be disabled if your server does not need player-controlled PvP.
[HR][/HR]
Commands
Main commands:
Code (Text):

/epicsafepvp
/esp
/safepvp
/pvp
 
Admin commands:
Code (Text):

/esp reload
/esp updateconfigs
/esp doctor
/esp hooks
/esp commandtest <command>
/esp admin inspect <player>
/esp admin clear <player>
/esp admin tag <player> <seconds>
/esp admin newbie <player> <seconds>
/esp admin respawn <player> <seconds>
 
[HR][/HR]
Permissions
Common permissions:
Code (Text):

epicsafepvp.command.help
epicsafepvp.command.status
epicsafepvp.command.pvp
epicsafepvp.command.reload
epicsafepvp.command.updateconfigs
epicsafepvp.command.doctor
epicsafepvp.admin.*
epicsafepvp.bypass.*
 
Bypass permissions:
Code (Text):

epicsafepvp.bypass.combat
epicsafepvp.bypass.flight
epicsafepvp.bypass.commands
epicsafepvp.bypass.pvptoggle
 
[HR][/HR]
PlaceholderAPI Placeholders
Code (Text):

%epicsafepvp_current_enemy%
%epicsafepvp_current_enemy_health%
%epicsafepvp_kills%
%epicsafepvp_deaths%
%epicsafepvp_killstreak%
%epicsafepvp_newbie%
%epicsafepvp_newbie_time%
%epicsafepvp_newbie_remaining%
%epicsafepvp_pvp_mode%
%epicsafepvp_combat_tagged%
 
[HR][/HR]
Configuration
EpicSafePvp is built to be configurable but still easy to manage.
Main configuration sections:
  • settings
  • display
  • pvp-toggle
  • hooks
  • combat
  • border-hopping
  • fair-fight
  • combat-log
  • protection
  • kill-loot
  • anti-farm
  • kill-rewards
  • kill-streak
  • restore-on-kill
  • performance
The configuration can automatically update when new options are added.
[HR][/HR]
Languages
EpicSafePvp includes a clean language file structure.
Language files are stored inside:
Code (Text):
plugins/EpicSafePvp/lang/
Included languages:
  • English
  • Turkish
All major messages, including combat, newbie protection, BossBar, command protection and loot messages, are configurable.
[HR][/HR]
Recommended For
EpicSafePvp is suitable for:
  • Survival servers
  • BoxPvP servers
  • Towny servers
  • Faction-style servers
  • PvP arenas
  • Economy Survival servers
  • Semi-competitive PvP servers
[HR][/HR]
Why EpicSafePvp?
EpicSafePvp focuses on the most important PvP protection features without making the plugin unnecessarily heavy.
It helps server owners prevent:
  • Combat logging
  • Fly abuse
  • Teleport escaping
  • Vault command abuse
  • Kill loot stealing
  • Newbie farming
  • Protected region abuse
  • PvP toggle abuse
The goal is simple:
Fair PvP, clean protection and less abuse.
[HR][/HR]
Installation
  1. Download the plugin jar.
  2. Place it into your server’s plugins folder.
  3. Restart your server.
  4. Edit the configuration if needed.
  5. Run:
Code (Text):
/esp reload
Optional diagnostic command:
Code (Text):
/esp doctor
[HR][/HR]
Dependencies
Required:
  • None
Optional:
  • PlaceholderAPI
  • EssentialsX
  • WorldGuard
  • Towny
  • GriefPrevention
[HR][/HR]
Support
If you find a bug or compatibility issue, please provide:
  • Server version
  • Plugin version
  • Full console error
  • Your config file
  • Steps to reproduce the issue
This helps fix issues faster and improve compatibility.
[HR][/HR]
EpicSafePvp
A clean and lightweight PvP protection solution for modern Minecraft servers.
Resource Information
Author:
----------
Total Downloads: 6
First Release: Jun 1, 2026
Last Update: Jun 7, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings