Closed While402 closed 3 months ago
hi, judging by your logs, everything is fine, make sure that you have specified the correct path to the file
Sorry, i upload wrong code file UPD:
const mineflayer = require('mineflayer');
const plasmo = require("mineflayer-plasmovoice")
plasmo.setLoggingLevel(0)
// Настройки для подключения к серверу
const botOptions = {
host: 'localhost', // Адрес сервера
port: 25565, // Порт сервера (по умолчанию 25565)
username: 'zxc', // Имя пользователя (может быть любое)
// password: 'your_password', // Пароль, если требуется
};
const bot = mineflayer.createBot(botOptions);
bot.loadPlugin(plasmo.plugin)
bot.on("plasmovoice_connected", () => {
bot.setControlState("sneak", true)
// Path to file with any audio format
bot.plasmovoice.sendAudio("z1.mp3")
})
bot.on("plasmovoice_audio_end", () => {
bot.setControlState("sneak", false)
})
Path in code correct, but still nothing work
no idea, the code is built to work with plasmovoice 2.0.X mod in general, I do not know which version it is judging by the server plugin tested on 1.20 using plasmovoice mod 2.0.5 at least
Здравствуйте! Не знаю nodeJS, и тем более JS, но решил поискать ботов для плазмо войса, нашел ваш код, не смог воспроизвести работу на своем сервере
Сервер на версии 1.18.2 PurPur Плагин PlasmoVoice версии - 1.0.11