Is there a way to disable the GUI feature of this plugin? And have it so /kit brings up a list of kits in chat window?
Possible to disable Kits GUI?
I wanted to ask the same. Hracum slashes GUi screen and get kicked. Therefore, I would also like to appreciate the feature of chat kit visibility
Has been doing this for awhile, just came by to see if the plugin had been updated.
so far I am looking for replacement for kits plugin
players play and still kick it :-( Weird. Kits works perfectly on my server, no drama whatsoever.
I do not know how it can be if conflict with another plugin but I have nothing in the logo. So I don't know where to turn
At line 1728, change it to look like this.
This should can disable the GUI.
This should can disable the GUI.
if (args.Length == 0)
{
//if (GUIKits.ContainsKey(0))
// NewKitPanel(player, 0);
//else
//{
string reason = string.Empty;
foreach (var pair in storedData.Kits)
{
var cansee = CanSeeKit(player, pair.Key, false, out reason);
if (!cansee && string.IsNullOrEmpty(reason)) continue;
SendReply(player, $"{pair.Value.name} - {pair.Value.description} {reason}");
}
//}
return;
} ok nice , works on