JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 162
  • Score
    100M100P100Q83950F
  • License MIT

Minecraft gamesetting parsing

Package Exports

  • @xmcl/gamesetting

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xmcl/gamesetting) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Gamesetting Module

npm version npm Build Status

This is a sub-module belong to minecraft-launcher-core module. You can still use this individually.

GameSetting (options.txt)

    import { GameSetting } from '@xmcl/gamesetting'
    const settingString;
    const setting: GameSetting = GameSetting.parse(settingString);
    const string: string = GameSetting.stringify(setting);

Serialize/Deserialize the minecraft game setting string.