kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

Enhanced Gradient Color Generation for Chat Messages #259

Closed Kaludii closed 8 months ago

Kaludii commented 8 months ago

Implemented a more accurate gradient generation logic for messages, taken from SimplyMC's open source code.

kangarko commented 8 months ago

Invalid. You removed a method using CompChatColor breaking backward compatibility and used Gradient class which we don't have without importing it. It was clearly untested.