command /setspawn [<text>] [<text>]:
permission: spawn.set
permission message: &cBunu yapmak için yetkiniz yok!
trigger:
if arg 1 is "sec":
if arg 2 is "spawn":
set {spawn.1} to location of player
send "&aSpawn 1 secildi!"
if arg 2 is "spawn2":
set {spawn.2} to location of player
send "&aSpawn 2 secildi!"
if arg 1 is "bolgesil":
if arg 2 is "spawn1":
delete {spawn.1}
send "&bSpawn 1 silindi!"
if arg 2 is "spawn2":
delete {spawn.2}
send "&bSpawn 2 silindi!"
command /spawn:
aliases: /lobby , /lobi , /hub
trigger:
send "&bSpawn'a isinlandin!"
teleport player to {spawn.1}
command /spawn2:
permission: spawn.2
permission message: &cBu komutu kullanmak icin gerekli yetkiye sahip degilsin.
trigger:
send "&bSpawn 2'ye isinlandin!"
teleport player to {spawn.2}
on death:
teleport player to {spawn.1}