New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mineboty

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mineboty

mineboty is a npm package that helps to make minecraft bot in 2 lines with config.json file

latest
Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
10
25%
Maintainers
0
Weekly downloads
 
Created
Source

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

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

Built With

  • JavaScript
  • Mineflayer

Getting Started

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

Installation

  • Install NPM packages

    npm i mineboty
    
  • You can also Frok From Github

    https://github.com/Team-IC/Mineboty
    
  • 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
    
  • Now go to Dashboard and configure the things at https://mineboty.teamic.tech/

  • Make file naming config.json

    {
       "token" : "your_token",
    }
    

What's New

  • Added 1.21 support.
  • Fixed Bug's.
  • Added Dashboard support.
  • Now config.json only need token to fetch the data.
  • All the config.json things are moved on dashboard to make it easier to use.
  • 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!

Keywords

mineflayer

FAQs

Package last updated on 18 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts