Çözüldü on authme login... skript hatası

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

MustafaTC

Fırında Isıttığım İlk Taş
Katılım
25 Mayıs 2017
Mesajlar
98
Elmaslar
39
Puan
8.875
Selamlar. Öncelikle sunucumda çakma lobi için titlemanager ile güzel bir "giriş yap" yazısı yaptım oyuncu oyuna girince bu yazıyı görüyor. Her neyse asıl konuya gelelim. Skript'e "on authme login:" yazdığımda hata veriyor büyük ihtimal bir Addon eksik ama hangisi bilmiyorum. AuthmeSKAddon yükledim, hata verdi ondan geri sildim. Sunucuda "WildSkript, SkQuery, Skellet, skRayFall, TuSKe" addonları var (hepsi hatasız çalışıyor).
Server = 1.8.8 Spigot
Skript = 2.2-dev25

Hata Fotoğrafı:
Ekran görüntüsü 2021-03-18 103514.png
 
Kod:
on join:
    execute console command "tm message %player% &bLütfen Giriş Yapınız"

on first join:
    execute console command "tm message %player% &bLütfen Giriş Yapınız"

Bu skript işinizi görecektir diye düşünüyorum
 
Kod:
on join:
    execute console command "tm message %player% &bLütfen Giriş Yapınız"

on first join:
    execute console command "tm message %player% &bLütfen Giriş Yapınız"

Bu skript işinizi görecektir diye düşünüyorum
Zaten on join ve on first join kullandım bunlar sıkıntısız çalışıyor. TitleManager > animations yerinden metin belgesi oluşturdum ordan animasyon yaptım, hareketli giriş yap yazısı çıkıyor. Ama on authme login: şeysi çalışmıyor... Bana bunun çalışması lazım.
Skriptim:
2.png
Oyuna girince:
1.png
Yani şöyle, bu giriş yap yazısı 10 saniye falan ekranda duruyor. Bazı oyuncular 3 saniyede giriş yapabilir, bazıları 5, bazıları 10. On authme login: çalışırsa, bir şekilde cancel event yapıcam sonra hoşgeldin yazısı gelecek. Şuan on authme login çalışmadığı için 3 saniyede giriş yapan adam giriş yaptıktan sonra 7 saniye bu giriş yap yazısını görüyor bunu engellemek için on authme login: çalışması gerekiyor.
 
Örnek olarak atayım;


JavaScript:
on join #on login:
    if player is logged:
        send "hoşgeldin."
dediğinizin aynısı yapıp skripte reload attım. Hata vermedi ancak :D bu sefer oyuna giriş yapınca skript plugini hata vermeye başladı:
[11:39:56] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Skript v2.2-dev25
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:176) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:164) ~[?:?]
at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:61) ~[?:?]
at ch.njol.skript.lang.Condition.run(Condition.java:58) ~[?:?]
at ch.njol.skript.lang.Conditional.walk(Conditional.java:53) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) ~[?:?]
at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152) ~[?:?]
at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112) ~[?:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]

Yazdığım skript:
on join: (on login de denedim yine çalışmadı)
if player is logged:
execute console command "/tm msg %player% &6Giriş Başarılı!<nl>&eHoşgeldin, &f%player%"
 
Kod:
on command "login":
    if player is logged:
        send "hoşgeldin."

Şöyle denermisin.
 
Kod:
on command "login":
    if player is logged:
        send "hoşgeldin."

Şöyle denermisin.
Tekrar aynı hatayı veriyor. /sk reload giris yapınca bir sorun yok ama oyundan çıkıp girince konsola hata yazısı geliyor.

