EvrenTV > UstaMimarını Arıyor Moderator Alımımızda Mevcuttur.

EmreCR37

Taş Madencisi
En iyi cevaplar
0
n place of 56:
if name of player's tool is "&b&lElmas Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 3 diamond
wait 2 second
on break of 56:
set block to air
delete {place.%player%}

command /elmassp:
trigger:
if player is op:
give 1 56 named "&b&lElmas Spawner" to player



on place of 15:
if name of player's tool is "&f&lDemir Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 iron ingot
wait 2 second
on break of 15:
set block to air
delete {place.%player%}

command /demirsp:
trigger:
if player is op:
give 1 15 named "&f&lDemir Spawner" to player


on place of 14:
if name of player's tool is "&6&lAltın Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 4 gold ingot
wait 2 second
on break of 14:
set block to air
delete {place.%player%}

command /altinsp:
trigger:
if player is op:
give 1 14 named "&6&lAltın Spawner" to player


on place of 129:
if name of player's tool is "&2&lZümrüt Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 emerald
wait 3 second
on break of 129:
set block to air
delete {place.%player%}

command /zumrutsp:
trigger:
if player is op:
give 1 129 named "&2&lZümrüt Spawner" to player



on place of 42:
if name of player's tool is "&7&lDemir Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 2 iron block
wait 3 second
on break of 42:
set block to air
delete {place.%player%}

command /demirbloksp:
trigger:
if player is op:
give 1 42 named "&7&lDemir Blok Spawner" to player


on place of 41:
if name of player's tool is "&6&lAltın Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 gold block
wait 3 second
on break of 41:
set block to air
delete {place.%player%}

command /altinbloksp:
trigger:
if player is op:
give 1 41 named "&6&lAltın Blok Spawner" to player


on place of 57:
if name of player's tool is "&b&lElmas Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 7 diamond block
wait 3 second
on break of 57:
set block to air
delete {place.%player%}

command /elmasbloksp:
trigger:
if player is op:
give 1 57 named "&b&lElmas Blok Spawner" to player



on place of 133:
if name of player's tool is "&2&lZumrut Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 4 emerald block
wait 3 second
on break of 133:
set block to air
delete {place.%player%}

command /zumrutbloksp:
trigger:
if player is op:
give 1 133 named "&2&lZumrut Blok Spawner" to player



on place of 121:
if name of player's tool is "&a&lEnd Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 1 end stone
wait 30 second
on break of 121:
set block to air
delete {place.%player%}

command /endsp:
trigger:
if player is op:
give 1 121 named "&a&lEnd Spawner" to player
 

EmreCR37

Taş Madencisi
En iyi cevaplar
0
options:
p: &8[&cSunucu&8] &7 #Tag-Prefix ne olsun

command /hspawner [<text>] [<int>] [<int>] [<int>]:
permission: sk.admin
permission message: {@p} Bunu yapamazsın.
aliases: /hsp
trigger:
if arg 1 is set:
if arg 2 is set:
if arg 3 is set:
if arg 4 is set:
execute player command "setblock - - - minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:%arg 1%,Count:%arg 2%}},SpawnCount:%arg 3%,SpawnRange:%arg 4%,Delay:100,MinSpawnDelay:50}"
send "{@p} Başarıyla %arg 1% spawnerini bulunduğun yere koydun."
send "{@p} sp bilgileri:"
send "{@p} id: %arg 1%"
send "{@p} spnin içinde kaç tane %arg 1% var: %arg 2%"
send "{@p} sp 1 yumurtlamada kaç tane çıkartıyor: %arg 3%"
send "{@p} sp 1 yumurtlamada kaç blok uzağa atabiliyor: %arg 4%"
send "{@p} sp bilgileri:"
else:
send "{@p} Kullanım: /hspawner yardım"
else:
send "{@p} Kullanım: /hspawner yardım"
else:
send "{@p} Kullanım: /hspawner yardım"
else:
send "{@p} Kullanım: /hspawner yardım"
if arg 1 is "yardım":
send "{@p} Yardım menüsü"
send "{@p} /hspawner <item> <1keredekaçtaneçıkıyor> <etrafınakaçtaneyumurtlasın> <enfazlakaçblokuzağaatsın>"
send "{@p} örnek: <item> = diamond_block = 57"
send "{@p} örnek: <1 kerede kaç tane çıkıyor> = 1"
send "{@p} örnek: <etrafına kaç tane yumurtlasın> = 3"
send "{@p} örnek: <enfazla kaç blok uzağa atsın> = 3"
send "{@p} TAMörnek: /hspawner diamond_block 1 3 3"
 

