Çözüldü /skylordol gibi skript lazım (konuyu okuyun)

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

Crewdex

Clique | 2022
Katılım
27 Kasım 2017
Mesajlar
533
Elmaslar
564
Puan
8.990
Minecraft
Crewdex

Discord:

Crewdex#1868

Merhabalar, Skylord,Skyking,Skyelite,SkyGood,SkyTitan,SkyHype
SkyLord:10.000 Level
SkyKing:50.000 Level
SkyElite: 100.000 Level
SkyGood: 250.000 Level
SkyTitan: 500.000 Level
SkyHype: 1.000.000 Level
Olsun İstiyorum mesela /c deki görevler bitince ordaki yaylara tıklayınca olsun mesela skylord olma komutu /skylordol olsun lütfen.
 
Merhaba, bu skripti kullanabilrisiniz

Bu skripti kopyalayarak diğer rütbeleri ekleyebilirisiniz.
Lütfen kendinize göre düzenlemeyi unutmayın.
JavaScript:
# SkyLord
options:
    #Mesaj Bölümü
    prefix: &3LeaderTR &8» &7
    SkyLordoldumesaj: &eBaşarıyla &aSkyLord &eoldun.
    lordolamadin: &eMaalesef &aSkyLord &eolmak için hazır değilsin.
    yetkinyok: &cBu komutu kullanmak için yetkin yok!
    zatenlordsun: &eZaten SkyLord oldun!
    yardimmesaj1: &eGörevi tamamla sonra &6/rütbe &eyaz
    yardimmesaj2: &eAçılan menüden atlamak istediğin rütbeye tıkla!   
    #Yetki Bölümü
    perworldperm: false                                    #Her dünyada farklı yetki sistemini kullanıyorsanız "true" olarak giriniz. Her dünyada aynı yetki sistemini kullanıyorsanız "false" olarak giriniz.
    SkyLordolyetki: skylord.ol                            #SkyLord ol komutunu kullanması için gereken yetki!
    SkyLordtespityetki: skylord.tespit                    #SkyLord liste komutunda gözükmeye yarayacak yetki!
    GroupManagerAktifEdilsinMi: true                #true yazarsanız aktif olur, false yazarsanız deaktif olur.
        #PermissionsEx Yeni sürümde sizlerle
    #Grup Oluşturma Ayarları
    SkyLordgrubu: SkyLord                                #SkyLord grubunun groupmanager/permissionex'teki ismi
    SkyLordgrupPrefix: &6SkyLord                        #SkyLord grubunun prefixi       
    #Dünya Seçme Bölümü | Bu bölümü "perworldperm" ayarı "true" ise kullanınız.
    skyblockdunyasi: ASkyblock
  
command /SkyLord [<text>]:
    trigger:
        if arg 1 is not set:
            send " "
            send "{@prefix}{@yardimmesaj1}"
            send "{@prefix}{@yardimmesaj2}"
            send " "
        if arg 1 is "ol":
            if player have the permission "{@SkyLordtespityetki}":
                send "{@prefix}{@zatenlordsun}"
            else:
                if player have the permission "{@SkyLordolyetki}":
                    send "{@prefix}{@SkyLordoldumesaj}"
                    if {@perworldperm} is true:
                        execute console command "manselect {@skyblockdunyasi}"
                        execute console command "manudelp %player% {@SkyLordolyetki}"
                        execute console command "manuadd %player% {@SkyLordgrubu}"
                    if {@perworldperm} is false:
                        execute console command "manselect {@skyblockdunyasi}"
                        execute console command "manudelp %player% {@SkyLordolyetki}"
                        execute console command "manuadd %player% {@SkyLordgrubu}"
                else:
                    send "{@prefix}{@lordolamadin}"
