
- Katılım
- 26 Ağustos 2022
- Mesajlar
- 79
- Elmaslar
- 22
- Puanlar
- 2.305
- Yaş
- 16
- Yer
- İstanbul / Fatih
- Minecraft
- SimitKedi
Discord:
simitkedi
simitkedi
command /nether [<text>]:
trigger:
if arg 1 isn't set:
give a paper named "&cNether Bileti" to player
if arg 1 is "ayarla":
if player isn't op:
message "&6&l> &cYetkin yok."
stop
set {nether} to player's location
message "&6&l> &7Nether ayarlandı."
on rightclick with paper:
if tool's name is "&cNether Bileti":
subtract 1 paper named "&cNether Bileti" from player's inventory
send "&6&l> &7Işınlanılıyor.." to player
wait 60 tick
teleport player to {nether}
send "&6&l> &aIşınlandın!" to player
Çalışmazsa yardımcı olabilirim fakat çalışacaktır.Kod:command /nether [<text>]: trigger: if arg 1 isn't set: give a paper named "&cNether Bileti" to player if arg 1 is "ayarla": if player isn't op: message "&6&l> &cYetkin yok." stop set {nether} to player's location message "&6&l> &7Nether ayarlandı." on rightclick with paper: if tool's name is "&cNether Bileti": subtract 1 paper named "&cNether Bileti" from player's inventory send "&6&l> &7Işınlanılıyor.." to player wait 60 tick teleport player to {nether} send "&6&l> &aIşınlandın!" to player
BloodyX#4069
on rightclick on paper named "Nether Bileti":
teleport player to location -100 70 0 in world "world_nether"
send "&aTeleported to the Nether!" to player
simitkedi