EmreCR37

Taş Madencisi
En iyi cevaplar
0
variables:
{dsp.%player%} = 0
{esp.%player%} = 0
{asp.%player%} = 0
{zsp.%player%} = 0
{aasp.%player%} = 0
{coin.%player%} = 0

options:
delay: 10 # zaman
count: 1 # adet
p : &cSprey&fMC

command /dspver [<player>] <number>:
permission: SpreyMC.sp
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
execute console command "manuaddp %arg 1% DSP.Kullanim"
execute console command "give %arg 1% 52 %arg 2% name:&eDemirSpawner lore:&cKullanmadan_Once_envanterinizi_Bosaltin"
add arg-2 to {dsp.%arg-1%}
add arg-2 to {aasp.%arg-1%}
else:
send "&cKullanim : &7/dspver &c<kullaniciadi> &C<Adet>" to player
else:
send "&cKullanim : &7/dspver &c<kullaniciadi> &C<Adet>" to player

on place of a mob spawner:
if name of player's tool is "&eDemirSpawner":
if {dsp.%player%} is bigger than 0:
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
execute console command "manuaddp %player% minecraft.command.setblock"
wait 0.3 seconds
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &eDemir Spawneri başarıyla koydun!"
execute console command "manudelp %player% minecraft.command.setblock"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}
add -1 to {dsp.%player%}
add -1 to {aasp.%player%}
else:
cancel event
Send "&cOnce Satin Almalisiniz" to player

command /spbak <player>:
permission: SpreyMC.bakmak
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
arg 1 is set:
send "{@p} &eDemir Spawner Sayisi &8= &c%{dsp.%arg 1%}%"
send "{@p} &eAltin Spawner Sayisi &8= &c%{asp.%arg 1%}%"
send "{@p} &eElmas Spawner Sayisi &8= &c%{esp.%arg 1%}%"
send "{@p} &eZumrut Spawner Sayisi &8= &c%{zsp.%arg 1%}%"
send "{@p} &cToplam Spawner Sayisi &8= &c%{aasp.%arg 1%}%"
stop
else:
send "{@p} &7Lütfen Bir Isim Seciniz"

command /spver <player> <number> <text>:
permission: SpreyMC.sp
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
if arg 3 is set:
if arg 3 is "demir":
execute console command "/dspver %arg 1% %arg 2%"
send "{@p} &aSpawneri Basariyla Verdiniz!" to player
else:
if arg 3 is "elmas":
execute console command "/espver %arg 1% %arg 2%"
send "{@p} &aSpawneri Basariyla Verdiniz!" to player
else:
if arg 3 is "altin":
execute console command "/aspver %arg 1% %arg 2%"
send "{@p} &aSpawneri Basariyla Verdiniz!" to player
else:
if arg 3 is "zumrut":
execute console command "/zspver %arg 1% %arg 2%"
send "{@p} &aSpawneri Basariyla Verdiniz!" to player
else:
send "{@p} &cKullanim &7/Spver <Kullaniciadi> <adet> <Spawner>" to player
else:
send "{@p} &cKullanim &7/Spver <Kullaniciadi> <adet> <Spawner>" to player
else:
send "{@p} &cKullanim &7/Spver <Kullaniciadi> <adet> <Spawner>" to player

command /espver [<player>] <number>:
permission: SpreyMC.sp
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
execute console command "manuaddp %arg 1% ESP.Kullanim"
execute console command "give %arg 1% 52 %arg 2% name:&eElmasSpawner lore:&cKullanmadan_Once_envanterinizi_Bosaltin"
add arg-2 to {esp.%arg-1%}
add arg-2 to {aasp.%arg-1%}
else:
send "&cKullanim : &7/espver &c<kullaniciadi> &C<Adet>" to player
else:
send "&cKullanim : &7/espver &c<kullaniciadi> &C<Adet>" to player

