Skocz do zawartości
  • 0

Spadek w przepasc


KurytPL Againn

Pytanie

options:
    world: "world"

every 3 seconds:
    loop all players:
        loop-player is in {@world}:
            y-location of loop-player is smaller than or equal to 30:
                block under loop-player is air:
                    apply health boost 100 to loop-player for 1 second
                    teleport loop-player to spawn
                    remove health boost from loop-player

Mam błąd:

UispZIa.jpg

 

Jak to naprawić?

Odnośnik do komentarza
Udostępnij na innych stronach

11 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

sprawdz

options:
    world: "world"

every 3 seconds:
    loop all players:
        loop-player is in {@world}:
            y-location of loop-player is smaller than or equal to 30:
                block under loop-player is air:
                    apply health boost 100 to loop-player for 1 second
                    execute console command "spawn %player%"
                    remove health boost from loop-player

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                execute console command "spawn %player%"
                remove health boost from loop-player

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Chyba będzie tak lepiej, zgodzisz się ? :)
 

options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                teleport loop-player to {spawn}
                remove health boost from loop-player
Edytowane przez HeezQ
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
27 minut temu, HeezQ napisał:

Chyba będzie tak lepiej, zgodzisz się ? :)
 


options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                teleport loop-player to {spawn}
                remove health boost from loop-player

Błędu nie ma ale i  tak nie tepa na spawn.

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Teraz wpisz komendę /ustawspawn i tam gracze będą się tepali, ok ? :) Liczę na + za pomoc

options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                teleport loop-player to {spawn}
                remove health boost from loop-player

command /ustawspawn:
    trigger:
        if player has permission "ustaw.spawn.admin":
            set {spawn} to location of player
            send "&aPoprawnie&2 ustawiles spawna&a w miejscu, w ktorym stoisz!"
            stop

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
25 minut temu, HeezQ napisał:

Teraz wpisz komendę /ustawspawn i tam gracze będą się tepali, ok ? :) Liczę na + za pomoc


options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                teleport loop-player to {spawn}
                remove health boost from loop-player

command /ustawspawn:
    trigger:
        if player has permission "ustaw.spawn.admin":
            set {spawn} to location of player
            send "&aPoprawnie&2 ustawiles spawna&a w miejscu, w ktorym stoisz!"
            stop

 

 

WTF xD nwm co sie dzieje ale też nie tepa. Daje health i komunikat ze zrobilem spawna a tu nic nie tepa jak spadnie ponizej 30 kratki

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

  • 0

a nie lepiej 
zamienić zamiast spawn na kordy ?

options:
    world: "world"

every 3 seconds:
    loop all players in world "{@world}":
        y-location of loop-player is smaller than or equal to 30:
            block under loop-player is air:
                apply health boost 100 to loop-player for 1 second
                teleport loop-player to {spawn}
                remove health boost from loop-
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ę...