Brikster / Chatty

Bukkit-compatible chat management system
MIT License
88 stars 50 forks source link

Bug with local and global chat on server restart #283

Open noslowdwn opened 5 months ago

noslowdwn commented 5 months ago

Im using Chatty-3.0.0-SNAPSHOT.jar last dev build and my server version is Purpur-1.20.4

After the server is restarted, placeholders that are used for chat are not replaced with their value, but are sent as text! (Example and my configuration below)

Should look like (example) Ⓖ &r[zZz] player NoSlow ⇨ hi

But after restart it looks like {#8c66f8}Ⓖ &r%javascript_cclan%%vault_prefix%%javascript_nick% %javascript_titul2%&8⇨ %javascript_chatcolor%{message}

And I can fix it only if I use /chatty reload

my configuration files Chatty.zip