Giter Site home page Giter Site logo

macro21kgb / datapack-auto-installer-pmc Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.33 MB

This Cli app allows you to download datapack directly from the terminal from Planet Minecraft website

TypeScript 48.21% JavaScript 51.79%
cli datapack minecraft planet-minecraft pmc tools

datapack-auto-installer-pmc's Introduction

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

datapack-auto-installer-pmc's People

Contributors

macro21kgb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.