minecraft-server-properties

1.0.0 • Public • Published

node-minecraft-server-properties

Build Status Coverage Status

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 dominic@dbarnes.info, now maintained by AJ Jordan alex@strugee.net

License

MIT license

Dependents (3)

Package Sidebar

Install

npm i minecraft-server-properties

Weekly Downloads

21

Version

1.0.0

License

MIT

Unpacked Size

12.8 kB

Total Files

9

Last publish

Collaborators

  • dominicbarnes
  • strugee