Sol Reklam
Sağ Reklam

Skript Paylaşımı Spawner Skripti [0 ERRORSUZ SKRİPT]

Durum
Mesaj gönderimine kapalı.

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok
EVET ARKADAŞLAR BUGÜN TAMAMEN BENİM KODLADIĞIM BİR SKRİPTİ TANITICAM SİZE
Bu Skript Hiçbir Plugine İhtiyaç Yoktur

Sıfır Errorsuz Ve Sadece Ve Sadece Adminler Alabilir :)

Gereken Bazı Pluginler:SkQuery

#RESİMLERİ:
spawneralmenü.PNG

spawneralmenü2.PNG

spal.PNG



MENULU SPAWNER SKRİPTİ
kodumuz -/spawneral :)

Kod:
#MENU KISMI
command /spawneral:
    trigger:
        open chest with 3 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 0 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 1 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 2 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 3 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 4 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 5 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 6 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 7 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 8 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 18 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 19 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 20 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 21 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 22 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 23 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 24 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 25 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 26 of player with 160:4 named "&cSonraki Sayfa" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawneral2"]
        format slot 9 of player with 52 named "&eSpawner" with lore "&8[&7Golem SP&8]" to run [execute player command "golemal"]
        format slot 10 of player with 52 named "&eSpawner" with lore "&8[&7Zombi SP&8]" to run [execute player command "zombial"]
        format slot 11 of player with 52 named "&eSpawner" with lore "&8[&7Örümcek SP&8]" to run [execute player command "örümcekal"]
        format slot 12 of player with 52 named "&eSpawner" with lore "&8[&7İskelet SP&8]" to run [execute player command "iskeletal"]
        format slot 13 of player with 52 named "&eSpawner" with lore "&8[&7Creeper SP&8]" to run [execute player command "creeperal"]
        format slot 14 of player with 52 named "&eSpawner" with lore "&8[&7Pigman SP&8]" to run [execute player command "pigmanal"]
        format slot 15 of player with 52 named "&eSpawner" with lore "&8[&7Enderman SP&8]" to run [execute player command "endermanal"]
        format slot 16 of player with 52 named "&eSpawner" with lore "&8[&7Blaze SP&8]" to run [execute player command "blazeal"]
        format slot 17 of player with 52 named "&eSpawner" with lore "&8[&7Slime SP&8]" to run [execute player command "slimeal"]


command /spawner:
    trigger:
        send "&3Skyblock &8» &eSkript &cby &8[&aMistok&8]"


#SPAWNER KISMI
command /golemal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Golem SP &eAldın!"
      execute console command "give %player% mob_spawner:99 64 name:&7Golem&eSpawner"
 
 
command /zombial:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Zombi SP &eAldın!"
      execute console command "give %player% mob_spawner:54 64 name:&7Zombı&eSpawner"
 
 
command /örümcekal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Orumcek SP &eAldın!"
      execute console command "give %player% mob_spawner:52 64 name:&7Orumcek&eSpawner"
 
 
command /iskeletal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Iskelet SP &eAldın!"
      execute console command "give %player% mob_spawner:51 64 name:&7Iskelet&eSpawner"
 
 
command /creeperal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Creeper SP &eAldın!"
      execute console command "give %player% mob_spawner:50 64 name:&7Creeper&eSpawner"
 
 
command /pigmanal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Pigman SP &eAldın!"
      execute console command "give %player% mob_spawner:57 64 name:&7Pigman&eSpawner"
 
 
command /endermanal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Enderman SP &eAldın!"
      execute console command "give %player% mob_spawner:58 64 name:&7Enderman&eSpawner"
 
 
command /blazeal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Blaze SP &eAldın!"
      execute console command "give %player% mob_spawner:61 64 name:&7Blaze&eSpawner"
 
 
command /slimeal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Slime SP &eAldın!"
      execute console command "give %player% mob_spawner:55 64 name:&7Slime&eSpawner"
 
 
 
 
 
 
 
#2. MENU KISMI
command /spawneral2:
    trigger:
        open chest with 3 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 0 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute console command "spawner"]
        format slot 1 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute console command "spawner"]
        format slot 2 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 3 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 4 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 5 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 6 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 7 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 8 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 18 of player with 160:4 named "&cÖnceki Sayfa" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawneral"]
        format slot 19 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 20 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 21 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 22 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 23 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 24 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 25 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 26 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 9 of player with 160:14 named "&eSpawner" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 10 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 16 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 17 of player with 160:14 named "&aSpawnerAl" with lore "&8[&7Spawner Skripti&8]" to run [execute player command "spawner"]
        format slot 11 of player with 52 named "&eSpawner" with lore "&8[&7Domuz SP&8]" to run [execute player command "domuzal"]
        format slot 12 of player with 52 named "&eSpawner" with lore "&8[&7Koyun SP&8]" to run [execute player command "koyunal"]
        format slot 13 of player with 52 named "&eSpawner" with lore "&8[&7Inek SP&8]" to run [execute player command "inekal"]
        format slot 14 of player with 52 named "&eSpawner" with lore "&8[&7Tavuk SP&8]" to run [execute player command "tavukal"]
        format slot 15 of player with 52 named "&eSpawner" with lore "&8[&7Mashroom SP&8]" to run [execute player command "inek2al"]
 
 
