Çözüldü Oyun İçindeki Para Puligini

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Last Skyblock

Odunlara Vur Vur Vur!
Katılım
17 Ağustos 2017
Mesajlar
42
Elmaslar
1
Puan
0
Yaş
25
Merhaba arkadaslar kendime server kuruyorum oyun icinde paranın tl olarak gosterilmesini istiyorum fakat dolar ve az para olmasina ragmen cok sifir var bana bu puligini atarmısınız tl olani ?
 
iConomy eklentisi yüklü ise config.yml'de şöyle bir bölüm olacaktır;
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'Dollar', 'Dollars' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Coin', 'Coins' ]
Bu bölümde yazan Dollar'ı TL, Coin'i kuruş yapabilirsiniz.

Essentials eklentisi yüklü ise config.yml dosyasında şöyle bir bölüm olacaktır
Kod:
currency-symbol: '$'
Buraya sadece bir karakterlik bir şey girebilirsiniz.
 
iConomy yükleyip Türkçeleştirebilirsin.
 
iConomy eklentisi yüklü ise config.yml'de şöyle bir bölüm olacaktır;
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'Dollar', 'Dollars' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Coin', 'Coins' ]
Bu bölümde yazan Dollar'ı TL, Coin'i kuruş yapabilirsiniz.

Essentials eklentisi yüklü ise config.yml dosyasında şöyle bir bölüm olacaktır
Kod:
currency-symbol: '$'
Buraya sadece bir karakterlik bir şey girebilirsiniz.
Hocam 1.00 dolar ben onu tl yapıcam adamda 30 tl var ise hiç sıfır olmıcak onu nasil ayarlıcam[DOUBLEPOST=1503088081,1503087837][/DOUBLEPOST]
iConomy eklentisi yüklü ise config.yml'de şöyle bir bölüm olacaktır;
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'Dollar', 'Dollars' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Coin', 'Coins' ]
Bu bölümde yazan Dollar'ı TL, Coin'i kuruş yapabilirsiniz.

Essentials eklentisi yüklü ise config.yml dosyasında şöyle bir bölüm olacaktır
Kod:
currency-symbol: '$'
Buraya sadece bir karakterlik bir şey girebilirsiniz.
Siz bana yazip verseniz hocam size zahmet :)
 
Hocam 1.00 dolar ben onu tl yapıcam adamda 30 tl var ise hiç sıfır olmıcak onu nasil ayarlıcam[DOUBLEPOST=1503088081,1503087837][/DOUBLEPOST]
Siz bana yazip verseniz hocam size zahmet :)
iConomy eklentisinin config.yml kısmında burayı bulup bununla değiştirin:
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'TL', 'TL' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Krs', 'Krs' ]

    Account:
      # Default account balance when created
      Holdings: 30.0

  # Controls how money is formatted through methods
  Formatting:
    # Minor allows you to use the Minor amounts for amounts <1
    # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
    Minor: false

    # Seperate allows your money to be shown in an alternative way,
    # instead of 1.32 it will show as 1 Dollar 23 Coins
    # !!! NOTICE: This only works if Minor is set to true !!!
    Seperate: false                               # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)

    # Single shows your money in another alternative way.
    # Instead of 1.23 Dollars you will see: 1 Dollar.
    # If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
    # !!! Notice: This overrides seperate !!!
    Single: true
 
iConomy eklentisinin config.yml kısmında burayı bulup bununla değiştirin:
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'TL', 'TL' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Krs', 'Krs' ]

    Account:
      # Default account balance when created
      Holdings: 30.0

  # Controls how money is formatted through methods
  Formatting:
    # Minor allows you to use the Minor amounts for amounts <1
    # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
    Minor: false

    # Seperate allows your money to be shown in an alternative way,
    # instead of 1.32 it will show as 1 Dollar 23 Coins
    # !!! NOTICE: This only works if Minor is set to true !!!
    Seperate: false                               # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)

    # Single shows your money in another alternative way.
    # Instead of 1.23 Dollars you will see: 1 Dollar.
    # If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
    # !!! Notice: This overrides seperate !!!
    Single: true
Hocam Tam İstedigim Su fazlalik sifirlari kaldirmak :)
 
iConomy eklentisinin config.yml kısmında burayı bulup bununla değiştirin:
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'TL', 'TL' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Krs', 'Krs' ]

    Account:
      # Default account balance when created
      Holdings: 30.0

  # Controls how money is formatted through methods
  Formatting:
    # Minor allows you to use the Minor amounts for amounts <1
    # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
    Minor: false

    # Seperate allows your money to be shown in an alternative way,
    # instead of 1.32 it will show as 1 Dollar 23 Coins
    # !!! NOTICE: This only works if Minor is set to true !!!
    Seperate: false                               # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)

    # Single shows your money in another alternative way.
    # Instead of 1.23 Dollars you will see: 1 Dollar.
    # If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
    # !!! Notice: This overrides seperate !!!
    Single: true
Hocam Tam İstedigim Su fazlalik sifirlari kaldirmak :)
Attığım kodda zaten fazladan sıfırlar da kalkıyor.
Tamamdir Hocam Cok Saolun :))
 
Konu çözüldüyse belirtin lütfen. (Konu sahibi belirtmek zorundadır)
 
iConomy eklentisinin config.yml kısmında burayı bulup bununla değiştirin:
Kod:
  Default:
    Currency:
      # Major is the first segment [Major].Minor

      # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
      Major: [ 'TL', 'TL' ]

      # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
      Minor: [ 'Krs', 'Krs' ]

    Account:
      # Default account balance when created
      Holdings: 30.0

  # Controls how money is formatted through methods
  Formatting:
    # Minor allows you to use the Minor amounts for amounts <1
    # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
    Minor: false

    # Seperate allows your money to be shown in an alternative way,
    # instead of 1.32 it will show as 1 Dollar 23 Coins
    # !!! NOTICE: This only works if Minor is set to true !!!
    Seperate: false                               # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)

    # Single shows your money in another alternative way.
    # Instead of 1.23 Dollars you will see: 1 Dollar.
    # If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
    # !!! Notice: This overrides seperate !!!
    Single: true
Hocam Tam İstedigim Su fazlalik sifirlari kaldirmak :)
Attığım kodda zaten fazladan sıfırlar da kalkıyor.
Tamamdir Hocam Cok Saolun :))
Konu çözüldüyse belirtin lütfen. (Konu sahibi belirtmek zorundadır)
Yukarida belirtim hocam problem cozuldu
 
Eğer iConomy kullanıyorsanız config.yml dosyasından düzenleyebilirsiniz.

Ayrıca "Puligin" değil "Plugin"
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst