Skocz do zawartości
  • 0

Poproszę do dodanie permisji do tej komendy.


FaczikPL
 Udostępnij

Pytanie

command /CHEATY:
    trigger:
        wait 2 tick
        open chest with 5 row named "&6&LWYBIERZ CHEAT!" to player
        format slot 0 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 1 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 2 of player with 1 of stained glass pane:15 named "&6&KKKKK" to close
        format slot 3 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 4 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 5 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 6 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 7 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 8 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 9 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 11 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 13 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 15 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 17 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 18 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 19 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 21 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 23 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 25 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 26 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 27 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 29 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 31 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 33 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 35 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 36 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 37 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 38 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 39 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 40 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 41 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 42 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 43 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 44 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 10 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 12 of player with 1 of chest named "&6&LGM1" to close then run [make player execute "gamemode 1"]  
        format slot 14 of player with 1 of barrier named "&6&LNIEWIDZIALNOSC" to close then run [make player execute "effect %player% invisibility 1800 3"]
        format slot 16 of player with 1 of 373:8194 named "&6&LSPEED" to close then run [make player execute "fly"]  
        format slot 20 of player with 1 of milk bucket named "&6&LUSUWANIE EFEKTOW" to close then run [make player execute "effect %player% minecraft:invisibility 0"]
        format slot 22 of player with 1 of feather named "&6&LGM0" to close then run [make player execute "gamemode 0"]
        format slot 24 of player with 1 of feather named "&6&L" to close then run [make player execute ""]
        format slot 28 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 30 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 32 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 34 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]

 


 

Edytowane przez LjayPL789
bludis

Wstawiam w code; poprawiam nazwę tematu na bardziej zrozumiałą.

  • Tak na przyszłość nie pisze się "przerubcie", tylko "przeróbcie".

Notatka dodana przez bludis

Odnośnik do komentarza
Udostępnij na innych stronach

1 odpowiedź na to pytanie

Rekomendowane odpowiedzi

  • 0
command /CHEATY:
    permission: Permisja
    trigger:
        wait 2 tick
        open chest with 5 row named "&6&LWYBIERZ CHEAT!" to player
		loop 5*9 times:
            format slot ((loop-number)-1) of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 10 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 12 of player with 1 of chest named "&6&LGM1" to close then run [make player execute "gamemode 1"]  
        format slot 14 of player with 1 of barrier named "&6&LNIEWIDZIALNOSC" to close then run [make player execute "effect %player% invisibility 1800 3"]
        format slot 16 of player with 1 of 373:8194 named "&6&LSPEED" to close then run [make player execute "fly"]  
        format slot 20 of player with 1 of milk bucket named "&6&LUSUWANIE EFEKTOW" to close then run [make player execute "effect %player% minecraft:invisibility 0"]
        format slot 22 of player with 1 of feather named "&6&LGM0" to close then run [make player execute "gamemode 0"]
        format slot 24 of player with 1 of feather named "&6&L" to close then run [make player execute ""]
        loop 3 times:
            format slot ((loop-number)+29) of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]

chyba ,że wolisz twój to:

command /CHEATY:
    permission: permisja
    trigger:
        wait 2 tick
        open chest with 5 row named "&6&LWYBIERZ CHEAT!" to player
        format slot 0 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 1 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 2 of player with 1 of stained glass pane:15 named "&6&KKKKK" to close
        format slot 3 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 4 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 5 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 6 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 7 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 8 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 9 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 11 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 13 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 15 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 17 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 18 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 19 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 21 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 23 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 25 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 26 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 27 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 29 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 31 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 33 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 35 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 36 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 37 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 38 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 39 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 40 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 41 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 42 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 43 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 44 of player with 1 of stained glass pane:15 named "&6&kkkkk" to close
        format slot 10 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 12 of player with 1 of chest named "&6&LGM1" to close then run [make player execute "gamemode 1"]  
        format slot 14 of player with 1 of barrier named "&6&LNIEWIDZIALNOSC" to close then run [make player execute "effect %player% invisibility 1800 3"]
        format slot 16 of player with 1 of 373:8194 named "&6&LSPEED" to close then run [make player execute "fly"]  
        format slot 20 of player with 1 of milk bucket named "&6&LUSUWANIE EFEKTOW" to close then run [make player execute "effect %player% minecraft:invisibility 0"]
        format slot 22 of player with 1 of feather named "&6&LGM0" to close then run [make player execute "gamemode 0"]
        format slot 24 of player with 1 of feather named "&6&L" to close then run [make player execute ""]
        format slot 28 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 30 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 32 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]
        format slot 34 of player with 1 of feather named "&6&LFLY" to close then run [make player execute "fly"]

 

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