command /aspver [<player>] <number>:
permission: SpreyMC.sp
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
execute console command "manuaddp %arg 1% ASP.Kullanim"
execute console command "give %arg 1% 52 %arg 2% name:&eAltinSpawner lore:&cKullanmadan_Once_envanterinizi_Bosaltin"
add arg-2 to {asp.%arg-1%}
add arg-2 to {aasp.%arg-1%}
else:
send "&cKullanim : &7/aspver &c<kullaniciadi> &C<Adet>" to player
else:
send "&cKullanim : &7/aspver &c<kullaniciadi> &C<Adet>" to player

command /zspver [<player>] <number>:
permission: SpreyMC.sp
permission message: {@p} &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
execute console command "manuaddp %arg 1% ZSP.Kullanim"
execute console command "give %arg 1% 52 %arg 2% name:&eZumrutSpawner lore:&cKullanmadan_Once_envanterinizi_Bosaltin"
add arg-2 to {zsp.%arg-1%}
add arg-2 to {aasp.%arg-1%}
else:
send "&cKullanim : &7/zspver &c<kullaniciadi> &C<Adet>" to player
else:
send "&cKullanim : &7/zspver &c<kullaniciadi> &C<Adet>" to player

on place of a mob spawner:
if name of player's tool is "&eElmasSpawner":
if {esp.%player%} is bigger than 0:
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
execute console command "manuaddp %player% minecraft.command.setblock"
wait 0.3 seconds
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id
,Count:1}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &eElmas Spawneri başarıyla koydun!"
execute console command "manudelp %player% minecraft.command.setblock"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}
add -1 to {esp.%player%}
add -1 to {aasp.%player%}
else:
cancel event
Send "&cOnce Satin Almalisiniz" to player

on place of a mob spawner:
if name of player's tool is "&eAltinSpawner":
if {asp.%player%} is bigger than 0:
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 seconds
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:gold_ingot,Count:1}},SpawnCount:2,SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &eAltin Spawneri başarıyla koydun!"
execute console command "manudelp %player% minecraft.command.setblock"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}
add -1 to {asp.%player%}
add -1 to {aasp.%player%}
else:
cancel event
Send "&cOnce Satin Almalisiniz" to player

on place of a mob spawner:
if name of player's tool is "&eZumrutSpawner":
if {zsp.%player%} is bigger than 0:
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 seconds
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:emerald,Count:1}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &eZumrut Spawneri başarıyla koydun!"
execute console command "manudelp %player% minecraft.command.setblock"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}
add -1 to {zsp.%player%}
add -1 to {aasp.%player%}
else:
cancel event
Send "&cOnce Satin Almalisiniz" to player

command /spyenile:
trigger:
if player have permission "SpreyMC.SP":
execute console command "sk reload spwnr"
send "&eSprey&FMC &cSkript Basariyla Yenilendi" to player
else:
send "&4Bunu Yapamazsin." to player

command /sp yardim:
trigger:
if player have permission "SpreyMC.SP":
send "&6--------------{@p}&6------------" to player
send "&6/spyenile &aSkripti Yeniler"
send "&6/spver <isim> <adet> <spawner (demir , altin , elmas , zumrut)> &aKisiye Spawner Verir " to player
send "&6/spbak <isim> &a Kisinin Kac Adet Spawnere Sahip Oldugu Gozukur"
send "&6/spsil <isim> &a Kisinin Butun Spawnerlerini Siler."
send "&6--------------{@p}&6------------" to player

command /spsil <player>:
permission: SpreyMC.sp
permission message: &eBunu Kullanamazsin.
trigger:
set {dsp.%arg 1%} to 0
set {esp.%arg 1%} to 0
set {asp.%arg 1%} to 0
set {zsp.%arg 1%} to 0
set {aasp.%arg 1%} to 0
execute console command "manudelp %arg 1% DSP.Kullanim"
execute console command "manudelp %arg 1% ESP.Kullanim"
execute console command "manudelp %arg 1% ASP.Kullanim"
execute console command "manudelp %arg 1% ZSP.Kullanim"
send "{@p} &6Basariyla Butun Spawnerler Silindi !" to player

