Skript Paylaşımı Oyuncularınıza HER GÜN FARKLI GÖREV yaptırabilirsiniz !

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Oyuncuları günlük olarak oyunda tutmak için oldukça ideal bir sistem olmuş ki şahsen ben fazlasıyla da çok beğendim. Emeğine de sağlık ;) :8
 
Efsane Kesinlikle Kullanacagım
 
güzel paylaşım teşekkürler
 
Geliştirilebilir bir skript ama güzel bir skript olmuş ellerinize sağlık.
 
1.15.2 de çalıştırdım ortalama yüzlerce hata verdi. ve çalışmıyor. bilgin olsun
 
kullanışlı tebrik ederim
 
Güzele benziyor fakat gelişebilir
 
/günlükgörev komutunu çalıştırdığımda gui açılıyor ama içi boş ve konsolda şöyle bir hata alıyorum;

Kod:
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[18:47:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:47:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[18:47:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[18:47:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[18:47:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[18:47:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Stack trace:
[18:47:37] [Server thread/ERROR]: #!#! java.lang.ClassCastException: java.util.HashMap cannot be cast to java.util.WeakHashMap
[18:47:37] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.<init>(VariableUtil.java:24)
[18:47:37] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.VariableUtil.getInstance(VariableUtil.java:17)
[18:47:37] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.sections.gui.EffFormatGUI.execute(EffFormatGUI.java:141)
[18:47:37] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.EffectSection.check(EffectSection.java:54)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:56)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:52)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:294)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:257)
[18:47:37] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:172)
[18:47:37] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor479.invoke(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[18:47:37] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:47:37] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:47:37] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[18:47:37] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:47:37] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:47:37] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Version Information:
[18:47:37] [Server thread/ERROR]: #!#!   Skript: 2.2-dev37c (custom version)
[18:47:37] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:47:37] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:47:37] [Server thread/ERROR]: #!#!   Java: 1.8.0_251 (Java HotSpot(TM) 64-Bit Server VM 25.251-b08)
[18:47:37] [Server thread/ERROR]: #!#!   OS: Windows Server 2019 amd64 10.0
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Current node: null
[18:47:37] [Server thread/ERROR]: #!#! Current item: format a gui slot [[long:4]] of the player with (lore >> ch.njol.skript.classes.data.DefaultConverters$13@1e432a0d: ch.njol.skript.aliases.ItemType->org.bukkit.inventory.ItemStack)
[18:47:37] [Server thread/ERROR]: #!#! Current trigger: command /günlükgörev (simple event) (gunlukgorev.sk, line -1)
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Thread: Server thread
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! Language: english
[18:47:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[18:47:37] [Server thread/ERROR]: #!#!
[18:47:37] [Server thread/ERROR]: #!#! End of Error.
[18:47:37] [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