Sol Banner
Sağ Banner
  • Ekip Arkadaşları Arıyoruz!

    MinecraftTR topluluğunu birlikte büyütmek istiyoruz!
    Aktif ve gönüllü olarak katkı sağlayabilecek Editör, Yazar, Yazar Ekip Lideri, Minecraft Uzmanı, XenForo Developer ve Yönetici rollerinde ekip arkadaşları arıyoruz.

    Yeteneğine güveniyor ve topluluğa katkı sağlamak istiyorsan başvurunu bekliyoruz:

    ✅ Ekip Başvuru Formunu Doldur

Minecraft Spawn Hatası

TheYasuoTR

Yeni bir Steve doğdu!
Katılım
29 Haziran 2019
Mesajlar
2
Tepki puanı
0
Puanları
0
Sunucumda oyuncular spawn'da doğuyor ve spawnda mesaj yazabiliyor ancak /is go yazıp adalarına gittiklerinde geri /spawn'a dönünce ne envanterindekileri görebiliyolar nede chati okuyabiliyolar nede yazı yazabiliyor ve yazı yazamaya çalışınca filan hiçbir mesaj yazmıyor 1 haftadır kendi başıma çözmeye çalışıyorum ancak çözemedim bilenler yardım edebilirse çok memnun olurum.
/spawn yazınca konsolun verdiği error.

Kod:
[05:46:24] [Server thread/INFO]: TheYasuoTR [f25216ff-3248-3502-8d59-182d5db89d19]: /spawn
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[05:46:24] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[05:46:24] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[05:46:24] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[05:46:24] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[05:46:24] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[05:46:24] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! Stack trace:
[05:46:24] [Server thread/ERROR]: #!#! java.util.ConcurrentModificationException
[05:46:24] [Server thread/ERROR]: #!#!     at java.util.HashMap$HashIterator.nextNode(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at java.util.HashMap$KeyIterator.next(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:32)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.a(World.java:1066)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1059)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.World.addEntity(World.java:987)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerList.moveToWorld(PlayerList.java:608)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:471)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:97)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:270)
[05:46:24] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)
[05:46:24] [Server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[05:46:24] [Server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[05:46:24] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[05:46:24] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[05:46:24] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[05:46:24] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! Version Information:
[05:46:24] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[05:46:24] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[05:46:24] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[05:46:24] [Server thread/ERROR]: #!#!   Java: 1.8.0_251 (Java HotSpot(TM) 64-Bit Server VM 25.251-b08)
[05:46:24] [Server thread/ERROR]: #!#!   OS: Windows Server 2016 amd64 10.0
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! Current node: null
[05:46:24] [Server thread/ERROR]: #!#! Current item: teleport the player to [[direction:at]] {spawn}(as org.bukkit.Location)
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! Thread: Server thread
[05:46:24] [Server thread/ERROR]: #!#!
[05:46:24] [Server thread/ERROR]: #!#! End of Error.
[05:46:24] [Server thread/ERROR]: #!#!

Skript pluginini sildim,essentials sildim,crazycratesi,worldguard,worldedit sildim ve yinede error düzelmedi /mv tp world yazıp gittim spawn'a ancak error gitmedi ancak /warp edit gidince hiçbir error vermiyor aynı world'de olmasını rağmen sadece spawn da oluyor hala anlamış değilim.
 

Üst Alt