🛠️Configuration files

The plugin generates the following configuration files, some of which will only be generated after you first use this feature.

  • datas: The location for storing plugin data files. It will only be generated without using a database. Do not modify any content here.

  • items: The location for storing saved item files.

  • languages: The location for storing language files. You can set the language file used by the plugin through the config-files.language option in the config.yml file. You can customize various messages within the plugin game through language files. It is not supported to display the corresponding language file based on the player client language. You can only display the same language for all players.

  • menus: The location for storing menu configuration files.

Many people seem to be confused about one thing: what you open through the /shop command is a menu, not a shop. If you want to set the slot for items in the shop menu, you should set it in the configuration file of the menu.

  • shops: The location for storing shop configuration files.

  • random_placeholders: The loaction for storing random placeholder configuration files.

  • conditional_placeholders: The location for storing conditional placeholder configuration files.

  • sell_sticks: The location for storing sell stick configuration files.

  • config.yml file: The location for main common settings for plugins.

  • generated-item-format.yml file: When using the /shop 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.

  • XX.txt file: The transaction record file generated by the Log Transaction feature is named using the log-transaction.file option in the config.yml file.

Config.yml file content

It is recommend that you view this file at GitHub, becuase Wiki's config.yml maybe not latest. Click here to view this file on Github.

Last updated