Skip to main content

Whisper

Send a message to a specific player

Usage

const bjs = require('blockjs-mc');

const exampler = bjs.entities.players.getPlayer('exampleplayer');

bjs.chat.whisper(exampler, 'Hi there!');