Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.27 KB

README.md

File metadata and controls

92 lines (66 loc) · 2.27 KB

Mineboty

About The Project

This is a project that helps you to make minecraft bot in 2 lines and one config file.

This Project also Need to be ops in minecraft server.

  • It is easy to use.
  • Easy to make.
  • Easy to run.
  • Custom Cmds.
  • and coming some more cmds soon.

Minecraft Bot Cmds

  1. fight me (To do pvp with cmd given person).
  2. guard (to guard the place).
  3. sleep (if it have bed in his neary it will sleep).
  4. wakeup (to make it wakeup from sleep).
  5. stop (to stop guard and pvp).
  6. about (info about mineboty).
  7. come (bot will find you in radius of 5 and come to you or to you last loaction).
  8. addcmd (Create the custom commands).
  9. delcmd (Delete your custom commands).
  10. listcmd (List all the custom commands).

Built With

Getting Started

This is an instructions on setting up your project. Do all thing step by step

Installation

  1. Install NPM packages

    npm i mineboty
  2. You can also Frok From Github

    https://github.com/Team-IC/Mineboty
    
  3. In main file index.js (can be any file name)

    //It can be use also in TypeScript same which is
     const {mineboty} = require("mineboty")
     //no change in main file :)
     mineboty(); 
     //This much only now make file with name config.json
  4. Now go to Dashboard and configure the things at https://mineboty.teamic.tech/

  5. Make file naming config.json

    {
       "token" : "your_token",
    }

What's New

  1. Added 1.21 support.
  2. Fixed Bug's.
  3. Added Dashboard support.
  4. Now config.json only need token to fetch the data.
  5. All the config.json things are moved on dashboard to make it easier to use.
  6. New code of integration and structure.

Usage

This package will help you to make your minecraft bot. And it will Helps you to practice pvp, it will protect your place by using guard cmd

This project is here by Team IC

A small group of people who want to put their best in all sort of coding related stuff!