kickPlayer
Immediately kicks the player from the server. Since this is a kick and not a ban, the player will be able to rejoin.
Signatures
beacon.kickPlayer(playerId);
Parameters
playerId
A Sentinel player ID to be kicked from the server.
Examples
Kick a player
beacon.kickPlayer('fc4c921c-ba83-4d1b-8470-a08fedf8246f');