Cannot reload script with formatted strings #3906
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Description
I keep receiving a strange error when I try to reload may script. It says
java.lang.NoSuchMethodError: net.md_5.bungee.api.ChatColor.of(Ljava/lang/String;)Lnet/md_5/bungee/api/ChatColor;
Steps to Reproduce
It started to occure when I modified strings (translated them, used unicode and color formatting)
(code will be below)
Expected Behavior
It should not work like that. There shouldn't be any errors.
Errors / Screenshots
https://pastebin.com/YzeuuE6H - Console log
https://pastebin.com/N0gZpiaD - Throws an error
https://pastebin.com/nDTWncz9 - Works perfectly
Server Information
The text was updated successfully, but these errors were encountered: