Update for 7 Days To Die V1.0

Hello. The plugin is out of date. Could you please fix it for V1.0 game version?

Oxide.Game.Rust is referenced by PlaceholderAPI plugin but is not loaded

[CSharp] Started Oxide.Compiler v*.*.*.* successfully

Ignored unexpected plugin compilation failure: PlaceholderAPI

Error while compiling PlaceholderAPI: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=*.*.*.*, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. | Line: 1614, Pos: 77

Hey there, are you seeing this error or any on other plugins? Please try adding `//Reference: netstandard` as the first line in the plugin (make a new empty line and type/insert it there). And send the compiler log file.

Merged post

I'd guess the latest 7d2d version is not supported by Oxide yet and it should reference netstandard by default like it does in Rust, since 7d2d (supposedly) updated Unity.

Merged post

Hey there, both Oxide and Placeholder API have been updated. Let me know if it works now.

Hi, still doesn't work

Error while compiling PlaceholderAPI: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=*.*.*.*, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. | Line: 1609, Pos: 77

I have other plugins installed (DiscordChat, DiscordCore), they work fine with V1.0.

Have you tried adding `//Reference: netstandard` too?

Sorry, I thought the latest patch was completely ready to go without any changes. With `//Reference: netstandard` it was compiled successfully.