Çözüldü Arkadaslar Ben Bir Plugin Paketi Yaptirdim yardimci olmadi sonra Bi Sıkıntı Var Yardimci Olursaniz

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ErenUysal213

Somon Balığı Selam Vermeye Geldi
Katılım
9 Haziran 2019
Mesajlar
11
Elmaslar
2
Puan
900
Yaş
22
arkdaslar bütün plleri dedin bütün skriptleri denedim demir spawner diye elime geliyor koyarken domuz sp olarak cıkıyor
 

Sunucunuz 1.12 ise sürüm çıkartabilir. Daha detaylı anlatabilirseniz veya kodu paylaşırsanız yardım edebiliriz.
 
Buyrun bu skripti kullanabilirsiniz hata çıkarsa söyleyin yardımcı olurum
Kod:
on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bElmas Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {elmassspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {elmassspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&bElmas Blok &8- &aSpawner" at {_1}
        remove {_1} from {elmassspawner::*}
command /elmassp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&bElmas Blok &8- &aSpawner" to player

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDemir &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDemir &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {demirsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {demirsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDemir &8- &aSpawner" at {_1}
        remove {_1} from {demirsspawner::*}
command /demirsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDemir &8- &aSpawner" to player 

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDemir Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:42,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDemir Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {demirbloksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {demirbloksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDemir Blok &8- &aSpawner" at {_1}
        remove {_1} from {demirbloksspawner::*}
command /demirbloksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDemir Blok &8- &aSpawner" to player   

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:133,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &2Zumrüt Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {zumrutbloksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {zumrutbloksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut Blok &8- &aSpawner" at {_1}
        remove {_1} from {zumrutbloksspawner::*}
command /zümrütsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&2Zumrut Blok &8- &aSpawner" to player

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eSunger &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:19,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eSunger &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {sungersspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {sungersspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eSunger &8- &aSpawner" at {_1}
        remove {_1} from {sungersspawner::*}
command /süngersp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eSunger &8- &aSpawner" to player 

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eEnd &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:121,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eEnd &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {end::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {end::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eEnd &8- &aSpawner" at {_1}
        remove {_1} from {end::*}
command /endsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eEnd &8- &aSpawner" to player   

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&3Prizmarin &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:168,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &3Prizmarin &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {prizmarinsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {prizmarinsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&3Prizmarin &8- &aSpawner" at {_1}
        remove {_1} from {prizmarinsspawner::*}
command /prizsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&3Prizmarin &8- &aSpawner" to player   

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltın &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:266,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eAltın &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {altinsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {altinsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltın &8- &aSpawner" at {_1}
        remove {_1} from {altınsspawner::*}
command /altınsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eAltın Blok &8- &aSpawner" to player   

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltın Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:41,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eAltın Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {altinbsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {altinbsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltın Blok &8- &aSpawner" at {_1}
        remove {_1} from {altınbsspawner::*}
command /altınbloksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eAltın Blok &8- &aSpawner" to player       

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:388,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &2Zümrüt &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {zumrutsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {zumrutsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut &8- &aSpawner" at {_1}
        remove {_1} from {zumrutsspawner::*}
command /zumrutsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&2Zumrut &8- &aSpawner" to player       

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bElmas &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {elmasksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {elmasksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&bElmas &8- &aSpawner" at {_1}
        remove {_1} from {elmasksspawner::*}
command /elmasksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&bElmas &8- &aSpawner" to player   
            
on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&3Koyu Prizmarin &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:prismarine:2,Damage:2,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {koprizsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {koprizsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&3Koyu Prizmarin &8- &aSpawner" at {_1}
        remove {_1} from {koprizsspawner::*}
command /koyuprizsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&3Koyu Prizmarin &8- &aSpawner" to player

on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDeniz Feneri &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:169,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDeniz Feneri &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {denizspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {denizspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDeniz Feneri &8- &aSpawner" at {_1}
        remove {_1} from {denizspawner::*}
command /denizfenerisp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDeniz Feneri &8- &aSpawner" to player
 
Buyrun bu skripti kullanabilirsiniz hata çıkarsa söyleyin yardımcı olurum
Kod:
on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bElmas Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {elmassspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {elmassspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&bElmas Blok &8- &aSpawner" at {_1}
        remove {_1} from {elmassspawner::*}
command /elmassp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&bElmas Blok &8- &aSpawner" to player

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDemir &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDemir &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {demirsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {demirsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDemir &8- &aSpawner" at {_1}
        remove {_1} from {demirsspawner::*}
command /demirsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDemir &8- &aSpawner" to player

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDemir Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:42,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDemir Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {demirbloksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {demirbloksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDemir Blok &8- &aSpawner" at {_1}
        remove {_1} from {demirbloksspawner::*}
command /demirbloksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDemir Blok &8- &aSpawner" to player  

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:133,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &2Zumrüt Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {zumrutbloksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {zumrutbloksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut Blok &8- &aSpawner" at {_1}
        remove {_1} from {zumrutbloksspawner::*}
command /zümrütsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&2Zumrut Blok &8- &aSpawner" to player

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eSunger &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:19,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eSunger &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {sungersspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {sungersspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eSunger &8- &aSpawner" at {_1}
        remove {_1} from {sungersspawner::*}
command /süngersp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eSunger &8- &aSpawner" to player

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eEnd &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:121,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eEnd &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {end::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {end::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eEnd &8- &aSpawner" at {_1}
        remove {_1} from {end::*}
command /endsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eEnd &8- &aSpawner" to player  

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&3Prizmarin &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:168,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &3Prizmarin &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {prizmarinsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {prizmarinsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&3Prizmarin &8- &aSpawner" at {_1}
        remove {_1} from {prizmarinsspawner::*}
command /prizsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&3Prizmarin &8- &aSpawner" to player  

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltın &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:266,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eAltın &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {altinsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {altinsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltın &8- &aSpawner" at {_1}
        remove {_1} from {altınsspawner::*}
command /altınsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eAltın Blok &8- &aSpawner" to player  

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltın Blok &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:41,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &eAltın Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {altinbsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {altinbsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltın Blok &8- &aSpawner" at {_1}
        remove {_1} from {altınbsspawner::*}
command /altınbloksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&eAltın Blok &8- &aSpawner" to player      

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:388,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &2Zümrüt &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {zumrutsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {zumrutsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut &8- &aSpawner" at {_1}
        remove {_1} from {zumrutsspawner::*}
command /zumrutsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&2Zumrut &8- &aSpawner" to player      

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bElmas &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {elmasksspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {elmasksspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&bElmas &8- &aSpawner" at {_1}
        remove {_1} from {elmasksspawner::*}
command /elmasksp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&bElmas &8- &aSpawner" to player  
           
on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&3Koyu Prizmarin &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:prismarine:2,Damage:2,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {koprizsspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {koprizsspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&3Koyu Prizmarin &8- &aSpawner" at {_1}
        remove {_1} from {koprizsspawner::*}
command /koyuprizsp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&3Koyu Prizmarin &8- &aSpawner" to player

on place of a mob spawner:  
    set {_someVariable} to name of held item of player
    {_someVariable} is "&fDeniz Feneri &8- &aSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:169,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &fDeniz Feneri &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {denizspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {denizspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&fDeniz Feneri &8- &aSpawner" at {_1}
        remove {_1} from {denizspawner::*}
command /denizfenerisp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&fDeniz Feneri &8- &aSpawner" to player

dostum sennikinde dedim hep bole oluyor
 

Ekli dosyalar

  • 1562505563051.png
    1562505563051.png
    335,2 KB · Görüntüleme: 259
dostum sennikinde dedim hep bole oluyor
ItemSpawn.sk diye bir skriptin mevcut benim attığım skripti spawner.sk olarak kaydetmişsin komutlar çakışıyor demir spawner itemspawn.sk yi /sk disable itemspawn şeklinde kapat veya sil düzelicektir gelişmeleri bildirmeyi unutma iyi forumlar
 
ItemSpawn.sk diye bir skriptin mevcut benim attığım skripti spawner.sk olarak kaydetmişsin komutlar çakışıyor demir spawner itemspawn.sk yi /sk disable itemspawn şeklinde kapat veya sil düzelicektir gelişmeleri bildirmeyi unutma iyi forumlar
hayir hic bir alakasi yok sildim yine aynisi yine aynı domuz
 
ViaVersion ile alakalı olabilir. Kaldırıp deneyin.
 
SilkSpawners>mobs.yml de item kısmı true yapıp dener misiniz
 
Hocam dc den bana ulaş arkadaşların verdiği skript sunucunu aşırı yoracaktır! Yardımcı olurum sana. zNightLastTR | EmreCan#2924
 
Hocam dc den bana ulaş arkadaşların verdiği skript sunucunu aşırı yoracaktır! Yardımcı olurum sana. zNightLastTR | EmreCan#2924
pardon olmadi büyük kü,cück harfler dikat edin diyor
 
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