Fixed reload ignore_vanilla_damage
----------, Jul 30, 2025

Fixed MythicMobs Skill Damage
----------, Jul 30, 2025

Fixed attacker !entityHasAttributes bug
----------, Jul 30, 2025

Support MythicMobs skill damage
----------, Jul 29, 2025

Fixed msg
sendDodgeMessage(attacker, entity);
----------, Jul 21, 2025

  1. Attribute Message Customization System Optimization - Fixed combat message display issues and enhanced message configuration flexibility
----------, Jul 21, 2025

This update addresses two major issues, significantly improving the plugin's user experience and functionality:

  1. Attribute Message Customization System Optimization - Fixed combat message display issues and enhanced message configuration flexibility
  2. Entity Equipment Attribute System Enhancement - Improved non-player entity equipment attribute support with new Paper 1.21.4 features

️ Main Update Content
1. Attribute Message Customization System Optimization
✅ Fixed Issues
Combat Message Display Anomalies

  • Issue Description: When players have multiple attributes (e.g., physical attack + crit chance + vampire chance), normal attack messages would disappear, only showing other attribute messages
  • Solution: Redesigned message trigger logic to ensure all message types display correctly
New Features
Fully Customizable Attribute Message System

  • Flexible Configuration: All attribute messages can now be freely customized in configuration files
  • Dynamic Updates: Configuration changes take effect after plugin reload without server restart
  • New Attribute Support: When adding new attributes, simply add corresponding messages in config for automatic recognition
User Experience Improvements
  • Clearer Message Logic:
    • Normal attacks display attack messages
    • Critical hits show crit messages (replacing normal attack messages)
    • Other attribute effects (like vampire, dodge) display independently without interference
  • Simpler Configuration: Can remove unwanted messages and add new custom messages
2. Entity Equipment Attribute System Enhancement
✅ Fixed Issues
Non-Player Entity Equipment Attributes Not Working

  • Issue Description: When equipping HUSK, ZOMBIE and other monsters with attribute LORE items, attributes wouldn't take effect
  • Solution: Fixed a critical bug in attribute reading logic, ensuring all entity types can properly receive equipment attributes
New Features
Complete Paper 1.21.4 API Support

  • Full Equipment Slot Support:
    • Supports standard 6 equipment slots (helmet, chestplate, leggings, boots, mainhand, offhand)
    • Added BODY slot support (for special entities like horses, wolves)
  • Smart Equipment Detection:
    • Automatically validates if entities support specific equipment slots
    • Avoids invalid equipment checks, improving performance
  • Optimized Caching System:
    • Improved equipment change detection mechanism
    • Enhanced attribute calculation performance
User Experience Improvements
  • Broader Entity Support: Nearly all living entities can now gain attribute bonuses through equipment
  • Special Entity Optimization: Body equipment for pets like horses and wolves also provides attributes
  • Configuration Control: Can control entity equipment attribute functionality through config files
⚙️ Configuration Guide
Entity Equipment Attribute Control
Add the following configuration in attribute.yml:

attribute:
combat:
entity_equipment_attributes: true # Enable non-player entity equipment attributes

Message Customization Example
Customize any attribute messages in the message section of attribute.yml:

attribute:
message:
attack:
- "&fYou dealt {damage} physical damage to {entityB}!"
- "&fYou received {damage} physical damage from {entityA}!"
crit:
- "&eCritical Hit! You dealt {damage} critical damage to {entityB}!"
- "&eYou were critically hit by {entityA} for {damage} damage!"
dodge:
- "&aYou successfully dodged {entityB}'s attack!"
- "&a{entityA} dodged your attack!"

Server Requirements
  • Recommended Version: Paper 1.21.4 or higher
  • Minimum Version: Paper 1.20.1 (some new features require 1.21.4)
Usage Recommendations
1. Message Customization
  • Can remove unwanted attribute message configurations; corresponding attributes won't show messages
  • Supports color codes and PlaceholderAPI variables
  • Recommend keeping messages concise to avoid spam
2. Entity Equipment Attributes
  • Ensure equipment item LORE format meets plugin requirements
  • Can equip any living entity with attribute items
  • Particularly suitable for custom BOSS or pet systems
3. Performance Optimization
  • When using equipment attributes on many entities, regularly clean up unnecessary entities
  • Can disable entity equipment attribute functionality through config to improve performance
Update Highlights
  1. More Complete Combat Experience: Message system now correctly displays all combat information
  2. More Powerful Entity System: Non-player entities can enjoy the complete attribute system
  3. More Flexible Configuration: All messages can be freely customized
  4. Better Performance: Optimized attribute calculation and caching mechanisms
  5. Broader Compatibility: Supports latest Paper API features
----------, Jul 21, 2025

Support Lore format [Attact: 50-80] or [Attact: 50 - 80]
----------, Jul 20, 2025

Fiexd vampire
----------, Jul 16, 2025



This update includes a large number of accumulated changes and features.

Features & Enhancements:

  • Ranged Attribute Support: Attributes now support value ranges, allowing for more dynamic item stats (e.g., Damage: 20-70, Crit: 10-30%).

  • New Attribute: Added a "Lifesteal Multiplier" to control the amount of health stolen.