# SkyLord
YAML:
##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
#          entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount.
#         If level is set as nothing '', then the challenge is a free challenge and can be
#         done at any time.
# Challenges can be repeatable only if they are inventory challenges
# permissions can be given as a reward
#
# Reward Commands - commands can be run when a challenge is completed and repeated
# Commands are:
#    rewardcommands:
#      - command1
#      - command2
#    repeatrewardcommands:
#      - command1
#      - command2     
# The commands are listed and run in order. Do not put a / in front of the command.
# The token [player] will be replaced with the player's name.
# Example:
#    rewardcommands:
#      - pex promote [player]
#      - heal [player]
#      - warp winner_circle [player]
# If a command fails, it will be noted in the console.
#
# The format for POTIONS is as follows:
#
# Format POTION:NAME:<LEVEL>:<EXTENDED>:<SPLASH/LINGER>:QTY
# LEVEL, EXTENDED, SPLASH, LINGER are optional.
# LEVEL is a number, 1 or 2
# LINGER is for V1.9 servers and later
# Examples:
# POTION:STRENGTH:1:EXTENDED:SPLASH:1
# POTION:INSTANT_DAMAGE:2::LINGER:2
# POTION:JUMP:2:NOTEXTENDED:NOSPLASH:1
# POTION:WEAKNESS::::1   -  any weakness potion
#
# Valid potion names are:
# WATER, REGEN, SPEED, FIRE_RESISTANCE, POISON, INSTANT_HEAL, NIGHT_VISION, WEAKNESS,
# STRENGTH, SLOWNESS, JUMP, INSTANT_DAMAGE, WATER_BREATHING, INVISIBILITY
# For V1.9 these are also available:
# LUCK, MUNDANE, THICK, AWKWARD
#
#
# Reseting islands and challenges - usually challenges are reset when a player resets
# their island (see resetchallenges in config.yml). You can stop some challenges from
# being reset by using resetallowed:false in the challenge.
##########################################################################################

challenges:
  # Challenge levels - list as many as you like. If a challenge's level is '' it can
  # be done anytime. You cannot name a challenge the same as a level.
  levels: 'LeaderTR'
    
  # The number of undone tasks that can be left on a level before unlocking next level
  waiveramount: 1
 
  # Free levels - which levels above should be auto done when reached, therefore unlocking next level.
  # Example:
  # freelevels: 'Creeper' will immediately put player onto Witch level challenges
  # freelevels: 'Creeper Witch' will make all Creeper, Witch and Pigman challenges available immediately.
  # freelevels: 'Witch' will open Witch and Pigman levels once Creeper is complete
  freelevels: ''
 
  # This section determines what happens when a player unlocks a new level
  # The subname should correspond to the levels listed above
  # Note that there is no section for the first level as it is automatically unlocked
  levelUnlock:
    Witch:
      # What additional message to send player
      message: 'Tebrikler!'
      rewardDesc: 'Obsidyen mi o?'
      itemReward: 'OBSIDIAN:384'
      moneyReward: 100
      expReward: 100
      # List permissions separated by spaces
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Pigman:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &aPigman level!'
      rewardDesc: '3 diamonds!'
      itemReward: 'DIAMOND:3'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Blaze:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &bBlaze level!'
      rewardDesc: '5 diamonds!'
      itemReward: 'DIAMOND:5'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Guardian:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &dElite level!'
      rewardDesc: '7 diamonds!'
      itemReward: 'DIAMOND:7'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
      
  # Challenge list
  # Challenge names must be in lowercase. Do not use the same name as a level!
  challengeList:   
    skylord:
      friendlyname: 'SkyLord'
      description: '100K Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 100000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skylord.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyking:
      friendlyname: 'SkyKing'
      description: '250K Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 250000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyking.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyhero:
      friendlyname: 'SkyHero'
      description: '1M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 1000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyhero.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skygod:
      friendlyname: 'SkyGod'
      description: '5M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 5000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skgod.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyfame:
      friendlyname: 'SkyFame'
      description: '10M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 10000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skfame.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyhard:
      friendlyname: 'SkyHard'
      description: '50M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 50000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyhard.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skymaster:
      friendlyname: 'SkyMaster'
      description: '100M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 100000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skymaster.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skylegend:
      friendlyname: 'SkyLegend'
      description: '500M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 500000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skylegend.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyleader:
      friendlyname: 'SkyLeader'
      description: '1T Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 1000000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyleader.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
 
Merhaba, bu skripti kullanabilrisiniz

Bu skripti kopyalayarak diğer rütbeleri ekleyebilirisiniz.
Lütfen kendinize göre düzenlemeyi unutmayın.
JavaScript:
# SkyLord
options:
    #Mesaj Bölümü
    prefix: &3LeaderTR &8» &7
    SkyLordoldumesaj: &eBaşarıyla &aSkyLord &eoldun.
    lordolamadin: &eMaalesef &aSkyLord &eolmak için hazır değilsin.
    yetkinyok: &cBu komutu kullanmak için yetkin yok!
    zatenlordsun: &eZaten SkyLord oldun!
    yardimmesaj1: &eGörevi tamamla sonra &6/rütbe &eyaz
    yardimmesaj2: &eAçılan menüden atlamak istediğin rütbeye tıkla!  
    #Yetki Bölümü
    perworldperm: false                                    #Her dünyada farklı yetki sistemini kullanıyorsanız "true" olarak giriniz. Her dünyada aynı yetki sistemini kullanıyorsanız "false" olarak giriniz.
    SkyLordolyetki: skylord.ol                            #SkyLord ol komutunu kullanması için gereken yetki!
    SkyLordtespityetki: skylord.tespit                    #SkyLord liste komutunda gözükmeye yarayacak yetki!
    GroupManagerAktifEdilsinMi: true                #true yazarsanız aktif olur, false yazarsanız deaktif olur.
        #PermissionsEx Yeni sürümde sizlerle
    #Grup Oluşturma Ayarları
    SkyLordgrubu: SkyLord                                #SkyLord grubunun groupmanager/permissionex'teki ismi
    SkyLordgrupPrefix: &6SkyLord                        #SkyLord grubunun prefixi      
    #Dünya Seçme Bölümü | Bu bölümü "perworldperm" ayarı "true" ise kullanınız.
    skyblockdunyasi: ASkyblock
 
