Hi all! Can someone provide an example object RawMessage Interface?
It's just that I didn't quite understand the official documentation
https://learn.microsoft.com/ru-ru/minecraft/creator/scriptapi/minecraft/server/rawmessage
#Please provide an example RawMessage Interface
1 messages · Page 1 of 1 (latest)
You can just use a string you dont need to use it but you can if you are using translations or scores but you can get everything with js then just use template literals
Its just like tellraw but it uses js object syntax not json
player.sendMessage({rawtext:[{text:'hello'}]};
player.sendMessage('hello');
th8
Please tell me how to proceed?
player.onScreenDisplay.setTitle()
iirc, it only works with FormData and sendMessage, at least for now
thanks