i have a kit plugin that when you type /kit a menu pops up but i dont want that menu to pop up so is there a plugin that shows the kits in chat?
Possible to disable Kits GUI?
You just dont option the Gui
@pookins would that be under which kits.json?
Merged post
{
"NPC - GUI Kits": {
"0": {
"description": "Welcome to RustBuket! Here is a list of kits.<color=green></color>",
"kits": [
"kit1",
"kit2",
"starter",
"food",
"daily"
]
},
"1235439": {
"description": "Welcome to RustBuket! Here is a list of kits.<color=green></color>",
"kits": [
"kit1",
"kit2"
]
},
"8753201223": {
"description": "<color=red>VIPs Kits</color>",
"kits": [
"kit1",
"kit3"
]
}
},
"CopyPaste - Parameters": [
"deployables",
"true",
"inventories",
"true"
],
"Custom AutoKits": {
"0": "KitName",
"1": "KitName",
"2": "KitName"
},
"UI KeyBinding": "",
"Kit - Logging": false,
"Show All Kits": false,
"Background - URL": ""
}
Merged post
{
"NPC - GUI Kits": {
"0": {
"description": "Welcome to RustBuket! Here is a list of kits.<color=green></color>",
"kits": [
"kit1",
"kit2",
"starter",
"food",
"daily"
]
},
"1235439": {
"description": "Welcome to RustBuket! Here is a list of kits.<color=green></color>",
"kits": [
"kit1",
"kit2"
]
},
"8753201223": {
"description": "<color=red>VIPs Kits</color>",
"kits": [
"kit1",
"kit3"
]
}
},
"CopyPaste - Parameters": [
"deployables",
"true",
"inventories",
"true"
],
"Custom AutoKits": {
"0": "KitName",
"1": "KitName",
"2": "KitName"
},
"UI KeyBinding": "",
"Kit - Logging": false,
"Show All Kits": false,
"Background - URL": ""
}
Chat GUI
By default there are no chat gui.
But you may replace the default /kit chat command by a gui.
in the NPC - GUI Kits, instead of putting an NPC id, put: "0".