Alias System config:
{
"alias": [
{
"original": "/kit",
"alias": "/vip",
"originaltype": "chat",
"aliastype": "chat",
"permission": "aliassystem.use"
},
{
"original": "/kit basic1",
"alias": "/kit",
"originaltype": "chat",
"aliastype": "chat",
"permission": "aliassystem.use"
},
]
}
I'm curious if it'll even work or if
/kit will be overwritten and only one would work.. Not sure.
I'm not the best at Chat Kits, is. Maybe
1235439 is chat kits.
See here.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".
I read the above like 100 times. It says "There is no GUI by default once loaded the first time, but you can put a 0 to get a GUI to show"
Maybe this is close:
"NPC - GUI Kits": {
"1235439": {
"description": "Welcome to Another P2W Server!",
"kits": [
"chatkit1",
"chatkit2"
]
},
"0": {
"description": "VIPs Kits",
"kits": [
"VIP1",
"VIP2"
]
}
}
Keeping in mind the goal:
/kit will give the basic starter, medic, discord, steam kit
/vip will show gui for another set of kits like VIP, VIP2, VIP3 and so on?