$stopPlayer
$stopPlayer will destroy the current player.
Usage
$stopPlayerExample(s)
This will destroy the current player:
1client.command({2 name: "stopPlayer",3 code: `4 $stopPlayer5 `6});$stopPlayer will destroy the current player.
$stopPlayerThis will destroy the current player:
1client.command({2 name: "stopPlayer",3 code: `4 $stopPlayer5 `6});