🛠️Configuration files
After the plugin is successfully loaded for the first time, several folders and files will be generated in the plugins/CustomArcheology
directory in the server's root directory. These are the configuration files for CustomArcheology. Here is an introduction to the purpose of each folder and file:
blocks
folder: A folder containing the configuration files for archaeology blocks. It stores the configuration files for all the archaeology blocks in the plugin.languages
folder: A folder containing the configuration files for plugin languages. It stores the language files for the plugin. You can set the language file used by the plugin inconfig.yml
.loottables
folder: A folder containing the configuration files for loot tables. It stores the configuration files for all the loot tables in the plugin. Loot tables are often used in the configuration files for archaeology blocks to specify the rewards that players can obtain after archaeological excavation.pack
folder: The directory where the plugin generates the resource pack. CustomArcheology needs to be used in conjunction with a resource pack, and you need to distribute this resource pack to players.textures
folder: The directory where the textures for plugin archaeology blocks and archaeological tools are stored.tools
folder: A folder containing the configuration files for archaeological tools. It stores the configuration files for all the archaeological tools in the plugin.config.yml
: The main configuration file for the plugin. Common configuration options are usually provided here.generated-item-format.yml
file: When using the/ca generateeitemformat
command, we will parse the item you are holding into an ItemFormat and store the parsed ItemFormat content in this file.XX_xx.json
file: Localized files automatically generated through Localized Item Name feature. The name of this file is determined based on the localized language you have set for this feature, but it usually ends in. json
.
Config.yml file content
Last updated