➕️ Add New Contents
This page mainly explains how to manage custom contents
Last updated
This page mainly explains how to manage custom contents
Last updated
In the root directory of the plugin (plugins/resources/
), all packages are stored, and the names of these packages are arbitrary. Each package consists of two folders and one YAML file. The folders contain configurations and resource packs respectively, while the YAML file holds the metadata for the package.
The Meta File is a YAML document that records some fundamental information. Among its entries, the most significant is the namespace
.
The effect of a namespace is confined to the second-level nodes under the root node in the YAML hierarchy, exemplified here by "default:palm_leaves " and "palm_leaves". Provided that a namespace is specified in pack.yml
, if a namespace is not explicitly designated, the package namespace will be used by default.
The configuration files are stored in the following folder. The configuration file format supports both json and yml. Moreover, you can create as many subdirectories as you like under the configuration.
Please ensure that the directory structure of your resource pack is as shown in the figure below, otherwise, it may lead to some merging issues. The overlay_folder, pack.mcmeta, and pack.png files are not mandatory.