cagriaykut
Kömür Madencisi
- En iyi cevaplar
- 0
Öldüğün gibi respawn diye minecraftın kendi menüsü çıkmadan oyuncunun otomatikmen doğmasını yapabileceğiniz bir skript mümkünmüdür bilmiyorum.Ve hataya gelcek olursak bunu tamamlayadabilirsiniz.Teşekkürler.
Kod:
command /fightbattle1:
permission: fight.battle1
trigger:
set {battle1} to location of player
send "&cYou selected fightbattle 1 area!"
command /fightbattle2:
permission: fight.battle2
trigger:
set {battle2} to location of player
send "&cYou selected fightbattle 2 area!"
command /randomplayer [<text>]:
permission skript.randomplayer
permission message: &cYou don't have permission!
trigger:
if arg 1 is not set:
send "&cYou need write 'kura' or 'fight'!"
if arg 1 is set:
if arg 1 is "fight":
send "&c%random player of players% &eVS &c%random player of players%"
set {random1} to player of players
set {random2} to player of players
execute console command "sk load {random1}"
execute console command "sk load {random2}"
execute console command "heal {random1}"
execute console command "heal {random2}"
teleport the {random1} to {battle1}
teleport the {random2} to {battle2}