Çözüldü Serverdeki Oyuncular spawn'da yazı yazamıyor ve başkalarının yazdıkları yazıları göremiyor.

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

kalender

Bir Kömür Göründü Kaptanım!
Katılım
9 Şubat 2018
Mesajlar
104
Elmaslar
5
Puan
6.360
Selamlar bugün serverimde karşılaştığım ve çözemediğim bir hatayı size soracağım şimdiden teşşekür ederim.
Serverimde spawn'da oyuncular mesaj yazamıyor ve başkalarının yazdıkları mesajları göremiyor ama herhangibir map değiştirdiklerinde hem yazı yazabiliyolar hemde bizim yazdıklarımızı görebiliyor.
/spawn komutunu yazınca konsolda veren hata.​
Kod:
[04:56:42] [Server thread/INFO]: TheYasuoTR : /spawn
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[04:56:42] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[04:56:42] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[04:56:42] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[04:56:42] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[04:56:42] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[04:56:42] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Stack trace:
[04:56:42] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.HashMap$HashIterator.nextNode(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.HashMap$KeyIterator.next(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:32)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.a(World.java:1066)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1059)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:987)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerList.moveToWorld(PlayerList.java:608)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:471)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:95)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:285)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:242)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:257)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:172)
[04:56:42] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[04:56:42] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Version Information:
[04:56:42] [Server thread/ERROR]: #!#!   Skript: 2.2-dev36 (custom version)
[04:56:42] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[04:56:42] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[04:56:42] [Server thread/ERROR]: #!#!   Java: 1.8.0_251 (Java HotSpot(TM) 64-Bit Server VM 25.251-b08)
[04:56:42] [Server thread/ERROR]: #!#!   OS: Windows Server 2016 amd64 10.0
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Server platform: Spigot
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Current node: null
[04:56:42] [Server thread/ERROR]: #!#! Current item: teleport the player to [[direction:at]] {spawn}(as org.bukkit.Location)
[04:56:42] [Server thread/ERROR]: #!#! Current trigger: command /spawn (simple event) (baslangic.sk, line -1)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Thread: Server thread
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Language: english
[04:56:42] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! End of Error.
[04:56:42] [Server thread/ERROR]: #!#!
 
Son düzenleme:
Skripti atabilir misiniz, bir de yazınca chatta hata benzeri bir şey yazıyor mu?
 
An internal error occurred while attemting to perform this command.
veya
null Yazısı yazıyor /spawn yazınca.
 
Bukkit mi kullanıyorsunuz spigot mu?
 
spigot
Gönderi otomatik olarak birleştirildi:

@Unntarned server açık musaitsen gelip bakabilirsin discord: Enes"#5166
Gönderi otomatik olarak birleştirildi:

Skripti atmayı unutmuşum kb.
Kod:
options:
    p: &6&lCraft&f&lLuis &8&l»
  
command /spawncek:
    trigger:
        if player doesn't have permission "spawn.cek":
            send "{@p} &cBunu yapmaya yetkin yok!"
        else:
            set {spawn} to location of player
            send "{@p} &aSpawn noktası belirlendi."
    
command /spawn:
    trigger:
        teleport player to {spawn}

on respawn:
    teleport player to {spawn}
  
on join:
    teleport player to {spawn}
    
on first join:
    teleport player to {spawn}
 
Son düzenleme:
Selamlar bugün serverimde karşılaştığım ve çözemediğim bir hatayı size soracağım şimdiden teşşekür ederim.
Serverimde spawn'da oyuncular mesaj yazamıyor ve başkalarının yazdıkları mesajları göremiyor ama herhangibir map değiştirdiklerinde hem yazı yazabiliyolar hemde bizim yazdıklarımızı görebiliyor.
/spawn komutunu yazınca konsolda veren hata.​
Kod:
[04:56:42] [Server thread/INFO]: TheYasuoTR : /spawn
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[04:56:42] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[04:56:42] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[04:56:42] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[04:56:42] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[04:56:42] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[04:56:42] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Stack trace:
[04:56:42] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.HashMap$HashIterator.nextNode(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.HashMap$KeyIterator.next(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:32)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.a(World.java:1066)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1059)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:987)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerList.moveToWorld(PlayerList.java:608)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:471)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:95)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:285)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:242)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:257)
[04:56:42] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:172)
[04:56:42] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[04:56:42] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[04:56:42] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[04:56:42] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Version Information:
[04:56:42] [Server thread/ERROR]: #!#!   Skript: 2.2-dev36 (custom version)
[04:56:42] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[04:56:42] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[04:56:42] [Server thread/ERROR]: #!#!   Java: 1.8.0_251 (Java HotSpot(TM) 64-Bit Server VM 25.251-b08)
[04:56:42] [Server thread/ERROR]: #!#!   OS: Windows Server 2016 amd64 10.0
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Server platform: Spigot
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Current node: null
[04:56:42] [Server thread/ERROR]: #!#! Current item: teleport the player to [[direction:at]] {spawn}(as org.bukkit.Location)
[04:56:42] [Server thread/ERROR]: #!#! Current trigger: command /spawn (simple event) (baslangic.sk, line -1)
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Thread: Server thread
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! Language: english
[04:56:42] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[04:56:42] [Server thread/ERROR]: #!#!
[04:56:42] [Server thread/ERROR]: #!#! End of Error.
[04:56:42] [Server thread/ERROR]: #!#!
Sanırsam skript hata veriyor ama skripti sildim hata düzelmedi bi bilenler el atabilirmi.​
Sunucunuz için eski skript version'unu indirmişsiniz. Hata skript'de değil skript'in plugininde.

Buradan güncelleştirin.
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
 
Multiverse-Core'den kayaklı olabilir, sohbeti göremiyor dediniz. sohbetler ayrıdır eminim yani.
 
Sorunu düzeltemedim oyuncular sadece spawn mapinde mesaj yazamıyolar + ekstra bir hata daha eklendi oyuncular adasından /warp kasalar'a gidince envanterindeki eşyalar görünmüyor ve chat'de null yazısı çıkıyor. Biz yetkililer de /warp kasa çekip o hatayı alanlara tp atamıyoruz örneğin: /tpa t yazdım ve tab'A bastım oyunucun ismi gelmiyor ve /tpa theyasuotr yazıncada oyuncuya ışınlanıyorsunuz diyor ardından null yazısı geliyor bu hata sadece world mapinde oluyor askyblock mapine filan gidince oyuncular hiçbir sorun olmuyor. Birde oyuncular servere girince hareket etmeden yazı yazamıyolar. Bilen kişiler yardım edebilirmi lütfen.
 
Son düzenleme:
üzüldüm cidden
 
Son düzenleme:
Kanki skript versiyonunu server versiyonuyla uyumlu şekilde seç
 
Spigot sürümünü ve skript sürümünü güncelle hata cıkarsa tekrar atarmısın
 
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