Custom messagesSolved

Hey I'm trying to customise the messages inside of the CSharp file, but every time I save or upload the file I get an error message.

"Unable to find main plugin class: RaidableBases

Rolling back plugin to last good version: RaidableBases"
I'm guessing this has to do with encoding, I'm editing the plugin in Visual Studio Code using UTF-8 with BOM from what it tells me. Is there anything I can do to fix this?

Figured out the issue, a normal reload wouldn't fix it, the plugin had to recompile, closing this now for historical purposes.

messages should be customized in the oxide/lang/en/RaidableBases.json file

Locked automatically