Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите Настроить стартовую сумму в Essentials

Тема в разделе "[Архив] Помощь", создана пользователем Overlor, 18 дек 2013.

  1. Автор темы
    Overlor

    Overlor Активный участник Пользователь

    Баллы:
    63
    Имя в Minecraft:
    Overlor009
    Значит,у меня стояло на сервере Баланс денег=0$
    Решил его сменить на 1500,зашёл в Essentials-->config.YML и в строке:
    "Defines the balance with which new players begin. Defaults to 0.
    starting-balance: 0#" - я поставил 1500.
    И получилось:
    "Defines the balance with which new players begin. Defaults to 0.
    starting-balance: 1500#"
    Но на сервере баланс остаётся прежним,как и был "$0"
    Подскажите,что не так.
     
  2. Хостинг MineCraft
    <
  3. GIT

    GIT Старожил Пользователь

    Баллы:
    103
    starting-balance: 1500 currency-symbol: 'R' получится 1500 R
    Взято из
    ############################################################
    # +------------------------------------------------------+ #
    # | 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: 1000

    # 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: 'R'

    # 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: 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
     

Поделиться этой страницей