command /SkyLord [<text>]:
    trigger:
        if arg 1 is not set:
            send " "
            send "{@prefix}{@yardimmesaj1}"
            send "{@prefix}{@yardimmesaj2}"
            send " "
        if arg 1 is "ol":
            if player have the permission "{@SkyLordtespityetki}":
                send "{@prefix}{@zatenlordsun}"
            else:
                if player have the permission "{@SkyLordolyetki}":
                    send "{@prefix}{@SkyLordoldumesaj}"
                    if {@perworldperm} is true:
                        execute console command "manselect {@skyblockdunyasi}"
                        execute console command "manudelp %player% {@SkyLordolyetki}"
                        execute console command "manuadd %player% {@SkyLordgrubu}"
                    if {@perworldperm} is false:
                        execute console command "manselect {@skyblockdunyasi}"
                        execute console command "manudelp %player% {@SkyLordolyetki}"
                        execute console command "manuadd %player% {@SkyLordgrubu}"
                else:
                    send "{@prefix}{@lordolamadin}"
# SkyLord
YAML:
##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
#          entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount.
#         If level is set as nothing '', then the challenge is a free challenge and can be
#         done at any time.
# Challenges can be repeatable only if they are inventory challenges
# permissions can be given as a reward
#
# Reward Commands - commands can be run when a challenge is completed and repeated
# Commands are:
#    rewardcommands:
#      - command1
#      - command2
#    repeatrewardcommands:
#      - command1
#      - command2    
# The commands are listed and run in order. Do not put a / in front of the command.
# The token [player] will be replaced with the player's name.
# Example:
#    rewardcommands:
#      - pex promote [player]
#      - heal [player]
#      - warp winner_circle [player]
# If a command fails, it will be noted in the console.
#
# The format for POTIONS is as follows:
#
# Format POTION:NAME:<LEVEL>:<EXTENDED>:<SPLASH/LINGER>:QTY
# LEVEL, EXTENDED, SPLASH, LINGER are optional.
# LEVEL is a number, 1 or 2
# LINGER is for V1.9 servers and later
# Examples:
# POTION:STRENGTH:1:EXTENDED:SPLASH:1
# POTION:INSTANT_DAMAGE:2::LINGER:2
# POTION:JUMP:2:NOTEXTENDED:NOSPLASH:1
# POTION:WEAKNESS::::1   -  any weakness potion
#
# Valid potion names are:
# WATER, REGEN, SPEED, FIRE_RESISTANCE, POISON, INSTANT_HEAL, NIGHT_VISION, WEAKNESS,
# STRENGTH, SLOWNESS, JUMP, INSTANT_DAMAGE, WATER_BREATHING, INVISIBILITY
# For V1.9 these are also available:
# LUCK, MUNDANE, THICK, AWKWARD
#
#
# Reseting islands and challenges - usually challenges are reset when a player resets
# their island (see resetchallenges in config.yml). You can stop some challenges from
# being reset by using resetallowed:false in the challenge.
##########################################################################################

