Çözüldü Skyblock serverimde oyuncular spleri kıramıyorlar

  • Konuyu Başlatan Konuyu Başlatan ssipahi
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 359
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ssipahi

Odunlara Vur Vur Vur!
Katılım
20 Temmuz 2015
Mesajlar
40
Elmaslar
5
Puan
13.210
Yaş
38
itemsp skriptinden dolayı olduğunu düşünüyorum
Kod:
command /spawnerver:
    permission: admin.sp
    permission message: &f&lSipahi&6&lNW &8» &cBilinmeyen komut kullandiniz!
    trigger:
        give 1 mob spawner named "&7Demir Spawner" to player
        give 1 mob spawner named "&7Altın Spawner" to player
        give 1 mob spawner named "&7Sunger Spawner" to player
        give 1 mob spawner named "&7Elmas Block Spawner" to player
        give 1 mob spawner named "&7End Block Spawner" to player
        give 1 mob spawner named "&7Zumrut Block Spawner" to player
        give 1 mob spawner named "&7Demir Block Spawner" to player
        give 1 mob spawner named "&7Elmas Spawner" to player
        give 1 mob spawner named "&7Zumrut Spawner" to player
        give 1 mob spawner named "&7Altin Block Spawner" to player
        give 1 mob spawner named "&7Prismarine Tugla Spawner" to player

command /spawnerkir [<text>]:
    permission: admin.sp
    permission message: &f&lSipahi&6&lNW &8» &cBilinmeyen komut kullandiniz!
    trigger:
        if arg-1 is "ac":
            send "&f&lSipahi&6&lNW &8» &cSpawner kırma açıldı!"
            set {spawnerkir.%player%} to true
        if arg-1 is "kapat":
            send "&f&lSipahi&6&lNW &8» &cSpawner kırma kapatıldı!"
            set {spawnerkir.%player%} to false
        else if arg-1 is not set:
            send "&f&lSipahi&6&lNW &8» &c/spawnerkir ac,kapat"

on rightclick:
    if event-block is a mob spawner:
        send "&f&lSipahi&6&lNW &8» &cSpawner Sahibi&f: &6%{sahibi::%event-block's location%}%"

on place of mob spawner:
    if name of player's tool is "&7Sunger Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:sponge,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Prismarine Tugla Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        set {prismarinebrickspawner1::%{_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:prismarine_bricks,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Altin Block Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Altin Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Zumrut Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Elmas Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Elmas Block Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7End Block Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:end_stone,Count:2b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"


