mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 20:01:25 +01:00
Removed currency-symbol value in config.yml
This commit is contained in:
parent
e5ed1918ad
commit
5cd630e664
@ -61,9 +61,6 @@ explosion-protection: true
|
|||||||
# Set whether broadcast messages should be enabled
|
# Set whether broadcast messages should be enabled
|
||||||
enable-broadcast: true
|
enable-broadcast: true
|
||||||
|
|
||||||
# Set the currency symbol after price values
|
|
||||||
currency-symbol: $
|
|
||||||
|
|
||||||
# Set whether the buy price must be greater than or equal sell price.
|
# Set whether the buy price must be greater than or equal sell price.
|
||||||
buy-greater-or-equal-sell: true
|
buy-greater-or-equal-sell: true
|
||||||
|
|
||||||
@ -179,7 +176,7 @@ messages:
|
|||||||
# Usable regex: %BUY-PRICE%, %SELL-PRICE%
|
# Usable regex: %BUY-PRICE%, %SELL-PRICE%
|
||||||
price: "&6Price: Buy: &e%BUY-PRICE%&6 Sell: &e%SELL-PRICE%"
|
price: "&6Price: Buy: &e%BUY-PRICE%&6 Sell: &e%SELL-PRICE%"
|
||||||
|
|
||||||
# If the sell price or buy price is disabled, this message will be displayed instead of the price and the currency symbol in the message above.
|
# If the sell price or buy price is disabled, this message will be displayed instead of the price in the message above.
|
||||||
disabled: "&7Disabled&e"
|
disabled: "&7Disabled&e"
|
||||||
|
|
||||||
# Set the type message the player gets after entering '/shop info' ...
|
# Set the type message the player gets after entering '/shop info' ...
|
||||||
|
Loading…
Reference in New Issue
Block a user