challenges:
  # Challenge levels - list as many as you like. If a challenge's level is '' it can
  # be done anytime. You cannot name a challenge the same as a level.
  levels: 'LeaderTR'
   
  # The number of undone tasks that can be left on a level before unlocking next level
  waiveramount: 1

  # Free levels - which levels above should be auto done when reached, therefore unlocking next level.
  # Example:
  # freelevels: 'Creeper' will immediately put player onto Witch level challenges
  # freelevels: 'Creeper Witch' will make all Creeper, Witch and Pigman challenges available immediately.
  # freelevels: 'Witch' will open Witch and Pigman levels once Creeper is complete
  freelevels: ''

  # This section determines what happens when a player unlocks a new level
  # The subname should correspond to the levels listed above
  # Note that there is no section for the first level as it is automatically unlocked
  levelUnlock:
    Witch:
      # What additional message to send player
      message: 'Tebrikler!'
      rewardDesc: 'Obsidyen mi o?'
      itemReward: 'OBSIDIAN:384'
      moneyReward: 100
      expReward: 100
      # List permissions separated by spaces
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Pigman:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &aPigman level!'
      rewardDesc: '3 diamonds!'
      itemReward: 'DIAMOND:3'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Blaze:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &bBlaze level!'
      rewardDesc: '5 diamonds!'
      itemReward: 'DIAMOND:5'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
    Guardian:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &dElite level!'
      rewardDesc: '7 diamonds!'
      itemReward: 'DIAMOND:7'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command
     
  # Challenge list
  # Challenge names must be in lowercase. Do not use the same name as a level!
  challengeList:  
    skylord:
      friendlyname: 'SkyLord'
      description: '100K Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 100000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skylord.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyking:
      friendlyname: 'SkyKing'
      description: '250K Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 250000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyking.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyhero:
      friendlyname: 'SkyHero'
      description: '1M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 1000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyhero.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skygod:
      friendlyname: 'SkyGod'
      description: '5M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 5000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skgod.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyfame:
      friendlyname: 'SkyFame'
      description: '10M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 10000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skfame.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyhard:
      friendlyname: 'SkyHard'
      description: '50M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 50000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyhard.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skymaster:
      friendlyname: 'SkyMaster'
      description: '100M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 100000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skymaster.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skylegend:
      friendlyname: 'SkyLegend'
      description: '500M Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 500000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skylegend.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skyleader:
      friendlyname: 'SkyLeader'
      description: '1T Level Ada Gerekir.'
      icon: REDSTONE_BLOCK
      level: 'LeaderTR'
      type: level
      requiredItems: 1000000000
      takeItems: false
      itemReward: 'OBSIDIAN:128'
      rewardText: '128 Tane Obsidyen'
      moneyReward: 0
      expReward: 0
      permissionReward: 'skyleader.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
üsttekini skript olarak koydum alttakini challenges.yml e koydum ama skript olarak koyduğum yerde /rütbe yaz diyor fakat /rütbe diye bir komut yok
 
üsttekini skript olarak koydum alttakini challenges.yml e koydum ama skript olarak koyduğum yerde /rütbe yaz diyor fakat /rütbe diye bir komut yok
O mesaj kısmınızı /c olarak düzenleyebilirsiniz.
 
Anladığım Kadarıyla Sadece Rankup Skripti İstiyorsun. Bunun İçin Alttaki Skripti Kullanabilirsin. WolvSK Addonu (Plugini) Gereklidir.

Kod:
options:
    p: &6&lRUTBE &8»

command /rankatla:
    aliases: rankup
    trigger:
        if player's group is "oyuncu":
            if asb island level of player is bigger than or equal to 10000:
                send "{@p} &aBaşarıyla &6SkyLord &aOldun" to player
                execute console command "manuadd %player% skylord"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyLord &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b10K &aYada Daha Yüksek Değil!"
        else if player's group is "skylord":
            if asb island level of player is bigger than or equal to 50000:
                send "{@p} &aBaşarıyla &6SkyKing &aOldun" to player
                execute console command "manuadd %player% skyking"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyKing &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b50K &aYada Daha Yüksek Değil!"
        else if player's group is "skyking":
            if asb island level of player is bigger than or equal to 100000:
                send "{@p} &aBaşarıyla &6SkyElite &aOldun" to player
                execute console command "manuadd %player% skyelite"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyElite &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b100K &aYada Daha Yüksek Değil!"
        else if player's group is "skyelite":
            if asb island level of player is bigger than or equal to 250000:
                send "{@p} &aBaşarıyla &6SkyGood &aOldun" to player
                execute console command "manuadd %player% skygood"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyGood &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b250K &aYada Daha Yüksek Değil!"
        else if player's group is "skygood":
            if asb island level of player is bigger than or equal to 500000:
                send "{@p} &aBaşarıyla &6SkyTitan &aOldun" to player
                execute console command "manuadd %player% skytitan"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyTitan &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b500K &aYada Daha Yüksek Değil!"
        else if player's group is "skytitan":
            if asb island level of player is bigger than or equal to 1000000:
                send "{@p} &aBaşarıyla &6SkyHype &aOldun" to player
                execute console command "manuadd %player% skyhype"
                send "{@p} &b%player% &aAdlı Oyuncu &6SkyHype &aOldu!" to players
            else:
                send "{@p} &cMaalesef Ada Seviyen &b1M &aYada Daha Yüksek Değil!"
        else:
            message "{@p} &cDaha Rütbe Atlayamazsın!"
 
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