Make bot send the stings packe

This commit is contained in:
7cc5c4f330d47060 2024-08-16 00:25:50 -04:00
parent a6a2ddc2d5
commit 52bf7b1d07
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -55,6 +55,14 @@ module.exports = {
}
b._client.on('login', () => {
b._client.write("settings",{
locale: "ru_RU", // Русский (Россия)
viewDistance: 4,
chatFlags: 0, // Enable full chat functionality
chatColors: true,
skinParts: 127, // Allow the second layer of the skin, when the bot is sudoed to do /skin
mainHand: 1 // Right hand
})
b.add_sc_task('cc', () => {
b.chat(b.refillCoreCmd)
}, true)