Sol Reklam

Bulundu Biraz zor :/

Durum
Mesaj gönderimine kapalı.

Orco

Yay Yok, İskelet Yok

Discord:

orcununal#5644

Katılım
2 Aralık 2017
Mesajlar
279
Elmaslar
62
Puanlar
4.170
Yaş
25
/deneme yazınca oyuncunun bulunduğu bloğun 1 blok gerisini {lokasyon} diye ayarlasın
/denemegit yazıncada ayarlanan {lokasyon} a gitsin :/
 

ZeGames

Odunlara Vur Vur Vur!
Katılım
19 Ağustos 2017
Mesajlar
32
Elmaslar
3
Puanlar
0
Yaş
30
İnternette Gezerken Böyle Bir Skript Buldum İşine Yararmı Bilmem hastebin Not Alıntıdır
 

Pledix

Odunlara Vur Vur Vur!
Katılım
19 Haziran 2016
Mesajlar
28
Elmaslar
16
Puanlar
0
Yaş
24
Madem skriptersin niye kendin yapmıyorsun, imzanda skripter yazıyor.
Sanırım görüntüde skriptersin :(
 

ZeGames

Odunlara Vur Vur Vur!
Katılım
19 Ağustos 2017
Mesajlar
32
Elmaslar
3
Puanlar
0
Yaş
30

Pledix

Odunlara Vur Vur Vur!
Katılım
19 Haziran 2016
Mesajlar
28
Elmaslar
16
Puanlar
0
Yaş
24

ZeGames

Odunlara Vur Vur Vur!
Katılım
19 Ağustos 2017
Mesajlar
32
Elmaslar
3
Puanlar
0
Yaş
30

Orco

Yay Yok, İskelet Yok

Discord:

orcununal#5644

Katılım
2 Aralık 2017
Mesajlar
279
Elmaslar
62
Puanlar
4.170
Yaş
25

AbdullahGungor

Birisi mi Spawnlandı?
Katılım
1 Mart 2018
Mesajlar
2
Elmaslar
0
Puanlar
0
Yaş
24
@Orco hastebin deki kod bu buyur




command /setwarp [<text>]:
trigger:
if player has permission "warps.setwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&b&lSet &d&l%arg 1%&b&l as a warp."
add "%arg 1%" to {Warps::*}
set {warpto::%arg 1%} to location of player
else:
message "&b&lSet %arg 1% to &d&l%player's location%"
set {warpto::%arg 1%} to location of player
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /delwarp [<text>]:
trigger:
if player has permission "warps.delwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not a warp."
else:
message "&c&lRemoved %arg 1% from the Warp List."
remove "%arg 1%" from {Warps::*}
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /warps:
trigger:
message "&6&lWarps:"
loop {Warps::*}:
message " &f&l»&7 %loop-value%"

command /warp [<text>]:
trigger:
if arg 1 is set:
if player has permission "warps.warp.%arg 1%" or "warps.*" or "warps.warp.*":
if arg 1 is set:
if arg 1 is "Spawn":
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&lSpawn" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {SpawnTP}
message "&b&lTeleportation was Successful" to player
stop
else:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not an available warp."
else:
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&l%arg 1%" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {warpto::%arg 1%}
message "&b&lTeleportation was Successful" to player
stop
if arg 1 is not set:
message "&c(!) Please specify a warp name."
else:
message "&c(!) You do not have access to %arg 1% warp."
if arg 1 is not set:
message "&c(!) Please specify a warp."[DOUBLEPOST=1519904658,1519903360][/DOUBLEPOST]@Orco hastebin deki kod bu buyur




command /setwarp [<text>]:
trigger:
if player has permission "warps.setwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&b&lSet &d&l%arg 1%&b&l as a warp."
add "%arg 1%" to {Warps::*}
set {warpto::%arg 1%} to location of player
else:
message "&b&lSet %arg 1% to &d&l%player's location%"
set {warpto::%arg 1%} to location of player
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /delwarp [<text>]:
trigger:
if player has permission "warps.delwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not a warp."
else:
message "&c&lRemoved %arg 1% from the Warp List."
remove "%arg 1%" from {Warps::*}
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /warps:
trigger:
message "&6&lWarps:"
loop {Warps::*}:
message " &f&l»&7 %loop-value%"

command /warp [<text>]:
trigger:
if arg 1 is set:
if player has permission "warps.warp.%arg 1%" or "warps.*" or "warps.warp.*":
if arg 1 is set:
if arg 1 is "Spawn":
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&lSpawn" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {SpawnTP}
message "&b&lTeleportation was Successful" to player
stop
else:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not an available warp."
else:
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&l%arg 1%" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {warpto::%arg 1%}
message "&b&lTeleportation was Successful" to player
stop
if arg 1 is not set:
message "&c(!) Please specify a warp name."
else:
message "&c(!) You do not have access to %arg 1% warp."
if arg 1 is not set:
message "&c(!) Please specify a warp."
 

ZeGames

Odunlara Vur Vur Vur!
Katılım
19 Ağustos 2017
Mesajlar
32
Elmaslar
3
Puanlar
0
Yaş
30
command /setwarp [<text>]:
trigger:
if player has permission "warps.setwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&b&lSet &d&l%arg 1%&b&l as a warp."
add "%arg 1%" to {Warps::*}
set {warpto::%arg 1%} to location of player
else:
message "&b&lSet %arg 1% to &d&l%player's location%"
set {warpto::%arg 1%} to location of player
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /delwarp [<text>]:
trigger:
if player has permission "warps.delwarp" or "warps.*":
if arg 1 is set:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not a warp."
else:
message "&c&lRemoved %arg 1% from the Warp List."
remove "%arg 1%" from {Warps::*}
if arg 1 is not set:
message "&c(!) Please specify a warp name."

command /warps:
trigger:
message "&6&lWarps:"
loop {Warps::*}:
message " &f&l»&7 %loop-value%"

command /warp [<text>]:
trigger:
if arg 1 is set:
if player has permission "warps.warp.%arg 1%" or "warps.*" or "warps.warp.*":
if arg 1 is set:
if arg 1 is "Spawn":
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&lSpawn" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {SpawnTP}
message "&b&lTeleportation was Successful" to player
stop
else:
if {Warps::*} is not arg 1:
message "&c(!) %arg 1% is not an available warp."
else:
set {Levels::%player%} to player's level / 1000
add 1 to {Levels::%player%}
set {teleporttime::%player%} to 7 / {Levels::%player%}
set {_ct} to {teleporttime::%player%}
set {_loc} to location of player
send player title "&b&lWarping to &d&l%arg 1%" with subtitle "&7Do not move for &d&l%{teleporttime::%player%}% seconds&7." for 3 seconds
while {_ct} > 0:
if distance between {_loc} and player's location < 0.1:
wait 1 second
remove 1 from {_ct}
else:
send "&c(!) Teleportation Cancelled, you moved." to player
stop
if distance between {_loc} and player's location < 0.1:
teleport the player to {warpto::%arg 1%}
message "&b&lTeleportation was Successful" to player
stop
if arg 1 is not set:
message "&c(!) Please specify a warp name."
else:
message "&c(!) You do not have access to %arg 1% warp."
if arg 1 is not set:
message "&c(!) Please specify a warp."

[DOUBLEPOST=1519918793,1519918760][/DOUBLEPOST]nedense tabları olmadan koyuyo
tablarla beraber nasıl koyuyozki
 

DrDre

Bir Kömür Göründü Kaptanım!

Discord:

Taiizor

Katılım
15 Şubat 2018
Mesajlar
171
Elmaslar
72
Puanlar
13.670
Yaş
25
Yer
Los Angeles
Minecraft
ReaLTaiizor
Facebook
iTaiizor
Twitter
iTaiizor
%25 Şans'larla Sağ, Sol, Ön, Arka 1 Blok İlerisini Location (Konum) Olarak Kaydeder.

Kod:
command Deneme:
    trigger:
        chance of 25%:
            set {konum.%player%} to block 1 east of location of the player
        else:
            chance of 25%:
                set {konum.%player%} to block 1 west of location of the player
            else:
                chance of 25%:
                    set {konum.%player%} to block 1 north of location of the player
                else:
                    set {konum.%player%} to block 1 south of location of the player

command DenemeGit:
    trigger:
        teleport player to {konum.%player%}

%25 Şans'larla 1 Blok Gerisini Kaydetsin İstiyorsan;

Kod:
command Deneme:
    trigger:
        chance of 25%:
            set {konum.%player%} to block -1 east of location of the player
        else:
            chance of 25%:
                set {konum.%player%} to block -1 west of location of the player
            else:
                chance of 25%:
                    set {konum.%player%} to block -1 north of location of the player
                else:
                    set {konum.%player%} to block -1 south of location of the player

command DenemeGit:
    trigger:
        teleport player to {konum.%player%}
 

WateriX - Skripter

Somon Balığı Selam Vermeye Geldi
Katılım
18 Kasım 2017
Mesajlar
14
Elmaslar
9
Puanlar
0
Yaş
27
Yer
Skripter
Alıntıdır !
Kod:
variables:
    {evreset.%player%} = 3

on first login:
    set {sınır.%player%} to true

command /kordinatkaydet:
    trigger:
        set {kordinat.%player%} to location of player
        send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
        send "" to player
        send "       &aOlduğun Kordinatı Kaydettin! &c/kordinat &aYazarak Gidebilirsin!" to player
        send "" to player
        send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
        send player title "&c&lKORDİNAT" with subtitle "&e&lKaydedildi!" for 3 seconds
        wait 4 second
        send player title "&c&lKORDİNAT" with subtitle "&a&lArtık /kordinat Yazabilirsin!" for 3 seconds
       
       
command /kordinat:
    trigger:
        teleport player to {kordinat.%player%}
       
command /kordinatgit:
    trigger:
        teleport player to {kordinat.%player%}
       
       
command /evkaydet:
    trigger:
        if {sınır.%player%} is true:
            set {sınır.%player%} to false
            set {ev.%player%} to location of player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "       &aEvini Kaydettin! &c/ev &aYazarak Gidebilirsin!" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&e&lKaydedildi!" for 3 seconds
            wait 4 second
            send player title "&c&lEV" with subtitle "&a&lArtık /ev Yazabilirsin!" for 3 seconds   
        else:
            send player title "&c&lEV" with subtitle "&e&lZaten Bir Evin Var!" for 3 seconds
           
command /evgit:
    trigger:
        if {sınır.%player%} is false:
            send player title "&c&lEV" with subtitle "&e&lIşınlanıyorsun!" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| | |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l|" for 0.5 seconds
            wait 1 second
            teleport player to {ev.%player%}
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "                     &aEvine Geldin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&a&lIşınlandın!" for 3 seconds   
        else:
            send player title "&c&lEV" with subtitle "&a&l/evkaydet Yazabilirsin!" for 3 seconds
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "      &cSenin Bir Evin Yok! &e/evkaydet &cYazabilirsin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
           
command /ev:
    trigger:
        if {sınır.%player%} is false:
            send player title "&c&lEV" with subtitle "&e&lIşınlanıyorsun!" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| | |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l|" for 0.5 seconds
            wait 1 second
            teleport player to {ev.%player%}
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "                     &aEvine Geldin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&a&lIşınlandın!" for 3 seconds   
        else:
            send player title "&c&lEV" with subtitle "&a&l/evkaydet Yazabilirsin!" for 3 seconds
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "      &cSenin Bir Evin Yok! &e/evkaydet &cYazabilirsin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player           
           
command /evreset:
    trigger:
        if {evreset.%player%} is greater than or equal to 1:
            add -1 to {evreset.%player%}
            set {sınır.%player%} to true
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "&aEv Konumun Sıfırlandı Kalan Hak Sayısı &f&l[ &c%{evreset.%player%}% &f&l]" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&e&lKonum Sıfırlandı!" for 3 seconds
        else:
            send player title "&c&lEV" with subtitle "&a&lReset Hakkin Yok!" for 3 seconds
       
every 60 second:
    broadcast "&cServerimizde &e-/kordinatkaydet &f, &e-/kordinatgit &f, &e-/kordinat &f, &e-/evkaydet &f, &e-/evgit &f, &e-/ev &f, &e-/evreset &cKomutları Vardır!"
   
every 60 second:
    broadcast "&c&lSkype &b&l» &e&lMainmup"

 

Orco

Yay Yok, İskelet Yok

Discord:

orcununal#5644

Katılım
2 Aralık 2017
Mesajlar
279
Elmaslar
62
Puanlar
4.170
Yaş
25
Alıntıdır !
Kod:
variables:
    {evreset.%player%} = 3

on first login:
    set {sınır.%player%} to true

command /kordinatkaydet:
    trigger:
        set {kordinat.%player%} to location of player
        send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
        send "" to player
        send "       &aOlduğun Kordinatı Kaydettin! &c/kordinat &aYazarak Gidebilirsin!" to player
        send "" to player
        send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
        send player title "&c&lKORDİNAT" with subtitle "&e&lKaydedildi!" for 3 seconds
        wait 4 second
        send player title "&c&lKORDİNAT" with subtitle "&a&lArtık /kordinat Yazabilirsin!" for 3 seconds
      
      
command /kordinat:
    trigger:
        teleport player to {kordinat.%player%}
      
command /kordinatgit:
    trigger:
        teleport player to {kordinat.%player%}
      
      
command /evkaydet:
    trigger:
        if {sınır.%player%} is true:
            set {sınır.%player%} to false
            set {ev.%player%} to location of player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "       &aEvini Kaydettin! &c/ev &aYazarak Gidebilirsin!" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&e&lKaydedildi!" for 3 seconds
            wait 4 second
            send player title "&c&lEV" with subtitle "&a&lArtık /ev Yazabilirsin!" for 3 seconds  
        else:
            send player title "&c&lEV" with subtitle "&e&lZaten Bir Evin Var!" for 3 seconds
          
command /evgit:
    trigger:
        if {sınır.%player%} is false:
            send player title "&c&lEV" with subtitle "&e&lIşınlanıyorsun!" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| | |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l|" for 0.5 seconds
            wait 1 second
            teleport player to {ev.%player%}
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "                     &aEvine Geldin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&a&lIşınlandın!" for 3 seconds  
        else:
            send player title "&c&lEV" with subtitle "&a&l/evkaydet Yazabilirsin!" for 3 seconds
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "      &cSenin Bir Evin Yok! &e/evkaydet &cYazabilirsin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
          
command /ev:
    trigger:
        if {sınır.%player%} is false:
            send player title "&c&lEV" with subtitle "&e&lIşınlanıyorsun!" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| | |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l| |" for 0.5 seconds
            wait 1 second
            send player title "&c&lIşınlanılıyor" with subtitle "&e&l|" for 0.5 seconds
            wait 1 second
            teleport player to {ev.%player%}
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "                     &aEvine Geldin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&a&lIşınlandın!" for 3 seconds  
        else:
            send player title "&c&lEV" with subtitle "&a&l/evkaydet Yazabilirsin!" for 3 seconds
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "      &cSenin Bir Evin Yok! &e/evkaydet &cYazabilirsin" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player          
          
command /evreset:
    trigger:
        if {evreset.%player%} is greater than or equal to 1:
            add -1 to {evreset.%player%}
            set {sınır.%player%} to true
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send "" to player
            send "&aEv Konumun Sıfırlandı Kalan Hak Sayısı &f&l[ &c%{evreset.%player%}% &f&l]" to player
            send "" to player
            send "&9&m-----------------&f&l[ &b&l- &c&lMainmup &b&l- &f&l]&9&m------------------" to player
            send player title "&c&lEV" with subtitle "&e&lKonum Sıfırlandı!" for 3 seconds
        else:
            send player title "&c&lEV" with subtitle "&a&lReset Hakkin Yok!" for 3 seconds
      
every 60 second:
    broadcast "&cServerimizde &e-/kordinatkaydet &f, &e-/kordinatgit &f, &e-/kordinat &f, &e-/evkaydet &f, &e-/evgit &f, &e-/ev &f, &e-/evreset &cKomutları Vardır!"
  
every 60 second:
    broadcast "&c&lSkype &b&l» &e&lMainmup"
Çalışmıyor, sorunu kendim çözdüm.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı