Çözüldü EzRankLite Hataa

  • Konuyu Başlatan Konuyu Başlatan 01selim
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 849
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

01selim

Zombi Geldi, Beni Yedi
Katılım
20 Ekim 2014
Mesajlar
265
Elmaslar
30
Puan
13.670
Yaş
58
Kod:
# EZRanksPro rankups.yml file
# Create your rankups in this file.
# If you need a default template, delete the rankups: section and
# let it regenerate an example rankup.
#
# rankup_actions are a list of
# actions which will be executed
# when a player successfully ranks up
#
# You must include required arguments
# <required>, (optional)
# rankup_action list:
# [consolecommand] <command> - perform a console command
# [playercommand] <command> - make the player perform a command
# [message] <message> - send the player a message
# [broadcast] <message> - send the server a message
# [jsonmessage] <json>- send the player a json message
# [jsonbroadcast] <json> - send the server a json message
# [actionbarmessage] <message> - send the player an actionbar message
# [actionbarbroadcast] <message> - send the server an actionbar message
# [addgroup] <group> (world) - add the player to a permissions group
# [removegroup] <group> (world) - remove the player from a permissions group
# [addpermission] <permission> (world) - add a permission node to the player
# [removepermission] <permission> (world) - remove a permission node from a player
# [setprefix] <prefix> - set the players prefix
# [setsuffix] <suffix> - set the players suffix
# [effect] <effect> - play an effect at the players location
# [sound] <sound> <volume> <pitch> - play a sound at the players location
#
# You can delay any of the rankup actions being performed by ending the action with
# <delay=(time in seconds)>
# example:
# [consolecommand] eco give %player% 100 <delay=10>
#
# Placeholders can be used in your rankup actions and messages:
#
# %player% - players name
# %displayname% - players displayname
# %world% - players current world
# %rank% - players current rank
# %rankup% - players next rank (if they have one)
# %cost% - cost to rankup
# %cost_formatted% - formatted cost to rankup
# %balance% - players balance
# %balance_formatted% - players formatted balance
# %difference% - amount still needed
# %difference_formatted% - formatted amount still needede
# %progress% - rounded progress % based on cost - balance
# %progressexact% - exact progress % based on cost - balance
# %progressbar% - custom progressbar based on cost - balance
# %rankprefix% - players current rank prefix defined in this file
# %rankupprefix% - players next rank prefix defined in this file
# %lastrank% - last rank available
# %lastrankprefix% - last rank available prefix
# %rankup_cost_<rankname>% - show the cost for a specific rank
# %rankup_cost_formatted_<rankname>% - show the formatted cost for a specific rank
# %rankup_is_completed_<rankname>% - show if a player has completed the specified rank

last_rank:
  rank: Acemi
  prefix: ''
requirement_message:
- '&8&m-----------------------------'
- '&e%rankup% &aRütbesine Ulaşmak Için &e%cost% TL Ihtiyacın Var.'
- '&8&m-----------------------------'
rankups:
  Cirak:
    order: 1
    prefix: ''
    rankup_to: Deneyimli
    cost: '50000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Cirak'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e50000TL &aÇekildi!'
  Deneyimli:
    order: 2
    prefix: ''
    rankup_to: Uzman
    cost: '100000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Deneyimli'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e100000TL &aÇekildi!'
  Uzman:
    order: 3
    prefix: ''
    rankup_to: Profosyonel
    cost: '250000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Uzman'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e250000TL &aÇekildi!'
  Profosyonel:
    order: 4
    prefix: ''
    rankup_to: Master
    cost: '500000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Profosyonel'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000TL &aÇekildi!'
  Master:
    order: 5
    prefix: ''
    rankup_to: Elci
    cost: '1000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Master'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000TL &aÇekildi!'
  Elci:
    order: 6
    prefix: ''
    rankup_to: Kahraman
    cost: '3000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Elci'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e3000000TL &aÇekildi!'
  Kahraman:
    order: 7
    prefix: ''
    rankup_to: Lord
    cost: '7000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Kahraman'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e7000000TL &aÇekildi!'
  Lord:
    order: 8
    prefix: ''
    rankup_to: Kral
    cost: '10000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Lord'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e10000000TL &aÇekildi!'
  Kral:
    order: 9
    prefix: ''
    rankup_to: Titan
    cost: '25000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Kral'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e25000000TL &aÇekildi!'
  Titan:
    order: 9
    prefix: ''
    rankup_to: Hades
    cost: '25000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Titan'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e75000000TL &aÇekildi!'
  Hades:
    order: 10
    prefix: ''
    rankup_to: Poseidon
    cost: '75000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Hades'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e100000000TL &aÇekildi!'
  Poseidon:
    order: 11
    prefix: ''
    rankup_to: Zeus
    cost: '200000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Poseidon'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e200000000TL &aÇekildi!'
  Zeus:
    order: 11
    prefix: ''
    rankup_to: Pandora
    cost: '500000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Zeus'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000000TL &aÇekildi!'
  Pandora:
    order: 11
    prefix: ''
    rankup_to: Apollo
    cost: '1000000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Pandora'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e1000000000TL &aÇekildi!'
  Apollo:
    order: 11
    prefix: ''
    rankup_to: Medusa
    cost: '1500000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Apollo'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e200000000TL &aÇekildi!'
  Medusa:
    order: 11
    prefix: ''
    rankup_to: katliamci
    cost: '3000000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Medusa'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e300000000TL &aÇekildi!'
  Katliamci:
    order: 12
    prefix: ''
    rankup_actions:
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi En Son Rütbe Olan &c%rankup%
      &eRütbesine Yükseldi!'



Ya burda nerde hata var delircem ya atlamıyor rütbe
 
Burda Olan Hatayı Anlayamazsın Sunucu Loglarına Bakarak Anlarsın.
Rankup Plugini Tavsiyemdir Daha Kolay Bir Plugin Bana Göre.
 
Kod:
# EZRanksPro rankups.yml file
# Create your rankups in this file.
# If you need a default template, delete the rankups: section and
# let it regenerate an example rankup.
#
# rankup_actions are a list of
# actions which will be executed
# when a player successfully ranks up
#
# You must include required arguments
# <required>, (optional)
# rankup_action list:
# [consolecommand] <command> - perform a console command
# [playercommand] <command> - make the player perform a command
# [message] <message> - send the player a message
# [broadcast] <message> - send the server a message
# [jsonmessage] <json>- send the player a json message
# [jsonbroadcast] <json> - send the server a json message
# [actionbarmessage] <message> - send the player an actionbar message
# [actionbarbroadcast] <message> - send the server an actionbar message
# [addgroup] <group> (world) - add the player to a permissions group
# [removegroup] <group> (world) - remove the player from a permissions group
# [addpermission] <permission> (world) - add a permission node to the player
# [removepermission] <permission> (world) - remove a permission node from a player
# [setprefix] <prefix> - set the players prefix
# [setsuffix] <suffix> - set the players suffix
# [effect] <effect> - play an effect at the players location
# [sound] <sound> <volume> <pitch> - play a sound at the players location
#
# You can delay any of the rankup actions being performed by ending the action with
# <delay=(time in seconds)>
# example:
# [consolecommand] eco give %player% 100 <delay=10>
#
# Placeholders can be used in your rankup actions and messages:
#
# %player% - players name
# %displayname% - players displayname
# %world% - players current world
# %rank% - players current rank
# %rankup% - players next rank (if they have one)
# %cost% - cost to rankup
# %cost_formatted% - formatted cost to rankup
# %balance% - players balance
# %balance_formatted% - players formatted balance
# %difference% - amount still needed
# %difference_formatted% - formatted amount still needede
# %progress% - rounded progress % based on cost - balance
# %progressexact% - exact progress % based on cost - balance
# %progressbar% - custom progressbar based on cost - balance
# %rankprefix% - players current rank prefix defined in this file
# %rankupprefix% - players next rank prefix defined in this file
# %lastrank% - last rank available
# %lastrankprefix% - last rank available prefix
# %rankup_cost_<rankname>% - show the cost for a specific rank
# %rankup_cost_formatted_<rankname>% - show the formatted cost for a specific rank
# %rankup_is_completed_<rankname>% - show if a player has completed the specified rank

