Skocz do zawartości
  • 0

DLACZEGO NIE DZIALA


TakiJakTy

Pytanie

#By : _Mroczny_
command /menu:
	trigger:
		open chest with 1 rows named "&F&L[&C&LMOJE&A&LMC&F&L] &9&LMENU"
		wait 1 tick
		format slot 1 of player with 377 named "&4&lTELEPORT NA SPAWN" with lore "&c&lTeleportuje cie na spawn" to close then run [ execute player command "/spawn"]
		format slot 3 of player with 332 named "&a&lPOMOC" with lore "&c&l" to close then run [ execute player command "/pomoxaa"]
		format slot 5 of player with 130 named "&a&lEnderchest" with lore "&c&lOtwiera twoj schowek tylko dla &a&ls&6&lVIP" to close then run [ execute player command "/enderchest"]
		format slot 7 of player with 264 named "&a&lKonto" with lore "&c&&lInformacje o twoim koncie" to close then run [ execute player command "/kontosxx"]
		format slot 9 of player with 339 named "&a&lNASZE FORUM" with lore "&c&lNasze FORUM jest dostempne pod adresem &7&lhttp://forummojemc.5v.pl"
command /pomocxaa:
	trigger:
		open chest with 1 rows named "&a&lPOMOC"
		wait 1 tick
		format slot 1 of player with 339 named "&a&lKomenda /g" with lore "&c&lPokazuje komendy gildi" [ execute player command "/g"]
		format slot 2 of player with 339 named "&a&lKomenda /drop" with lore "&c&lPokazuje drop serwerowy" [ execute player command "/drop"]
		format slot 3 of player with 339 named "&a&lKomenda /rangi" with lore "&c&lPokazuje rangi serwerowe i informacje" [ execute player command "/rangi"]
		format slot 4 of player with 339 named "&a&lKomenda /sklep" with lore "&c&lPokazuje sklep serwerowy" [ execute player command "/sklep"]
		format slot 5 of player with 339 named "&a&lKomenda /itemy" with lore "&c&lPokazuje itemy na gildie" [ execute player command "/itemy"]
		format slot 6 of player with 339 named "&a&lKomenda /efekt" with lore "&c&lPokazuje efekty serwerwe" [ execute player command "/efekt"]
		format slot 7 of player with 339 named "&a&lKomenda /cx" with lore "&c&lZamienia cobbel na cobbex" [ execute player command "/ex"]
		format slot 9 of player with 35 named "&4&lPOWROT" with lore "&c&lPOWROT DO MENU" [ execute player command "/menu"]
command /kontosxx:
	trigger:
		open chest with 1 rows named "&c&lKONTO"
		wait 1 tick
		format slot 1 of player with 339 named "&4&lZmien Haslo" with lore "&a&l/changepassword <stare> <nowe>"
		format slot 2 of player with 339 named "&4&lDodaj e-mail" with lore "&a&l/email add <twojemail>"
		format slot 3 of player with 339 named "&4&lZmien e-mail" with lore "&a&l/email add <twojemail>"
		format slot 4 of player with 339 named "&4&lZapomniales hasla?" with lore "&a&l/email recovery <twojemail>" 
		format slot 5 of player with 35 named "&4&lPOWROT" with lore "&C&LPOWROT DO MENU" [ execute player command "/menu"]

//Formatowanie ~Norbi

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

9 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
#By : _Mroczny_
command /menu:
	trigger:
		open chest with 1 rows named "&F&L[&C&LMOJE&A&LMC&F&L] &9&LMENU" to player
		wait 1 tick
		format slot 1 of player with 377 named "&4&lTELEPORT NA SPAWN" with lore "&c&lTeleportuje cie na spawn" to close then run [ execute player command "/spawn"]
		format slot 3 of player with 332 named "&a&lPOMOC" with lore "&c&l" to close then run [ execute player command "/pomoxaa"]
		format slot 5 of player with 130 named "&a&lEnderchest" with lore "&c&lOtwiera twoj schowek tylko dla &a&ls&6&lVIP" to close then run [ execute player command "/enderchest"]
		format slot 7 of player with 264 named "&a&lKonto" with lore "&c&&lInformacje o twoim koncie" to close then run [ execute player command "/kontosxx"]
		format slot 9 of player with 339 named "&a&lNASZE FORUM" with lore "&c&lNasze FORUM jest dostempne pod adresem &7&lhttp://forummojemc.5v.pl"
