From 5cd630e664881b11295efc92acc906e2ab95342e Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Jun 2016 21:01:01 +0200 Subject: [PATCH] Removed currency-symbol value in config.yml --- config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.yml b/config.yml index 06ffecb..b2116eb 100644 --- a/config.yml +++ b/config.yml @@ -61,9 +61,6 @@ explosion-protection: true # Set whether broadcast messages should be enabled 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. buy-greater-or-equal-sell: true @@ -179,7 +176,7 @@ messages: # Usable regex: %BUY-PRICE%, %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" # Set the type message the player gets after entering '/shop info' ...