luisfelipesdn12 / minecraft-path

Get the directory where the Minecraft files are stored.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-path Travis CI Build Status

Get the directory where the Minecraft files are stored.

NPM Badge

Install

npm install minecraft-path

Usage

const minecraftPath = require("minecraft-path");

minecraftPath();
//=> "C:\\Users\\richi\\AppData\\Roaming\\.minecraft"

minecraftPath.win10();
//=> "C:\\Users\\richi\\AppData\\Local\\Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\LocalState\\games\\com.mojang"

API

minecraftPath()

Get the directory where the Minecraft Java Edition files are stored.

minecraftPath.win10()

Get the directory where the Minecraft Windows 10 Edition files are stored.

About

Get the directory where the Minecraft files are stored.

License:MIT License


Languages

Language:JavaScript 100.0%