Fixed: Plugin now loads correctly on Minecraft 1.20.1 and all Paper/Spigot versions from 1.8 to 1.21.x
What Was Wrong?
- The api-version: 1.8 field in plugin.yml was causing Paper 1.20.1 to reject the plugin with the error: "Unsupported API version 1.8"
What Changed?
- Removed the restrictive api-version field from plugin.yml
- Plugin now uses the server's default API version handling
- This allows the plugin to work across all supported versions (1.8 - 1.21.x)