EpicSafePvp v1.39.0 — 26.1.2 Compatibility & TPS Optimization Update
EpicSafePvp has been updated to v1.39.0 with compatibility improvements and performance optimizations for 26.1.2 server environments.
This update focuses on reducing unnecessary checks during combat, improving hook performance and making the plugin safer for larger servers.
What’s New?
- Updated project version to v1.39.0
- Updated config version to 390
- Improved compatibility for modern 26.1.2 server setups
- Optimized WorldGuard, Towny and GriefPrevention hook checks
- Added hook result caching to reduce repeated expensive checks
- Improved border hopping performance
- Optimized newbie BossBar task handling
- Improved config auto-update support for new performance options
Performance Improvements
Hook checks are now cached for a short time to reduce repeated lookups during movement and combat.
New performance settings:
performance:
hook-cache-ticks: 20
max-hook-cache-size: 3000
Border Hopping Optimization
Border hopping checks now ignore vertical-only movement.
This means jumping or small Y-axis movement will no longer trigger unnecessary protection checks.
border-hopping:
ignore-vertical-movement: true
Newbie BossBar Optimization
The newbie BossBar system now checks only players with active newbie protection instead of scanning every online player unnecessarily.
This helps reduce overhead on active servers.
Recommended Action
After updating, run:
/esp updateconfigs
/esp reload
If you use WorldGuard, Towny or GriefPrevention, this update is recommended because it reduces repeated hook checks during combat movement.
Thank you for using EpicSafePvp.
EpicSafePvp v1.38.0 — Lite & Cleanup Update
EpicSafePvp has been updated with a cleaner and more optimized structure.
This update focuses on simplifying the plugin, removing unnecessary systems, improving readability and keeping the core PvP protection features stable.
What Changed?
- Simplified default configuration
- Removed unnecessary extra systems from the default setup
- Removed unused debug/test commands from the lite version
- Cleaned permission structure
- Improved command protection stability
- Kept the plugin focused on core PvP protection
- Improved config readability
- Reduced unnecessary complexity
