Remove inv add kit

So, the idea is on entering the zone. Remove all items from the player and then give them a kit.

Prob is that currently it gives the kit then removes it.

{
"Zone ID": "0001",
"Actions": [
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Enter",
"Commands": [
{
"Command": "/cleaninv",
"Arguments": [],
"Clientside": true,
"Chat Command": true
},
{
"Command": "kit give {player.id} Lobby",
"Arguments": [],
"Clientside": false,
"Chat Command": false
}]
},
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Exit",
"Commands": [
{
"Command": "/cleaninv",
"Arguments": [],
"Clientside": true,
"Chat Command": true
}]}]}

 

They ideas on how to fix this?

Remove the / from the command.

The config works fine. What it's supposted to happen is you enter the zone and loss all items and gain a kit.

The problen is that both command happen at the some time... So it both adds and removes the kit.

I need it to remove player items and then give a kit.

it shouldn't be an issue really unless plugins are doing something the wrong way really

Merged post

i would advise trying a server side version for the clear inv