 
                ShadowMimics – Where Every Creature Hides a Deadly Surprise
Resolved an issue where the update checker always reported a new version, even when running the latest version.
The problem was caused by comparing the plugin version to the entire JSON response instead of the actual latest.version field.
✅ Now uses proper JSON parsing (org.json) to extract the latest version from Polymart’s API response.