[Server thread/ERROR]: Could not pass event PlayerJoinEvent to Skript v2.2-dev25
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:176) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:164) ~[?:?]
at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:61) ~[?:?]
at ch.njol.skript.lang.Condition.run(Condition.java:58) ~[?:?]
at ch.njol.skript.lang.Conditional.walk(Conditional.java:53) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) ~[?:?]
at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152) ~[?:?]
at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112) ~[?:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
 
Tekrar aynı hatayı veriyor. /sk reload giris yapınca bir sorun yok ama oyundan çıkıp girince konsola hata yazısı geliyor.

[Server thread/ERROR]: Could not pass event PlayerJoinEvent to Skript v2.2-dev25
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:176) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:164) ~[?:?]
at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:61) ~[?:?]
at ch.njol.skript.lang.Condition.run(Condition.java:58) ~[?:?]
at ch.njol.skript.lang.Conditional.walk(Conditional.java:53) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) ~[?:?]
at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152) ~[?:?]
at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112) ~[?:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
dev36 sürümüne geçip dener misiniz?
 
dev36 sürümüne geçip dener misiniz?
maalesef sunucuya girince hala hata veriyor

[12:29:01 ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.2-dev36
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161) ~[?:?]
at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:59) ~[?:?]
at ch.njol.skript.lang.Condition.run(Condition.java:56) ~[?:?]
at ch.njol.skript.lang.Conditional.walk(Conditional.java:51) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:55) ~[?:?]
at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151) ~[?:?]
at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) ~[?:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_231]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_231]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]


SkQuery versiyon: 3.6.0-*
 
maalesef sunucuya girince hala hata veriyor

[12:29:01 ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.2-dev36
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173) ~[?:?]
at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161) ~[?:?]
at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:59) ~[?:?]
at ch.njol.skript.lang.Condition.run(Condition.java:56) ~[?:?]
at ch.njol.skript.lang.Conditional.walk(Conditional.java:51) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:55) ~[?:?]
at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151) ~[?:?]
at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) ~[?:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_231]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_231]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]


SkQuery versiyon: 3.6.0-*
Authme SK addonu hata veriyor, tam log atarmısın?
 
Authme SK addonu hata veriyor, tam log atarmısın?
Tam log:

