Giter Club home page Giter Club logo

6b6t-bot-creation-main's Introduction

100% uptime 6b6t bot

i did not create this all credit goes to byrobuff "byrobuffbanned" on discord

This repo serves as a tutorial for developers to create a 6b6t bot using the template provided. We will cover everything from bot creation to hosting.

Please star โญ

Contents

Creation

  1. The first step is to clone this repo by running the command
git clone https://github.com/therealrealguy/6b6t-bot-creation-main

This will download the all of the code into a folder.

  1. You also need to download and install Nodejs

Option 1: Custom code

  1. To create your bot you can navigate to the template folder and just copy the 2 files config.json and index.js to your working directory.
  2. in your working directory you need to run the following command to download mineflayer
npm i mineflayer

Keep in mind, this will only install mineflayer in the current folder your command prompt is in. Make sure you have navigated to the folder with 'index.js'

Option 2: Preset code

  1. Another option is to use an example bot from the examples folder. Navigate to the examples folder and click on which ever bot you want to use and copy the 2 files config.json and index.js
  2. in your working directory you need to run the following command to download mineflayer
npm i mineflayer

Keep in mind, this will only install mineflayer in the current folder your command prompt is in. Make sure you have navigated to the folder with 'index.js'

Running locally

You can run your bot locally on your computer by opening a command prompt in the folder with all of your code and running the following command:

node index.js

Hosting

The best hosting service for 24/7 6b6t bots is Endelon hosting

  1. Visit Endelon hosting and create an account
  2. Press the green create button and select server
  3. Name your server and select javascript runtime
  4. In a command prompt on your local machine under the directory with all your code run the following command:
npm init
  1. Navigate to the files tab in your server on Endelon hosting
  2. Import the following 4 files along with any more you may have added
index.js
config.json
package.json
package-lock.json
  1. Start your bot by pressing the green start button in your dashboard

6b6t-bot-creation-main's People

Contributors

therealrealguy avatar

Stargazers

mrapple avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.