FORT

Results 9 comments of FORT

Answer a couple of questions to help you: 1. Which version are you running (python/nodeJS) 2. Have you changed the program code 3. What is the version of your minecraft...

try running the bot on an empty server. If everything works, then I understand what's going on.

A newly created server, without plugins and so on. Only install the game version 1.20.2

Look, there are two options. 1. This is the case in the bot library. That is, the bot is not ready to work on this version of the game yet....

def started(stop): bot = mineflayer.createBot({ 'host': config.get('server', 'host'), 'port': config.get('server', 'port'), 'version': '1.20.2', # If it doesn't help, write 'false' instead of '1.20.2' 'username': config.get('bot', 'name') }) print('Start')

can you describe it in more detail

For stable operation, I recommend using Python **3.9** and Tkinter latest versions. It will be easier to figure out your problem if you throw off the error itself and its...

Good afternoon, sorry for such a long answer, are you sure everything is installed? Python and nodejs are needed for the program to work properly

looking at this error, most likely the solution is: Install the latest version of NodeJS and then write to the console: npm install mineflayer