Unexpected symbol `end-of-file'Not An Issue
better chat no longer loading after server restart. Nothing on the server has changed i have removed the plugin and put it back it just never registers it being placed back in plugin folder?

thanks for any help you can give.
Did you check your oxide/logs for errors?
No problem on mine,
 05 "Better Chat" (5.2.2) by LaserHydra (0.00s) - BetterChat.cs
  06 "BetterChatFilter" (1.2.2) by Kinesis (0.00s) - BetterChatFilter.cs
  07 "BetterChatIgnore" (1.0.3) by MisterPixie (0.00s) - BetterChatIgnore.cs
  
(14:21:33) | Oxide.Rust Version: 2.0.4516​
saw nothing in the logs but now when i load it i get this message   

(08:35:28) | Error while compiling: BetterChat.cs(811,42): error CS1525: Unexpected symbol `end-of-file'

EvilE69
saw nothing in the logs but now when i load it i get this message   

(08:35:28) | Error while compiling: BetterChat.cs(811,42): error CS1525: Unexpected symbol `end-of-file'

check the config and data files with a json validator, you have a character or misplaced symbol and it will show you where it is. personally i would delete plugin (cs file) and both data and configs and redownload it again and reinstall it, just in case the plugin was incomplete

This is generally caused by when a plugin encoding is modified in some way. If uploading via FTP, make sure to change the encoding to binary to avoid the client messing with the file.
Locked automatically