Dtltraders Configuration

Status
This thread has been locked.

L0rmex

Feedback score
1
Posts
27
Reactions
8
Resources
0
Hey,
my name is L0rmex. Iam the Owner of OuLiMC.net, a german CityBuild Network.

I urgently need help setting up a plugin.
I am always shown the wrong money formatting. In the Featherboard it runs correctly, but in my Admin Shop of dtltraders (plugin extension of Citizenz) it still shows me the two digits after the comma. I have attached my Essential Eco settings in the appendix. I think that's where the error lies. The formatting would be the same as in Germany. But how do I write this into the config that the two comma places are not shown to me. With the command /money it is correctly displayed to me. And in the Featherboard it is also correct. There it also works with Placeholder :)

money.png


Would be nice if someone could help me.

Best regards

Code:
############################################################
# +------------------------------------------------------+ #
# |                    EssentialsEco                     | #
# +------------------------------------------------------+ #
############################################################

# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy

# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 500

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE.
# Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500

# Set this to a currency symbol you want to use.
# Remember, if you want to use special characters in this document,
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
currency-symbol: '⛃'

# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 1000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: 0

# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false

# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
# If you wish to use EssentialsX' built-in permissions using the `player-commands` section above, set this to false.
# Default is true.
use-bukkit-permissions: true

# Minimum acceptable amount to be used in /pay.
minimum-pay-amount: 0.001

# The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration.
#
# "#,##0.00" is how the majority of countries display currency.
#currency-format: "#,##0"

# Format currency symbols. Some locales use , and . interchangeably.
# Some formats do not display properly in-game due to faulty Minecraft font rendering.
#
# For 1.234,50 use de-DE
# For 1,234.50 use en-US
# For 1'234,50 use fr-ch
currency-symbol-format-locale: de-DE
 

Attachments

  • money.png
    money.png
    541.7 KB · Views: 155
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

L0rmex

Feedback score
1
Posts
27
Reactions
8
Resources
0
Unfortunately this doesn't work at dtltrader, I already tried that.
 

L0rmex

Feedback score
1
Posts
27
Reactions
8
Resources
0
In the config of Dtltraders the following is stored:
buy-price-format: '&6Purchase price: &a%price% ⛃'
sell-price-format: '&6Sale price: &a%price% ⛃'
 

Topfragger

Premium
Feedback score
11
Posts
301
Reactions
127
Resources
0
If i'm correct, it's not possible. I think it's copying the .00 from Essentials, which isn't changeable as it's in the code of %price%. I don't think you can remove it sadly. Maybe it's just me. Correct me if i'm wrong.
 
Status
This thread has been locked.
Top