Skript Yardımı Biri Bakabilirmi Acil.

ChoasFlame

Taş Madencisi
Mesajlar
68
En iyi cevaplar
0
Beğeniler
4
Puanları
90
7MvYkN.png

Merhabalar Skript Şu Şekilde Kodu, ItemSpawner Skript
Oyuncular Bu Spawnerleri Koyunca Domuz Cıkıyor Fakat Ben Koyunca
ItemSpawneri Cıkıyor.
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "Spawner Market" to player
        wait 2 tick
        format slot 0 of player with 1 monster spawner named "&f&lDemir Spawner" with lore "&aFiyat &430M &bTl" to close then run [execute player command "demirspal"]           
        format slot 1 of player with 1 monster spawner named "&f&lDemir Blok Spawner" with lore "&aFiyat &440M &bTl" to close then run [execute player command "demirblokspal"]
        format slot 2 of player with 1 monster spawner named "&e&lAltin Spawner" with lore "&aFiyat &450M &bTl" to close then run [execute player command "altinspal"]
        format slot 3 of player with 1 monster spawner named "&e&lAltin Blok Spawner" with lore "&aFiyat &460M &bTl" to close then run [execute player command "altinblokspal"]
        format slot 4 of player with 1 monster spawner named "&a&lZumrut Spawner" with lore "&aFiyat &470M &bTl" to close then run [execute player command "zumrutspal"]
        format slot 5 of player with 1 monster spawner named "&a&lZumrut Blok Spawner" with lore "&aFiyat &480M &bTl" to close then run [execute player command "zumrutblokspal"]
        format slot 6 of player with 1 monster spawner named "&b&lElmas Spawner" with lore "&aFiyat &490M &bTl" to close then run [execute player command "elmasspal"]
        format slot 7 of player with 1 monster spawner named "&b&lElmas Blok Spawner" with lore "&aFiyat &4100M &bTl" to close then run [execute player command "elmasblokspal"]
        format slot 8 of player with 1 monster spawner named "&e&lSunger Spawner" with lore "&aFiyat &41Milyar &bTl" to close then run [execute player command "sungerspal"]

command /demirspal:
    trigger:
        if player's balance is bigger than 29999999:
            give monster spawner named "&f&lDemir Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Spawner &aSatin Aldiniz"
            remove 15000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /demirblokspal:
    trigger:
        if player's balance is bigger than 39999999:
            give monster spawner named "&f&lDemir Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Blok Spawner &aSatin Aldiniz"
            remove 30000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinspal:
    trigger:
        if player's balance is bigger than 49999999:
            give monster spawner named "&e&lAltin Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Spawner &aSatin Aldiniz"
            remove 40000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinblokspal:
    trigger:
        if player's balance is bigger than 59999999:
            give monster spawner named "&e&lAltin Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Blok Spawner &aSatin Aldiniz"
            remove 50000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutspal:
    trigger:
        if player's balance is bigger than 69999999:
            give monster spawner named "&a&lZumrut Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Spawner &aSatin Aldiniz"
            remove 60000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutblokspal:
    trigger:
        if player's balance is bigger than 79999999:
            give monster spawner named "&a&lZumrut Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Blok Spawner &aSatin Aldiniz"
            remove 70000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasspal:
    trigger:
        if player's balance is bigger than 89999999:
            give monster spawner named "&b&lElmas Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Spawner &aSatin Aldiniz"
            remove 80000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasblokspal:
    trigger:
        if player's balance is bigger than 99999999:
            give monster spawner named "&b&lElmas Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Blok Spawner &aSatin Aldiniz"
            remove 90000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /sungerspal:
    trigger:
        if player's balance is bigger than 999999999:
            give monster spawner named "&e&lSunger Spawner" to player
            send "&6Spawner Market &8&m->&r &eSunger Spawner &aSatin Aldiniz"
            remove 1000000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"




