Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Keheck edited this page Aug 25, 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:

  • File:

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

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

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

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

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

** new: create a new file/folder

  • Settings:

** 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.

** 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