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 1
1
# Do not edit
2
- file-version : ' 13 '
2
+ file-version : ' 14 '
3
3
# Do you want to check for updates on the startup?
4
4
check-for-updates : true
5
5
preview-kits-menu :
@@ -147,15 +147,6 @@ first-join-kits:
147
147
allow-claim-kit-with-full-inventory : true
148
148
# Set 0 to disable
149
149
data-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'
159
150
placeholders :
160
151
unlimited-kit-usages : ' Unlimited'
161
152
time-units :
@@ -229,6 +220,22 @@ storage:
229
220
password : password
230
221
kit-settings :
231
222
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'
232
239
voucher-settings :
233
240
# The NBTAPI library is used to inject tags on the voucher display item.
234
241
nbt-tags :
You can’t perform that action at this time.
0 commit comments