1.1.1 • Published 1 year ago

datapack-installer v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Datapack Installer

🚨CURRENTLY IN DEVELOPMENT - NOT READY FOR USE🚨 SOLVING DOWNLOADING ISSUES

This CLI app allows you to search datapacks on Planet-Minecraft(PMC) and install them with a single command.

Datapck Installer

If a resource pack is needed, it will also download the resource pack in the resourcepacks in your .minecraft folder

Installation

Install it globally with

  npm install -g datapack-installer

or use it on the fly with npx

 npx datapack-installer install <datapack name>

Usage

For help, run

  datapack-installer --help

For installing a datapack, run

datapack-installer install <datapack name>

or use a PlanetMinecraft Link

datapack-installer install -l <pmc url link>

Examples

datapack-installer install "mining device"
datapack-installer install -l "https://www.planetminecraft.com/data-pack/mining-device/"

Configuration

The configuration file is located in your home directory "C:\Users\{user}\datapack_installer_config.json"

{
    "minecraftPath": "C:\\Users\\{user}\\AppData\\Roaming\\.minecraft",
    "datapacks": [
        {
            "name": "Bucketable (Bucket Any Mob!)",
            "datapackPath": "...",
            "resourcePackPath": "..."
        }
    ]
}

In this file, you can add datapacks manually or change the minecraft path if it is in a different location.

this will not auto download the datapack, it will just add it to the config file, for internal use...for now

Authors

1.1.1

1 year ago

1.1.0

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago