npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mineboty

v4.0.1

Published

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

Downloads

70

Readme

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
  • 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. Make file naming config.json (should be correct name)

    {
     "username": "mineboty",
     "ip": "in-1.rudracloud.com",
     "port": "1510",
     "password": "",
     "loginmsg": "kartik",
     "_comment": "Loginmsg is used to make login the bot"
    }

What's New

  1. Added 1.20 support.
  2. Fixed some Bug's
  3. Working more Fast
  4. Added Some New commands
  5. Removed Random Username
  6. Can work with cracked/non-Cracked both
  7. Added Custom Commands

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!