
Simple Items Perms
Simple Items Perms is a powerful and intuitive plugin that allows you to assign specific permissions
Список изменений
🔥 HOTFIX v1.1.1
CRITICAL BUGFIX — UPDATE REQUIRED
Release Date: November 23, 2025
⚠️ What Was Fixed
A critical issue involving permission-based lore visibility has been resolved.
❗ The Problem
When assigning a permission to an item, the plugin showed the lore:
✘ You don't have permission to use this
However, even players who DID have the required permission were still able to see this warning.
The lore was not being correctly hidden.
🛑 Why It Happened
The plugin compared the lore text using an exact string match, including all color codes.
This caused mismatches whenever:
- an item was created with a specific lore message
- later, that message was changed inside the language file
Because of this, the check failed:
savedLore ≠ updatedLore
✔️ What’s Fixed
- ✓ Dynamic lore system now functions correctly
- ✓ Lore automatically hides for players who have the required permission
- ✓ Fully compatible with items created in v1.0.0 and v1.1.0
- ✓ Comparison now ignores color formatting
- ✓ The hide-for-permitted-players option now works as intended
- ✓ Updating the lore text in language files no longer breaks the system
📦 Recommended Update
This hotfix addresses a core logic flaw affecting player experience and permission consistency.
Updating is strongly recommended for all servers.
