minecraft-server-properties
v1.0.0
Published
Parse and stringify the Minecraft server.properties file format
Downloads
67
Readme
node-minecraft-server-properties
An API for parsing and stringifying the Minecraft server.properties file format
Installation
npm install --save minecraft-server-properties
Usage
var properties = require("minecraft-server-properties");
properties.parse(input)
- input:
String
The contents of a server.properties file - RETURNS:
Object
Hash of properties
properties.stringify(input)
- input:
Object
Hash of properties - RETURNS:
String
String to be written as a server.properties file
Developers
Install dependencies
npm install
Run tests
npm test
Submit patches as Github PRs
Authors
Written by Dominic Barnes [email protected], now maintained by AJ Jordan [email protected]
License
MIT license