Skocz do zawartości
  • 0

naprawa


Rafix1423

Pytanie

11 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /crafting:
    trigger:
        wait 3 tick
        open chest with 3 row named "&6&lCraftingi" to player
        format slot 0 of player with stone to close
        format slot 1 of player with stone to close
        format slot 2 of player with stone to close
        format slot 9 of player with stone to close
        format slot 10 of player with piston to close
        format slot 11 of player with stone to close
        format slot 18 of player with stone to close
        format slot 19 of player with stone to close
        format slot 20 of player with stone to close
        format slot 13 of player with nether star named "&4&lUtworz"  to run [make player execute "StworzStoniarke"]
command /StworzStoniarke:
    trigger:                
        if player have 8 stone:
       if player have 1 piston:
            remove 8 stone from the player's inventory
            remove 1 piston from the player's inventory
            give 1 End Stone named "&6Stoniarka" to the player
        else:
            send "Nie posiadasz wystarzajacych itemow"

dziala?

//Łącze ~bvcz

Edytowane przez Ixidi
[Code]
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
19 godzin temu, ResidentEvil1337 napisał:

command /crafting:
    trigger:
        wait 3 tick
        open chest with 3 row named "&6&lCraftingi" to player
        format slot 0 of player with stone to close
        format slot 1 of player with stone to close
        format slot 2 of player with stone to close
        format slot 9 of player with stone to close
        format slot 10 of player with piston to close
        format slot 11 of player with stone to close
        format slot 18 of player with stone to close
        format slot 19 of player with stone to close
        format slot 20 of player with stone to close
        format slot 13 of player with nether star named "&4&lUtworz"  to run [make player execute "StworzStoniarke"]
command /StworzStoniarke:
    trigger:                
        if player have 8 stone:
       if player have 1 piston:
            remove 8 stone from the player's inventory
            remove 1 piston from the player's inventory
            give 1 End Stone named "&6Stoniarka" to the player
        else:
            send "Nie posiadasz wystarzajacych itemow"

 

dziala?

//Łącze ~bvcz

Nie działa

 

 

http://scr.hu/0wgqn/vpw5h
 Bledy

 

Edytowane przez Rafix1423
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
command /crafting [<text>]:
    trigger:
        if argument 1 is not set:
            wait 3 tick
            open chest with 3 row named "&6&lCraftingi" to player
            format slot 0 of player with stone to close
            format slot 1 of player with stone to close
            format slot 2 of player with stone to close
            format slot 9 of player with stone to close
            format slot 10 of player with piston to close
            format slot 11 of player with stone to close
            format slot 18 of player with stone to close
            format slot 19 of player with stone to close
            format slot 20 of player with stone to close
            format slot 13 of player with nether star named "&4&lUtworz"  to run [make player execute "StworzStoniarke"]

       

Edytowane przez Ixidi
[Code]
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
56 minut temu, ResidentEvil1337 napisał:

command /crafting [<text>]:
    trigger:
        if argument 1 is not set:
            wait 3 tick
            open chest with 3 row named "&6&lCraftingi" to player
            format slot 0 of player with stone to close
            format slot 1 of player with stone to close
            format slot 2 of player with stone to close
            format slot 9 of player with stone to close
            format slot 10 of player with piston to close
            format slot 11 of player with stone to close
            format slot 18 of player with stone to close
            format slot 19 of player with stone to close
            format slot 20 of player with stone to close
            format slot 13 of player with nether star named "&4&lUtworz"  to run [make player execute "StworzStoniarke"]

       

http://scr.hu/0wgqn/pha5s
 dalej nie ma

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
command /crafting:
    trigger:
        wait 3 tick
        open chest with 3 row named "&6&lCraftingi" to player
        format slot 0 of player with stone to close
        format slot 1 of player with stone to close
        format slot 2 of player with stone to close
        format slot 9 of player with stone to close
        format slot 10 of player with piston to close
        format slot 11 of player with stone to close
        format slot 18 of player with stone to close
        format slot 19 of player with stone to close
        format slot 20 of player with stone to close
        format slot 13 of player with nether star named "&4&lUtworz" to close then run [make player execute "StworzStoniarke"]
command /StworzStoniarke:
    trigger:                
        if player have 8 stone:
       if player have 1 piston:
            remove 8 stone from the player's inventory
            remove 1 piston from the player's inventory
            give 1 End Stone named "&6Stoniarka" to the player
        else:
            send "Nie posiadasz wystarzajacych itemow"

 

Edytowane przez Ixidi
[CODE]
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
8 minut temu, Kleks1 napisał:

command /crafting:
    trigger:
        wait 3 tick
        open chest with 3 row named "&6&lCraftingi" to player
        format slot 0 of player with stone to close
        format slot 1 of player with stone to close
        format slot 2 of player with stone to close
        format slot 9 of player with stone to close
        format slot 10 of player with piston to close
        format slot 11 of player with stone to close
        format slot 18 of player with stone to close
        format slot 19 of player with stone to close
        format slot 20 of player with stone to close
        format slot 13 of player with nether star named "&4&lUtworz" to close then run [make player execute "StworzStoniarke"]
command /StworzStoniarke:
    trigger:                
        if player have 8 stone:
       if player have 1 piston:
            remove 8 stone from the player's inventory
            remove 1 piston from the player's inventory
            give 1 End Stone named "&6Stoniarka" to the player
        else:
            send "Nie posiadasz wystarzajacych itemow"

Nie działa

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
Spoiler

command /crafting:
	trigger:
		wait 3 tick
		open chest with 3 row named "&6&lCraftingi" to player
		format slot 0 of player with stone to close
		format slot 1 of player with stone to close
		format slot 2 of player with stone to close
		format slot 9 of player with stone to close
		format slot 10 of player with piston to close
		format slot 11 of player with stone to close
		format slot 18 of player with stone to close
		format slot 19 of player with stone to close
		format slot 20 of player with stone to close
		format slot 13 of player with nether star named "&4&lUtworz" to close then run [make player execute command "/StworzStoniarke"]

command /StworzStoniarke:
	trigger:                
		if player have 8 stone:
			if player have 1 piston:
				remove 8 stone from the player's inventory
				remove 1 piston from the player's inventory
				give 1 End Stone named "&6Stoniarka" to the player
				stop
		send "Nie posiadasz wystarzajacych itemow"
		stop

 

Proszę.

Odnośnik do komentarza
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ę...