Bug Fixes:

  • Fixed a critical bug that prevented the Lifesteal Chance from being triggered correctly.

  • Resolved a large number of miscellaneous bugs to improve stability and performance.
Action Required:

  • Please remove all previous YAML configuration files. The plugin will automatically generate the latest versions upon server restart. Failure to do so may cause compatibility issues.
----------, Jul 14, 2025

Support %sls_attackmin%-%sls_attackmax%
"Attack: 100-500"
----------, Jul 13, 2025

Fiexd Limit Damage 1.0E7
----------, Jul 11, 2025

Fiexd Limit Damage 1.0E7
----------, Jul 11, 2025

Core Improvements
Equipment Change Detection System Complete Upgrade
  • Bug Fix: Resolved critical bug where player attributes wouldn't update after moving equipment through GUI
  • New Feature: Introduced Paper 1.21.4+ EntityEquipmentChangedEvent API for more precise equipment change detection
  • User Experience: Now attributes update correctly and immediately regardless of how equipment is changed (GUI dragging, hotkeys, commands, etc.)
Server Support Limited to Paper Branch Only
  • Version Upgrade: Plugin now only supports Paper 1.21.4 - 1.21.7 servers
  • API Optimization: Updated to latest Paper API ensuring better performance and stability
Technical Improvements
Equipment Listening Mechanism Optimization
  • Comprehensive Detection: New equipment change detection system captures all equipment modification scenarios:
    • Equipment dragging through inventory GUI
    • Quick equipment switching using number keys
    • Shift+click quick equipping
    • Main/offhand item swapping
    • Equipment durability changes
    • Dispenser auto-equipping
User Experience Enhancements
More Timely Attribute Updates
  • Instant Response: Attributes update immediately after equipment changes, no waiting or manual refresh needed
  • Seamless Updates: Attribute update process is completely transparent to players, won't affect gameplay experience
  • Improved Stability: Reduced attribute calculation errors and desynchronization issues
GUI Operation Optimization
  • Smooth Experience: Moving equipment in attribute GUI no longer causes incorrect attribute display
  • Real-time Feedback: Attribute values in GUI update immediately after equipment changes
  • Operation Convenience: Supports various equipment operation methods to meet different player usage habits
Configuration Instructions
Existing Configuration Remains Unchanged
  • No Modification Required: All existing configuration files remain valid
  • Auto-adaptation: Plugin automatically adapts to new detection mechanism
  • Configuration Compatibility: Equipment update related settings in config.yml continue to work:
    • update-on-equip: Controls whether to update attributes when equipment changes
    • update-on-item-change: Controls whether to update attributes when items change
    • debug: When enabled, shows detailed equipment change logs
Performance Optimization
Detection Efficiency Improvement
  • Native Support: Uses Paper native API, reducing resource consumption
  • Precise Triggering: Only triggers updates on actual equipment changes, avoiding unnecessary calculations
  • Cache Optimization: Works with existing cache system to ensure optimal performance
----------, Jul 8, 2025

Fix .jar in zip
----------, Jul 6, 2025

This version does not need to be updated, optimized for compatibility with PVP and PVE attribute prefixes
----------, Jun 27, 2025

Support 1.21.6 add javadoc
----------, Jun 20, 2025

Support 1.21.6
----------, Jun 20, 2025

Fixed Javadoc
----------, Jun 19, 2025

Fiexd CacheUpdate
----------, Jun 18, 2025

Fixed default stats.yml
----------, Jun 15, 2025

What's Updated:

  • Fixed cache bypass issues in attribute retrieval
  • Optimized API performance with consistent cache usage
  • Improved overall plugin efficiency
User Experience:

  • Faster attribute calculations
  • Reduced server performance impact
  • Smoother equipment switching response
Affected Features:

  • All attribute-related functions
  • Combat power calculations
  • Equipment attribute display
----------, Jun 13, 2025

Add default player sagalorestats.command.stats
----------, Jun 6, 2025

Fixed messages.yml
----------, Jun 4, 2025

Code (YAML):
    # 属性排除关键词检测
    excludeKeywords
:
      enabled
: true   # 是否启用关键词排除功能
      list
:         # 关键词列表,物品LORE包含这些关键词时将不会生效任何属性
        - "强大的宝石"
        - "装饰品"
        - "收藏品"
        - "强化石"
----------, Jun 4, 2025

修复等级限制属性
----------, Jun 3, 2025

Configuration files updated. Please delete the SagaLoreStats plugin folder, install the latest version, and let it auto-generate all YML files on startup
----------, May 31, 2025

Remove debug info
----------, May 31, 2025

Add bstats
----------, May 30, 2025

Supper [ LiteLevels] add attribute
----------, May 30, 2025

fixed js stats
----------, May 26, 2025

add MythicmobsSkill.js
----------, May 25, 2025

Fixed magic_attack.js
----------, May 25, 2025

Fixed magic_attack.js
----------, May 24, 2025

add ranged_weapon_melee_enabled: true
----------, May 24, 2025

Fixed ProjectileSource
----------, May 24, 2025

Fixed crit_resist
----------, May 24, 2025

fixed defaultCritDamage
----------, May 24, 2025

Massive accumulated updates and bug fixes
----------, May 24, 2025

Resource Information
Author:
----------
Total Downloads: 1,875
First Release: May 19, 2025
Last Update: Jul 30, 2025
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings