Çözüldü rankup plugini yardım

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

Thomas Shelby

Tabanları Yağlama Vakti
Katılım
14 Aralık 2018
Mesajlar
1.446
Elmaslar
336
Puan
15.770
Yaş
26
Konum
Rusya
Minecraft
dragondemon68

Discord:

Sherlock#5773

Merhaba Rankup plugini için 3 tane rankı hazırlanmış bir config verirmisiniz ben yapamadım​
 
Buyrun hocam;
JavaScript:
# see https://github.com/okx-code/Rankup3/wiki/Rank-format     

# this name doesn't matter
caylak:
  # the name of the group
  # players have to be in this rank to rankup
  rank: 'Caylak'
  # the name of the rank a player can rankup to
  next: 'Oyuncu'
  # List of requirements to go to the next rank
  # This example will charge 1000 money to rankup from A to B.
  # https://github.com/okx-code/Rankup3/wiki/Requirements
  # custom requirements can also be added by other plugins.
  requirements:
    - 'money 250000'
  # the console will run these commands when a player ranks up
  # nb: groups are automatically changed with vault
  #commands:
  # this will run when a player ranks up from A to B.
  #- 'say {PLAYER} well done for ranking up from {OLD_RANK} to {RANK}!'
oyuncu:
  rank: 'Oyuncu'
  next: 'Tecrubeli'
  requirements:
    - 'money 550000'
tecrubeli:
  rank: 'Tecrubeli'
  next: 'Uzman'
  requirements:
    - 'money 5000000'
uzman:
  rank: 'Uzman'
  next: 'Usta'
  requirements:
    - 'money 20000000'
usta:
  rank: 'Usta'
  next: 'Ustad'
  requirements:
    - 'money 50000000'
 
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