ScriptCraft icon indicating copy to clipboard operation
ScriptCraft copied to clipboard

Is it possible to run game commands from the javascript?

Open immakermatty opened this issue 7 years ago • 3 comments

With the same behaviour like command block would do.

immakermatty avatar Oct 29 '18 19:10 immakermatty

Yes.

jwulf avatar Nov 01 '18 23:11 jwulf

how?

immakermatty avatar Nov 09 '18 18:11 immakermatty

use server.dispatchCommand(server.consoleSender, 'command') or, to sudo a player, use server.dispatchCommand(server.getPlayer('username'), 'command');

ghost avatar Nov 30 '18 12:11 ghost