[YARDIM]Spigot 1.8'de "groupmanager" çalışmıyor!!!

Reizord21

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
1
Puanları
0
Herkese merhabalar
Arkadaşla bir server açtık pluginleri felan ayarladık ama en başta 1.7.x ve 1.8.x olduğuna dikkat etmemişiz bizde "balçık bloğu","zırh askısı" ve "barrier" kullanmak istiyoruz diye 1.8.x'e yükselttik .Plugins yazdığımız zaman sohbete "essentials","essentialschat" ve "essentialsspawn" pluginlerinin çalışmadığını gördük.Biliyorsunuzdur essentials bir serverın şah damarıdır.Sizce neden böyle olmuştur bir bilgisi olan varsa yardım ederse sevinirim.Şimdiden yardım edebilene ,edemeyen ama okuyana da çok teşekkür ederim.
Aslında olay şöyle 1.7.x sürümünde hologram displays kullanamıyoruz bu plugin zırh askısı yerleştirme mantığıyla çalışıyor fakat serverde elimize bile alamıyorduk o yüzden yükselttik.
İlk sorunum buydu arkadaş sağolsun yardım etti çözdüm fakat şimdiki sorunum "groupmanager" çalışmıyor yeni essentials yüklemeden önce çalışıyordu yükledikten sonra ünvanlar(tags/prefixs) felan gitti groupmanager ile ilgili bir komut kullandığımda help yazın felan çıkıyor /plugins yazdığımızdada gözükmüyor varmı yardımcı olacak ?
 


Son düzenleme:

YusufTepe

Marangoz
Mesajlar
47
En iyi cevaplar
0
Beğeniler
18
Puanları
200
Kardeşim ilk önce burdan dosyayı indir
Sonra sunucundaki essentials dosyalarını sil veya yedekle yani plugins kısmında olmasın hatalı essentials
Sonra indirdiğin rarın içindeki 9 dosyayı sunucunun plugins kısmına at ve sunucuyu tekrar aç
Eğer hata Essentials'ın jarının 1.8e uyumlu olmama sorunuysa bu şekilde çözebilirsin

NOT: Bunları Yaparken Sunucuyu Kapat
İyi forumlar.
 

Reizord21

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
1
Puanları
0
Kardeşim ilk önce burdan dosyayı indir
Sonra sunucundaki essentials dosyalarını sil veya yedekle yani plugins kısmında olmasın hatalı essentials
Sonra indirdiğin rarın içindeki 9 dosyayı sunucunun plugins kısmına at ve sunucuyu tekrar aç
Eğer hata Essentials'ın jarının 1.8e uyumlu olmama sorunuysa bu şekilde çözebilirsin

NOT: Bunları Yaparken Sunucuyu Kapat
İyi forumlar.
Çok sağol işe yaradı.Konu kapanabilir cidden çok sağol ya :D

Kardeş şimdide "groupmanager" çalışmıyor klasörü hala duruyor silmedim ama groupmanager ile ilgili hiçbir komutu algılamıyor /plugins yazıncada gözükmüyor sebebi nedir ?
 

Breakthrough

Obsidyen Madencisi
Mesajlar
1,332
En iyi cevaplar
0
Beğeniler
1,098
Puanları
2,930
Çok sağol işe yaradı.Konu kapanabilir cidden çok sağol ya :D

Kardeş şimdide "groupmanager" çalışmıyor klasörü hala duruyor silmedim ama groupmanager ile ilgili hiçbir komutu algılamıyor /plugins yazıncada gözükmüyor sebebi nedir ?
GroupManager uyumsuz olabilir Ess ile.
Logları atar mısın,herhangi bir groupmanager hatası var mı diye bakayım.
Olsa bile "GroupManager" şeklinde gözükmesi lazım pluginin.
 

