vapor-storehouse

2.0.4 • Public • Published

NPM version Dependency Status

Vapor Store House Plugin

Vapor plugin to create storage account using trade offers.

Features

  • Automatically accepts all trade offers from admin(s).
  • Automatically declines any other trade offer.
  • Supports Family View if you have it enabled.

Installation

npm install vapor-storehouse

Usage

var storehouse = require('vapor-storehouse');

// Instantiate Vapor etc.

vapor.use(storehouse);
// or
vapor.use(storehouse, {familyViewPIN: '1234'});

Configuration

familyViewPIN (optional)

Family view PIN.

Events

message:*

  • message - A message string.

Standard message events to be used with logger.

readFile / writeFile

Standard Vapor file events - readFile / writeFile.

License

MIT. See LICENSE.

/vapor-storehouse/

    Package Sidebar

    Install

    npm i vapor-storehouse

    Weekly Downloads

    1

    Version

    2.0.4

    License

    MIT

    Last publish

    Collaborators

    • scholtzm