command /domuzal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Domuz SP &eAldın!"
      execute console command "give %player% mob_spawner:90 64 name:&7Domuz&eSpawner"
 
 
command /koyunal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Koyun SP &eAldın!"
      execute console command "give %player% mob_spawner:91 64 name:&7Koyun&eSpawner"
 
 
command /inekal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Inek SP &eAldın!"
      execute console command "give %player% mob_spawner:92 64 name:&7Inek&eSpawner"
 
 
command /tavukal:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Tavuk SP &eAldın!"
      execute console command "give %player% mob_spawner:93 64 name:&7Tavuk&eSpawner"
 
 
command /inek2al:
   executable by: players
   Permission: spawneral.sk
   Permission message:&aBu Komutu Kullanmaya &eErişimin &aYok!
   trigger:
      send "&3Skyblock &8» &aBaşarıyla &7Mashroom SP &eAldın!"
      execute console command "give %player% mob_spawner:96 64 name:&7Mashroom&eSpawner"

Arkadaşlar Skriptin Tek 1 Tane Bugu Var onu halen çözemedim. Bazı serverlerde skripti yükleyince ve skript sayesinde spawneri alınca ve spawneri yere koyunca spawner domuz spawn ediyor bu sorunumu halen çözemedim ama %20 lik bi bug Büyük ihtimalle bir Pluginden Dolayıdır Diye Düşünüyorum

SKRIPT TAMAMEN UCRETSİZDİR
 
Son düzenleme:

_OnePage_

Işık + Taş = Işıktaşı

Discord:

OnePage#1881

Katılım
16 Ocak 2020
Mesajlar
1.228
Elmaslar
838
Puanlar
8.575
Minecraft
_OnePage_
"Bu Skript Hiçbir Plugine İhtiyaç Yoktur"
Menü skyquery oda skriptin içinde var dimi.....

İlk skriptlerinmi bilmem ama kodlaması çok kötü eğer ilklerinden değilse fonksiyonu ögrenmen gerek ve skyquery menüsü yerine tuske menüsü tercih et skyquery menüsü buglu
 

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok
"Bu Skript Hiçbir Plugine İhtiyaç Yoktur"
Menü skyquery oda skriptin içinde var dimi.....

İlk skriptlerinmi bilmem ama kodlaması çok kötü eğer ilklerinden değilse fonksiyonu ögrenmen gerek ve skyquery menüsü yerine tuske menüsü tercih et skyquery menüsü buglu
teşekkür ederim bu benim ilk skriptimdi
 

kyr0xx

Birisi mi Spawnlandı?

Discord:

Alfredo'#6258

Katılım
17 Ocak 2019
Mesajlar
2
Elmaslar
1
Puanlar
8.750
Minecraft
Alfredo
Görsel koysaydın daha açıklayıcı ve ilgi çekici olabilirdi ama başarılı.
 

Zelious

Skripter

Discord:

eymenozerr

Katılım
30 Ocak 2020
Mesajlar
451
Elmaslar
225
Puanlar
7.060
Yer
İstanbul / Türkiye
Minecraft
eymenozerr
Öneri: Görsel koy kanka

Değerlendirme: 6/10

Yorum: İşe yarar ama kolay skript olmuş.

NOT: Fonksiyon öğrenmeni tavsiye ediyorum.
giphy.gif
 

canhucko

Creeper Evimi Patlattı

Discord:

Can Öztürk#6167

Katılım
19 Ekim 2014
Mesajlar
419
Elmaslar
186
Puanlar
14.075
Yer
Türkiye
Minecraft
KnightTR
Tuske'nin guisini kullanırsan bahsettiğin bugu engelleyebilirsin
 

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok

ZeusNetworkNW

Play.ZeusNetwork.Online Faction Sunucu l 08.01.21

Discord:

TayfunTurbil#2000

Katılım
6 Ocak 2021
Mesajlar
25
Elmaslar
8
Puanlar
135
Yaş
23
Minecraft
StormTR
Reis Eline Sağlık Bu Benim İşimi Skyblock Da Çok Kolaylaştırdı Çok İşime Yaradı Başarılı
 

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok
Q

Quenya

Ziyaretçi
Silkspawner eklentisi var zaten, buna ne gerek var?
 

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok
Silkspawner eklentisi var zaten, buna ne gerek var?
silkspawner de menü olduğunu bilmiyordum :D kanka zaten silkspawner bilmeyenler için yaptım hem bunu gelişmiş olarak düşünek
 

Mİstok

Bir Kömür Göründü Kaptanım!

Discord:

Mistok#9639

Katılım
18 Nisan 2020
Mesajlar
109
Elmaslar
27
Puanlar
2.220
Yaş
26
Minecraft
Mistok
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı