Çözüldü SKRİPT HATASI YARDIM EDİN [ÖNEK YANLIŞ ONA BAKMAYIN]

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

BartuKTR

Birisi mi Spawnlandı?
Katılım
24 Mayıs 2019
Mesajlar
7
Elmaslar
0
Puan
3.745
Yaş
19
Öncelikle merhaba fly skriptinde hata alıyorum yardım edermisiniz
70293

Bu hatayı alıyorum nasıl düzeltebilirim veya bu hatayı neden veriyor?

Kod:
options:
    p: &7[&6SW&7]

command /vipfly:
    permission: yetki.fly
    permission message: &fBilinmeyen komut.
    trigger:
        if {fly.%player%} is not set:
            send "&3Fly &8» &eUçuş modun başarıyla &aaktif &eedildi!" to player
            set player's flight mode to true
            set {fly.%player%} to true
            stop
        send "&3Fly &8» &eUçuş modun başarıyla &cdeaktif &eedildi!" to player
        set player's flight mode to false
        delete {fly.%player%}
        stop
 
An internal error gördüğünde konsola bakman gerekiyor. :/
 
Konsolda Böyle Bir hata veriyor.

Kod:
[11:22:35] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498)
[11:22:35] [Server thread/ERROR]: #!#! at net.skquery.manager.expression.ExpressionManager.change(ExpressionManager.java:147)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffChange.execute(EffChange.java:273)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:263)
[11:22:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:158)
[11:22:35] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:22:35] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:22:35] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:22:35] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498)
[11:22:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300)
[11:22:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[11:22:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
[11:22:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1099)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[11:22:35] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[11:22:35] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629)
[11:22:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537)
[11:22:35] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[11:22:35] [Server thread/ERROR]: #!#!
[11:22:35] [Server thread/ERROR]: #!#! Version Information:
[11:22:35] [Server thread/ERROR]: #!#! Skript: 2.1.2
[11:22:35] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[11:22:35] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[11:22:35] [Server thread/ERROR]: #!#! Java: 1.8.0_202
[11:22:35] [Server thread/ERROR]: #!#!
[11:22:35] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[11:22:35] [Server thread/ERROR]: #!#!
[11:22:35] [Server thread/ERROR]: #!#! Current node: null
[11:22:35] [Server thread/ERROR]: #!#! Current item: set flyMode to [[boolean:false]]
[11:22:35] [Server thread/ERROR]: #!#!
[11:22:35] [Server thread/ERROR]: #!#! Thread: Server thread
[11:22:35] [Server thread/ERROR]: #!#!
[11:22:35] [Server thread/ERROR]: #!#! End of Error.
[11:22:35] [Server thread/ERROR]: #!#!
 
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