File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 11# Do not edit
2- file-version : ' 13 '
2+ file-version : ' 14 '
33# Do you want to check for updates on the startup?
44check-for-updates : true
55preview-kits-menu :
@@ -147,15 +147,6 @@ first-join-kits:
147147allow-claim-kit-with-full-inventory : true
148148# Set 0 to disable
149149data-save-interval-ticks : 12000
150- # Configure the amount formatting of your currencies
151- # Formatting is <plugin>-<currency>: '{amount}'
152- # The currency is used only in the plugins with multiple currencies. (UltraEconomy & CoinsEngine)
153- # Example with one currency:
154- # vault: '{amount}$'
155- # Example with multiple currencies:
156- # coinsengine-coins: '{amount} coins'
157- cost-formatting :
158- exp : ' {amount} EXP'
159150placeholders :
160151 unlimited-kit-usages : ' Unlimited'
161152time-units :
@@ -229,6 +220,22 @@ storage:
229220 password : password
230221kit-settings :
231222 replace-items : false
223+ currency-settings :
224+ # This section defines the formatting settings for different currencies.
225+ # Available formatting options:
226+ # provider - The identifier for the currency provider.
227+ # format - The template for formatting the amount.
228+ # currency - (optional) The specific currency identifier if the provider supports multiple currencies.
229+ formatting :
230+ - provider : EXP
231+ format : ' {amount} EXP'
232+ # Examples of additional currency configurations:
233+ # Uncomment and modify the following lines to add more currencies.
234+ # - provider: VAULT
235+ # format: '{amount}$'
236+ # - provider: COINSENGINE
237+ # currency: COINS
238+ # format: '{amount} coins'
232239voucher-settings :
233240 # The NBTAPI library is used to inject tags on the voucher display item.
234241 nbt-tags :
You can’t perform that action at this time.
0 commit comments