command /coin:
send "{@p} &eCoinleriniz &3: &9%{coin.%player%}%" to player

command /demirspal:
if {coin.%player%} is bigger than 9:
add -10 to {coin.%player%}
execute console command "spver %player% 1 demir"
else:
send "{@p} &3: &9 Almak Icin Yeterli Coininiz Yok."

command /coin:
send "{@p} &eCoinleriniz &3: &9%{coin.%player%}%" to player

command /demirspal:
if {coin.%player%} is bigger than 9:
add -10 to {coin.%player%}
execute console command "spver %player% 1 demir"
else:
send "{@p} &3: &9 Almak Icin Yeterli Coininiz Yok."

command /altinspal:
if {coin.%player%} is bigger than 14:
add -15 to {coin.%player%}
execute console command "spver %player% 1 altin"
else:
send "{@p} &3: &9 Almak Icin Yeterli Coininiz Yok."

command /elmasspal:
if {coin.%player%} is bigger than 19:
add -20 to {coin.%player%}
execute console command "spver %player% 1 elmas"
else:
send "{@p} &3: &9 Almak Icin Yeterli Coininiz Yok."

command /zumrutspal:
if {coin.%player%} is bigger than 29:
add -30 to {coin.%player%}
execute console command "spver %player% 1 zumrut"
else:
send "{@p} &3: &9 Almak Icin Yeterli Coininiz Yok."
 

Keremkk52

Marangoz
En iyi cevaplar
0
on place of 56:
if name of player's tool is "&b&lElmas Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 3 diamond
wait 2 second
on break of 56:
set block to air
delete {place.%player%}

command /elmassp:
trigger:
if player is op:
give 1 56 named "&b&lElmas Spawner" to player



on place of 15:
if name of player's tool is "&f&lDemir Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 iron ingot
wait 2 second
on break of 15:
set block to air
delete {place.%player%}

command /demirsp:
trigger:
if player is op:
give 1 15 named "&f&lDemir Spawner" to player


on place of 14:
if name of player's tool is "&6&lAltın Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 4 gold ingot
wait 2 second
on break of 14:
set block to air
delete {place.%player%}

command /altinsp:
trigger:
if player is op:
give 1 14 named "&6&lAltın Spawner" to player


on place of 129:
if name of player's tool is "&2&lZümrüt Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 emerald
wait 3 second
on break of 129:
set block to air
delete {place.%player%}

command /zumrutsp:
trigger:
if player is op:
give 1 129 named "&2&lZümrüt Spawner" to player



on place of 42:
if name of player's tool is "&7&lDemir Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 2 iron block
wait 3 second
on break of 42:
set block to air
delete {place.%player%}

command /demirbloksp:
trigger:
if player is op:
give 1 42 named "&7&lDemir Blok Spawner" to player


on place of 41:
if name of player's tool is "&6&lAltın Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 5 gold block
wait 3 second
on break of 41:
set block to air
delete {place.%player%}

command /altinbloksp:
trigger:
if player is op:
give 1 41 named "&6&lAltın Blok Spawner" to player


on place of 57:
if name of player's tool is "&b&lElmas Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 7 diamond block
wait 3 second
on break of 57:
set block to air
delete {place.%player%}

command /elmasbloksp:
trigger:
if player is op:
give 1 57 named "&b&lElmas Blok Spawner" to player



on place of 133:
if name of player's tool is "&2&lZumrut Blok Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 4 emerald block
wait 3 second
on break of 133:
set block to air
delete {place.%player%}

command /zumrutbloksp:
trigger:
if player is op:
give 1 133 named "&2&lZumrut Blok Spawner" to player



on place of 121:
if name of player's tool is "&a&lEnd Spawner":
set {place.%player%} to "1"
while {place.%player%} is set:
drop 1 end stone
wait 30 second
on break of 121:
set block to air
delete {place.%player%}

command /endsp:
trigger:
if player is op:
give 1 121 named "&a&lEnd Spawner" to player
 
Üst