Unexpected symbol `end-of-file'Solved
I've done what I thought would be proper order however its not creating a JSON file. 

oxide.reload PathFinding

 

PathFinding was compiled successfully in 1859ms

Unloaded plugin PathFinding v1.1.3 by Reneb / Nogrod

Loaded plugin PathFinding v1.1.3 by Reneb / Nogrod

oxide.reload Waypoints

Unloaded plugin Waypoints v1.1.3 by RFC1920

Loaded plugin Waypoints v1.1.3 by RFC1920

 

oxide.reload HumanNPC

 

PathFinding was compiled successfully in 332ms

Error while compiling: HumanNPC.cs(374,2): error CS1525: Unexpected symbol `end-of-file'

Unloaded plugin PathFinding v1.1.3 by Reneb / Nogrod

Any ideas?
Download the plugin again.  There is a bracket missing or an extra semicolon, etc., in there somewhere meaning it has been modified or otherwise corrupted.
In response to rfc1920 ():
Download the plugin again.  There is a bracket missing or an extra semicolon, etc., in there somewhe...
This is often from being uploaded via an FTP client that changed the encoding, best to upload as binary to avoid this. Not usually missing code, just messed with by the FTP client.
You're talking to a construction worker wolf xD. The only binary I know is from the metrix lol. I got it working though. Just deleted and reinstalled.
In response to Wulf ():
This is often from being uploaded via an FTP client that changed the encoding, best to upload as bin...
Binary encoding is probably not going to have any impact on a text file one way or the other.  Interruption in service during the transfer would, even during an http download from this site.  Someone opening the file to take a peek, adding a stray character in the wrong place could have as well.  Then again, perhaps I have too much experience in this regard.  This is why I elect to provide answers which are as to the point as I can manage at the time of day, weather conditions, and general mood to help someone fix their issue as quickly as possible.
In response to rfc1920 ():
Binary encoding is probably not going to have any impact on a text file one way or the other.  Inter...
Just going based on what I've seen over the past 5 years of being around here. The encoding being changed, odd symbols being added, etc. can affect it loading or not. Could also be caused by incomplete download. Either way, glad it was resolved.
error:

"

HumanNPC - Failed to compile: HumanNPC.cs(2298,99): error CS1525: Unexpected symbol `end-of-file'

"
That means it was not downloaded or uploaded properly, the plugin is not broken nor need an update for this. When unloading to your server, make sure th encoding is not changed. 
Thanks
Locked automatically