GithubHelp home page GithubHelp logo

robthekilla / mineflayer-web-inventory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imharvol/mineflayer-web-inventory

0.0 0.0 0.0 335 KB

Web based viewer for your mineflayer bot's inventory

License: MIT License

HTML 4.24% JavaScript 94.97% CSS 0.79%

mineflayer-web-inventory's Introduction

Mineflayer Web Inventory

A simple web-based inventory viewer for mineflayer with support for multiple types of windows and updated in real-time.

Install

npm install mineflayer-web-inventory

npm version

Note that from version 1.3.0 mineflayer-web-inventory will only support mineflayer 3.X.X versions If you still wish to use mineflayer-web-inventory with mineflayer 2.X.X you can install [email protected]: npm i [email protected]

Usage

  • Run npm install mineflayer-web-inventory.
  • Import mineflayer-web-inventory: const inventoryViewer = require('mineflayer-web-inventory').
  • Call inventoryViewer with your bot instance: inventoryViewer(bot).
const mineflayer = require('mineflayer')
const inventoryViewer = require('mineflayer-web-inventory')

const bot = mineflayer.createBot({
  host: 'localhost',
  port: 25565,
  username: 'bot'
})

inventoryViewer(bot)

This will start a web server in http://localhost:3000/. You can change the options using:

  let options = {
    port: PORT,
    path: PATH,
    express: EXPRESS,
    app: APP,
    http: HTTP,
    io: IO,
    startOnLoad: BOOLEAN,
    debounceTime: INT
  }

  inventoryViewer(bot, options)

You can access the options in bot.webInventory.options

bot.webInventory.start([cb])

Starts the web server. This function is called when the plugin is first loaded unless options.startOnLoad is false

bot.webInventory.stop([cb])

Stops the web server. You can check the current status of the web server using bot.webInventory.isRunning which returns a boolean

Screenshots

Example Screenshot 1 Example Screenshot 2

Example.Video.mineflayer-web-inventory.mp4

Images

The images used in this project are from https://wiki.vg/Inventory and https://github.com/PrismarineJS/minecraft-assets

mineflayer-web-inventory's People

Contributors

imharvol avatar bezouro avatar sefirosweb avatar dependabot[bot] avatar u9g avatar karang 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.