Sol Reklam
Sağ Reklam

ya arkadaşlar sizi yorucam özür dilerim ama lütfen demirbloksp altınbloksp elmasbloksp zümrütbloksp prizmarinsp süngersp end sp skriptini yaparmısınız

Durum
Mesaj gönderimine kapalı.

EpikLava

Developer/oyna.epiklava.com
Katılım
1 Kasım 2018
Mesajlar
1.567
Elmaslar
419
Puanlar
8.735
Kod:
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&b&lElmas Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &bElmas Spawner basariyla koydun!"
    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 of silk touch
    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 "&b&lElmas Spawner" at {_1}
        remove {_1} from {elmassspawner::*}
command /spelmas:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&b&lElmas Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&b&lElmas Block Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &bElmas Block Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {elmasssspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {elmasssspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&b&lElmas Spawner" at {_1}
        remove {_1} from {elmasssspawner::*}
command /spelmasblock:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&b&lElmas Block Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&7Demir Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &7Demir Spawner Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {demirspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {demirspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&7Demir Spawner" at {_1}
        remove {_1} from {demirspawner::*}
command /spdemir:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&7Demir Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&7Demir Block Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &7Demir Block Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {demirblockspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {demirblockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&7Demir Block Spawner" at {_1}
        remove {_1} from {demirblockspawner::*}
command /spdemirblock:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&7Demir Block Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltin Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &eAltin Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {altinspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {altinspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltin Spawner" at {_1}
        remove {_1} from {altinspawner::*}
command /spaltin:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&eAltin Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eAltin Block Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &eAltin Block Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {altinblockspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {altinblockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eAltin Block Spawner" at {_1}
        remove {_1} from {altinblockspawner::*}
command /spaltinblock:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&eAltin Block Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &2Zumrut Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {zumrutspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {zumrutspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut Spawner" at {_1}
        remove {_1} from {zumrutspawner::*}
command /spzumrut:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&2Zumrut Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&2Zumrut Block Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &2Zumrut Block Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {zumrutblockspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {zumrutblockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&2Zumrut Block Spawner" at {_1}
        remove {_1} from {zumrutblockspawner::*}
command /spzumrutblock:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&2Zumrut Block Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&7End Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &7End Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {endspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {endspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&7End Spawner" at {_1}
        remove {_1} from {endspawner::*}
command /spend:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&7End Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eSunger Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &eSunger Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {sungerspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {sungerspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eSunger Spawner" at {_1}
        remove {_1} from {sungerspawner::*}
command /spsunger:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&eSunger Spawner" to player
         
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&3Prisma Spawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0.3 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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&e&l » &3Prisma Spawner basariyla koydun!"
    set {_1} to location of event-block
    add {_1} to {prismaspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {prismaspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&3Prisma Spawner" at {_1}
        remove {_1} from {prismaspawner::*}
command /spprisma:
    permission: SP.Kurucu
    trigger:
        if player is op:      
            give a mob spawner named "&3Prisma Spawner" to player
         
command /itemsp:
    permission: itemsp.liste
    trigger:
        send "&a---------&cItem Spawnerlar&a---------"
        send "&7/spdemir"
        send "&7/spdemirblock"
        send "&e/spaltin"
        send "&e/spaltinblock"
        send "&b/spelmas"
        send "&b/spelmasblock"
        send "&2/spzumrut"
        send "&2/spzumrutblock"
        send "&7/spend"
        send "&e/spsunger"
        send "&3/spprisma"
        send "&a--------------------------------"
Senin Attıgın Kod'da Sadece Blogu Koyuyosun Spawner İçinde İtemler Gözükmüyo Ben Şöyle Vereyim Güle Güle Kullan Aga Ana Komutu /itemsp Ordan Bakarsın Oyunda Sözüm Alpha320'ye Degil
Sure nasil ayarlariz
 

Onyldzz

Odunlara Vur Vur Vur!

Discord:

ŁΣ ✯ 16#8893

Katılım
24 Eylül 2018
Mesajlar
47
Elmaslar
9
Puanlar
6.260
Yaş
19
Minecraft
Onyldzz
Sure nasil ayarlariz
Bak
Kod:
   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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
Burdakı Delay vE Count Degiştirerek Count Atacagı Miktar Delay ise saniyesidir Kaç Saniyede Bir
 

EpikLava

Developer/oyna.epiklava.com
Katılım
1 Kasım 2018
Mesajlar
1.567
Elmaslar
419
Puanlar
8.735
Bak
Kod:
   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:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
Burdakı Delay vE Count Degiştirerek Count Atacagı Miktar Delay ise saniyesidir Kaç Saniyede Bir
yaptımda jet gıbı sunger atıyo
 

ProGaming123423

Somon Balığı Selam Vermeye Geldi
Katılım
7 Haziran 2017
Mesajlar
23
Elmaslar
0
Puanlar
0
Yaş
115
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı