Sol Reklam

Çözüldü Oyuncular Rütbe Atlayamıyor Yardım!

Durum
Mesaj gönderimine kapalı.

MertMC

Demir Cevheri Gibiyim
Katılım
17 Ağustos 2017
Mesajlar
214
Elmaslar
37
Puanlar
13.420
Yaş
21
arkadaşlar rankup pluginin kurdum rütbe atlama olayı için dün sorunsuz çalışıyordu ancak bu gün yeni bi rank ekledim şimdi hiç kimse rütbe atlayamıyor bir bakabilir misiniz ?
You must prestige to /rankup further adlı bir hata veriyor ve ya we couldn't find any rankups for the groups diye birşey yazıyor
rankup configleri:

Config:
Kod:
# this is used for letting you know that you need to update/change your config file
version: 4

# the locale to use for messages
# all messages can be customised but this allows you to
# choose messages that are already translated
# locales can be found in the locale/ folder
locale: en

# interval (in minutes) to check to autorankup players
# ranking up manually wil always be enabled
# set to 0 to disable
autorankup-interval: 0

# whether /ranks and /prestiges should be enabled (true) or disabled (false)
# /rankup3 reload will not do anything if this is changed,
# you will have to restart your server.
ranks: true
# you can alternatively negate the permission rankup.prestiges
# this will also make the command not autocomplete in 1.13
prestiges: true

# whether or not /prestige and /prestiges should be enabled.
# you can alternatively negate the permission rankup.prestige
# this will also make the command not autocomplete in 1.13
prestige: true

# how people should confirm ranking up
# options are: gui, text or none
confirmation-type: 'gui'

# how long, in seconds, people have to wait between a successful /rankup or a /prestige
# set to 0 to disable.
cooldown: 1

gui:
  rows: 1
  rankup:
    material: EMERALD_BLOCK
    # index can be separated by spaces to show in multiple groups
    # for example: 0-3 9-12 18-21
    # you can also just use a single number instead of a range.
    index: 0-3
    name: '&a&lRutbe Atlamayi Kabul ET'
    # lore is optional
    lore: '&6Rankup to &b{RANK}'
  cancel:
    material: REDSTONE_BLOCK
    index: 5-8
    name: '&c&lVazgec'
  fill:
    name: ' '
    # if you are using a 1.8-1.12 and you want to change this
    # you can use MATERIAL:data, for example STAINED_GLASS_PANE:8
    # this works for both the rankup and cancel blocks as well
    material: BLACK_STAINED_GLASS_PANE

# options when using the text rankup confirmation
text:
  # the time in seconds for a player to
  # confirm by typing /rankup again
  timeout: 10

# placeholders:
# https://github.com/okx-code/Rankup3/wiki/PAPI-Placeholders
placeholders:
  # format for money. for more information, see
  # https://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html
  money-format: "#,##0.##"
  percent-format: "0.##"
  # the format used for requirements
  simple-format: "#.##"
  # used for current_rank and next_rank placeholders when a player is not in anything in rankups.yml
  not-in-ladder: "None"
  # used in the current_prestige placeholders when a player hasn't prestiged yet
  no-prestige: "None"
  # used in the next_rank and next_prestige placeholders when there is no rankup/prestige
  highest-rank: "None"

# what to shorten money by.
# ie 1000 -> 1k
# set to an empty list to disable
shorten:
- 'k'
- 'M'
- 'B'
- 'T'
- 'Q'
- 'Qu'
- 'S'

Prestiges:
Kod:
first:
  # the rank people must be to use this prestige
  from: 'Oyuncu'
  # the rank to change it to
  to: 'Tecrubeli'
  next: 'Usta'
  # see rankups.yml for more information on requirements, operations, commands and messages
  requirements:
    - 'money 10000'
P1example:
  from: 'Oyuncu'
  to: 'Tecrubeli'
  # the rank added to indicate this prestige
  rank: 'Tecrubeli'
  next: 'Usta'
  requirements:
    - 'money 12000'

Ranks:
Kod:
# see https://github.com/okx-code/Rankup3/wiki/Rank-format     

# this name doesn't matter
Aexample:
  # the name of the group
  # players have to be in this rank to rankup
  rank: 'Oyuncu'
  # the name of the rank a player can rankup to
  next: 'Tecrubeli'
  # 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 5000'
  # 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}!'
Bexample:
  rank: 'Tecrubeli'
  next: 'Usta'
  requirements:
    - 'money 12000'
Cexample:
  rank: 'Usta'
  next: 'Kahraman'
  requirements:
    - 'money 25000'
Cexample:
  rank: 'Kahraman'
  next: 'Efsanevi'
  requirements:
    - 'money 75000'
  # you can have a custom messages for each rank
  # the paths of these messages are the same as in the messages for your locale
  rankup:
    requirements-not-met: '&cRank Fiyatlari icin /rutbeler'
    list:
      complete: "&7{OLD_RANK} &8\xbb &7{RANK} &e(5000 money, 2 XP levels)"
      current: "&c{OLD_RANK} &e\xbb &c{RANK} &e(5000 money, 2 XP levels)"
      incomplete: "&r{OLD_RANK} &e\xbb &r{RANK} &e(5000 money, 2 XP levels)"
arkadaşlar sizden rica etsem tecrübeli(5k) Usta (12k) Kahraman (25k) ve efsanevi(75k) rütbelerini ayarlayabilir misiniz ?
 

MertMC

Demir Cevheri Gibiyim
Katılım
17 Ağustos 2017
Mesajlar
214
Elmaslar
37
Puanlar
13.420
Yaş
21
akşam 5 gibi gelicem bilgisayara o zamana kadar cevap yazamassam kb.
 

BlackKpoT

İlim Sahibi Olmak İsteyen
Emektar
Hosting Görevlisi

Discord:

BlackKpoT#3087

Katılım
3 Şubat 2015
Mesajlar
1.044
Elmaslar
541
Puanlar
16.750
Yer
Türkiye
Minecraft
BlackKpoT
Bu kısımda 2 tane Cexample kullanmışsın o yüzden eklentinin kafası karıştı. Birini Dexample olarak ayarladım buyur.

Kod:
Cexample:
  rank: 'Usta'
  next: 'Kahraman'
  requirements:
    - 'money 25000'
Dexample:
  rank: 'Kahraman'
  next: 'Efsanevi'
  requirements:
    - 'money 75000'
 

MertMC

Demir Cevheri Gibiyim
Katılım
17 Ağustos 2017
Mesajlar
214
Elmaslar
37
Puanlar
13.420
Yaş
21
Bu kısımda 2 tane Cexample kullanmışsın o yüzden eklentinin kafası karıştı. Birini Dexample olarak ayarladım buyur.

Kod:
Cexample:
  rank: 'Usta'
  next: 'Kahraman'
  requirements:
    - 'money 25000'
Dexample:
  rank: 'Kahraman'
  next: 'Efsanevi'
  requirements:
    - 'money 75000'
şuanlık sadece kahraman rütbesine kadar çalışıyor kahramanlar /rankup yaptıklarında efsanevi olamıyor.
kahramanlar /rankup yaptıklarında:
- Rank fiyatları için /rutbeler yazıyor.
 
Son düzenleme:

BlackKpoT

İlim Sahibi Olmak İsteyen
Emektar
Hosting Görevlisi

Discord:

BlackKpoT#3087

Katılım
3 Şubat 2015
Mesajlar
1.044
Elmaslar
541
Puanlar
16.750
Yer
Türkiye
Minecraft
BlackKpoT
şuanlık sadece kahraman rütbesine kadar çalışıyor kahramanlar /rankup yaptıklarında efsanevi olamıyor.
kahramanlar /rankup yaptıklarında:
- Rank fiyatları için /rutbeler yazıyor.
Dostumuz ranks.yml de tab hatası yapmış düzelttik.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı