Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Keheck edited this page Aug 27, 2019 · 10 revisions

Getting confused with the GUI? Here's your help!

1 is on the File tree, 2 is in the right field

(1) File tree: Here, your files are arranged in a hierarchical way, with the project name as the root

(2) Edit field: Here, you can edit your files. When you select a file, it's contents are displayed in the edit field, and then you can edit the content of the file. If you select a folder however, the edit field will be disabled.

Menu Bar:

  1. File:

1.1 new Project: Pressing this will open a dialog where you have to enter the nameof the project and initial namespace (others can be added later on). When the namespace is empty, it will be named after the project

1.2 load Project: This will prompt you a file chooser dialog. Select the root folder of the project and open it

1.3 compile Project: This will prompt you yet another file chooser dialog, this time initally at %APPDATA%/.minecraft/saves

1.4 save Project: This will save the project at %APPDATA%/.datapackCreator/projects/ (to see if successful, view the log at %APPDATA%/.datapackCreator/runtime.txt)

1.5 delete: Delete the currently selected file and it's children

1.6 new: create a new file/folder

2 Settings:

2.1 Use Minecraft commands only: When checked, the compiler is deactivated and you can use default commands. Use if you aren't satisfied with the higher-level language.

2.2 Keep commands after compilation: When checked, the compiler will not delete comments (lines starting with "#"), but rather export them too

Things you need to keep in mind when using this editor:

(There are currently now known bugs that break the editor)

Clone this wiki locally