xcosanxc
Bir Kömür Göründü Kaptanım!
- Katılım
- 6 Mart 2019
- Mesajlar
- 142
- Elmaslar
- 44
- Puan
- 0
- Yaş
- 26
- Minecraft
- xcosanxc
Discord:
♚ ???????? ♚#1856
Arkadaşlar birinden aldığım ama çok azz editlediğim bir skript var aslında editlemede sayılmaz ama
ama buna sahiplenme eklemedim bu /getir skript i bunun gibi ama sadece kendi sahip olduğu tavukları yanına çektiği bir skript istiyom ve bu tavuklarında koyma sınırı olursa sevinirim (%player% nin skylord tavuğu) gibi olursa ismi iyi olur ona göre sahiplenme olursa daha iyi olur
Kod:
command /getir <text> <text>:
trigger:
if arg 1 is "Skylord":
if arg 2 is "Tavuk":
loop all entities:
if loop-entity is chicken:
if chicken's name is "&a&lSky&e&lLord Tavuğu":
set {skylordtavukkonum::%player%} to location of player
teleport all entities to {skylordtavukkonum::%player%}
send "&a&lSky&e&lLord Tavukları Çağırıldı."
if arg 1 is "SkyKing":
loop all entities:
if loop-entity is chicken:
if chicken's name is "&a&lSky&c&lKing &e&lTavuğu":
set {skykingtavukkonum::%player%} to location of player
teleport all entities to {skykingtavukkonum::%player%}
send "&a&lSky&c&lKing &e&lTavukları Çağırıldı"
if arg 1 is "SkyMaster":
loop all entities:
if loop-entity is chicken:
if chicken's name is "&a&lSky&5&lMaster &e&lTavuğu":
set {skymastertavukkonum::%player%} to location of player
teleport all entities to {skymastertavukkonum::%player%}
send "a&lSky&5&lMaster &e&lTavukları Çağırıldı"
if arg 1 is "SkyLegend":
loop all entities:
if loop-entity is chicken:
if chicken's name is "&a&lSky&d&lLegend &e&lTavuğu":
set {skylegendtavukkonum::%player%} to location of player
teleport all entities to {skylegendtavukkonum::%player%}
send "&a&lSky&d&lLegend &e&lTavukları Çağırıldı"
if arg 1 is "SkyZeus":
loop all entities:
if loop-entity is chicken:
if chicken's name is "&a&lSky&b&lZeus &e&lTavuğu":
set {skyzeustavukkonum::%player%} to location of player
teleport all entities to {skykzeustavukkonum::%player%}
send "&a&lSky&b&lZeus &e&lTavukları Çağırıldı"
ama buna sahiplenme eklemedim bu /getir skript i bunun gibi ama sadece kendi sahip olduğu tavukları yanına çektiği bir skript istiyom ve bu tavuklarında koyma sınırı olursa sevinirim (%player% nin skylord tavuğu) gibi olursa ismi iyi olur ona göre sahiplenme olursa daha iyi olur