Kod:
[12:40:04] [Server thread/INFO]: Starting minecraft server version 1.8.8
[12:40:04] [Server thread/INFO]: Loading properties
[12:40:04] [Server thread/INFO]: Default game type: SURVIVAL
[12:40:04] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[12:40:04] [Server thread/INFO]: Debug logging is disabled
[12:40:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
[12:40:04] [Server thread/INFO]: Using 4 threads for Netty based IO
[12:40:04] [Server thread/INFO]: Generating keypair
[12:40:04] [Server thread/INFO]: Starting Minecraft server on *:25566
[12:40:04] [Server thread/INFO]: Using default channel type
[12:40:04] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[12:40:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[12:40:05] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev36
[12:40:05] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[12:40:05] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.4-b136
[12:40:05] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.7
[12:40:05] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
[12:40:05] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.0-*
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.6.0
[12:40:05] [Server thread/INFO]: [ViaVersion] ViaVersion 1.6.0 is now loaded, injecting!
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading block mapping...
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading item mapping...
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading new tags...
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading enchantments...
[12:40:05] [Server thread/INFO]: [ViaVersion] Loading sound mapping...
[12:40:05] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[12:40:05] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[12:40:05] [Server thread/INFO]: [EpicRewards] Loading EpicRewards v1.8
[12:40:05] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.6b
[12:40:05] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[12:40:05] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
[12:40:05] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
[12:40:05] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
[12:40:05] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.3-v2
[12:40:05] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
[12:40:05] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.3
[12:40:05] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
[12:40:05] [Server thread/INFO]: [AuthMeSkAddon] Loading AuthMeSkAddon v1.1
[12:40:05] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[12:40:05] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[12:40:05] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[12:40:05] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:40:05] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[12:40:05] [Server thread/INFO]: [Vault] Plugin enabled (34ms)
[12:40:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:40:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:40:05] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12:40:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:40:05] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[12:40:05] [Server thread/INFO]: Preparing level "world"
[12:40:05] [Server thread/INFO]: -------- World Settings For [world] --------
[12:40:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:40:05] [Server thread/INFO]: Item Merge Radius: 2.5
[12:40:05] [Server thread/INFO]: Item Despawn Rate: 6000
[12:40:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:40:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:40:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[12:40:05] [Server thread/INFO]: Clear tick list: false
[12:40:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:40:05] [Server thread/INFO]: View Distance: 10
[12:40:05] [Server thread/INFO]: Anti X-Ray: true
[12:40:05] [Server thread/INFO]:     Engine Mode: 1
[12:40:05] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[12:40:05] [Server thread/INFO]:     Replace Blocks: [1, 5]
[12:40:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:40:05] [Server thread/INFO]: Mob Spawn Range: 4
[12:40:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Structure Info Saving: true
[12:40:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:40:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:40:05] [Server thread/INFO]: Max TNT Explosions: 100
[12:40:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:40:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[12:40:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:40:05] [Server thread/INFO]: Random Lighting Updates: false
[12:40:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:40:05] [Server thread/INFO]: Max Entity Collisions: 8
[12:40:05] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[12:40:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:40:05] [Server thread/INFO]: Item Merge Radius: 2.5
[12:40:05] [Server thread/INFO]: Item Despawn Rate: 6000
[12:40:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:40:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:40:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[12:40:05] [Server thread/INFO]: Clear tick list: false
[12:40:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:40:05] [Server thread/INFO]: View Distance: 10
[12:40:05] [Server thread/INFO]: Anti X-Ray: true
[12:40:05] [Server thread/INFO]:     Engine Mode: 1
[12:40:05] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[12:40:05] [Server thread/INFO]:     Replace Blocks: [1, 5]
[12:40:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:40:05] [Server thread/INFO]: Mob Spawn Range: 4
[12:40:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Structure Info Saving: true
[12:40:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:40:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:40:05] [Server thread/INFO]: Max TNT Explosions: 100
[12:40:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:40:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[12:40:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:40:05] [Server thread/INFO]: Random Lighting Updates: false
[12:40:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:40:05] [Server thread/INFO]: Max Entity Collisions: 8
[12:40:05] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[12:40:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:40:05] [Server thread/INFO]: Item Merge Radius: 2.5
[12:40:05] [Server thread/INFO]: Item Despawn Rate: 6000
[12:40:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:40:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:40:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[12:40:05] [Server thread/INFO]: Clear tick list: false
[12:40:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:40:05] [Server thread/INFO]: View Distance: 10
[12:40:05] [Server thread/INFO]: Anti X-Ray: true
[12:40:05] [Server thread/INFO]:     Engine Mode: 1
[12:40:05] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[12:40:05] [Server thread/INFO]:     Replace Blocks: [1, 5]
[12:40:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:40:05] [Server thread/INFO]: Mob Spawn Range: 4
[12:40:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:40:05] [Server thread/INFO]: Structure Info Saving: true
[12:40:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:40:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:40:05] [Server thread/INFO]: Max TNT Explosions: 100
[12:40:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:40:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[12:40:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:40:05] [Server thread/INFO]: Random Lighting Updates: false
[12:40:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:40:05] [Server thread/INFO]: Max Entity Collisions: 8
[12:40:05] [Server thread/INFO]: Preparing start region for level 0 (Seed: -413197855343382321)
[12:40:06] [Server thread/INFO]: Preparing start region for level 1 (Seed: -413197855343382321)
[12:40:06] [Server thread/INFO]: Preparing start region for level 2 (Seed: -413197855343382321)
[12:40:06] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[12:40:06] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:40:06] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[12:40:06] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev36
[12:40:07] [Server thread/ERROR]: [Skript] The plugin priority has to be one of lowest, low, normal, high, or highest.
[12:40:07] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
[12:40:07] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
[12:40:07] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
[12:40:07] [Server thread/INFO]: [Skript] Starting updater thread
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 235! (aliases-english.sk, line 277: [white(_| )]glazed(_| )terracotta¦s = 235')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 236! (aliases-english.sk, line 278: orange(_| )glazed(_| )terracotta¦s = 236')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 237! (aliases-english.sk, line 279: magenta(_| )glazed(_| )terracotta¦s = 237')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 238! (aliases-english.sk, line 280: light(_| )blue(_| )glazed(_| )terracotta¦s = 238')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 239! (aliases-english.sk, line 281: yellow(_| )glazed(_| )terracotta¦s = 239')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 240! (aliases-english.sk, line 282: (*|light(_| )green)(_| )glazed(_| )terracotta¦s = 240')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 241! (aliases-english.sk, line 283: pink(_| )glazed(_| )terracotta¦s = 241')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 242! (aliases-english.sk, line 284: gray(_| )glazed(_| )terracotta¦s = 242')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 243! (aliases-english.sk, line 285: light(_| )gray(_| )glazed(_| )terracotta¦s = 243')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 244! (aliases-english.sk, line 286: cyan(_| )glazed(_| )terracotta¦s = 244')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 245! (aliases-english.sk, line 287: purple(_| )glazed(_| )terracotta¦s = 245')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 246! (aliases-english.sk, line 288: blue(_| )glazed(_| )terracotta¦s = 246')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 247! (aliases-english.sk, line 289: brown(_| )glazed(_| )terracotta¦s = 247')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 248! (aliases-english.sk, line 290: green(_| )glazed(_| )terracotta¦s = 248')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 249! (aliases-english.sk, line 291: red(_| )glazed(_| )terracotta¦s = 249')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 250! (aliases-english.sk, line 292: black(_| )glazed(_| )terracotta¦s = 250')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 235! (aliases-english.sk, line 293: [<any>](_| )glazed(_| )terracotta¦s = 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 295: [white(_| )]concrete¦s = 251')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 296: orange(_| )concrete¦s = 251:1')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 297: magenta(_| )concrete¦s = 251:2')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 298: light(_| )blue(_| )concrete¦s = 251:3')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 299: yellow(_| )concrete¦s = 251:4')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 300: (*|light(_| )green)(_| )concrete¦s = 251:5')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 301: pink(_| )concrete¦s = 251:6')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 302: gray(_| )concrete¦s = 251:7')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 303: light(_| )gray(_| )concrete¦s = 251:8')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 304: cyan(_| )concrete¦s = 251:9')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 305: purple(_| )concrete¦s = 251:10')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 306: blue(_| )concrete¦s = 251:11')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 307: brown(_| )concrete¦s = 251:12')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 308: green(_| )concrete¦s = 251:13')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 309: red(_| )concrete¦s = 251:14')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 310: black(_| )concrete¦s = 251:15')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 311: [<any>](_| )concrete¦s = 251, 251:1, 251:2, 251:3, 251:4, 251:5, 251:6, 251:7, 251:8, 251:9, 251:10, 251:11, 251:12, 251:13, 251:14, 251:15')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 313: [white(_| )]concrete(_| )powder¦s = 252')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 314: orange(_| )concrete(_| )powder¦s = 252:1')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 315: magenta(_| )concrete(_| )powder¦s = 252:2')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 316: light(_| )blue(_| )concrete(_| )powder¦s = 252:3')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 317: yellow(_| )concrete(_| )powder¦s = 252:4')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 318: (*|light(_| )green)(_| )concrete(_| )powder¦s = 252:5')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 319: pink(_| )concrete(_| )powder¦s = 252:6')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 320: gray(_| )concrete(_| )powder¦s = 252:7')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 321: light(_| )gray(_| )concrete(_| )powder¦s = 252:8')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 322: cyan(_| )concrete(_| )powder¦s = 252:9')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 323: purple(_| )concrete(_| )powder¦s = 252:10')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 324: blue(_| )concrete(_| )powder¦s = 252:11')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 325: brown(_| )concrete(_| )powder¦s = 252:12')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 326: green(_| )concrete(_| )powder¦s = 252:13')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 327: red(_| )concrete(_| )powder¦s = 252:14')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 328: black(_| )concrete(_| )powder¦s = 252:15')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 329: [<any>](_| )concrete(_| )powder¦s = 252, 252:1, 252:2, 252:3, 252:4, 252:5, 252:6, 252:7, 252:8, 252:9, 252:10, 252:11, 252:12, 252:13, 252:14, 252:15')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 331: [white(_| )]bed(_| )item¦s = 252')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 453! (aliases-english.sk, line 350: knowledge(_| )book¦s = 453')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 218! (aliases-english.sk, line 353: observer¦s = 218')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 355: white(_| )shulker(_| )(box|chest)¦s = 219')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 220! (aliases-english.sk, line 356: orange(_| )shulker(_| )(box|chest)¦s = 220')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 221! (aliases-english.sk, line 357: magenta(_| )shulker(_| )(box|chest)¦s = 221')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 222! (aliases-english.sk, line 358: light(_| )blue(_| )shulker(_| )(box|chest)¦s = 222')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 223! (aliases-english.sk, line 359: yellow(_| )shulker(_| )(box|chest)¦s = 223')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 224! (aliases-english.sk, line 360: (*|light(_| )green)(_| )shulker(_| )(box|chest)¦s = 224')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 225! (aliases-english.sk, line 361: pink(_| )shulker(_| )(box|chest)¦s = 225')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 226! (aliases-english.sk, line 362: gray(_| )shulker(_| )(box|chest)¦s = 226')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 227! (aliases-english.sk, line 363: light(_| )gray(_| )shulker(_| )(box|chest)¦s = 227')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 228! (aliases-english.sk, line 364: cyan(_| )shulker(_| )(box|chest)¦s = 228')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 229! (aliases-english.sk, line 365: [purple(_| )]shulker(_| )(box|chest)¦s = 229')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 230! (aliases-english.sk, line 366: blue(_| )shulker(_| )(box|chest)¦s = 230')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 231! (aliases-english.sk, line 367: brown(_| )shulker(_| )(box|chest)¦s = 231')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 232! (aliases-english.sk, line 368: green(_| )shulker(_| )(box|chest)¦s = 232')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 233! (aliases-english.sk, line 369: red(_| )shulker(_| )(box|chest)¦s = 233')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 234! (aliases-english.sk, line 370: black(_| )shulker(_| )(box|chest)¦s = 234')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 371: [<any>](_| )shulker(_| )(box|chest)¦s = 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 449! (aliases-english.sk, line 374: totem(_| )of(_| )undying¦s = 449')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 450! (aliases-english.sk, line 375: shulker(_| )shell¦s = 450')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 452! (aliases-english.sk, line 376: iron(_| )nugget¦s = 452')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 213! (aliases-english.sk, line 379: magma(_| )block¦s = 213')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 214! (aliases-english.sk, line 380: nether(_| )wart(_| )block¦s = 214')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 215! (aliases-english.sk, line 381: red(_| )nether(_| )brick¦s = 215')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 216! (aliases-english.sk, line 382: bone(_| )block¦s = 216')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 217! (aliases-english.sk, line 383: structure(_| )void¦s = 217')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 198! (aliases-english.sk, line 386: end[er](_| )rod¦s = 198')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 199! (aliases-english.sk, line 387: chorus(_| )plant¦s = 199')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 200! (aliases-english.sk, line 388: chorus(_| )flower¦s = 200')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 201! (aliases-english.sk, line 389: purpur(_| )block¦s = 201')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 202! (aliases-english.sk, line 390: purpur(_| )pillar¦s = 202')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 203! (aliases-english.sk, line 391: purpur(_| )stairs = 203')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 204! (aliases-english.sk, line 392: purpur(_| )double(_| )slab¦s = 204')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 205! (aliases-english.sk, line 393: purpur(_| )slab¦s = 205')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 206! (aliases-english.sk, line 394: endstone(_| )bricks = 206')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 207! (aliases-english.sk, line 395: beetroot(_| )block¦s = 207')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 208! (aliases-english.sk, line 396: grass(_| )path¦s = 208')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 209! (aliases-english.sk, line 397: ender(_| )gateway¦s = 209')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 210! (aliases-english.sk, line 398: repeating(_| )command(_| )block¦s = 210')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 211! (aliases-english.sk, line 399: chain(_| )command(_| )block¦s = 211')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 212! (aliases-english.sk, line 400: frosted(_| )ice¦s = 212')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 255! (aliases-english.sk, line 402: structure(_| )block¦s = 255')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 426! (aliases-english.sk, line 405: ender(_| )crystal¦s = 426')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 432! (aliases-english.sk, line 406: chorus(_| )fruit¦s = 432')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 433! (aliases-english.sk, line 407: popped(_| )chorus(_| )fruit¦s = 433')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 434! (aliases-english.sk, line 408: beetroot¦s = 434')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 435! (aliases-english.sk, line 409: beetroot(_| )seeds = 435')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 436! (aliases-english.sk, line 410: beetroot(_| )soup¦s = 436')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 437! (aliases-english.sk, line 411: dragon(_| )breath¦s = 437')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 438! (aliases-english.sk, line 412: splash(_| )water(_| )bottle¦s = 438')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 439! (aliases-english.sk, line 413: spectral(_| )arrow¦s = 439')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 440! (aliases-english.sk, line 414: tipped(_| )arrow¦s = 440')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 441! (aliases-english.sk, line 415: lingering(_| )water(_| )bottle¦s = 441')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 442! (aliases-english.sk, line 416: shield¦s = 442')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 443! (aliases-english.sk, line 417: elytra¦s = 443')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 444! (aliases-english.sk, line 418: spruce(_| )boat¦s = 444')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 445! (aliases-english.sk, line 419: birch(_| )boat¦s = 445')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 446! (aliases-english.sk, line 420: jungle(_| )boat¦s = 446')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 447! (aliases-english.sk, line 421: acacia(_| )boat¦s = 447')
[12:40:07] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 448! (aliases-english.sk, line 422: dark(_| )oak(_| )boat¦s = 448')
[12:40:07] [Server thread/INFO]: [Skript] Loaded a total of 78602 english aliases
[12:40:07] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[12:40:07] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[12:40:07] [Server thread/INFO]: [WildSkript] skQuery hooked!
[12:40:07] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[12:40:07] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[12:40:07] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[12:40:07] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.4-b136
[12:40:07] [Server thread/INFO]: GroupManager - INFO - World Found: world
[12:40:07] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[12:40:07] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[12:40:07] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[12:40:07] [Server thread/INFO]: GroupManager version 2.0.4-b136 is enabled!
[12:40:07] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[12:40:07] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[12:40:07] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[12:40:07] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.7
[12:40:07] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[12:40:07] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[12:40:07] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
[12:40:07] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.0-*
[12:40:07] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[12:40:07] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[12:40:08] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 148 classes.
[12:40:08] [Server thread/INFO]: [skQuery] Beginning to process a total of 148 from SkQuery
[12:40:08] [Server thread/INFO]: [skQuery] Out of 148 classes, 144 classes were loaded from SkQuery
[12:40:08] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.6.0
[12:40:08] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
[12:40:08] [Server thread/INFO]: -------- World Settings For [bsd] --------
[12:40:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:40:08] [Server thread/INFO]: Item Merge Radius: 2.5
[12:40:08] [Server thread/INFO]: Item Despawn Rate: 6000
[12:40:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:40:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:40:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
[12:40:08] [Server thread/INFO]: Clear tick list: false
[12:40:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:40:08] [Server thread/INFO]: View Distance: 10
[12:40:08] [Server thread/INFO]: Anti X-Ray: true
[12:40:08] [Server thread/INFO]:     Engine Mode: 1
[12:40:08] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[12:40:08] [Server thread/INFO]:     Replace Blocks: [1, 5]
[12:40:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:40:08] [Server thread/INFO]: Mob Spawn Range: 4
[12:40:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:40:08] [Server thread/INFO]: Structure Info Saving: true
[12:40:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:40:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:40:08] [Server thread/INFO]: Max TNT Explosions: 100
[12:40:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:40:08] [Server thread/INFO]: Sending up to 10 chunks per packet
[12:40:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:40:08] [Server thread/INFO]: Random Lighting Updates: false
[12:40:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:40:08] [Server thread/INFO]: Max Entity Collisions: 8
[12:40:08] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1319385968586191628)
[12:40:08] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[12:40:08] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[12:40:08] [Server thread/INFO]: [EpicRewards] Enabling EpicRewards v1.8
[12:40:08] [Server thread/INFO]: §6§lARCHE BONUS §8? §fEtkinleştirme Sistemleri:
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fPlaceholderAPI Integration.
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fVault Integration.
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fStorage System.
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fLanguage System.
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fEpic Gadgets.
[12:40:08] [Server thread/INFO]:     §e[§a?§e] §fDailyDetector.
[12:40:08] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.6b
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mThe item merge event is only for 1.9+ versions![m
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mThe offhand switch event is only for 1.9+ versions![m
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mThe breeding event is only for 1.10+ versions![m
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mLlamaInventoryDecor syntax is for 1.11+ spigot versions![m
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mLlamaInventory syntax is for 1.11+ spigot versions![m
[12:40:08] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mEntityScoreboardTag syntax is for 1.11+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mGravityState syntax is for 1.10+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mGlideState syntax is for 1.10+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSyntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSyntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.Books syntax is for 1.9R1+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.PrepareEnchant syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSyntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mItemCooldown syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mTitleAndSubtitle syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.PrepareEnchant syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.Bossbars syntax is for 1.9R1+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.Books syntax is for 1.9R1+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.Maps syntax is for 1.11+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mLlamaColour syntax is for 1.11+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mInvulnerableState syntax is for 1.9R1+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.PrepareEnchant syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSyntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSyntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSilentState syntax is for 1.10+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mUnbreakable syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mMain.PrepareEnchant syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mUnbreakable syntax is for 1.11.2+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mSpectralArrow syntax is for 1.10+ spigot versions![m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mRegistered [0;32;1m59 [0;33;1mEffects, [0;32;1m22[0;33;1m Conditions, [0;32;1m156[0;33;1m Expressions and [0;32;1m20[0;33;1m Events[m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;31;1mFailed to check for an update on spigot[m
[12:40:09] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;32;1mHas been enabled![m
[12:40:09] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.12
[12:40:09] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.12!
[12:40:09] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[12:40:09] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[12:40:09] [Server thread/INFO]: [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
[12:40:09] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
[12:40:09] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[12:40:09] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[12:40:09] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
[12:40:11] [Server thread/INFO]: [[0;36;22mskRayFall[m] [0;31;1mAn update for skRayFall is available![m
[12:40:11] [Server thread/INFO]: [skRayFall] Bacon is ready!
[12:40:11] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
[12:40:11] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[12:40:11] [Server thread/INFO]: No kits found to migrate.
[12:40:11] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[12:40:11] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[12:40:11] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[12:40:11] [Server thread/INFO]: Using locale tr_TR
[12:40:11] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[12:40:11] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[12:40:11] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[12:40:11] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[12:40:11] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
[12:40:11] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[12:40:11] [Server thread/WARN]: [DeluxeMenus] Detected invalid configuration in file: config.yml
[12:40:11] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
 in 'string', line 336, column 10:
      example:
             ^

[12:40:11] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
[12:40:11] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
[12:40:11] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
[12:40:11] [Server thread/WARN]:     at com.extendedclip.deluxemenus.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:578)
[12:40:11] [Server thread/WARN]:     at com.extendedclip.deluxemenus.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:570)
[12:40:11] [Server thread/WARN]:     at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadDefConfig(DeluxeMenusConfig.java:61)
[12:40:11] [Server thread/WARN]:     at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:60)
[12:40:11] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[12:40:11] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[12:40:11] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[12:40:11] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
[12:40:11] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
[12:40:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
[12:40:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
[12:40:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
[12:40:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
[12:40:11] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
[12:40:11] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[12:40:11] [Server thread/WARN]: Caused by: mapping values are not allowed here
 in 'string', line 336, column 10:
      example:
             ^

[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
[12:40:11] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
[12:40:11] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[12:40:11] [Server thread/WARN]:     ... 17 more
[12:40:11] [Server thread/WARN]: [DeluxeMenus] Failed to load from config.yml. Use /dm reload after fixing your errors.
[12:40:11] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[12:40:11] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[12:40:11] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
[12:40:11] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.3-v2
[12:40:11] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[12:40:11] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[12:40:11] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[12:40:11] [Server thread/INFO]: [TuSKe] 
[12:40:11] [Server thread/INFO]: [TuSKe]  A special thanks for donators:
[12:40:11] [Server thread/INFO]: [TuSKe]  @X0Freak - 50$
[12:40:11] [Server thread/INFO]: [TuSKe]  @RepublicanSensei - 10$
[12:40:11] [Server thread/INFO]: [TuSKe] 
[12:40:11] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 62 expressions and 0 types. Have fun!
[12:40:11] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.1
[12:40:11] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.3
[12:40:12] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
[12:40:12] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[12:40:12] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[12:40:12] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[12:40:12] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[12:40:12] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: 'C:\Users\Mstf\Desktop\a\s\denemeserver\plugins\Essentials\spawn.yml'
[12:40:12] [Server thread/WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[12:40:12] [Thread-13/WARN]: [AuthMe] Could not download GeoLiteAPI database [UnknownHostException]: geolite.maxmind.com
[12:40:12] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[12:40:12] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[12:40:12] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
[12:40:12] [Server thread/INFO]: [AuthMeSkAddon] Enabling AuthMeSkAddon v1.1
[12:40:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:40:12] [Server thread/INFO]: Done (7,271s)! For help, type "help" or "?"
[12:40:12] [Server thread/INFO]: [Skript] Loading variables...
[12:40:12] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[12:40:12] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[12:40:12] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 1 trigger and 0 commands in 0.05 seconds
[12:40:12] [Server thread/INFO]: [Skript] Finished loading.
[12:40:12] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[12:40:12] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[12:40:13] [Craft Scheduler Thread - 0/INFO]: [Vault] You are running the latest version
[12:40:13] [Server thread/WARN]: [ViaVersion] There is a newer version available: 3.2.1, you're on: 1.6.0
[12:40:13] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
[12:40:13] [Craft Scheduler Thread - 1/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running custom Skript version. No updates will be automatically installed.[m
[12:40:13] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 178 placeholder expansions are available on the cloud.
[12:40:14] [Craft Scheduler Thread - 0/INFO]: [TuSKe] New update available: v1.8.2
[12:40:14] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Check what's new in: https://github.com/Tuke-Nuke/TuSKe/releases/tag/1.8.2
[12:40:14] [Craft Scheduler Thread - 0/INFO]: [TuSKe] You can download and update it with /tuske update.
[12:40:17] [Craft Scheduler Thread - 6/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[12:40:17] [Craft Scheduler Thread - 6/INFO]: [TuSKe] Documentation was generated successfully.
[12:40:20] [Thread-15/INFO]: UUID of player Mustafa is df4ae465-7023-34c0-b3a0-0dc62807667a
[12:40:20] [Server thread/INFO]: Mustafa[/*.x.x.x:xxxxx] logged in with entity id 422 at ([bsd]216.53854158164188, 118.0, -143.90605875439286)
[12:40:22] [Server thread/ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.2-dev36
java.lang.NoClassDefFoundError: fr/xephi/authme/api/API
    at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:15) ~[?:?]
    at com.portapipe.skaddon.CondIsAuth.check(CondIsAuth.java:11) ~[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:173) ~[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161) ~[?:?]
    at ch.njol.skript.conditions.base.PropertyCondition.check(PropertyCondition.java:59) ~[?:?]
    at ch.njol.skript.lang.Condition.run(Condition.java:56) ~[?:?]
    at ch.njol.skript.lang.Conditional.walk(Conditional.java:51) ~[?:?]
    at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) ~[?:?]
    at ch.njol.skript.lang.Trigger.execute(Trigger.java:55) ~[?:?]
    at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151) ~[?:?]
    at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109) ~[?:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_231]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_231]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.ClassNotFoundException: fr.xephi.authme.api.API
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_231]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
    ... 27 more
[12:40:22] [Craft Scheduler Thread - 2/INFO]: [AuthMe] Mustafa logged in!
 
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