ktoś mógłby mi przerobić ten skript tak aby gdy umre kasowało się wszystko bo teraz jest tak gdy umrę musze czekać te 1001 sekund czy tam zależy ile jest aż użyje znowu
chcę aby dawało na 15minut i żeby sie nie stackowało ze jak klikne 2 razy to pół godziny jest
#Komenda Przywolujaca Amulety
command /Amulety:
trigger:
if player have permissions "cus.ka":
give player blaze rod named "&eAmulet Sily"
give player blaze powder named "&1Amulet Szybkosci"
give player magma cream named "&6Amulet Regeneracji"
give player nether star named "&4Amulet Swiatla"
give player slimeball named "&2Amulet Ochrony"
give player 351:10 named "&aAmulet Obfitosci"
#Amulet Sily
command /AmuletSily:
trigger:
if player have permissions "sk.szybkosci":
give player blaze rod named "&1Ognisty Amulet Szybkosci"
on load:
set {Cus1} to true
on rightclick:
player's tool is blaze rod named "&eAmulet Sily":
if {Cus1} is true:
apply strength 2 to player for 850 seconds
set {Cus1} to false
wait 850 seconds
set {Cus1} to true
#Amulet Szybkosci
command /AmuletSzybkosci:
trigger:
if player have permissions "sk.szybkosci":
give player blaze powder named "&1Ognisty Amulet Szybkosci"
on load:
set {Cus2} to true
on rightclick:
player's tool is blaze powder named "&1Amulet Szybkosci":
if {Cus2} is true:
apply speed 2 to player for 850 seconds
set {Cus2} to false
wait 850 seconds
set {Cus2} to true
#Amulet Uzdrowienia
command /AmuletUzdrowienia:
trigger:
if player have permissions "sk.uzdrowienia":
give player magma cream named "&6Amulet Regeneracji"
on load:
set {Cus3} to true
on rightclick:
player's tool is magma cream named "&6Amulet Regeneracji":
if {Cus3} is true:
apply regeneration 2 to player for 25 seconds
set {Cus3} to false
wait 24 seconds
set {Cus3} to true
#Amulet Widzenia W Ciemnosci
command /AmuletSwiatla:
trigger:
if player have permissions "sk.swiatla":
give player nether star named "&4Amulet Swiatla"
on load:
set {Cus4} to true
on rightclick:
player's tool is nether star named "&4Amulet Swiatla":
if {Cus4} is true:
apply night vision 2 to player for 1001 seconds
set {Cus4} to false
wait 1001 seconds
set {Cus4} to true
#Amulet Obfitosci
command /AmuletOchrony:
trigger:
if player have permissions "sk.ochrony":
give player 351:10 named "&aAmulet Obfitosci"
on load:
set {Cus7} to true
on rightclick:
player's tool is 351:10 named "&aAmulet Obfitosci":
if {Cus7} is true:
apply saturation to player for 1001 seconds
set {Cus7} to false
wait 1001 seconds
set {Cus7} to true
#Amulet Odpornosci na ogien
command /AmuletOchrony:
trigger:
if player have permissions "sk.ochrony":
give player slimeball named "&2Amulet Ochrony"
on load:
set {Cus5} to true
on rightclick:
player's tool is slimeball named "&2Amulet Ochrony":
if {Cus5} is true:
apply fire resistance 3 to player for 1001 seconds
set {Cus5} to false
wait 1001 seconds
set {Cus5} to true
#Potrzebne!
command /TakieTamTesty:
trigger:
if player have permissions "sk.takietamtesty":
send "&bNo elo !"
on rightclick:
player's tool is blaze rod named "&eAmulet Sily":
send "&fAMULET: &a&oUzyles amulet sily"
on rightclick:
player's tool is blaze powder named "&1Amulet Szybkosci":
send "&fAMULET: &a&oUzyles amulet szybkosci"
on rightclick:
player's tool is magma cream named "&6Amulet Regeneracji":
send "&fAMULET: &a&oUzyles amulet regeneracji"
on rightclick:
player's tool is nether star named "&4Amulet Swiatla":
send "&fAMULET: &a&oUzyles amulet swiatla"
on rightclick:
player's tool is slimeball named "&2Amulet Ochrony":
send "&fAMULET: &a&oUzyles amulet ochrony"
on rightclick:
player's tool is 351:10 named "&aAmulet Obfitosci":
send "&fAMULET: &a&oUzyles amulet obfitosci."
Pytanie
andrzejeq51515 0
ktoś mógłby mi przerobić ten skript tak aby gdy umre kasowało się wszystko bo teraz jest tak gdy umrę musze czekać te 1001 sekund czy tam zależy ile jest aż użyje znowu
chcę aby dawało na 15minut i żeby sie nie stackowało ze jak klikne 2 razy to pół godziny jest
#Komenda Przywolujaca Amulety command /Amulety: trigger: if player have permissions "cus.ka": give player blaze rod named "&eAmulet Sily" give player blaze powder named "&1Amulet Szybkosci" give player magma cream named "&6Amulet Regeneracji" give player nether star named "&4Amulet Swiatla" give player slimeball named "&2Amulet Ochrony" give player 351:10 named "&aAmulet Obfitosci" #Amulet Sily command /AmuletSily: trigger: if player have permissions "sk.szybkosci": give player blaze rod named "&1Ognisty Amulet Szybkosci" on load: set {Cus1} to true on rightclick: player's tool is blaze rod named "&eAmulet Sily": if {Cus1} is true: apply strength 2 to player for 850 seconds set {Cus1} to false wait 850 seconds set {Cus1} to true #Amulet Szybkosci command /AmuletSzybkosci: trigger: if player have permissions "sk.szybkosci": give player blaze powder named "&1Ognisty Amulet Szybkosci" on load: set {Cus2} to true on rightclick: player's tool is blaze powder named "&1Amulet Szybkosci": if {Cus2} is true: apply speed 2 to player for 850 seconds set {Cus2} to false wait 850 seconds set {Cus2} to true #Amulet Uzdrowienia command /AmuletUzdrowienia: trigger: if player have permissions "sk.uzdrowienia": give player magma cream named "&6Amulet Regeneracji" on load: set {Cus3} to true on rightclick: player's tool is magma cream named "&6Amulet Regeneracji": if {Cus3} is true: apply regeneration 2 to player for 25 seconds set {Cus3} to false wait 24 seconds set {Cus3} to true #Amulet Widzenia W Ciemnosci command /AmuletSwiatla: trigger: if player have permissions "sk.swiatla": give player nether star named "&4Amulet Swiatla" on load: set {Cus4} to true on rightclick: player's tool is nether star named "&4Amulet Swiatla": if {Cus4} is true: apply night vision 2 to player for 1001 seconds set {Cus4} to false wait 1001 seconds set {Cus4} to true #Amulet Obfitosci command /AmuletOchrony: trigger: if player have permissions "sk.ochrony": give player 351:10 named "&aAmulet Obfitosci" on load: set {Cus7} to true on rightclick: player's tool is 351:10 named "&aAmulet Obfitosci": if {Cus7} is true: apply saturation to player for 1001 seconds set {Cus7} to false wait 1001 seconds set {Cus7} to true #Amulet Odpornosci na ogien command /AmuletOchrony: trigger: if player have permissions "sk.ochrony": give player slimeball named "&2Amulet Ochrony" on load: set {Cus5} to true on rightclick: player's tool is slimeball named "&2Amulet Ochrony": if {Cus5} is true: apply fire resistance 3 to player for 1001 seconds set {Cus5} to false wait 1001 seconds set {Cus5} to true #Potrzebne! command /TakieTamTesty: trigger: if player have permissions "sk.takietamtesty": send "&bNo elo !" on rightclick: player's tool is blaze rod named "&eAmulet Sily": send "&fAMULET: &a&oUzyles amulet sily" on rightclick: player's tool is blaze powder named "&1Amulet Szybkosci": send "&fAMULET: &a&oUzyles amulet szybkosci" on rightclick: player's tool is magma cream named "&6Amulet Regeneracji": send "&fAMULET: &a&oUzyles amulet regeneracji" on rightclick: player's tool is nether star named "&4Amulet Swiatla": send "&fAMULET: &a&oUzyles amulet swiatla" on rightclick: player's tool is slimeball named "&2Amulet Ochrony": send "&fAMULET: &a&oUzyles amulet ochrony" on rightclick: player's tool is 351:10 named "&aAmulet Obfitosci": send "&fAMULET: &a&oUzyles amulet obfitosci."Odnośnik do komentarza
https://skript.pl/temat/51082-amulety/Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.