Currently not functioning as expected. Please update the plugin to support the latest version of Rust Kits.
Update Required - Support for Rust Kits Version 4.x.xSuggestion
change
if (arg.cmd.FullName.ToLower().StartsWith("kit.gui") && _cFile.Kits.ContainsKey(arg.GetString(0).ToLower()))
to
if (arg.cmd.FullName.ToLower().StartsWith("kit.gridview") && _cFile.Kits.ContainsKey(arg.GetString(0).ToLower()))
@FastBurst - I will try this change soon, thanks for the heads up!
Psyche
@FastBurst - I will try this change soon, thanks for the heads up!
It works for when they use the Kit GUI but not for when the use the chat command, which most players will be using the Kit GUI anyways.