Çözüldü Rütbe atladıkça

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

Arda

Konuşmak bedava, bana kodu göster! -Linus Torvalds
Katılım
1 Aralık 2018
Mesajlar
1.129
Elmaslar
650
Puan
7.075
Yaş
27
Minecraft
JoneX

Discord:

ArdaK#6888

Rutbe atladikcacan artmasını nasıl ayarlarız normal oyuncunun 10 sonraki rütbenin 15 canı öyle
 
öncelikle, rütbe eklentisi olarak ne kullanıyorsunuz ya da skript olarak bunu belirtmelisiniz, ayrıca eklenti mi yoksa skript ile mi yapılmasını istiyorsunuz bunu da belirtin lütfen
 
Fark etmez groupmanager kullanıyorum
 
Öncelikle iyi forumlar . size verdiğim skriptte örneğin acemi.can bunu kendi rütbenize göre değiştirebilirsiniz örneğin rütbenizin adı titan ordaki acemi.can'ları titan.can diye değiştirin ve sonrasında groupmanager kullanıyorsanız mangaddp titan titan.can şeklinde permi verin istediğiniz olucaktır zamanında kendi sunucumda kullanıyordum .
JavaScript:
# ORNEK ; acemi.can yerine rutbenizin adını yazın mesela kral olsun rutbenin adi kral.can ardından bu permi rutbenize verin #

on login:
    if player has permission "acemi.can":
        if {acemi.can} is not set:
            set player's max health to 25
            heal the player
            
            
on login:
    if player has permission "cirak.can":
        if {cirak.can} is not set:
            set player's max health to 27
            heal the player
            
            
on login:
    if player has permission "deneyimli.can":
        if {deneyimli.can} is not set:
            set player's max health to 29
            heal the player
            

on login:
    if player has permission "uzman.can":
        if {uzman.can} is not set:
            set player's max health to 31
            heal the player
            

on login:
    if player has permission "profesyonel.can":
        if {profesyonel.can} is not set:
            set player's max health to 33
            heal the player
            

on login:
    if player has permission "master.can":
        if {master.can} is not set:
            set player's max health to 35
            heal the player
            

on login:
    if player has permission "elci.can":
        if {elci.can} is not set:
            set player's max health to 37
            heal the player
            

on login:
    if player has permission "kahraman.can":
        if {kahraman.can} is not set:
            set player's max health to 39
            heal the player
            

on login:
    if player has permission "lord.can":
        if {lord.can} is not set:
            set player's max health to 41
            heal the player
            

on login:
    if player has permission "kral.can":
        if {kral.can} is not set:
            set player's max health to 43
            heal the player
        

on login:
    if player has permission "titan.can":
        if {titan.can} is not set:
            set player's max health to 45
            heal the player
            
on death:
    if player has permission "titan.can":
        if {titan.can} is not set:
            wait 2 seconds
            teleport player to spawn
            wait 1 seconds
            set player's max health to 45
            heal the player

on login:
    if player has permission "hades.can":
        if {hades.can} is not set:
            set player's max health to 47
            heal the player
                

on login:
    if player has permission "poseidon.can":
        if {poseidon.can} is not set:
            set player's max health to 49
            heal the player
            

on login:
    if player has permission "zeus.can":
        if {zeus.can} is not set:
            set player's max health to 51
            heal the player
            
on death:
    if player has permission "zeus.can":
        if {zeus.can} is not set:
            wait 2 seconds
            teleport player to spawn
            wait 1 seconds
            set player's max health to 51
            heal the player

on login:
    if player has permission "harley.can":
        if {harley.can} is not set:
            set player's max health to 53
            heal the player
            

on login:
    if player has permission "dragonlord.can":
        if {dragonlord.can} is not set:
            set player's max health to 55
            heal the player
            

on login:
    if player has permission "hukumdar.can":
        if {hukumdar.can} is not set:
            set player's max health to 57
            heal the player
            

on login:
    if player has permission "supermario.can":
        if {supermario.can} is not set:
            set player's max health to 59
            heal the player
            

on login:
    if player has permission "pandora.can":
        if {pandora.can} is not set:
            set player's max health to 61
            heal the player
            


on login:
    if player has permission "noelbaba.can":
        if {noelbaba.can} is not set:
            set player's max health to 63
            heal the player
            

on login:
    if player has permission "pacman.can":
        if {pacman.can} is not set:
            set player's max health to 65
            heal the player
                
            
on login:
    if player has permission "apollo.can":
        if {apollo.can} is not set:
            set player's max health to 67
            heal the player
            

on login:
    if player has permission "medusa.can":
        if {medusa.can} is not set:
            set player's max health to 70
            heal the player
            
on login:
    if player has permission "medusa.can":
        if {medusa.can} is not set:
            set player's max health to 73
            heal the player
            

on login:
    if player has permission "ironvip.can":
        if {ironvip.can} is not set:
            set player's max health to 90
            heal the player
            

