This is what I get in console
Failed to call internal hook 'OnEntitySpawned' on plugin 'CompostStacks v2.0.2' [2949838417] (Object reference not set to an instance of an object)
   at void Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message(string message, string prefix, params object[] args) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Covalence/IPlayer.cs:line 209
   at void Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message(string message) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Covalence/IPlayer.cs:line 214
   at void Oxide.Plugins.CompostStacks.OnEntitySpawned(BaseNetworkable entity) in /home/container/carbon/plugins/CompostStacks.cs:line 154
   at object Oxide.Plugins.CompostStacks.InternalCallHook(uint hook, object[] args) in CompostStacks.cs/Internal:line 41

this is a carbon issue not an oxide 1.

I asked Raul about this and he didn't know what to fix with it, but he said that its a error that can be fixed on both sides, I think he said that it could have some error handling added if I remember what he said right.

Thank You!

fiVtO6PYadVUMx7.jpg Flechen

I asked Raul about this and he didn't know what to fix with it, but he said that its a error that can be fixed on both sides, I think he said that it could have some error handling added if I remember what he said right.

Thank You!

Alright I'll take a look at it in the next couple of days, got a few things going on. I will post an update once I've given it some testing. Thanks for the report.

for now if you want, you can comment out the ownerPlayer.Message lines to fix the errors for now while i deal with it, i might just end up removing the language support and message responses, i was learning and thought why not try it.

Merged post

ive put out an update removing the languages, so the error should no longer be an issue. there really wasnt a need to have it there, it gave me some insight into implementing language support however.