Reizord21

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
1
Puanları
0
Kod:
[14:11:43] [Server thread/INFO]: Starting minecraft server version 1.8
[14:11:43] [Server thread/INFO]: Loading properties
[14:11:43] [Server thread/INFO]: Default game type: SURVIVAL
[14:11:44] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-550ebac-7019900 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[14:11:46] [Server thread/INFO]: Debug logging is disabled
[14:11:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:11:46] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:11:46] [Server thread/INFO]: Generating keypair
[14:11:46] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:11:48] [Server thread/ERROR]: Ambiguous plugin name `EssentialsGeoIP' for files `plugins\original-EssentialsGeoIP-2.x-SNAPSHOT.jar' and `plugins\EssentialsGeoIP-2.x-SNAPSHOT.jar' in `plugins'
[14:11:48] [Server thread/ERROR]: Ambiguous plugin name `EssentialsXMPP' for files `plugins\original-EssentialsXMPP-2.x-SNAPSHOT.jar' and `plugins\EssentialsXMPP-2.x-SNAPSHOT.jar' in `plugins'
[14:11:48] [Server thread/ERROR]: Ambiguous plugin name `PlotMe' for files `plugins\PlotMe.jar' and `plugins\PlotMe - Copy.jar' in `plugins'
[14:11:48] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[14:11:49] [Server thread/ERROR]: Could not load 'plugins\WelcomeTitles.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/Packet
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/Packet
    at java.lang.Class.forName0(Native Method) -[?:1.8.0_111]
    at java.lang.Class.forName(Unknown Source) -[?:1.8.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) -[spigot.jar:git-Spigot-550ebac-7019900]
    ... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) -[spigot.jar:git-Spigot-550ebac-7019900]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    at java.lang.Class.forName0(Native Method) -[?:1.8.0_111]
    at java.lang.Class.forName(Unknown Source) -[?:1.8.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) -[spigot.jar:git-Spigot-550ebac-7019900]
    ... 6 more
[14:11:50] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
[14:11:50] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[14:11:50] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[14:11:50] [Server thread/INFO]: [Announcer] Loading Announcer v1.5
[14:11:50] [Server thread/INFO]: [SuperCensor] Loading SuperCensor v2.8
[14:11:50] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
[14:11:50] [Server thread/INFO]: [SimpleVIPPerks] Loading SimpleVIPPerks v3.5
[14:11:50] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.7
[14:11:50] [Server thread/INFO]: [AntiBotUltra] Loading AntiBotUltra v7.1
[14:11:50] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v2.7.0
[14:11:50] [Server thread/INFO]: [LetItRain] Loading LetItRain v4.5.3
[14:11:50] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
[14:11:50] [Server thread/INFO]: [FrameProtect] Loading FrameProtect v2.5
[14:11:50] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[14:11:50] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
[14:11:50] [Server thread/INFO]: [Skript] Loading Skript v2.2-Fixes-V8
[14:11:50] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[14:11:50] [Server thread/INFO]: [isim-bug-fixed] Loading isim-bug-fixed v1.0.0
[14:11:50] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.4
[14:11:50] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7-SNAPSHOT-b232
[14:11:52] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-BETA2-sASO-b813
[14:11:52] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[14:11:52] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[14:11:52] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8
[14:11:52] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[14:11:52] [Server thread/INFO]: [AntiAura] Loading AntiAura v10.84
[14:11:52] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[14:11:52] [Server thread/INFO]: [AntiFactionsCrash] Loading AntiFactionsCrash v1.1
[14:11:52] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[14:11:52] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
[14:11:52] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.3
[14:11:52] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[14:11:52] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
[14:11:52] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
[14:11:52] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[14:11:52] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.2.0
[14:11:52] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.9-e0791a0
[14:11:52] [Server thread/INFO]: [jPanel] Loading jPanel v1.0-SNAPSHOT
[14:11:52] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13b
[14:11:52] [Server thread/INFO]: [Jobs] Loading Jobs v2.11.4
[14:11:52] [Server thread/INFO]: [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
[14:11:52] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[14:11:53] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.7.7
[14:11:53] [Server thread/INFO]: [ColoredTablist] Loading ColoredTablist v2.1.2
[14:11:53] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.6
[14:11:53] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[14:11:53] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[14:11:53] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
[14:11:53] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.4
[14:11:53] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[14:11:53] [Server thread/INFO]: [Info-Board] Loading Info-Board v1.0.0
[14:11:53] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7-SNAPSHOT-b232
[14:11:53] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:11:53] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[14:11:53] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:11:53] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:11:53] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[14:11:53] [Server thread/INFO]: [jPanel] Enabling jPanel v1.0-SNAPSHOT
[14:11:54] [Server thread/INFO]: Starting WebSocket server...
[14:11:54] [Server thread/INFO]: Started WebSocket server!
[14:11:54] [Server thread/INFO]: [JPanel] JPanel enabled!
[14:11:54] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13b
[14:11:55] [Server thread/INFO]: §9[PlotMe] §r 13 plots loaded
[14:11:56] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:11:56] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:11:56] [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.
[14:11:56] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:11:56] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[14:11:56] [Server thread/INFO]: Preparing level "world"
[14:11:56] [Thread-10/WARN]: [Thread-10] INFO spark.webserver.SparkServer - == Spark has ignited ...
[14:11:56] [Thread-10/WARN]: [Thread-10] INFO spark.webserver.SparkServer - >> Listening on 0.0.0.0:25000
[14:11:56] [Thread-10/WARN]: [Thread-10] INFO org.eclipse.jetty.server.Server - jetty-9.0.z-SNAPSHOT
[14:11:56] [Server thread/INFO]: -------- World Settings For [world] --------
[14:11:56] [Server thread/INFO]: Item Merge Radius: 2.5
[14:11:56] [Server thread/INFO]: Item Despawn Rate: 6000
[14:11:56] [Server thread/INFO]: View Distance: 10
[14:11:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:11:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:11:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:11:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:11:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:11:56] [Server thread/INFO]: Clear tick list: false
[14:11:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:11:56] [Server thread/INFO]: Max Entity Collisions: 8
[14:11:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:11:56] [Server thread/INFO]: Random Lighting Updates: false
[14:11:56] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:11:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:11:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:11:56] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:11:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:11:56] [Server thread/INFO]: Mob Spawn Range: 4
[14:11:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:11:56] [Server thread/INFO]: Structure Info Saving: true
[14:11:56] [Server thread/INFO]: Anti X-Ray: false
[14:11:56] [Server thread/INFO]:     Engine Mode: 1
[14:11:56] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:11:56] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:11:56] [Server thread/INFO]: Max TNT Explosions: 100
[14:11:56] [Thread-10/WARN]: [Thread-10] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@21df5145{HTTP/1.1}{0.0.0.0:25000}
[14:11:56] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[14:11:56] [Server thread/INFO]: Item Merge Radius: 2.5
[14:11:56] [Server thread/INFO]: Item Despawn Rate: 6000
[14:11:56] [Server thread/INFO]: View Distance: 10
[14:11:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:11:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:11:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:11:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:11:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:11:56] [Server thread/INFO]: Clear tick list: false
[14:11:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:11:56] [Server thread/INFO]: Max Entity Collisions: 8
[14:11:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:11:56] [Server thread/INFO]: Random Lighting Updates: false
[14:11:56] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:11:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:11:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:11:56] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:11:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:11:56] [Server thread/INFO]: Mob Spawn Range: 4
[14:11:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:11:56] [Server thread/INFO]: Structure Info Saving: true
[14:11:56] [Server thread/INFO]: Anti X-Ray: false
[14:11:56] [Server thread/INFO]:     Engine Mode: 1
[14:11:56] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:11:56] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:11:56] [Server thread/INFO]: Max TNT Explosions: 100
[14:11:56] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:11:56] [Server thread/INFO]: Item Merge Radius: 2.5
[14:11:56] [Server thread/INFO]: Item Despawn Rate: 6000
[14:11:56] [Server thread/INFO]: View Distance: 10
[14:11:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:11:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:11:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:11:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:11:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:11:56] [Server thread/INFO]: Clear tick list: false
[14:11:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:11:56] [Server thread/INFO]: Max Entity Collisions: 8
[14:11:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:11:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:11:56] [Server thread/INFO]: Random Lighting Updates: false
[14:11:56] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:11:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:11:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:11:56] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:11:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:11:56] [Server thread/INFO]: Mob Spawn Range: 4
[14:11:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:11:56] [Server thread/INFO]: Structure Info Saving: true
[14:11:56] [Server thread/INFO]: Anti X-Ray: false
[14:11:56] [Server thread/INFO]:     Engine Mode: 1
[14:11:56] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:11:56] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:11:56] [Server thread/INFO]: Max TNT Explosions: 100
[14:11:56] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5531738752240121590)
[14:11:57] [Server thread/INFO]: Preparing spawn area: 25%
[14:11:58] [Server thread/INFO]: Preparing spawn area: 65%
[14:11:59] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3184444366004265615)
[14:12:00] [Server thread/INFO]: Preparing spawn area: 17%
[14:12:01] [Server thread/INFO]: Preparing spawn area: 48%
[14:12:02] [Server thread/INFO]: Preparing spawn area: 79%
[14:12:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3184444366004265615)
[14:12:03] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
[14:12:03] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
[14:12:03] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[14:12:03] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[14:12:04] [Server thread/INFO]: [AlphaChest] loaded 9 chests
[14:12:04] [Server thread/INFO]: [Announcer] Enabling Announcer v1.5
[14:12:08] [Server thread/WARN]: There is an update for announcer!
[14:12:08] [Server thread/INFO]: Announcer v1.5 is enabled!

[14:12:08] [Server thread/INFO]: [SuperCensor] Enabling SuperCensor v2.8
[14:12:08] [Server thread/INFO]: [0;37;1m[0;30;1m[[0;33;22mSuperCensor[0;30;1m][0;37;1m Loading SuperCensor. Version: 2.8[m
[14:12:08] [Server thread/INFO]: [0;37;1m[0;30;1m[[0;33;22mSuperCensor[0;30;1m][0;37;1m SuperCensor loaded.[m
[14:12:08] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
[14:12:08] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled!  Yay!  (Core version 1.3.7)
[14:12:08] [Server thread/WARN]: [Lockette] Craftbukkit build unrecognized, please be sure you have build [2771] or greater.
[14:12:08] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[14:12:08] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[14:12:08] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[14:12:08] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[14:12:08] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[14:12:08] [Server thread/INFO]: [SimpleVIPPerks] Enabling SimpleVIPPerks v3.5
[14:12:08] [Server thread/INFO]: [SimpleVIPPerks] SimpleVIPPerks 3.50 has been enabled!
[14:12:08] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.7
[14:12:08] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_8_R1[0;32;1m, using [0;33;1mSkinFactory_v1_8_R1[m
[14:12:08] [Server thread/INFO]: [AntiBotUltra] Enabling AntiBotUltra v7.1
[14:12:08] [Server thread/INFO]: [AntiBotUltra] This server is protected!
[14:12:08] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v2.7.0
[14:12:09] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 2.7.0 ] [ Successfully Loaded! ]
[14:12:09] [Server thread/INFO]: [LetItRain] Enabling LetItRain v4.5.3
[14:12:09] [Server thread/INFO]: [LetItRain] LetItRain v4.5.3 enabled
[14:12:09] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
[14:12:09] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
[14:12:09] [Server thread/INFO]: [AJB] Loaded: 9605 IP's
[14:12:09] [Server thread/INFO]: [AJB] Loaded: 7 User's
[14:12:10] [Server thread/INFO]: [AJB] Downloading Blacklist...
[14:12:10] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
[14:12:10] [Server thread/INFO]: [FrameProtect] Enabling FrameProtect v2.5
[14:12:11] [Server thread/INFO]: [FrameProtect] enabled.
[14:12:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[14:12:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:12:11] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
[14:12:11] [Server thread/INFO]: [Skript] Enabling Skript v2.2-Fixes-V8
[14:12:16] [Server thread/INFO]: [Skript] Loaded a total of 12584 english aliases
[14:12:16] [Server thread/INFO]: [Skript]  - created by & © Peter Güttinger aka Njol -
[14:12:16] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[14:12:16] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[14:12:16] [Server thread/INFO]: git-Spigot-550ebac-7019900 (MC: 1.8)
[14:12:16] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
[14:12:16] [Server thread/INFO]: Creating config from template: C:\Users\emre\Desktop\minecraft-batihost\plugins\Essentials\config.yml
[14:12:16] [Server thread/INFO]: [Essentials] Starting Essentials ban format conversion
[14:12:16] [Server thread/INFO]: Using locale en_US
[14:12:16] [pool-9-thread-1/INFO]: Creating empty config: C:\Users\emre\Desktop\minecraft-batihost\plugins\Essentials\upgrades-done.yml
[14:12:16] [Server thread/INFO]: Creating config from template: C:\Users\emre\Desktop\minecraft-batihost\plugins\Essentials\worth.yml
[14:12:17] [Server thread/INFO]: Using locale en_US
[14:12:17] [Server thread/INFO]: [Essentials] This plugin collects minimal statistic data and sends it to http://metrics.essentials3.net.
[14:12:17] [Server thread/INFO]: [Essentials] You can opt out, disabling metrics for all plugins, by running /essentials opt-out
[14:12:17] [Server thread/INFO]: [Essentials] This will start 5 minutes after the first admin/op joins.
[14:12:17] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[14:12:17] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[14:12:17] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[14:12:17] [Server thread/INFO]: [isim-bug-fixed] Enabling isim-bug-fixed v1.0.0
[14:12:17] [Server thread/INFO]: [0;36;22misim-bug-fixed Version 1.0.0 has been enabled[m
[14:12:17] [Server thread/INFO]: [0;32;1mConnecting to SQLite[m
[14:12:17] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.4
[14:12:17] [Server thread/INFO]: [ClearLag] Loading modules...
[14:12:17] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[14:12:17] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[14:12:17] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.0-BETA2-sASO-b813
[14:12:17] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8 / Spigot-CB-1.8
[14:12:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[14:12:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[14:12:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[14:12:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[14:12:18] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[14:12:18] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.0)...
[14:12:18] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | KeepAliveFrequency | SoundDistance
[14:12:18] [Server thread/INFO]: [NoCheatPlus] Version 3.12.0-BETA2-sASO-b813 is enabled.
[14:12:19] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[14:12:19] [Server thread/INFO]: [AntiAura] Enabling AntiAura v10.84
[14:12:19] [Server thread/INFO]: Hello, and welcome to AntiAura! Please refer to the guides on Spigot or send me a PM if you are having issues! If you want configuration help, check the logs or the config comments!
By using this plugin, you agree with the EULA.txt inside the jar file.
[14:12:19] [Server thread/INFO]: Paths: C:\Users\emre\Desktop\minecraft-batihost\plugins\AntiAura\config.yml ||
[14:12:19] [Server thread/INFO]: [AntiFactionsCrash] Enabling AntiFactionsCrash v1.1
[14:12:19] [Server thread/INFO]: [AntiFactionsCrash]Plugin active!
[14:12:19] [Server thread/INFO]: [AntiFactionsCrash]Author: Krumb069
[14:12:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[14:12:20] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[14:12:20] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[14:12:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[14:12:20] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'world'
[14:12:20] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[14:12:20] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[14:12:20] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
[14:12:20] [Server thread/ERROR]: Error occurred while enabling EssentialsXMPP vTeamCity (Is it up to date?)
java.lang.NoClassDefFoundError: org/jivesoftware/smack/MessageListener
    at java.lang.ClassLoader.defineClass1(Native Method) -[?:1.8.0_111]
    at java.lang.ClassLoader.defineClass(Unknown Source) -[?:1.8.0_111]
    at java.security.SecureClassLoader.defineClass(Unknown Source) -[?:1.8.0_111]
    at java.net.URLClassLoader.defineClass(Unknown Source) -[?:1.8.0_111]
    at java.net.URLClassLoader.access$100(Unknown Source) -[?:1.8.0_111]
    at java.net.URLClassLoader$1.run(Unknown Source) -[?:1.8.0_111]
    at java.net.URLClassLoader$1.run(Unknown Source) -[?:1.8.0_111]
    at java.security.AccessController.doPrivileged(Native Method) -[?:1.8.0_111]
    at java.net.URLClassLoader.findClass(Unknown Source) -[?:1.8.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) -[spigot.jar:git-Spigot-550ebac-7019900]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    at com.earth2me.essentials.xmpp.EssentialsXMPP.onEnable(EssentialsXMPP.java:51) -[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: java.lang.ClassNotFoundException: org.jivesoftware.smack.MessageListener
    at java.net.URLClassLoader.findClass(Unknown Source) -[?:1.8.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) -[spigot.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) -[spigot.jar:git-Spigot-550ebac-7019900]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    at java.lang.ClassLoader.loadClass(Unknown Source) -[?:1.8.0_111]
    ... 27 more
[14:12:20] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.3
[14:12:21] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection
 in 'string', line 48, column 5:
        - '&6&l> &6Bu Kiti Sadece MEGA_V ...
        ^
expected <block end>, but found Scalar
 in 'string', line 54, column 13:
      COMMAND: 'kit ultravip'
                ^

[14:12:21] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
[14:12:21] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
[14:12:21] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
[14:12:21] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.config.yaml.PluginConfig.load(PluginConfig.java:45)
[14:12:21] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:187)
[14:12:21] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122)
[14:12:21] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[14:12:21] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
[14:12:21] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[14:12:21] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
[14:12:21] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
[14:12:21] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
[14:12:21] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
[14:12:21] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
[14:12:21] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
[14:12:21] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
[14:12:21] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[14:12:21] [Server thread/WARN]: Caused by: while parsing a block collection
 in 'string', line 48, column 5:
        - '&6&l> &6Bu Kiti Sadece MEGA_V ...
        ^
expected <block end>, but found Scalar
 in 'string', line 54, column 13:
      COMMAND: 'kit ultravip'
                ^

[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:199)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481)
[14:12:21] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.load(Yaml.java:400)
[14:12:21] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[14:12:21] [Server thread/WARN]:     ... 16 more
[14:12:21] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[14:12:21] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
[14:12:21] [Server thread/INFO]: Creating config from template: C:\Users\emre\Desktop\minecraft-batihost\plugins\EssentialsGeoIP\config.yml
[14:12:21] [Server thread/INFO]: Downloading GeoIP database... this might take a while (country: 0.6 MB, city: 20MB)
[14:12:21] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[14:12:21] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
[14:12:21] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[14:12:21] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.2.0
[14:12:21] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[14:12:21] [Server thread/INFO]: = Vault  : Ok. Hooked MyCommand Vault 1.5.6-b49
[14:12:21] [Server thread/INFO]: = Spout  : Not detected
[14:12:21] [Server thread/INFO]: = Config : Ok
[14:12:22] [Server thread/INFO]: = Custom commands loaded : 3
[14:12:22] [Server thread/INFO]: = Version: 5.2.0
[14:12:22] [Server thread/INFO]: = Author : MRI(emmerrei) a.k.a Ivanpro
[14:12:22] [Server thread/INFO]: = Status : Active
[14:12:22] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[14:12:22] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.9-e0791a0
[14:12:22] [Server thread/INFO]: [Jobs] Enabling Jobs v2.11.4
[14:12:22] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[14:12:22] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[14:12:22] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[14:12:23] [Server thread/INFO]: [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
[14:12:23] [Server thread/INFO]: [SimpleRegionMarket] Loaded 4 template(s), 0 world(s) and 0 region(s).
[14:12:23] [Server thread/INFO]: [SimpleRegionMarket] The check took 0ms
[14:12:23] [Server thread/WARN]: [SimpleRegionMarket] Permissions plugin not found.
[14:12:23] [Server thread/INFO]: [SimpleRegionMarket] SimpleRegionMarket enabled.
[14:12:24] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[14:12:24] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[14:12:24] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[14:12:25] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 5531738752240121590
[14:12:26] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -3184444366004265615
[14:12:26] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3184444366004265615
[14:12:26] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'duzdunya' - Env: NORMAL - Type: FLAT & seed: -3100470107299907266
[14:12:26] [Server thread/INFO]: -------- World Settings For [duzdunya] --------
[14:12:26] [Server thread/INFO]: Item Merge Radius: 2.5
[14:12:26] [Server thread/INFO]: Item Despawn Rate: 6000
[14:12:26] [Server thread/INFO]: View Distance: 10
[14:12:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:12:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:12:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:12:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:12:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:12:26] [Server thread/INFO]: Clear tick list: false
[14:12:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:12:26] [Server thread/INFO]: Max Entity Collisions: 8
[14:12:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:12:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:12:26] [Server thread/INFO]: Random Lighting Updates: false
[14:12:26] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:12:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:12:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:12:26] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:12:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:12:26] [Server thread/INFO]: Mob Spawn Range: 4
[14:12:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:12:26] [Server thread/INFO]: Structure Info Saving: true
[14:12:26] [Server thread/INFO]: Anti X-Ray: false
[14:12:26] [Server thread/INFO]:     Engine Mode: 1
[14:12:26] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:12:26] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:12:26] [Server thread/INFO]: Max TNT Explosions: 100
[14:12:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3100470107299907266)
[14:12:28] [Server thread/INFO]: Preparing spawn area for duzdunya, 0%
[14:12:29] [Server thread/INFO]: Preparing spawn area for duzdunya, 97%
[14:12:29] [Server thread/INFO]: [WorldGuard] (duzdunya) TNT ignition is PERMITTED.
[14:12:29] [Server thread/INFO]: [WorldGuard] (duzdunya) Lighters are PERMITTED.
[14:12:29] [Server thread/INFO]: [WorldGuard] (duzdunya) Lava fire is blocked.
[14:12:29] [Server thread/INFO]: [WorldGuard] (duzdunya) Fire spread is UNRESTRICTED.
[14:12:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'duzdunya'
[14:12:29] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: -7516102976677292679 & generator: PlotMe
[14:12:29] [Server thread/INFO]: -------- World Settings For [plotworld] --------
[14:12:29] [Server thread/INFO]: Item Merge Radius: 2.5
[14:12:29] [Server thread/INFO]: Item Despawn Rate: 6000
[14:12:29] [Server thread/INFO]: View Distance: 10
[14:12:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:12:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:12:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:12:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:12:29] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:12:29] [Server thread/INFO]: Clear tick list: false
[14:12:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:12:29] [Server thread/INFO]: Max Entity Collisions: 8
[14:12:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:12:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:12:29] [Server thread/INFO]: Random Lighting Updates: false
[14:12:29] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:12:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:12:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:12:29] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:12:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:12:29] [Server thread/INFO]: Mob Spawn Range: 4
[14:12:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:12:29] [Server thread/INFO]: Structure Info Saving: true
[14:12:29] [Server thread/INFO]: Anti X-Ray: false
[14:12:29] [Server thread/INFO]:     Engine Mode: 1
[14:12:29] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:12:29] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:12:29] [Server thread/INFO]: Max TNT Explosions: 100
[14:12:29] [Server thread/INFO]: Preparing start region for level 4 (Seed: -7516102976677292679)
[14:12:30] [Server thread/INFO]: Preparing spawn area for plotworld, 48%
[14:12:31] [Server thread/INFO]: Preparing spawn area for plotworld, 81%
[14:12:31] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
[14:12:31] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
[14:12:31] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
[14:12:31] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
[14:12:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
[14:12:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'orman' - Env: NORMAL - Type: NORMAL & seed: -2746178121696124980
[14:12:32] [Server thread/INFO]: -------- World Settings For [orman] --------
[14:12:32] [Server thread/INFO]: Item Merge Radius: 2.5
[14:12:32] [Server thread/INFO]: Item Despawn Rate: 6000
[14:12:32] [Server thread/INFO]: View Distance: 10
[14:12:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:12:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:12:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:12:32] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:12:32] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:12:32] [Server thread/INFO]: Clear tick list: false
[14:12:32] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:12:32] [Server thread/INFO]: Max Entity Collisions: 8
[14:12:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:12:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:12:32] [Server thread/INFO]: Random Lighting Updates: false
[14:12:32] [Server thread/INFO]: Alternative Hopper Ticking: false
[14:12:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:12:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:12:32] [Server thread/INFO]: Sending up to 5 chunks per packet
[14:12:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:12:32] [Server thread/INFO]: Mob Spawn Range: 4
[14:12:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:12:32] [Server thread/INFO]: Structure Info Saving: true
[14:12:32] [Server thread/INFO]: Anti X-Ray: false
[14:12:32] [Server thread/INFO]:     Engine Mode: 1
[14:12:32] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:12:32] [Server thread/INFO]:     Replace Blocks: [1, 5]
[14:12:32] [Server thread/INFO]: Max TNT Explosions: 100
[14:12:32] [Server thread/INFO]: Preparing start region for level 5 (Seed: -2746178121696124980)
[14:12:33] [Server thread/INFO]: Preparing spawn area for orman, 20%
[14:12:34] [Server thread/INFO]: Preparing spawn area for orman, 44%
[14:12:35] [Server thread/INFO]: Preparing spawn area for orman, 60%
[14:12:36] [Server thread/INFO]: Preparing spawn area for orman, 81%
[14:12:36] [Server thread/INFO]: [WorldGuard] (orman) TNT ignition is PERMITTED.
[14:12:36] [Server thread/INFO]: [WorldGuard] (orman) Lighters are PERMITTED.
[14:12:36] [Server thread/INFO]: [WorldGuard] (orman) Lava fire is blocked.
[14:12:36] [Server thread/INFO]: [WorldGuard] (orman) Fire spread is UNRESTRICTED.
[14:12:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'orman'
[14:12:36] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[14:12:36] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.7.7
[14:12:36] [Server thread/INFO]: [FramePicture] Configuration loaded!
[14:12:37] [Server thread/INFO]: [FramePicture] Loaded 54 frames!
[14:12:37] [Server thread/INFO]: [FramePicture] Caching frames ...
[14:12:44] [Server thread/INFO]: [FramePicture] Cached 54 frames!
[14:12:44] [Server thread/INFO]: [FramePicture] The frame cache use 23mb memory!
[14:12:44] [Server thread/INFO]: [FramePicture] Plugin enabled!
[14:12:44] [Server thread/INFO]: [ColoredTablist] Enabling ColoredTablist v2.1.2
[14:12:44] [Server thread/INFO]: Server not running on 1.7.9-R0.1. Disabling invisibility Feature!
[14:12:44] [Server thread/INFO]: [ColoredTablist] Config loaded
[14:12:44] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.6
[14:12:44] [Server thread/INFO]: [MineResetLite] Loading mine from file 'kiziltas.mine.yml'...
[14:12:44] [Server thread/INFO]: [MineResetLite] Loading mine from file 'lapis.mine.yml'...
[14:12:44] [Server thread/INFO]: [MineResetLite] Loading mine from file 'odun.mine.yml'...
[14:12:44] [Server thread/INFO]: [MineResetLite] Loading mine from file 'tas.mine.yml'...
[14:12:44] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.4.6 enabled!
[14:12:44] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
[14:12:45] [Server thread/WARN]: [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`))
[14:12:45] [Server thread/WARN]: [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
[14:12:45] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[14:12:46] [Server thread/INFO]: [ChestShop] Lockette version 1.7.12 loaded.
[14:12:46] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[14:12:47] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[14:12:47] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[14:12:47] [Server thread/INFO]: [AuthMe] Set Language: en
[14:12:47] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with SuperPerms system
[14:12:47] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[14:12:47] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[14:12:47] [Server thread/ERROR]: Could not find spawn.yml, creating new one...
[14:12:47] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[14:12:47] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[14:12:47] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[14:12:48] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
[14:12:48] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[14:12:49] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.4
[14:12:49] [Server thread/INFO]: [Factions v1.6.9.4] === ENABLE START ===
[14:12:49] [Server thread/INFO]: [Factions v1.6.9.4] Loading board from disk
[14:12:49] [Server thread/INFO]: [Factions v1.6.9.4] Economy integration through Vault plugin successful.
[14:12:49] [Server thread/INFO]: [Factions v1.6.9.4] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
[14:12:49] [Server thread/INFO]: [Factions v1.6.9.4] === ENABLE DONE (Took 808ms) ===
[14:12:49] [Server thread/INFO]: [Lockette] Enabled link to plugin Factions for Groups, version 1.6.9.4
[14:12:51] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[14:12:51] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[14:12:51] [Server thread/INFO]: [CombatLog] Loading config.yml.
[14:12:51] [Server thread/INFO]: [0;31;1m[CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.[m
[14:12:51] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[14:12:51] [Server thread/INFO]: [Info-Board] Enabling Info-Board v1.0.0
[14:12:51] [ServiceThread/WARN]: [Fatal Error] :1:1: Premature end of file.

[14:12:52] [ServiceThread/INFO]: UpdateCheck: Unable to connect to BukkitDev!
[14:12:52] [Server thread/INFO]: Metrics was started!
[14:12:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:12:54] [Server thread/INFO]: Done (57,994s)! For help, type "help" or "?"
[14:12:54] [Server thread/INFO]: Starting GS4 status listener
[14:12:54] [Server thread/INFO]: Starting remote control listener
[14:12:54] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[14:12:54] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:25575
[14:12:54] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.5
[14:12:54] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[14:12:54] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[14:12:54] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[14:12:56] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[14:12:56] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[14:12:56] [Craft Scheduler Thread - 14/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
[14:12:56] [Server thread/INFO]: [Skript] Loading variables...
[14:12:56] [Server thread/INFO]: [Skript] Loaded 26 variables in 0.0 seconds
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:56] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 10: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 17: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
[14:12:57] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[14:12:57] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[14:12:57] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
[14:12:57] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[14:12:57] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[14:12:57] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[14:12:57] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! Stack trace:
[14:12:57] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Premature end of file.
[14:12:57] [Skript update thread/ERROR]: #!#!     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(Unknown Source)
[14:12:57] [Skript update thread/ERROR]: #!#!     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(Unknown Source)
[14:12:57] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
[14:12:57] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
[14:12:57] [Skript update thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! Version Information:
[14:12:57] [Skript update thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8
[14:12:57] [Skript update thread/ERROR]: #!#!   Bukkit: 1.8-R0.1-SNAPSHOT
[14:12:57] [Skript update thread/ERROR]: #!#!   Minecraft: 1.8
[14:12:57] [Skript update thread/ERROR]: #!#!   Java: 1.8.0_111 (Java HotSpot(TM) 64-Bit Server VM 25.111-b14)
[14:12:57] [Skript update thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! Current node: if {kiziltas.%player%} is set: (oto-sat.sk, line 18)
[14:12:57] [Skript update thread/ERROR]: #!#! Current item: null
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/ERROR]: #!#! End of Error.
[14:12:57] [Skript update thread/ERROR]: #!#!
[14:12:57] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 24: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 31: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 38: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '21' with e.g. 'lapis lazuli ore'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '12' with e.g. 'sand'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '3' with e.g. 'dirt'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '2' with e.g. 'grass'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '73' with e.g. 'inactive redstone ore'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '17' (LOG) in aliases-english.sk or the script's aliases section and use that instead. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '74' with e.g. 'active redstone ore'. (oto-sat.sk, line 45: on break 21 or 12 or 3 or 2 or 73 or 17 or 74:')
[14:12:57] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (sohbet.sk, line 10: if arg 1 is "ac":')
[14:12:58] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[14:12:58] [Server thread/INFO]: [Skript] Loaded 4 scripts with a total of 8 triggers and 4 commands in 1.64 seconds
[14:12:58] [Server thread/INFO]: [Skript] Finished loading.
[14:12:58] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1mFound a new version: v3.1.4[0;37;1m (yours: v3.1.3)[m
[14:12:58] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mDownload it on Bukkit Dev:[m
[14:12:58] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands[m
[14:12:58] [Craft Scheduler Thread - 12/WARN]: [Skript] A new version of Skript Fixes has been found. Skript 2.2 Fixes V8b has been released. It's recommended to try the latest version.
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [0;32;1m    +===============+[m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [0;32;1m    | SkinsRestorer |[m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [0;32;1m    +===============+[m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [0;36;1m    Current version: [0;31;1m12.9.7[m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [0;32;1m    The latest version![m
[14:12:58] [Craft Scheduler Thread - 17/INFO]: [m
[14:13:58] [Server thread/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/LetItRain
[14:13:58] [Craft Scheduler Thread - 20/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/MotdManager
[14:13:58] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
[14:13:59] [Server thread/INFO]: Stopping the server
[14:13:59] [Server thread/INFO]: Stopping server
[14:13:59] [Server thread/INFO]: [Info-Board] Disabling Info-Board v1.0.0
[14:13:59] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11
[14:13:59] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Disabled.
[14:13:59] [Server thread/INFO]: [Factions] Disabling Factions v1.6.9.4
[14:13:59] [Server thread/INFO]: [Lockette] Disabled link to plugin Factions, version 1.6.9.4
[14:13:59] [Server thread/INFO]: [Factions v1.6.9.4] Disabled
[14:13:59] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
[14:13:59] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.4
[14:13:59] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.4.6
[14:13:59] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
[14:13:59] [Server thread/INFO]: [ColoredTablist] Disabling ColoredTablist v2.1.2
[14:13:59] [Server thread/INFO]: [FramePicture] Disabling FramePicture v1.7.7
[14:13:59] [Server thread/INFO]: [FramePicture] Plugin disabled!
[14:13:59] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
[14:13:59] [Server thread/INFO]: [Multiverse-Core] - Disabled
[14:13:59] [Server thread/INFO]: [SimpleRegionMarket] Disabling SimpleRegionMarket v3.6
[14:13:59] [Server thread/INFO]: [SimpleRegionMarket] SimpleRegionMarket disabled.
[14:13:59] [Server thread/INFO]: [Jobs] Disabling Jobs v2.11.4
[14:13:59] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown
[14:13:59] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown
[14:13:59] [Server thread/INFO]: [Jobs] Plugin has been disabled succesfully.
[14:13:59] [Server thread/INFO]: [PlotMe] Disabling PlotMe v0.13b
[14:13:59] [Server thread/INFO]: [jPanel] Disabling jPanel v1.0-SNAPSHOT
[14:13:59] [Server thread/WARN]: [Server thread] INFO spark.webserver.SparkServer - >>> Spark shutting down ...
[14:13:59] [Server thread/WARN]: [Server thread] INFO org.eclipse.jetty.server.Server - Graceful shutdown org.eclipse.jetty.server.Server@4f979547 by
[14:13:59] [Server thread/WARN]: [Server thread] INFO org.eclipse.jetty.server.ServerConnector - Stopped ServerConnector@21df5145{HTTP/1.1}{0.0.0.0:25000}
[14:13:59] [Server thread/WARN]: [Server thread] INFO spark.webserver.SparkServer - done
[14:13:59] [Server thread/INFO]: [PlayerHeads] Disabling PlayerHeads v3.9-e0791a0
[14:13:59] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.2.0
[14:13:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[14:13:59] [Server thread/INFO]: = Version : 5.2.0
[14:13:59] [Server thread/INFO]: = Author  : MRI(emmerrei) a.k.a Ivanpro
[14:13:59] [Server thread/INFO]: = Status  : Deactivated
[14:13:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[14:13:59] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
[14:13:59] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
[14:13:59] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
[14:13:59] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
[14:13:59] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.3
[14:13:59] [Server thread/INFO]: [EssentialsXMPP] Disabling EssentialsXMPP vTeamCity
[14:13:59] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
[14:13:59] [Server thread/INFO]: [AntiFactionsCrash] Disabling AntiFactionsCrash v1.1
[14:13:59] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
[14:13:59] [Server thread/INFO]: [AntiAura] Disabling AntiAura v10.84
[14:13:59] [Server thread/INFO]: Please ignore any errors here - They are harmless and are almost unfixable.
[14:13:59] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
[14:13:59] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.12.0-BETA2-sASO-b813
[14:13:59] [Server thread/INFO]: [NoCheatPlus] Version 3.12.0-BETA2-sASO-b813 is disabled.
[14:13:59] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.7-SNAPSHOT-b232
[14:13:59] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.8.4
[14:13:59] [Server thread/INFO]: [ClearLag] Nullifying module fields..
[14:13:59] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[14:13:59] [Server thread/INFO]: [isim-bug-fixed] Disabling isim-bug-fixed v1.0.0
[14:13:59] [Server thread/INFO]: [0;32;22mNameFix disabled[m
[14:13:59] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
[14:13:59] [Server thread/INFO]: [Skript] Disabling Skript v2.2-Fixes-V8
[14:13:59] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.8.3
[14:13:59] [Server thread/INFO]: HealthBar disabled, all the health bars have been removed.
[14:13:59] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
[14:13:59] [Server thread/INFO]: [FrameProtect] Disabling FrameProtect v2.5
[14:13:59] [Server thread/INFO]: [FrameProtect] disabled.
[14:13:59] [Server thread/INFO]: [AJB] Disabling AntiJoinBot v5.0
[14:13:59] [Server thread/INFO]: [LetItRain] Disabling LetItRain v4.5.3
[14:13:59] [Server thread/INFO]: [LetItRain] LetItRain v4.5.3 disabled
[14:13:59] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v2.7.0
[14:13:59] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 2.7.0 ] [ Disabled! ]
[14:13:59] [Server thread/INFO]: [AntiBotUltra] Disabling AntiBotUltra v7.1
[14:13:59] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v12.9.7
[14:13:59] [Server thread/INFO]: [SimpleVIPPerks] Disabling SimpleVIPPerks v3.5
[14:13:59] [Server thread/INFO]: [SimpleVIPPerks] SimpleVIPPerks 3.50 has been disabled.
[14:13:59] [Server thread/INFO]: [Lockette] Disabling Lockette v1.7.12
[14:13:59] [Server thread/INFO]: Lockette is being disabled...  ;.;
[14:13:59] [Server thread/INFO]: [Lockette] Closing all automatic doors.
[14:13:59] [Server thread/INFO]: [SuperCensor] Disabling SuperCensor v2.8
[14:13:59] [Server thread/INFO]: [Announcer] Disabling Announcer v1.5
[14:13:59] [Server thread/INFO]: Announcer v1.5 is disabled!

[14:13:59] [Server thread/INFO]: [AlphaChest] Disabling AlphaChest v1.17.0
[14:13:59] [Server thread/INFO]: [AlphaChest] saved 9 chests
[14:13:59] [Server thread/INFO]: [UnioAntiCrash] Disabling UnioAntiCrash v1.0
[14:13:59] [Server thread/INFO]: [MotdManager] Disabling MotdManager v1.41-b20
[14:13:59] [Server thread/INFO]: [MotdManager] version 1.41-b20 is disabled!
[14:13:59] [Server thread/INFO]: Saving players
[14:13:59] [Server thread/INFO]: Saving worlds
[14:13:59] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[14:13:59] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[14:13:59] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
[14:13:59] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[14:13:59] [Server thread/INFO]: Saving chunks for level 'duzdunya'/Overworld
[14:14:00] [Server thread/INFO]: Saving chunks for level 'plotworld'/Overworld
[14:14:00] [Server thread/INFO]: Saving chunks for level 'orman'/Overworld
 

Breakthrough

Obsidyen Madencisi
Mesajlar
1,332
En iyi cevaplar
0
Beğeniler
1,098
Puanları
2,930
@Personinblack
Onlarca hata var,essentials pluginleri fazla koyulmuş,aynı addaki dosyalardan falan yüklenemeyen pluginler,chestcommands yaml parse hataları..
Açıklayamadım bunları ben,Perso açıklayıversin.
 

Reizord21

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
1
Puanları
0
Onlarca hatanın düzeltilmesine gerek yok tek istediğim şu taglar düzeltilsin başka sorunum yok benim
 

YusufTepe

Marangoz
Mesajlar
47
En iyi cevaplar
0
Beğeniler
18
Puanları
200
Kardeşim şu an farkediyorum benim sana attığım linkin içinde group manager yok normalde EssentialsGroupManager diye olması lazım o yokmuş onu ben bi araştırıyım bulunca hemen atıyım buraya
 

Reizord21

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
1
Puanları
0
@YusufTepe Kardeş boşuna arama buldum ekledim genede yol gösterdiğin için sağol
 

Üst