Bukkit Not Detecting Latin Symbols

Discussion in 'Bukkit Help' started by Darkvoltage3, Oct 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Darkvoltage3

    Hello
    I recently started configuring my essentials and automessenger for essentials theres an option to change the currency symbol for example its '$' now I want to make it into 'ƒ' Which is the latin symbol for money I used this for my automessager plugin also this is what they look like.

    Essentials​
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 10000
     
    # 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.
    currency-symbol: 'ƒ'
     
    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000
     
    # 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: -10000
     
    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: false
    ZavAutoMessager​
    Code:
    - 'We Have Two &cEconomies &6One Is &cƒ=Frags &6And The Other Is &cG=Gold.'
    Note: The Symbol did work on my home server but it didnt seem to work on my remote server I am using Bukkit version 1.3.2 R2.0 the latest bukkit as of this post.
    [​IMG]
     
  2. Offline

    OstlerDev

    I would take this up with the developer of your plugins, as they may not be reading them in right. It reads perfectly fine with a yaml parser.
     
  3. Offline

    Darkvoltage3

    Well good point but as you can see above it indeed works on my local server.
     
  4. Offline

    OstlerDev

    What OS are you running on your test server, and on your remote server? As some minimal versions of linux remove some languages.
     
  5. Offline

    Darkvoltage3

    Both my dedicated and me have windows but the other one has intel.. heres the full specs on my dedicated or atleast the specs they give out.
    • Dual Xeon E5645 Hex Core
    • 48 GB RAM
    • OCZ SSD's
    • 500 GB enterprise backup drives
    • Full Gigabit uplink
     
  6. Offline

    OstlerDev

    Are you running the exact same version of windows on both of them? As some version of windows server remove compatibility for quite a few languages.
     
  7. Offline

    Necrodoom

    is the file saved as UTF-8 in both cases?
     
  8. Offline

    Darkvoltage3

    I have seen this format before I think it has something to do with the yaml file for both plugins other than that idk what your talking about, I also say a line of code for the symbol on a wiki would the code work?

    Im not sure all I know is the specs above and its an intel computer i7 perhaps idk for sure...heres the hosts website
    https://fluctishosting.com/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
Thread Status:
Not open for further replies.

Share This Page