Hey, i'm new at coding and need some help with ChatColor.translateAlternateColorCodes. Event Class: https://pastebin.com/krzeJq6d Config.yml: https://pastebin.com/hmvvnZTh I already tried to see if the error was with the AlternateColorCodes and removed it, the PlayerJoin message worked fine, but i can't figure out how to make it work with it. Error Message: https://pastebin.com/W93jgBuy Thank you.
You're trying to build against the Spigot API while running a bukkit server; in this case it's causing you issues because spigot has bungeecords chat API built into it, which you're using, while bukkit doesn't have that