Skocz do zawartości
  • 0

Gui z kitami [WAŻNE]


zbudekk
 Udostępnij

Pytanie

Witam :D                           ROZDAJE LIKE :D

Zrobiłby mi ktoś skrypt, który polega na tym, że jak wpiszemy /kit, to wyświetla się menu (GUI) z kitami o nazwie &e&lWybierz zestaw: . Wygląda to tak, 1 pasek 9 slotowy oraz żeby na chacie nie pokazywała się wiadomość z dostępnymi kitami

1 slot Szkło [Szare nazwa: &8Wybierz zestaw], a po kliknieciu gui się zamyka i na chacie wyskakuje wiadomosc "&aNie wybrałes zadnego zestawu :D"

2 slot [Szare nazwa: &8Wybierz zestaw], a po kliknieciu gui się zamyka i na chacie wyskakuje wiadomosc "&aNie wybrałes zadnego zestawu :D"

3 slot VIp [Nazwa: &eZestaw: VIP, po kliknięciu wywołuje się komenda "/kit vip", a gui się zamyka

4 slot SVIP [Nazwa: &6Zestaw: Svip, po kliknięciu wywołuje się komenda "/kit svip", a gui się zamyka

5 slot Mieso [Nazwa: &5Zestaw: Mieso, po kliknięciu wywołuje się komenda "/kit miesko", a gui się zamyka

7 slot Gracz [Nazwa: &7Zestaw: Gracz, po kliknięciu wywołuje się komenda "/kit gracz", a gui się zamyka

8 slot [Szare nazwa: &8Wybierz zestaw], a po kliknieciu gui się zamyka i na chacie wyskakuje wiadomosc "&aNie wybrałes zadnego zestawu :D"

9 slot [Szare nazwa: &8Wybierz zestaw], a po kliknieciu gui się zamyka i na chacie wyskakuje wiadomosc "&aNie wybrałes zadnego zestawu :D"

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

17 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /kity:
	trigger:
		open chest with 3 rows named "&aZestawy dla graczy" to player
		format slot 0 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 1 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 2 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 3 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 4 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 5 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 6 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 7 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 8 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 10 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 12 with 1 stone sword named "&6Gracz" to close then run [execute console command "kit gracz %player%"]
		format slot 14 with 1 steak named "&6Mieso" to close then run [execute console command "kit mieso %player%"]
		format slot 16 with 1 gold ingot named "&6VIP" to close then run [execute console command "kit vip %player%"]
		format slot 18 with 1 diamond named "&6sVIP" to close then run [execute console command "kit svip %player%"]
		format slot 19 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 20 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 21 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 22 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 23 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 24 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 25 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 26 with 1 160:14 named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]

Masz ;) Tylko dodaj sobie permisje do poszczególnych kitów.

Wpisujesz /kity i masz takie menu:  

( Zestawy dla graczy              )
(s) (s) (s) (s) (s) (s) (s) (s) (s)
(-) (k) (-) (b) (-) (g) (-) (d) (-)
(s) (s) (s) (s) (s) (s) (s) (s) (s)

(s) - czerwona szyba z napisem "Wybierz kit" i jak ją klikniesz to wysyla graczowi, ze nie wybral kitu
(-) - pusty slot
(k) - kamienny miecz, czyli /kit gracz
(b) - befsztyk, czyli /kit mieso
(g) - złoto, czyli /kit vip
(d) - diament, czyli /kit svip

Licze na jakiegoś lajka ;p

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
command /kity:
	trigger:
		open chest with 3 rows named "&aZestawy dla graczy" to player
		format slot 0 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 1 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 2 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 3 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 4 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 5 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 6 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 7 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 8 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 9 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 11 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 10 of player with 1 stone sword named "&6Gracz" to close then run [execute console command "kit gracz %player%"]
		format slot 12 of player with 1 steak named "&6Mieso" to close then run [execute console command "kit mieso %player%"]
		format slot 14 of player with 1 gold ingot named "&6VIP" to close then run [execute console command "kit vip %player%"]
		format slot 16 of player with 1 diamond named "&6sVIP" to close then run [execute console command "kit svip %player%"]
		format slot 13 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 15 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 17 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 18 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 19 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 20 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 21 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 22 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 23 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 24 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 25 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]
		format slot 26 of player with 1 red glass named "&eWybierz kit" to close then run [send "&6Nie wybrales zadnego zestawu!" to player]

powinno działać

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

  • 0

Dopiero takie coś mi zadziałało Zarejestruj się lub zaloguj, aby zobaczyć ukrytą treść!

 

command /kity [<text>]:
    trigger:
        arg 1 is not set:
            open chest with 3 rows named "&6&lWybierz swoj zestaw:" to player
            wait 1 ticks
            format slot 0 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 1 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 2 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 3 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 4 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 5 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 6 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 7 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 8 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 9 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 11 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 10 of player with 1 of stone sword named "&7&lGracz" to close then run "kit start %player%"
            format slot 12 of player with 1 of steak named "&e&lMieso" to close then run "kit miesko %player%"
            format slot 14 of player with 1 of gold ingot named "&6&l&oVIP" to close then run "kit vip %player%"
            format slot 16 of player with 1 of diamond named "&b&l&oSVIP" to close then run "kit svip %player%"
            format slot 13 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 15 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 17 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 18 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 19 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 20 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 21 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 22 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 23 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 24 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 25 of player with 1 of 160:14 named "&aWybierz kit" to close
            format slot 26 of player with 1 of 160:14 named "&aWybierz kit" to close

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

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

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