command /pomocxaa:
	trigger:
		open chest with 1 rows named "&a&lPOMOC" to player
		wait 1 tick
		format slot 1 of player with 339 named "&a&lKomenda /g" with lore "&c&lPokazuje komendy gildi" [ execute player command "/g"]
		format slot 2 of player with 339 named "&a&lKomenda /drop" with lore "&c&lPokazuje drop serwerowy" [ execute player command "/drop"]
		format slot 3 of player with 339 named "&a&lKomenda /rangi" with lore "&c&lPokazuje rangi serwerowe i informacje" [ execute player command "/rangi"]
		format slot 4 of player with 339 named "&a&lKomenda /sklep" with lore "&c&lPokazuje sklep serwerowy" [ execute player command "/sklep"]
		format slot 5 of player with 339 named "&a&lKomenda /itemy" with lore "&c&lPokazuje itemy na gildie" [ execute player command "/itemy"]
		format slot 6 of player with 339 named "&a&lKomenda /efekt" with lore "&c&lPokazuje efekty serwerwe" [ execute player command "/efekt"]
		format slot 7 of player with 339 named "&a&lKomenda /cx" with lore "&c&lZamienia cobbel na cobbex" [ execute player command "/ex"]
		format slot 9 of player with 35 named "&4&lPOWROT" with lore "&c&lPOWROT DO MENU" [ execute player command "/menu"]
command /kontosxx:
	trigger:
		open chest with 1 rows named "&c&lKONTO" to player
		wait 1 tick
		format slot 1 of player with 339 named "&4&lZmien Haslo" with lore "&a&l/changepassword <stare> <nowe>"
		format slot 2 of player with 339 named "&4&lDodaj e-mail" with lore "&a&l/email add <twojemail>"
		format slot 3 of player with 339 named "&4&lZmien e-mail" with lore "&a&l/email add <twojemail>"
		format slot 4 of player with 339 named "&4&lZapomniales hasla?" with lore "&a&l/email recovery <twojemail>" 
		format slot 5 of player with 35 named "&4&lPOWROT" with lore "&C&LPOWROT DO MENU" [ execute player command "/menu"]

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
#By : _Mroczny_
command /menu:
	trigger:
		open chest with 1 rows named "&F&L[&C&LMOJE&A&LMC&F&L] &9&LMENU" to player
		wait 1 tick
		format slot 1 of player with 377 named "&4&lTELEPORT NA SPAWN" with lore "&c&lTeleportuje cie na spawn" to close then run [ execute player command "/spawn"]
		format slot 3 of player with 332 named "&a&lPOMOC" with lore "&c&l" to close then run [ execute player command "/pomoxaa"]
		format slot 5 of player with 130 named "&a&lEnderchest" with lore "&c&lOtwiera twoj schowek tylko dla &a&ls&6&lVIP" to close then run [ execute player command "/enderchest"]
		format slot 7 of player with 264 named "&a&lKonto" with lore "&c&&lInformacje o twoim koncie" to close then run [ execute player command "/kontosxx"]
		format slot 9 of player with 339 named "&a&lNASZE FORUM" with lore "&c&lNasze FORUM jest dostempne pod adresem &7&lhttp://forummojemc.5v.pl"
command /pomocxaa:
	trigger:
		open chest with 1 rows named "&a&lPOMOC" to player
		wait 1 tick
		format slot 1 of player with 339 named "&a&lKomenda /g" with lore "&c&lPokazuje komendy gildi" to close then run [ execute player command "/g"]
		format slot 2 of player with 339 named "&a&lKomenda /drop" with lore "&c&lPokazuje drop serwerowy" to close then run [ execute player command "/drop"]
		format slot 3 of player with 339 named "&a&lKomenda /rangi" with lore "&c&lPokazuje rangi serwerowe i informacje" to close then run [ execute player command "/rangi"]
		format slot 4 of player with 339 named "&a&lKomenda /sklep" with lore "&c&lPokazuje sklep serwerowy" to close then run [ execute player command "/sklep"]
		format slot 5 of player with 339 named "&a&lKomenda /itemy" with lore "&c&lPokazuje itemy na gildie" to close then run [ execute player command "/itemy"]
		format slot 6 of player with 339 named "&a&lKomenda /efekt" with lore "&c&lPokazuje efekty serwerwe" to close then run [ execute player command "/efekt"]
		format slot 7 of player with 339 named "&a&lKomenda /cx" with lore "&c&lZamienia cobbel na cobbex" to close then run [ execute player command "/ex"]
		format slot 9 of player with 35 named "&4&lPOWROT" with lore "&c&lPOWROT DO MENU" to close then run [ execute player command "/menu"]
command /kontosxx:
	trigger:
		open chest with 1 rows named "&c&lKONTO" to player
		wait 1 tick
		format slot 1 of player with 339 named "&4&lZmien Haslo" with lore "&a&l/changepassword <stare> <nowe>" to be unstealable
		format slot 2 of player with 339 named "&4&lDodaj e-mail" with lore "&a&l/email add <twojemail>" to be unstealable
		format slot 3 of player with 339 named "&4&lZmien e-mail" with lore "&a&l/email add <twojemail>" to be unstealable
		format slot 4 of player with 339 named "&4&lZapomniales hasla?" with lore "&a&l/email recovery <twojemail>"  to be unstealable
		format slot 5 of player with 35 named "&4&lPOWROT" with lore "&C&LPOWROT DO MENU" to close then run [ execute player command "/menu"]

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

masz działające

#By : _Mroczny_
command /menu:
	trigger:
		open chest with 1 rows named "&F[&C&LMOJEMC&f] &9&LMENU" to player
		wait 1 tick
		format slot 0 of player with blaze powder named "&4&lTELEPORT NA SPAWN" with lore "&c&lTeleportuje cie na spawn" to close then run [ execute player command "/spawn"]
		format slot 2 of player with snowball named "&a&lPOMOC" with lore "&c&l" to run [ execute player command "/pomocxaa"]
		format slot 4 of player with ender chest named "&a&lEnderchest" with lore "&c&lOtwiera twoj schowek tylko dla &a&ls&6&lVIP" to run [ execute player command "/enderchest"]
		format slot 6 of player with diamond named "&a&lKonto" with lore "&c&lInformacje o twoim koncie" to run [ execute player command "/kontosxx"]
		format slot 8 of player with paper named "&a&lNASZE FORUM" with lore "&c&lNasze FORUM jest dostempne pod adresem &7&lhttp://forummojemc.5v.pl" to be unstealable
command /pomocxaa:
	trigger:
		open chest with 1 rows named "&a&lPOMOC" to player
		wait 1 tick
		format slot 0 of player with paper named "&a&lKomenda /g" with lore "&c&lPokazuje komendy gildi" to run [ execute player command "/g"]
		format slot 1 of player with paper named "&a&lKomenda /drop" with lore "&c&lPokazuje drop serwerowy" to run [ execute player command "/drop"]
		format slot 2 of player with paper named "&a&lKomenda /rangi" with lore "&c&lPokazuje rangi serwerowe i informacje" to run [ execute player command "/rangi"]
		format slot 3 of player with paper named "&a&lKomenda /sklep" with lore "&c&lPokazuje sklep serwerowy" to run [ execute player command "/sklep"]
		format slot 4 of player with paper named "&a&lKomenda /itemy" with lore "&c&lPokazuje itemy na gildie" to run [ execute player command "/itemy"]
		format slot 5 of player with paper named "&a&lKomenda /efekt" with lore "&c&lPokazuje efekty serwerwe" to run [ execute player command "/efekt"]
		format slot 6 of player with paper named "&a&lKomenda /cx" with lore "&c&lZamienia cobbel na cobbex" to run [ execute player command "/ex"]
		format slot 8 of player with wool:14 named "&4&lPOWROT" with lore "&c&lPOWROT DO MENU" to run [ execute player command "/menu"]
command /kontosxx:
	trigger:
		open chest with 1 rows named "&c&lKONTO" to player
		wait 1 tick
		format slot 0 of player with paper named "&4&lZmien Haslo" with lore "&a&l/changepassword <stare> <nowe>" to be unstealable
		format slot 1 of player with paper named "&4&lDodaj e-mail" with lore "&a&l/email add <twojemail>" to be unstealable
		format slot 2 of player with paper named "&4&lZmien e-mail" with lore "&a&l/email add <twojemail>" to be unstealable
		format slot 3 of player with paper named "&4&lZapomniales hasla?" with lore "&a&l/email recovery <twojemail>"  to be unstealable
		format slot 8 of player with wool:14 named "&4&lPOWROT" with lore "&C&LPOWROT DO MENU" to run [ execute player command "/menu"]

licze na + :)

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