Changes:
- Fixed Armor Trimmer lore bug: The result preview lore ("Click to apply this trim!") no longer persists on the actual armor piece after applying a trim. The lore is now properly stripped before saving to your kit.
Changes:
- Fixed Countdown Timer issue: The countdown logic now dynamically reads the keys fromconfig.yml. You can now customize the countdown duration (e.g., set it to 3 seconds) by simply adjusting thecountdown.numberssection. It no longer forces a 5-second count.
How to use the new countdown:
Simply remove or add numbers in thecountdown.numberssection of your config.yml.
For example, for a 3-second countdown:
countdown:
numbers:
3: "..."
2: "..."
1: "..."
- Removed: Kit Regeneration Feature
Theregensection andkit_regenerationoption have been completely removed fromconfig.yml. This logic is no longer part of the plugin.
Changelog:
- Added Armor Trimmer integration to the Kit Editor; right-click armor slots to customize them
- Added Armor and Offhand visual slots to the Kit Editor GUI
- Added support for custom Base64 player head textures in all configuration files
- Fixed layout issues where enchantments could be lost when applying trims
- Improved AutoGG timing so messages appear correctly after the death notification
- Fixed an issue where player sessions could get stuck when disconnecting
- Removed debug messages and improved overall stability
IMPORTANT UPDATE INSTRUCTIONS:
To fully enable the new Armor Trimmer features and 36-slot layouts, you must reset the following configuration files:
1. Delete or renamekiteditor.ymlto let it regenerate
2. Delete or renamemenus/kitroom.ymlto let it regenerate
Also, in your StrikePracticeconfig.yml, ensure the following setting is enabled so trims can be applied:
allow-editing-armor: true
This ensures the new slot configurations and button layouts are applied correctly.
Permissions:
-shyamstrikecore.armortrimmer.use: Required to use the Armor Trimmer feature (enabled by default for OPs)
Key Fixes & Changes:
CRITICAL FIX: Resolved the Kit Cross-Contamination bug. Items will no longer save to the wrong kit when switching between them
Added a massive new configuration file! You can now customize almost every message in the plugin, including error messages, action bars, and titles
Security: Improved world validation for the Kit Editor
make sure to reset your messages.yml for new messages
- Optional Kit Editor Filler - Disable glass pane filler items in kit editor GUI via kiteditor.yml
- Fully Configurable Messages - plugin messages now customizable in messages.yml
- /ssc reload command now reloads all configurations including messages
We’ve resolved a critical issue where the Kit Editor could be opened in FFA.
To apply the fix, update to the latest Shyam Strike Core JAR and add the new Kit Editor world whitelist settings at the top of your config.yml.
This ensures the Kit Editor is restricted to allowed worlds only and prevents unintended access in FFA.
Ruby:# ┌─────────────────────────────────────────────────────────────────────────┐ # │ KIT EDITOR SETTINGS │ # │ World whitelist for kit editor access control │ # └─────────────────────────────────────────────────────────────────────────┘ kiteditor: allowed_worlds: - "spawn"
