Whenever the plugin is reloaded or unloaded, the following error shows in console. Not sure if it means anything, but thought I would share:
Failed to call internal hook 'Unload' on plugin 'TrueStaffToggle v1.1.1' [4006810030] (Value was either too large or too small for a UInt32.)
at void Number.ThrowOverflowOrFormatException(bool overflow, string overflowResourceKey)
at uint Number.ParseUInt32(ReadOnlySpan<char> value, NumberStyles styles, NumberFormatInfo info)
at uint uint.Parse(string s)
at void Oxide.Plugins.TrueStaffToggle.Unload() in /home/container/carbon/plugins/TrueStaffToggle.cs:line 154
at object Oxide.Plugins.TrueStaffToggle.InternalCallHook(uint hook, object[] args) in TrueStaffToggle.cs/Internal:line 119