command /demirsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&f&lDemir Spawner":                   
        set {_location} to location of targeted block
        set {demirspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player


command /demirbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&f&lDemir Blok Spawner":                   
        set {_location} to location of targeted block
        set {demirblokspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirblokspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&e&lAltin Spawner":                   
        set {_location} to location of targeted block
        set {altinspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinspawner1::*}
        clear {altinspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&e&lAltin Blok Spawner":                   
        set {_location} to location of targeted block
        set {altinblokspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinblokspawner1::*}
        clear {altinblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Spawner":                   
        set {_location} to location of targeted block
        set {zumrutspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutspawner1::*}
        clear {zumrutspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Blok Spawner":                   
        set {_location} to location of targeted block
        set {zumrutblokspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutblokspawner1::*}
        clear {zumrutblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmassp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&b&lElmas Spawner":                   
        set {_location} to location of targeted block
        set {elmasspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasspawner1::*}
        clear {elmasspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmasbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&b&lElmas Blok Spawner":                   
        set {_location} to location of targeted block
        set {elmasblokspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasblokspawner1::*}
        clear {elmasblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player

command /sungersp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lSunger Spawner" to player
        
on place of mob spawner:
    if name of player's tool is "&e&lSunger Spawner":                   
        set {_location} to location of targeted block
        set {sungerspawner1::%{_location}%} to {_location}       
        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 2 tick
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:sponge,Count:1b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:80,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"   
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {sungerspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {sungerspawner1::*}
        clear {sugerspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lSunger Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player
7MvYkN.png
 


LordOfTürk

Bööö!
Site İK Yöneticisi
Mesajlar
1,214
En iyi cevaplar
83
Beğeniler
973
Puanları
4,290
Ruh hali
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "Spawner Market" to player
        wait 2 second
        format slot 0 of player with 1 monster spawner named "&f&lDemir Spawner" with lore "&aFiyat &430M &bTl" to close then run [execute player command "demirspal"]          
        format slot 1 of player with 1 monster spawner named "&f&lDemir Blok Spawner" with lore "&aFiyat &440M &bTl" to close then run [execute player command "demirblokspal"]
        format slot 2 of player with 1 monster spawner named "&e&lAltin Spawner" with lore "&aFiyat &450M &bTl" to close then run [execute player command "altinspal"]
        format slot 3 of player with 1 monster spawner named "&e&lAltin Blok Spawner" with lore "&aFiyat &460M &bTl" to close then run [execute player command "altinblokspal"]
        format slot 4 of player with 1 monster spawner named "&a&lZumrut Spawner" with lore "&aFiyat &470M &bTl" to close then run [execute player command "zumrutspal"]
        format slot 5 of player with 1 monster spawner named "&a&lZumrut Blok Spawner" with lore "&aFiyat &480M &bTl" to close then run [execute player command "zumrutblokspal"]
        format slot 6 of player with 1 monster spawner named "&b&lElmas Spawner" with lore "&aFiyat &490M &bTl" to close then run [execute player command "elmasspal"]
        format slot 7 of player with 1 monster spawner named "&b&lElmas Blok Spawner" with lore "&aFiyat &4100M &bTl" to close then run [execute player command "elmasblokspal"]
        format slot 8 of player with 1 monster spawner named "&e&lSunger Spawner" with lore "&aFiyat &41Milyar &bTl" to close then run [execute player command "sungerspal"]

command /demirspal:
    trigger:
        if player's balance is bigger than 29999999:
            give monster spawner named "&f&lDemir Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Spawner &aSatin Aldiniz"
            remove 15000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /demirblokspal:
    trigger:
        if player's balance is bigger than 39999999:
            give monster spawner named "&f&lDemir Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Blok Spawner &aSatin Aldiniz"
            remove 30000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinspal:
    trigger:
        if player's balance is bigger than 49999999:
            give monster spawner named "&e&lAltin Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Spawner &aSatin Aldiniz"
            remove 40000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinblokspal:
    trigger:
        if player's balance is bigger than 59999999:
            give monster spawner named "&e&lAltin Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Blok Spawner &aSatin Aldiniz"
            remove 50000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutspal:
    trigger:
        if player's balance is bigger than 69999999:
            give monster spawner named "&a&lZumrut Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Spawner &aSatin Aldiniz"
            remove 60000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutblokspal:
    trigger:
        if player's balance is bigger than 79999999:
            give monster spawner named "&a&lZumrut Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Blok Spawner &aSatin Aldiniz"
            remove 70000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasspal:
    trigger:
        if player's balance is bigger than 89999999:
            give monster spawner named "&b&lElmas Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Spawner &aSatin Aldiniz"
            remove 80000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasblokspal:
    trigger:
        if player's balance is bigger than 99999999:
            give monster spawner named "&b&lElmas Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Blok Spawner &aSatin Aldiniz"
            remove 90000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /sungerspal:
    trigger:
        if player's balance is bigger than 999999999:
            give monster spawner named "&e&lSunger Spawner" to player
            send "&6Spawner Market &8&m->&r &eSunger Spawner &aSatin Aldiniz"
            remove 1000000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"




command /demirsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&f&lDemir Spawner":                  
        set {_location} to location of targeted block
        set {demirspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player


command /demirbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&f&lDemir Blok Spawner":                  
        set {_location} to location of targeted block
        set {demirblokspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirblokspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&e&lAltin Spawner":                  
        set {_location} to location of targeted block
        set {altinspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinspawner1::*}
        clear {altinspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&e&lAltin Blok Spawner":                  
        set {_location} to location of targeted block
        set {altinblokspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinblokspawner1::*}
        clear {altinblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Spawner":                  
        set {_location} to location of targeted block
        set {zumrutspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutspawner1::*}
        clear {zumrutspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Blok Spawner":                  
        set {_location} to location of targeted block
        set {zumrutblokspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutblokspawner1::*}
        clear {zumrutblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmassp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&b&lElmas Spawner":                  
        set {_location} to location of targeted block
        set {elmasspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasspawner1::*}
        clear {elmasspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmasbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&b&lElmas Blok Spawner":                  
        set {_location} to location of targeted block
        set {elmasblokspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasblokspawner1::*}
        clear {elmasblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player

command /sungersp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lSunger Spawner" to player
       
on place of mob spawner:
    if name of player's tool is "&e&lSunger Spawner":                  
        set {_location} to location of targeted block
        set {sungerspawner1::%{_location}%} to {_location}      
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:sponge,Count:1b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:80,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "manudelp %player% minecraft.command.setblock"  
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {sungerspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {sungerspawner1::*}
        clear {sugerspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lSunger Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player
böyle denermisin ?
 

LordOfTürk

Bööö!
Site İK Yöneticisi
Mesajlar
1,214
En iyi cevaplar
83
Beğeniler
973
Puanları
4,290
Ruh hali
Hmm sk yı nerden aldıysan açıklamalarına bak addonlardan biri yüklü deyildir mutemelen
- skUtilities
- SkQuery

bunları yükle tekrar dene
 
Son düzenleme:

ChoasFlame

Taş Madencisi
Mesajlar
68
En iyi cevaplar
0
Beğeniler
4
Puanları
90
ben koyunca oluyor oyuncu koyunca olmuyor
 

LordOfTürk

Bööö!
Site İK Yöneticisi
Mesajlar
1,214
En iyi cevaplar
83
Beğeniler
973
Puanları
4,290
Ruh hali
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "Spawner Market" to player
        wait 2 second
        format slot 0 of player with 1 monster spawner named "&f&lDemir Spawner" with lore "&aFiyat &430M &bTl" to close then run [execute player command "demirspal"]         
        format slot 1 of player with 1 monster spawner named "&f&lDemir Blok Spawner" with lore "&aFiyat &440M &bTl" to close then run [execute player command "demirblokspal"]
        format slot 2 of player with 1 monster spawner named "&e&lAltin Spawner" with lore "&aFiyat &450M &bTl" to close then run [execute player command "altinspal"]
        format slot 3 of player with 1 monster spawner named "&e&lAltin Blok Spawner" with lore "&aFiyat &460M &bTl" to close then run [execute player command "altinblokspal"]
        format slot 4 of player with 1 monster spawner named "&a&lZumrut Spawner" with lore "&aFiyat &470M &bTl" to close then run [execute player command "zumrutspal"]
        format slot 5 of player with 1 monster spawner named "&a&lZumrut Blok Spawner" with lore "&aFiyat &480M &bTl" to close then run [execute player command "zumrutblokspal"]
        format slot 6 of player with 1 monster spawner named "&b&lElmas Spawner" with lore "&aFiyat &490M &bTl" to close then run [execute player command "elmasspal"]
        format slot 7 of player with 1 monster spawner named "&b&lElmas Blok Spawner" with lore "&aFiyat &4100M &bTl" to close then run [execute player command "elmasblokspal"]
        format slot 8 of player with 1 monster spawner named "&e&lSunger Spawner" with lore "&aFiyat &41Milyar &bTl" to close then run [execute player command "sungerspal"]

command /demirspal:
    trigger:
        if player's balance is bigger than 29999999:
            give monster spawner named "&f&lDemir Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Spawner &aSatin Aldiniz"
            remove 15000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /demirblokspal:
    trigger:
        if player's balance is bigger than 39999999:
            give monster spawner named "&f&lDemir Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &fDemir Blok Spawner &aSatin Aldiniz"
            remove 30000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinspal:
    trigger:
        if player's balance is bigger than 49999999:
            give monster spawner named "&e&lAltin Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Spawner &aSatin Aldiniz"
            remove 40000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /altinblokspal:
    trigger:
        if player's balance is bigger than 59999999:
            give monster spawner named "&e&lAltin Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &eAltin Blok Spawner &aSatin Aldiniz"
            remove 50000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutspal:
    trigger:
        if player's balance is bigger than 69999999:
            give monster spawner named "&a&lZumrut Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Spawner &aSatin Aldiniz"
            remove 60000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /zumrutblokspal:
    trigger:
        if player's balance is bigger than 79999999:
            give monster spawner named "&a&lZumrut Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &aZumrut Blok Spawner &aSatin Aldiniz"
            remove 70000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasspal:
    trigger:
        if player's balance is bigger than 89999999:
            give monster spawner named "&b&lElmas Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Spawner &aSatin Aldiniz"
            remove 80000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /elmasblokspal:
    trigger:
        if player's balance is bigger than 99999999:
            give monster spawner named "&b&lElmas Blok Spawner" to player
            send "&6Spawner Market &8&m->&r &bElmas Blok Spawner &aSatin Aldiniz"
            remove 90000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"

command /sungerspal:
    trigger:
        if player's balance is bigger than 999999999:
            give monster spawner named "&e&lSunger Spawner" to player
            send "&6Spawner Market &8&m->&r &eSunger Spawner &aSatin Aldiniz"
            remove 1000000000 from player's balance
        else:
            send "&6Spawner Market &8&m->&r &aParaniz Yetersiz"




command /demirsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&f&lDemir Spawner":                 
        set {_location} to location of targeted block
        set {demirspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player


command /demirbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&f&lDemir Blok Spawner":                 
        set {_location} to location of targeted block
        set {demirblokspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {demirblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {demirblokspawner1::*}
        clear {demirblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&f&lDemir Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&e&lAltin Spawner":                 
        set {_location} to location of targeted block
        set {altinspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_ingot,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinspawner1::*}
        clear {altinspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /altinbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&e&lAltin Blok Spawner":                 
        set {_location} to location of targeted block
        set {altinblokspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {altinblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {altinblokspawner1::*}
        clear {altinblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lAltin Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutsp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Spawner":                 
        set {_location} to location of targeted block
        set {zumrutspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutspawner1::*}
        clear {zumrutspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /zumrutbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&a&lZumrut Blok Spawner":                 
        set {_location} to location of targeted block
        set {zumrutblokspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {zumrutblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {zumrutblokspawner1::*}
        clear {zumrutblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&a&lZumrut Blok Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmassp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&b&lElmas Spawner":                 
        set {_location} to location of targeted block
        set {elmasspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasspawner1::*}
        clear {elmasspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player

command /elmasbloksp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&b&lElmas Blok Spawner":                 
        set {_location} to location of targeted block
        set {elmasblokspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond_block,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:70,MaxSpawnDelay:80,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {elmasblokspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {elmasblokspawner1::*}
        clear {elmasblokspawner1::%location of targeted block%}
        give 1 mob spawner named "&b&lElmas Blok Spawner" to player

command /sungersp:
    permission: op
    permission message: &e&lPaid&f&lNW &8> &9Bu komutu kullanamazsın.
    trigger:
        give 1 mob spawner named "&e&lSunger Spawner" to player
      
on place of mob spawner:
    if name of player's tool is "&e&lSunger Spawner":                 
        set {_location} to location of targeted block
        set {sungerspawner1::%{_location}%} to {_location}     
        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 2 second
        execute player command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:sponge,Count:1b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:3,MinSpawnDelay:80,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        wait 2 second
        execute console command "/manudelp %player% minecraft.command.setblock" 
        send "&e&lPaid&f&lNW &8> &9Spawneri kazma ile kırabilirsin." to player
        send "&e&lPaid&f&lNW &8> &9Kırınca sana verilecektir." to player

on break of mob spawner:
    if {sungerspawner1::%location of targeted block%} is set:
        cancel event
        set block to air
        remove location of targeted block from {sungerspawner1::*}
        clear {sugerspawner1::%location of targeted block%}
        give 1 mob spawner named "&e&lSunger Spawner" to player
        send "&e&lPaid&f&lNW &8> &9Spawnerin verildi." to player
bunu aynen kopyala ve dene
 

Üst