on login:
    if player has permission "goldvip.can":
        if {goldvip.can} is not set:
            set player's max health to 110
            heal the player

on login:
    if player has permission "diamondvip.can":
        if {diamondvip.can} is not set:
            set player's max health to 130
            heal the player
            
on respawn:
    wait 1 seconds
    heal the player
 
Öncelikle iyi forumlar . size verdiğim skriptte örneğin acemi.can bunu kendi rütbenize göre değiştirebilirsiniz örneğin rütbenizin adı titan ordaki acemi.can'ları titan.can diye değiştirin ve sonrasında groupmanager kullanıyorsanız mangaddp titan titan.can şeklinde permi verin istediğiniz olucaktır zamanında kendi sunucumda kullanıyordum .
JavaScript:
# ORNEK ; acemi.can yerine rutbenizin adını yazın mesela kral olsun rutbenin adi kral.can ardından bu permi rutbenize verin #

on login:
    if player has permission "acemi.can":
        if {acemi.can} is not set:
            set player's max health to 25
            heal the player
           
           
on login:
    if player has permission "cirak.can":
        if {cirak.can} is not set:
            set player's max health to 27
            heal the player
           
           
on login:
    if player has permission "deneyimli.can":
        if {deneyimli.can} is not set:
            set player's max health to 29
            heal the player
           

on login:
    if player has permission "uzman.can":
        if {uzman.can} is not set:
            set player's max health to 31
            heal the player
           

on login:
    if player has permission "profesyonel.can":
        if {profesyonel.can} is not set:
            set player's max health to 33
            heal the player
           

on login:
    if player has permission "master.can":
        if {master.can} is not set:
            set player's max health to 35
            heal the player
           

on login:
    if player has permission "elci.can":
        if {elci.can} is not set:
            set player's max health to 37
            heal the player
           

on login:
    if player has permission "kahraman.can":
        if {kahraman.can} is not set:
            set player's max health to 39
            heal the player
           

on login:
    if player has permission "lord.can":
        if {lord.can} is not set:
            set player's max health to 41
            heal the player
           

on login:
    if player has permission "kral.can":
        if {kral.can} is not set:
            set player's max health to 43
            heal the player
       

on login:
    if player has permission "titan.can":
        if {titan.can} is not set:
            set player's max health to 45
            heal the player
           
on death:
    if player has permission "titan.can":
        if {titan.can} is not set:
            wait 2 seconds
            teleport player to spawn
            wait 1 seconds
            set player's max health to 45
            heal the player

on login:
    if player has permission "hades.can":
        if {hades.can} is not set:
            set player's max health to 47
            heal the player
               

on login:
    if player has permission "poseidon.can":
        if {poseidon.can} is not set:
            set player's max health to 49
            heal the player
           

on login:
    if player has permission "zeus.can":
        if {zeus.can} is not set:
            set player's max health to 51
            heal the player
           
on death:
    if player has permission "zeus.can":
        if {zeus.can} is not set:
            wait 2 seconds
            teleport player to spawn
            wait 1 seconds
            set player's max health to 51
            heal the player

on login:
    if player has permission "harley.can":
        if {harley.can} is not set:
            set player's max health to 53
            heal the player
           

on login:
    if player has permission "dragonlord.can":
        if {dragonlord.can} is not set:
            set player's max health to 55
            heal the player
           

on login:
    if player has permission "hukumdar.can":
        if {hukumdar.can} is not set:
            set player's max health to 57
            heal the player
           

on login:
    if player has permission "supermario.can":
        if {supermario.can} is not set:
            set player's max health to 59
            heal the player
           

on login:
    if player has permission "pandora.can":
        if {pandora.can} is not set:
            set player's max health to 61
            heal the player
           


on login:
    if player has permission "noelbaba.can":
        if {noelbaba.can} is not set:
            set player's max health to 63
            heal the player
           

on login:
    if player has permission "pacman.can":
        if {pacman.can} is not set:
            set player's max health to 65
            heal the player
               
           
on login:
    if player has permission "apollo.can":
        if {apollo.can} is not set:
            set player's max health to 67
            heal the player
           

on login:
    if player has permission "medusa.can":
        if {medusa.can} is not set:
            set player's max health to 70
            heal the player
           
on login:
    if player has permission "medusa.can":
        if {medusa.can} is not set:
            set player's max health to 73
            heal the player
           

on login:
    if player has permission "ironvip.can":
        if {ironvip.can} is not set:
            set player's max health to 90
            heal the player
           

on login:
    if player has permission "goldvip.can":
        if {goldvip.can} is not set:
            set player's max health to 110
            heal the player

on login:
    if player has permission "diamondvip.can":
        if {diamondvip.can} is not set:
            set player's max health to 130
            heal the player
           
on respawn:
    wait 1 seconds
    heal the player
teşekkürler
 
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