My App

Installation

Installation and basic usage guide for Deco

Download

Before starting, make sure you have Java 17 or higher installed, if you don't have it, check how to in Q&A below

  1. Download the latest version of the deco.jar file from here
  2. Place the file in your preferred directory

Basic Usage

Basic command format:

java -jar deco.jar <your_datapack_folder>

Specify an output directory:

java -jar deco.jar -o <output_folder> <your_datapack_folder>

Note: You should replace deco.jar with the path to the deco.jar file. Like if you put it in D:\deco\deco.jar, you should use:

java -jar "D:\deco\deco.jar" <your_datapack_folder>

Q&A

On this page