Skip to content

Commit 63c419a

Browse files
Update config.yml
1 parent b68a590 commit 63c419a

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

src/main/resources/config.yml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do not edit
2-
file-version: '13'
2+
file-version: '14'
33
# Do you want to check for updates on the startup?
44
check-for-updates: true
55
preview-kits-menu:
@@ -147,15 +147,6 @@ first-join-kits:
147147
allow-claim-kit-with-full-inventory: true
148148
# Set 0 to disable
149149
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'
159150
placeholders:
160151
unlimited-kit-usages: 'Unlimited'
161152
time-units:
@@ -229,6 +220,22 @@ storage:
229220
password: password
230221
kit-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'
232239
voucher-settings:
233240
# The NBTAPI library is used to inject tags on the voucher display item.
234241
nbt-tags:

0 commit comments

Comments
 (0)