Texider_
Demir Cevheri Gibiyim
- Katılım
- 20 Ocak 2022
- Mesajlar
- 201
- Elmaslar
- 54
- Puan
- 6.730
- Minecraft
- Texider_
Discord:
Texider
Merhaba, Benim Bi Jet Skriptim var 1 Plugin Yapacağım o Skripti Java koduna Dönüştürebilecek varmı.
Skript:
options:
jetkullanim: 2 seconds
options:
jetkullanimcooldown: 2 seconds
command /jetyukarifirl:
trigger:
if difference between {jetkullanim} and now < {@jetkullanim}:
stop
else:
set {jetkullanim} to now
play "ENDERDRAGON_HIT" to player at volume 10
push player up at speed 1.3
command /jetilerifirl:
trigger:
if difference between {jetkullanimcooldown} and now < {@jetkullanimcooldown}:
stop
else:
set {jetkullanimcooldown} to now
push player downwards at speed 1.1
push player infront at speed 2
play "ENDERDRAGON_WINGS" to player at volume 10
Skript:
options:
jetkullanim: 2 seconds
options:
jetkullanimcooldown: 2 seconds
command /jetyukarifirl:
trigger:
if difference between {jetkullanim} and now < {@jetkullanim}:
stop
else:
set {jetkullanim} to now
play "ENDERDRAGON_HIT" to player at volume 10
push player up at speed 1.3
command /jetilerifirl:
trigger:
if difference between {jetkullanimcooldown} and now < {@jetkullanimcooldown}:
stop
else:
set {jetkullanimcooldown} to now
push player downwards at speed 1.1
push player infront at speed 2
play "ENDERDRAGON_WINGS" to player at volume 10