1.0.0 • Published 5 years ago
minecraft-server-properties v1.0.0
node-minecraft-server-properties
An API for parsing and stringifying the Minecraft server.properties file format
Installation
npm install --save minecraft-server-propertiesUsage
var properties = require("minecraft-server-properties");properties.parse(input)
- input:
StringThe contents of a server.properties file - RETURNS:
ObjectHash of properties
properties.stringify(input)
- input:
ObjectHash of properties - RETURNS:
StringString to be written as a server.properties file
Developers
Install dependencies
npm installRun tests
npm testSubmit patches as Github PRs
Authors
Written by Dominic Barnes dominic@dbarnes.info, now maintained by AJ Jordan alex@strugee.net
License
MIT license