Skip to content

CodeGPTHub/fishing-minecraft-bot-mineflayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Fishing Minecraft Bot (Mineflayer)

EN

To launch this bot, follow these steps:

  1. Download the code and set up the project on your machine.
  2. Run npm install in the terminal to install the required packages.
  3. Enter the necessary data in the following line of code:
    const bot = mineflayer.createBot({
        host: '127.0.0.1', // localhost or 127.0.0.1 or your server
        port: 5000, // port if you have a local server
        username: 'bot',
    });
  4. Run node src/index.js in the terminal. Done!

RU

Чтобы запустить данного бота, выполните следующие действия:

  1. Скачайте код и настройте проект на своем компьютере.
  2. В терминале выполните команду npm install, чтобы установить необходимые пакеты.
  3. Введите необходимые данные в следующей строке кода:
    const bot = mineflayer.createBot({
        host: '127.0.0.1', // localhost или 127.0.0.1 или ваш сервер
        port: 5000, // порт, если вы используете локальный сервер
        username: 'bot',
    });
  4. В терминале выполните команду node src/index.js. Готово!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%