command /compress:
trigger:
set {_ings::*} to diamond of unbreaking 10 with name "&b&lCompressed Diamonds" and emerald of unbreaking 10 with name "&2&lCompressed Emerald" and iron ingot and gold ingot and redstone and lapis and coal
set {_bloc::*} to diamond block of unbreaking 10 with name "&b&lCompressed Diamond Block" and emerald block of unbreaking 10 with name "&2&lCompressed Emerald Block" and iron block and gold block and redstone block and lapis block and coal block
loop {_ings::*}:
while player has 9 of loop-value:
remove 9 of loop-value from player
add {_bloc::%loop-index%} to player
Poprawiam bo źle zrobiłem, teraz powinno być git
W moim przypadku nie crashuje, po prostu skrypt jest źle napisany, nie wykrywa go. Zaraz postaram się sprawdzić
command /compress:
trigger:
set {_ings::*} to diamond of unbreaking 10 named "&b&lCompressed Diamonds"and emerald of unbreaking 10 named "&2&lCompressed Emerald" and iron ingot and gold ingot and redstone and lapis and coal
set {_bloc::*} to diamond block of unbreaking 10 named "&b&lCompressed Diamond Block" and emerald block of unbreaking 10 named "&2&lCompressed Emerald Block" and iron block and gold block and redstone block and lapis block and coal block
loop {_ings::*}:
while player has 9 of loop-value:
remove 9 of loop-value from player
add {_bloc::%loop-index%} to player
Powinno być git
Siemka, polecił by ktoś plugin na logowanie na bungee. Chodzi mi o to, że mam 2 serwery Lobby i chciałbym, aby na dwóch były te same dane jeśli gracz się połączy z lobby #1 loguje się tym samym hasłem także na lobby #2 .
Witajcie,
chodzi mi o skrypt czy tam plugin, ze jak wpisze ktos [eq] to pokazuje jego ekwipunek i inni mogą kliknąć i otwiera w GUI jego ekwipunek. A [item] to ktos trzyma cos i wpisuje to na czacie i inni mogą zobaczyć co to za przedmiot.
To zlecenie. A nie pomoc.
Pomoze ktos?
błąd
Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (kickzerwa.sk, line 3: if player doesn't have permission "admin.wyrzuc":')
Can't understand this condition/effect: connect arg 1 to server "lobby" (kickzerwa.sk, line 14: connect arg 1 to server "lobby"')
Skrypt:
command /wyrzuc [<offlineplayer>]:
trigger:
if player doesn't have permission "admin.wyrzuc":
send "&cBrak Permisji!"
stop
if arg 1 is not set:
send "&cUzycie: &7/wyrzuc <nick>"
stop
if arg 1 is not online:
send "&cTen gracz jest offline!"
stop
send "&cZostales wyrzucony do lobby!" to arg 1
send "&cWyrzuciles %arg 1% do lobby!" to player
connect arg 1 to server "lobby"