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.
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: