Witam. Stworzyłem enchant wg. poradnika xAxee'a (z przed 2 lat ale TuSKe na 1.15.2 działa) na customowy enchant. I mam problem zeby go nałozyc na jakis przedmiot. Wiecie jak to zrobic?
Kod:
on load:
register a new custom enchantment with id name "AutoSmelt"
set {_e} to "AutoSmelt" parsed as custom enchantment
set accepted items for {_e} to "Pickaxes"
command /kilof:
trigger:
give diamond pickaxe of {_e} to player
send "11"
stop
on mine of gold ore:
if player's tool has custom enchantment AutoSmelt:
send "correct enchant"
Pytanie
xketrab 0
Witam. Stworzyłem enchant wg. poradnika xAxee'a (z przed 2 lat ale TuSKe na 1.15.2 działa) na customowy enchant. I mam problem zeby go nałozyc na jakis przedmiot. Wiecie jak to zrobic?
Kod:
on load: register a new custom enchantment with id name "AutoSmelt" set {_e} to "AutoSmelt" parsed as custom enchantment set accepted items for {_e} to "Pickaxes" command /kilof: trigger: give diamond pickaxe of {_e} to player send "11" stop on mine of gold ore: if player's tool has custom enchantment AutoSmelt: send "correct enchant"Błąd:
Edytowane przez xketrabhttps://imgur.com/a/mwfVCIJ
Odnośnik do komentarza
https://skript.pl/temat/38871-tuske/Udostępnij na innych stronach
4 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.