Skocz do zawartości
  • 0

Problem


fitofep
 Udostępnij

Pytanie

Witam, czy ktos mi wytabuje skrypt bo nie rozumiem i nie umiem jak
skrypt:
 

on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
        wait 3 tick
        format slot 0 of player with 1 of red glass pane named "&8*"
        format slot 9 of player with 1 of 160:14 named "&8*" to close
        format slot 19 of player with 1 of 160:14 named "&8*" to close
        format slot 11 of player with 1 of 160:14 named "&8*" to close
        format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
        format slot 3 of player with 1 of 160:14 named "&8*" to close
        format slot 21 of player with 1 of 160:14 named "&8*" to close
        format slot 13 of player with 1 of 160:14 named "&8*" to close
        format slot 5 of player with 1 of 160:14 named "&8*" to close
        format slot 23 of player with 1 of 160:14 named "&8*" to close
        format slot 15 of player with 1 of 160:14 named "&8*" to close
        format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
        format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
        format slot 7 of player with 1 of 160:14 named "&8*" to close
        format slot 17 of player with 1 of 160:14 named "&8*" to close
        format slot 25 of player with 1 of 160:14 named "&8*" to close
        format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

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

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
		wait 3 tick
		loop 3*9 times:
			format slot ((loop-number)-1) of player with 1 of red glass pane named "&8*" to close
		format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
		format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
		format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
		format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

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

  • 0
2 minuty temu, xAxee napisał:

on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
		wait 3 tick
		loop 3*9 times:
			format slot ((loop-number)-1) of player with 1 of red glass pane named "&8*" to close
		format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
		format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
		format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
		format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

> [22:22:18 INFO]: [Skript] Reloading enderchest.sk...
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 4: wait 3 tick')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 5: loop 3*9 times:')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 3 tabs (enderchest.sk, line 6: format slot ((loop-number)-1) of player with 1 of red glass pane named "&8*" to close')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 7: format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 8: format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 9: format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]')
> [22:22:18 ERROR]: indentation error: expected 1 tab, but found 2 tabs (enderchest.sk, line 10: format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]')
> [22:22:18 INFO]: [Skript] Encountered 7 errors while reloading enderchest.sk!
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

a no xD

on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
	wait 3 tick
	loop 3*9 times:
		format slot ((loop-number)-1) to red glass pane named "&8*" to close
	format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
	format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
	format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
	format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
2 minuty temu, xAxee napisał:

a no xD


on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
	wait 3 tick
	loop 3*9 times:
		format slot ((loop-number)-1) to red glass pane named "&8*" to close
	format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
	format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
	format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
	format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

> [22:26:27 INFO]: [Skript] Reloading enderchest.sk...
> [22:26:27 ERROR]: 'format slot ((loop-number)-1) to red glass pane named "&8*" to close' is not a boolean (yes/no) (enderchest.sk, line 6: format slot ((loop-number)-1) to red glass pane named "&8*" to close')
> [22:26:28 INFO]: [Skript] Encountered 1 error while reloading enderchest.sk!
moglbys jeszcze zrobic aby jesli klikne w np. gracz to byl taki duzy enderchest i tam jak wloze przedmiot to on sie zapisze? jak enderchest taki?
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
Teraz, fitofep napisał:

moglbys jeszcze zrobic aby jesli klikne w np. gracz to byl taki duzy enderchest i tam jak wloze przedmiot to on sie zapisze? jak enderchest taki?

dodaj do zlecen mam cos takiego.

 

 

on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
	wait 3 tick
	loop 3*9 times:
		format slot ((loop-number)-1) with 1 of red glass pane named "&8*" to close
	format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
	format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
	format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
	format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
11 minut temu, xAxee napisał:

dodaj do zlecen mam cos takiego.

 

 


on rightclick on ender chest:
	cancel event
	open chest with 3 rows named "&9&lENDERCHEST" to player
	wait 3 tick
	loop 3*9 times:
		format slot ((loop-number)-1) with 1 of red glass pane named "&8*" to close
	format slot 10 of player with 1 of ender chest named "&8| &c&lGRACZ &8|" to close then run [execute player command "/ec1"]
	format slot 12 of player with 1 of ender chest named "&8| &c&lVIP &8|" to close then run [execute player command "/ec2"]
	format slot 14 of player with 1 of ender chest named "&8| &c&lSVIP &8|" to close then run [execute player command "/ec3"]
	format slot 16 of player with 1 of ender chest named "&8| &c&lSPONSOR &8|" to close then run [execute player command "/ec4"]

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

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ą.

Nieaktywny
Odpowiedz na pytanie...

×   Wklejono zawartość z formatowaniem.   Usuń formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Odnośnik został automatycznie osadzony.   Przywróć wyświetlanie jako odnośnik

×   Przywrócono poprzednią zawartość.   Wyczyść edytor

×   Nie możesz bezpośrednio wkleić grafiki. Dodaj lub załącz grafiki z adresu URL.

 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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