Possible to disable Kits GUI?
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?
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.
            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 
In response to Arainrr ():
At line 1728, change it to look like this.
This should can disable the GUI.
i...
i don't think that worked. it still shows the kit UI for some reason. or is it because we have admin permissions?
In response to ClamChowder ():
i don't think that worked. it still shows the kit UI for some reason. or is it because we have admin...
It doesn't display the GUI when you type /kit.