Skocz do zawartości
  • 0

[POPRAWCIE] Kilofy


Gość Usunięty#25637

Pytanie

Gość Usunięty#25637

Popraw ktoś

 

command /kilof633:
    trigger:
        give diamond pickaxe of efficiency 6 and unbreaking 3 and fortune 3 named "&4Kilof 6/3/3"
        
command /kilof533:
    trigger:
        give diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 named "&4Kilof 5/3/3"
        
command /kilof433:
    trigger:
        give diamond pickaxe of efficiency 4 and unbreaking 3 and fortune 3 named "&4Kilof 4/3/3"
        
command /kilof333:
    trigger:
        give diamond pickaxe of efficiency 3 and unbreaking 3 and fortune 3 named "&4Kilof 3/3/3"
        
command /kilof233:
    trigger:
        give diamond pickaxe of efficiency 2 and unbreaking 3 and fortune 3 named "&4Kilof 2/3/3"
        
command /kilof133:
    trigger:
        give diamond pickaxe of efficiency 1 and unbreaking 3 and fortune 3 named "&4Kilof 1/3/3"
        

 

Edytowane przez xAxee
xAxee

Wstawiam w code

Notatka dodana przez xAxee

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/
Udostępnij na innych stronach

11 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
Teraz, arbuzlikeu napisał:

nie działa u mnie :(

 

na końcu wszystkich give daj to player np:

give diamond pickaxe of efficiency 6 and unbreaking 3 and fortune 3 named "&4Kilof 6/3/3" to player

I podaj błędy

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/#findComment-243312
Udostępnij na innych stronach

  • 0
Gość Usunięty#25637
11 minut temu, xAxee napisał:

na końcu wszystkich give daj to player np:


give diamond pickaxe of efficiency 6 and unbreaking 3 and fortune 3 named "&4Kilof 6/3/3" to player

I podaj błędy

unknown.png

 

z to player to samo unknown.png

xAxee

Łączę posty

Notatka dodana przez xAxee

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/#findComment-243315
Udostępnij na innych stronach

  • 0

@arbuzlikeu

command /kilof633:
	trigger:
		give diamond pickaxe of efficiency 6 and unbreaking 3 and fortune 3 named "&4Kilof 6/3/3" to player
command /kilof533:
	trigger:
		give diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 named "&4Kilof 5/3/3" to player
command /kilof433:
	trigger:
		give diamond pickaxe of efficiency 4 and unbreaking 3 and fortune 3 named "&4Kilof 4/3/3" to player
command /kilof333:
	trigger:
		give diamond pickaxe of efficiency 3 and unbreaking 3 and fortune 3 named "&4Kilof 3/3/3" to player
command /kilof233:
	trigger:
		give diamond pickaxe of efficiency 2 and unbreaking 3 and fortune 3 named "&4Kilof 2/3/3" to player
command /kilof133:
	trigger:
		give diamond pickaxe of efficiency 1 and unbreaking 3 and fortune 3 named "&4Kilof 1/3/3" to player

 

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/#findComment-243317
Udostępnij na innych stronach

  • 0
Gość Usunięty#25637
3 minuty temu, xAxee napisał:

@arbuzlikeu


command /kilof633:
	trigger:
		give diamond pickaxe of efficiency 6 and unbreaking 3 and fortune 3 named "&4Kilof 6/3/3" to player
command /kilof533:
	trigger:
		give diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 named "&4Kilof 5/3/3" to player
command /kilof433:
	trigger:
		give diamond pickaxe of efficiency 4 and unbreaking 3 and fortune 3 named "&4Kilof 4/3/3" to player
command /kilof333:
	trigger:
		give diamond pickaxe of efficiency 3 and unbreaking 3 and fortune 3 named "&4Kilof 3/3/3" to player
command /kilof233:
	trigger:
		give diamond pickaxe of efficiency 2 and unbreaking 3 and fortune 3 named "&4Kilof 2/3/3" to player
command /kilof133:
	trigger:
		give diamond pickaxe of efficiency 1 and unbreaking 3 and fortune 3 named "&4Kilof 1/3/3" to player

 

ok działa ale mam też skrypt który tak jakby się z nim łączy i czm to mi go nie daje 

command /kilof:
    permission: kilofy
    aliases: kilofy
    trigger:
        open chest with 2 row named "&a------(&b&lKilofy&a)------" to player
        wait 2 ticks
        format slot 2 of player with 1 of diamond pickaxe named "&b&lKilof 6/3/3" to run "kilof633"
        format slot 3 of player with 1 of diamond pickaxe named "&b&lKilof 5/3/3" to run "kilof533"
        format slot 4 of player with 1 of diamond pickaxe named "&b&lKilof 4/3/3" to run "kilof433"
        format slot 5 of player with 1 of diamond pickaxe named "&b&lKilof 3/3/3" to run "kilof333"
        format slot 6 of player with 1 of diamond pickaxe named "&b&lKilof 2/3/3" to run "kilof233"
        format slot 13 of player with 1 of diamond pickaxe named "&b&lKilof 1/3/3" to run "kilof133"

 

Edytowane przez xAxee
xAxee

Wstawiam w code

Notatka dodana przez xAxee

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/#findComment-243319
Udostępnij na innych stronach

  • 0
1 minutę temu, arbuzlikeu napisał:

nie ale nie daje kilofów jak klikam

format slot 13 of player with 1 of diamond pickaxe named "&b&lKilof 1/3/3" to run [execute player command "/kilof133"]

zamiast

format slot 13 of player with 1 of diamond pickaxe named "&b&lKilof 1/3/3" to run "kilof133"

 

Odnośnik do komentarza
https://skript.pl/temat/38557-poprawcie-kilofy/#findComment-243322
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...