SPAWNER SKRİPT YARDIM

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

yiğit_15226426

Altın Benim Yeni Sevgilim
Katılım
9 Temmuz 2017
Mesajlar
433
Elmaslar
72
Puan
0
Minecraft
DestroyerSlayer_

Discord:

Dropex2#3234

Aşşadaki Önceden Bu Forumdan Bulduğum Bi Spawner Skripti
Eskiden Çalışıyordu Yere Koyunca Demir Oluyodu Artık Domuz Oluyor PL Paketi Falan Değiştim Daha Çalışmıyor
Sizce Ne Plsi Gerekiyor Çalışması Için Çok Acil Yardıma Ihtiyacım Var


Kod:
variables:
    {dsp.%player%} = 0


  
options:
    delay: 100 # zaman
    count: 1 # adet

command /dspver [<player>] <number>:
    permission: op
    permission message: &f&lDeep&e&lNW &4Kullanmak Icin Yetkiniz Yok
    trigger:
        if arg 1 is set:
            if arg 2 is set:
                execute console command "manuaddp %arg 1% DSP.Kullanim"
                execute console command "give %arg 1% 52 %arg 2% name:&5Demir&0-&fSpawner"
      
          
on place of a mob spawner:
    if name of player's tool is "&5Demir&0-&fSpawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        execute console command "manuaddp %player% minecraft.command.setblock"
        wait 0.03 seconds
        execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        execute console command "manudelp %player% minecraft.command.setblock"
        set {_1} to location of event-block
        add {_1} to {demirspawner::*}

on break of mob spawner:
    set {_1} to location of event-block
    loop {demirspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        execute console command "dspver %player% 1"
        remove {_1} from {demirspawner::*}
 
SilkSpawners pluginini sunucunuza kurup deneyiniz.
 
Kod:
        execute console command "manuaddp %player% minecraft.command.setblock"
        wait 0.03 seconds
        execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        execute console command "manudelp %player% minecraft.command.setblock"
yerine
Kod:
        execute console command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
yazıp dene
 
Kod:
        execute console command "manuaddp %player% minecraft.command.setblock"
        wait 0.03 seconds
        execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
        execute console command "manudelp %player% minecraft.command.setblock"
yerine
Kod:
        execute console command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
yazıp dene
SilkSpawners pluginini sunucunuza kurup deneyiniz.
Denedim Ikisinide Olmadı :/
 
Skript sürümünü ve addonların sürümlerini güncelle ve skriptin gerçek addonu olmayan (wildskript vb.) pluginleri sil
 
Dostum birde bunu dene istersen bende çalışıyor

fark varmı bilmiyorum ama

Kod:
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&b&lDemir Spawneri"
    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 1 second
    execute console command  "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:2b}},SpawnCount:3,SpawnRange:3,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
    send "&e&l » &bDemir Spawneri başarıyla koydun!"
    set {_1} to location of event-block
    add {_1} to {demirspawner::*}
 
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 "&b&lDemir Spawneri" at {_1}
        remove {_1} from {demirspawner::*}

command /demirsp:
    permission: sk.admin
    trigger:
        if player is op:
            give a mob spawner named "&b&lDemir Spawneri" to player
 
Dostum birde bunu dene istersen bende çalışıyor

fark varmı bilmiyorum ama

Kod:
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&b&lDemir Spawneri"
    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 1 second
    execute console command  "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:2b}},SpawnCount:3,SpawnRange:3,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
    send "&e&l » &bDemir Spawneri başarıyla koydun!"
    set {_1} to location of event-block
    add {_1} to {demirspawner::*}

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 "&b&lDemir Spawneri" at {_1}
        remove {_1} from {demirspawner::*}

command /demirsp:
    permission: sk.admin
    trigger:
        if player is op:
            give a mob spawner named "&b&lDemir Spawneri" to player
world adlı dünyada çalışırken askyblock adlı dünyada çalışmıyor ://
 
propertiyes dosyasındaki level-name manuel olarak world geliyor onu sk nın çalışması istediğin world nameyi yaz.
 
propertiyes dosyasındaki level-name manuel olarak world geliyor onu sk nın çalışması istediğin world nameyi yaz.

hem world hem askyblockda çalışmasını istiyorum ne yapmalıyım
 
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