Çözüldü SkyBlock Spawner Skripti Veya Plugini Lag yapmıcak Sağlam.

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

Cylonce

El truco está en hablar menos y demostrar mas.
Katılım
30 Aralık 2017
Mesajlar
1.523
Elmaslar
2.025
Puan
0
Minecraft
Cylonce

Discord:

Cylonce#4109

Arkadaşlar Öncelikle Merhaba
Başlıkta belirttiğim gibi skyblock spawner Skripti veya Plugini arıyorum
Lag yapmıcak ideal bugsuz olması lazım


İyi forumlar​
 
Kod:
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&lIron 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bDemir spawnerini basari ile koydun!"

command /itemspawner:
    trigger:
        if player is op:
            give a bedrock named "&6&lIron Spawner" to player
 
Spawner skripti saçma bir tercih olur, onun yerine @SYN_T3SL4'nın TornadoSpawners eklentisini satın alabilirsin.
 
Kod:
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&lIron 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bDemir spawnerini basari ile koydun!"

command /itemspawner [<text>]:
    trigger:
        if player is op:
            if arg-1 is "demir" or "iron":
                give a bedrock named "&6&lIron Spawner" to player
            else if arg-1 is "zümrüt" or "zumrut" or "emerald":
                give a bedrock named "&6&lZümrüt Spawner" to player
            else if arg-1 is "elmas" or "diamond":
                give a bedrock named &6&lElmas Spawner" to player
            else if arg-1 is "sünger" or "sunger" or "sponge":
                give a sponge named "&6&lSünger Spawner" to player
            else if arg-1 is "kömür" or "komur" or "coal":
                give a bedrock named "&6&lKömür Spawner" to player
            else if arg-1 is "blaze" or "alaz":
                give a bedrock named "&6&lBlaze Çubuğu Spawner" to player
            
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&lZümrüt 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:388,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bZümrüt spawnerini basari ile koydun!"
    
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bElmas spawnerini basari ile koydun!"
    
on place of a sponge:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&lSünger 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:sponge,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bSünger spawnerini basari ile koydun!"
    
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&lKömür 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:263,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bKömür spawnerini basari ile koydun!"
    
on place of a bedrock:
    set {someVariable} to name of held item of player
    {someVariable} is "&6&klBlaze Çubuğu 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
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:394,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:100,Delay:4,MinSpawnDelay:20,MaxSpawnDelay:40,MaxNearbyEntities:9999}"
    send "&bBlaze çubuğu spawnerini basari ile koydun!"
 
Entity yaratan her şey lag yapar. Tabii bir spawner lag yaratmayabilir ama 50 60 kişi aynı anda çalıştırırsa yorar sunucunu ve donanımlı bir sunucu almak zorunda kalırsın. Yani lag yapmaması oyuncuna ve sunucu kalitene bağlı. Sonuç olarak tüm sp eklentileri entity yaratıyor ;)
 
Entity yaratan her şey lag yapar. Tabii bir spawner yaratmayabilir lag ama 50 60 kişi aynı anda çalıştırırsa yorar sunucunu ve donanımlı bir sunucu almak zorundasın. Yani lag yapmaması oyuncuna ve sunucu kalitene bağlı. Sonuç olarak hepsi entity yaratıyor :))
3 gb ramlı 20 oyunculu opskyblock sunucuda denendi lag yapmıyor :D
 
Sunucu açıcak kişi sadece 20 kişide kalmak istiyorsa kullanabilir. Geliştikten sonra ne olucak?

35 de denedim sıkıntı yoktu. Zaten sunucuyu ağır etkileyecek kadar olursa etkisi , hostunu yükseltirsin.
 
Pluginini satin al bi kere bitsin.
@SYN_T3SL4 nin eklentisi 20 tl
 
Skirpt lag yapar dostum halilin @SYN_T3SL4 eklentisini almanı öneririm 20 tl ztn ucuza hizmet sunuyor
 
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