When trying to use this with Carbon, the following error occurs when loading it:
Failed to call internal hook 'OnServerInitialized' on plugin 'BoxSorterLite v1.0.9' [1330569572] (An item with the same key has already been added. Key: 576569265)
at bool System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.BoxSorterLite+BoxCategory>.TryInsert(ulong key, BoxCategory value, InsertionBehavior behavior)
at void System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.BoxSorterLite+BoxCategory>.Add(ulong key, BoxCategory value)
at void Oxide.Plugins.BoxSorterLite.InitSorters() in C:/Servers/Rust/Carbon/carbon/plugins/BoxSorterLite.cs:line 105
at void Oxide.Plugins.BoxSorterLite.OnServerInitialized() in C:/Servers/Rust/Carbon/carbon/plugins/BoxSorterLite.cs:line 54
at object Oxide.Plugins.BoxSorterLite.InternalCallHook(uint hook, object[] args) in BoxSorterLite.cs/Internal:line 114