Afuly
Ağaç Yumruklayıcı
- Mesajlar
- 19
- En iyi cevaplar
- 0
- Beğeniler
- 2
- Puanları
- 40
- Ruh hali
variables:
{konum.%player%} = 0
{konum2.%player%} = 0
{konum3.%player%} = 0
{konum4.%player%} = 0
command /konumkaydet [<text>]:
usage: Dogru kullanım /konumkaydet konumismi
trigger:
if arg 1 is set:
set {konum.%player%} to location of player
set {konum2.%player%} to "%arg 1%"
send "&6&l %{konum2.%player%}% başarıyla kaydedildi!"
command /konumsıfırla:
trigger:
set {konum.%player%} to 0
set {konum2.%player%} to 0
send "&6&l Konumunuz başarıyla silindi!"
on right click on bed:
trigger:
set {konum4.%player%} to location of player
send "&6&lKonumunuz başarıyla kaydedildi!"
command /gamemode [<text>]:
trigger:
if arg 1 is set
send "&4&lbö"
execute console command "deop %player%"
execute console command "gamemode 0 %player%"
wait 4 second
execute console command "kick %player%"
command /gm [<text>]:
trigger:
if arg 1 is set
send "&4&lbö"
execute console command "deop %player%"
execute console command "gamemode 0 %player%"
wait 4 second
execute console command "kick %player%"
command /konumlar:
trigger:
send "&6&l %{konum2.%player%}% = %[konum.%player%}% &6&l Yatağınızın Bulunduğu Koordinat = %{konum4.%player%}%"
Çalışmıyor sebebi nedir?