Rumsfield / konquest

Konquest plugin for Spigot Minecraft territory control
GNU General Public License v3.0
7 stars 2 forks source link

Updated compatibility version checking #246 #247

Closed Rumsfield closed 1 month ago

Rumsfield commented 1 month ago

Konquest Pull Request

Closes #246

Summary

Changes the bukkit version handling to use more flexible Version class rather than accounting for each version with an Enum. Also updates compatibility methods to be more flexible when handling older versions.

Checklist