README
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
(optional) familyViewPIN
Family view PIN.
Events
message:*
message
- A message string.
Standard message events to be used with logger.
/ readFilewriteFile
Standard Vapor file events - readFile
/ writeFile
.
License
MIT. See LICENSE
.