last_rank:
  rank: Acemi
  prefix: ''
requirement_message:
- '&8&m-----------------------------'
- '&e%rankup% &aRütbesine Ulaşmak Için &e%cost% TL Ihtiyacın Var.'
- '&8&m-----------------------------'
rankups:
  Cirak:
    order: 1
    prefix: ''
    rankup_to: Deneyimli
    cost: '50000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Cirak'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e50000TL &aÇekildi!'
  Deneyimli:
    order: 2
    prefix: ''
    rankup_to: Uzman
    cost: '100000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Deneyimli'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e100000TL &aÇekildi!'
  Uzman:
    order: 3
    prefix: ''
    rankup_to: Profosyonel
    cost: '250000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Uzman'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e250000TL &aÇekildi!'
  Profosyonel:
    order: 4
    prefix: ''
    rankup_to: Master
    cost: '500000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Profosyonel'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000TL &aÇekildi!'
  Master:
    order: 5
    prefix: ''
    rankup_to: Elci
    cost: '1000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Master'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000TL &aÇekildi!'
  Elci:
    order: 6
    prefix: ''
    rankup_to: Kahraman
    cost: '3000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Elci'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e3000000TL &aÇekildi!'
  Kahraman:
    order: 7
    prefix: ''
    rankup_to: Lord
    cost: '7000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Kahraman'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e7000000TL &aÇekildi!'
  Lord:
    order: 8
    prefix: ''
    rankup_to: Kral
    cost: '10000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Lord'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e10000000TL &aÇekildi!'
  Kral:
    order: 9
    prefix: ''
    rankup_to: Titan
    cost: '25000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Kral'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e25000000TL &aÇekildi!'
  Titan:
    order: 9
    prefix: ''
    rankup_to: Hades
    cost: '25000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Titan'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e75000000TL &aÇekildi!'
  Hades:
    order: 10
    prefix: ''
    rankup_to: Poseidon
    cost: '75000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Hades'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e100000000TL &aÇekildi!'
  Poseidon:
    order: 11
    prefix: ''
    rankup_to: Zeus
    cost: '200000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Poseidon'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e200000000TL &aÇekildi!'
  Zeus:
    order: 11
    prefix: ''
    rankup_to: Pandora
    cost: '500000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Zeus'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e500000000TL &aÇekildi!'
  Pandora:
    order: 11
    prefix: ''
    rankup_to: Apollo
    cost: '1000000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Pandora'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e1000000000TL &aÇekildi!'
  Apollo:
    order: 11
    prefix: ''
    rankup_to: Medusa
    cost: '1500000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Apollo'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e200000000TL &aÇekildi!'
  Medusa:
    order: 11
    prefix: ''
    rankup_to: katliamci
    cost: '3000000000'
    rankup_actions:
    - '[consolecommand] manuadd %player% Medusa'
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi &c%rankup% &eRütbesine Yükseldi!'
    - '[message] &8[&6Rutbe&8] &aHesabınızdan &e300000000TL &aÇekildi!'
  Katliamci:
    order: 12
    prefix: ''
    rankup_actions:
    - '[broadcast] &8[&6Rutbe&8] &c%player% &eAdlı Kisi En Son Rütbe Olan &c%rankup%
      &eRütbesine Yükseldi!'



Ya burda nerde hata var delircem ya atlamıyor rütbe
Buyrun Kendi Kullandığım EzRank içinde groupmanager / essentials / ezrank mevcut kendi istediğiniz gibi değiştirebilirsiniz.
Link:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
 
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