on place of mob spawner:
    if name of player's tool is "&7Zumrut Block Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Demir Block Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

    if name of player's tool is "&7Demir Spawner":       
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {elmasspawner1::*}
            clear {elmasspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Elmas Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {elmasspawner1::*}
                    clear {elmasspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Elmas Spawner" to player
                else:
                    cancel event
    else if {elmasblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {elmasblokspawner1::*}
            clear {elmasblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Elmas Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {elmasblokspawner1::*}
                    clear {elmasblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Elmas Block Spawner" to player
                else:
                    cancel event
    else if {sungerspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {sungerspawner1::*}
            clear {sungerspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7End Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {sungerspawner1::*}
                    clear {sungerspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7End Block Spawner" to player
                else:
                    cancel event
    else if {prismarinebrickspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {prismarinebrickspawner1::*}
            clear {prismarinebrickspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Prismarine Tugla Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {prismarinebrickspawner1::*}
                    clear {prismarinebrickspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Prismarine Tugla Spawner" to player
                else:
                    cancel event
    else if {zumrutblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {zumrutblokspawner1::*}
            clear {zumrutblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Zumrut Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {zumrutblokspawner1::*}
                    clear {zumrutblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Zumrut Block Spawner" to player
                else:
                    cancel event       
    else if {zumrutspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {zumrutspawner1::*}
            clear {zumrutspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Zumrut Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {zumrutspawner1::*}
                    clear {zumrutspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Zumrut Spawner" to player
                else:
                    cancel event
    else if {altinblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinblokspawner1::*}
            clear {altinblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinblokspawner1::*}
                    clear {altinblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Block Spawner" to player
                else:
                    cancel event
    else if {altinspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinspawner1::*}
            clear {altinspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinspawner1::*}
                    clear {altinspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Spawner" to player
                else:
                    cancel event
    else if {altinspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinspawner1::*}
            clear {altinspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinspawner1::*}
                    clear {altinspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Spawner" to player
                else:
                    cancel event
    else if {demirblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {demirblokspawner1::*}
            clear {demirblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Demir Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {demirblokspawner1::*}
                    clear {demirblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Demir Block Spawner" to player
                else:
                    cancel event
    else if {demirspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {demirspawner1::*}
            clear {demirspawner1::%location of event-block%}
            delete {demirspawner1::%event-block's location%}
            give 1 mob spawner named "&7Demir Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {demirspawner1::*}
                    clear {demirspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Demir Spawner" to player
                else:
                    cancel event


command /spver [<player>] [<text>]:
    trigger:
        if player has the permission "sk.admin":
            if arg 1 is set:
                if arg 1 is online:
                    if arg 2 is set:
                        if arg 2 is "demir":
                            give a mob spawner named "&7Demir Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "altın":
                            give a mob spawner named "&7Altın Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "zumrut":
                            give a mob spawner named "&7Zumrut Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "elmas":
                            give a mob spawner named "&7Elmas Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "demirblok":
                            give a mob spawner named "&7Demir Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "altınblok":
                            give a mob spawner named "&7Altın Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "zumrutblok":
                            give a mob spawner named "&7Zumrut Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "elmasblok":
                            give a mob spawner named "&7Elmas Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "end":
                            give a mob spawner named "&7End Block Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else:
                            send "&f&lSipahi&6&lNW &8» &7Spawnerların listesi için /splist" to player
                    else:
                        send "&f&lSipahi&6&lNW &8» &7HATA spawner turunu girmediniz spawner listesine bakmak için /splist" to player
                else:
                    send "&f&lSipahi&6&lNW &8» &7HATA Belirlediğiniz Kişi Online Değil !" to player
            else:
                send "&f&lSipahi&6&lNW &8» &7Kullanım: /spver [isim] [spawner]" to player
                send "&f&lSipahi&6&lNW &8» &7Spğawner listesine bakmak için /splist" to player
        else:
            send "&f&lSipahi&6&lNW &8» &7Dostum &4Sk.Admin &7Yetkisine Sahip Olman Gerekmekte" to player


command /demirver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Demir Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /demirblokver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Demir Block Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /elmasver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Elmas Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /zumrutver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Zumrut Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player
 
silk touch kullanın
 
itemsp skriptinden dolayı olduğunu düşünüyorum
Kod:
command /spawnerver:
    permission: admin.sp
    permission message: &f&lSipahi&6&lNW &8» &cBilinmeyen komut kullandiniz!
    trigger:
        give 1 mob spawner named "&7Demir Spawner" to player
        give 1 mob spawner named "&7Altın Spawner" to player
        give 1 mob spawner named "&7Sunger Spawner" to player
        give 1 mob spawner named "&7Elmas Block Spawner" to player
        give 1 mob spawner named "&7End Block Spawner" to player
        give 1 mob spawner named "&7Zumrut Block Spawner" to player
        give 1 mob spawner named "&7Demir Block Spawner" to player
        give 1 mob spawner named "&7Elmas Spawner" to player
        give 1 mob spawner named "&7Zumrut Spawner" to player
        give 1 mob spawner named "&7Altin Block Spawner" to player
        give 1 mob spawner named "&7Prismarine Tugla Spawner" to player

command /spawnerkir [<text>]:
    permission: admin.sp
    permission message: &f&lSipahi&6&lNW &8» &cBilinmeyen komut kullandiniz!
    trigger:
        if arg-1 is "ac":
            send "&f&lSipahi&6&lNW &8» &cSpawner kırma açıldı!"
            set {spawnerkir.%player%} to true
        if arg-1 is "kapat":
            send "&f&lSipahi&6&lNW &8» &cSpawner kırma kapatıldı!"
            set {spawnerkir.%player%} to false
        else if arg-1 is not set:
            send "&f&lSipahi&6&lNW &8» &c/spawnerkir ac,kapat"

on rightclick:
    if event-block is a mob spawner:
        send "&f&lSipahi&6&lNW &8» &cSpawner Sahibi&f: &6%{sahibi::%event-block's location%}%"

on place of mob spawner:
    if name of player's tool is "&7Sunger Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:sponge,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Prismarine Tugla Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        set {prismarinebrickspawner1::%{_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:prismarine_bricks,Count:4b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Altin Block Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Altin Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Zumrut Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Elmas Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Elmas Block Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7End Block Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:end_stone,Count:2b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:15,Delay:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"


on place of mob spawner:
    if name of player's tool is "&7Zumrut Block Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on place of mob spawner:
    if name of player's tool is "&7Demir Block Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

    if name of player's tool is "&7Demir Spawner":      
        set {_location} to location of targeted block
        set {sahibi::%location of event-block%} to player
        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:30,MinSpawnDelay:300,MaxSpawnDelay:500,MaxNearbyEntities:9999}"
        wait 2 tick
        execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {elmasspawner1::*}
            clear {elmasspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Elmas Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {elmasspawner1::*}
                    clear {elmasspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Elmas Spawner" to player
                else:
                    cancel event
    else if {elmasblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {elmasblokspawner1::*}
            clear {elmasblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Elmas Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {elmasblokspawner1::*}
                    clear {elmasblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Elmas Block Spawner" to player
                else:
                    cancel event
    else if {sungerspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {sungerspawner1::*}
            clear {sungerspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7End Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {sungerspawner1::*}
                    clear {sungerspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7End Block Spawner" to player
                else:
                    cancel event
    else if {prismarinebrickspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {prismarinebrickspawner1::*}
            clear {prismarinebrickspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Prismarine Tugla Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {prismarinebrickspawner1::*}
                    clear {prismarinebrickspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Prismarine Tugla Spawner" to player
                else:
                    cancel event
    else if {zumrutblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {zumrutblokspawner1::*}
            clear {zumrutblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Zumrut Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {zumrutblokspawner1::*}
                    clear {zumrutblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Zumrut Block Spawner" to player
                else:
                    cancel event      
    else if {zumrutspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {zumrutspawner1::*}
            clear {zumrutspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Zumrut Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {zumrutspawner1::*}
                    clear {zumrutspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Zumrut Spawner" to player
                else:
                    cancel event
    else if {altinblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinblokspawner1::*}
            clear {altinblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinblokspawner1::*}
                    clear {altinblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Block Spawner" to player
                else:
                    cancel event
    else if {altinspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinspawner1::*}
            clear {altinspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinspawner1::*}
                    clear {altinspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Spawner" to player
                else:
                    cancel event
    else if {altinspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {altinspawner1::*}
            clear {altinspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Altin Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {altinspawner1::*}
                    clear {altinspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Altin Spawner" to player
                else:
                    cancel event
    else if {demirblokspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {demirblokspawner1::*}
            clear {demirblokspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Demir Block Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {demirblokspawner1::*}
                    clear {demirblokspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Demir Block Spawner" to player
                else:
                    cancel event
    else if {demirspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set block to air
            remove location of event-block from {demirspawner1::*}
            clear {demirspawner1::%location of event-block%}
            delete {demirspawner1::%event-block's location%}
            give 1 mob spawner named "&7Demir Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
            else:
                if {spawnerkir.%player%} is true:
                    cancel event
                    set block to air
                    remove location of event-block from {demirspawner1::*}
                    clear {demirspawner1::%location of event-block%}
                    delete {sahibi::%event-block's location%}
                    give 1 mob spawner named "&7Demir Spawner" to player
                else:
                    cancel event


command /spver [<player>] [<text>]:
    trigger:
        if player has the permission "sk.admin":
            if arg 1 is set:
                if arg 1 is online:
                    if arg 2 is set:
                        if arg 2 is "demir":
                            give a mob spawner named "&7Demir Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "altın":
                            give a mob spawner named "&7Altın Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "zumrut":
                            give a mob spawner named "&7Zumrut Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "elmas":
                            give a mob spawner named "&7Elmas Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "demirblok":
                            give a mob spawner named "&7Demir Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "altınblok":
                            give a mob spawner named "&7Altın Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "zumrutblok":
                            give a mob spawner named "&7Zumrut Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "elmasblok":
                            give a mob spawner named "&7Elmas Blok Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else if arg 2 is "end":
                            give a mob spawner named "&7End Block Spawner" to arg 1
                            send "&f&lSipahi&6&lNW &8» &7%arg 1% adlı oyuncuya  %arg 2% Spawneri verdiniz" to player
                            send "&f&lSipahi&6&lNW &8» &7%player% adlı yetkili sana  %arg 2% Spawneri verdi" to arg 1
                        else:
                            send "&f&lSipahi&6&lNW &8» &7Spawnerların listesi için /splist" to player
                    else:
                        send "&f&lSipahi&6&lNW &8» &7HATA spawner turunu girmediniz spawner listesine bakmak için /splist" to player
                else:
                    send "&f&lSipahi&6&lNW &8» &7HATA Belirlediğiniz Kişi Online Değil !" to player
            else:
                send "&f&lSipahi&6&lNW &8» &7Kullanım: /spver [isim] [spawner]" to player
                send "&f&lSipahi&6&lNW &8» &7Spğawner listesine bakmak için /splist" to player
        else:
            send "&f&lSipahi&6&lNW &8» &7Dostum &4Sk.Admin &7Yetkisine Sahip Olman Gerekmekte" to player


command /demirver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Demir Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /demirblokver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Demir Block Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /elmasver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Elmas Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player

command /zumrutver <player>:
    usage: "&f&lSipahi&6&lNW &8» &e/Obsidparaver <Oyuncu>"
    permission: titanyumverr.admin
    permission message: &f&lSipahi&6&lNW &8» &cBu Komutu Kullanmaya Izniniz Yok!
    trigger:
        arg 1 is set:
            give 1 mob spawner named "&7Zumrut Spawner"  to arg-1
            send "&f&lSipahi&6&lNW &8» &6Oyuncuya Başariyla Gonderildi" to player
Buyur:
Kod:
on break of mob spawner:
    if {elmasspawner1::%location of targeted block%} is set:
        if {sahibi::%event-block's location%} = player:
            cancel event
            set event-block to air
            remove location of event-block from {elmasspawner1::*}
            clear {elmasspawner1::%location of event-block%}
            delete {sahibi::%event-block's location%}
            give 1 mob spawner named "&7Elmas Spawner" to player
        else:
            if player do not have permission "sahip.op":
                send "&f&lSipahi&6&lNW &8» &cKendinizin olmayan spawneri kıramassınız! &eBu spawnerin sahibi &6%{sahibi::%event-block's location%}%"
                cancel event
Her set block to air yerine set event-block to air denermisin.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst