Skocz do zawartości
  • 1

Execute console


MrLucyferek

Pytanie

Wie ktoś jak naprawić ten błąd?:

command /Potwor:
        trigger:
                execute console command "clear %player%" albo make player execute command "clear"
                execute console command "heal %player%" albo make player execute command "heal"
                open chest with 5 rows named "&c&lPotwor" to player
                wait 1 ticks

błędy są po trigger w execute ;/

 
[14:14:57 ERROR]: '"clear %player%" albo make player execute command "clear"' is not a text (Kit w gui.sk, line 3: execute console command "clear %player%" albo make player execute command "clear"') [14:14:57 ERROR]: '"heal %player%" albo make player execute command "heal"' is not a text (Kit w gui.sk, line 4: execute console command "heal %player%" albo make player execute command "heal"')

Odnośnik do komentarza
Udostępnij na innych stronach

4 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /Potwor:
        trigger:
                execute console command "clear %player%"
                execute console command "heal %player%"
                open chest with 5 rows named "&c&lPotwor" to player
                wait 1 ticks

 

XD

mówiąc 'albo' miałem na myśli, abyś użył jednego xD

 

A w ogóle to już to lepsze:

command /Potwor:
        trigger:
                clear inventory of player
                heal player by 10
                open chest with 5 rows named "&c&lPotwor" to player
                wait 1 ticks

 

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
28 minut temu, MrLucyferek napisał:

Wie ktoś jak naprawić ten błąd?:

command /Potwor:
        trigger:
                execute console command "clear %player%" albo make player execute command "clear"
                execute console command "heal %player%" albo make player execute command "heal"
                open chest with 5 rows named "&c&lPotwor" to player
                wait 1 ticks

błędy są po trigger w execute ;/

 
[14:14:57 ERROR]: '"clear %player%" albo make player execute command "clear"' is not a text (Kit w gui.sk, line 3: execute console command "clear %player%" albo make player execute command "clear"') [14:14:57 ERROR]: '"heal %player%" albo make player execute command "heal"' is not a text (Kit w gui.sk, line 4: execute console command "heal %player%" albo make player execute command "heal"')

Słuchaj.

execute console command - wymusza wykonanie komendy na konsoli

make player execute command - wymusza wykonanie komendy na graczu.

Aby użyć tą drugą funkcję, która wymusza komendę na graczu, logiczne jest to, że gracz musi posiadać uprawnienie

essentials.heal

oraz

essentials.clear

(NO CHYBA, ŻE MASZ OSOBNE KOMENDY W OSOBNYM SKRYPCIE)

Niepotrzebne jest wykonywanie komendy przez konsolę, jeżeli plugin skript w swoich skryptach "łapie" polecenie heal, czy też clear, albo give.

(Mowa tutaj o drugim przykładzie moderatora @PoweredDragon, gdzie nie użył funkcji, która wymusza komendę na konsoli.)

Gdybyś w ten sam sposób użył np... komendy, któa należy do permissionsex (/pex user ..... ) to ona by nie zadziałała :)

Gdybyś czegoś nie wiedział zapraszam PW forum, bądź GG: 51324901

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