Вопрос Помогите! Плагин BattlePass сломался

maxklm

Пользователь
Сообщения
41
Плагин
battlepass
Ядро сервера
  1. Spigot
Версия сервера
  1. 1.12.2
Итак, я весь день делал бп, настраивал квесты, и вотя делаю уже вторую неделю, перезагружаю плагин, но он не перезагружается. Рестартнул серв, и бп сломался, ни /bp, ничего не работает
 
Никто помочь так не сможет. Нужно изучать логи, скидывать сюда ошибки
[22:57:20] [Server thread/INFO]: Starting minecraft server version 1.12.2
[22:57:20] [Server thread/INFO]: Loading properties
[22:57:20] [Server thread/INFO]: Default game type: SURVIVAL
[22:57:20] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-dcd1643-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[22:57:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[22:57:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[22:57:20] [Server thread/INFO]: Debug logging is disabled
[22:57:20] [Server thread/INFO]: Generating keypair
[22:57:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25748
[22:57:21] [Server thread/INFO]: Using epoll channel type
[22:57:21] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[22:57:22] [Server thread/ERROR]: Could not load 'plugins/donatorjoin-v2_4_0-spigot.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/dbsoftwares/djp/spigot/DonatorJoinPlus has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: java.lang.UnsupportedClassVersionError: com/dbsoftwares/djp/spigot/DonatorJoinPlus has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_301]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_301]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:148) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_301]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_301]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_301]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-Spigot-dcd1643-e60fc34]
... 6 more
[22:57:22] [Server thread/ERROR]: Could not load 'plugins/shopkeepers-2_12_0-1_15-1_17.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchMethodError: org.bukkit.UnsafeValues.getDataVersion()I
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: java.lang.NoSuchMethodError: org.bukkit.UnsafeValues.getDataVersion()I
at com.nisovin.shopkeepers.storage.SKShopkeeperStorage.getMinecraftDataVersion(SKShopkeeperStorage.java:118) ~[?:?]
at com.nisovin.shopkeepers.storage.SKShopkeeperStorage.<init>(SKShopkeeperStorage.java:112) ~[?:?]
at com.nisovin.shopkeepers.SKShopkeepersPlugin.<init>(SKShopkeepersPlugin.java:112) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_301]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_301]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_301]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_301]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-Spigot-dcd1643-e60fc34]
... 6 more
[22:57:22] [Server thread/ERROR]: Could not load 'plugins/mobhunting-8_1_2.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: one/lindegaard/MobHunting/MobHunting has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: java.lang.UnsupportedClassVersionError: one/lindegaard/MobHunting/MobHunting has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_301]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_301]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:148) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_301]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_301]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_301]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-Spigot-dcd1643-e60fc34]
... 6 more
[22:57:22] [Server thread/INFO]: [ItemEffects] Loading ItemEffects v1.2.1
[22:57:22] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[22:57:22] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.10
[22:57:22] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.8
[22:57:22] [Server thread/INFO]: [IRandomTeleport] Loading IRandomTeleport v1.4
[22:57:22] [Server thread/INFO]: [PlayerReport] Loading PlayerReport v3.4.3
[22:57:22] [Server thread/INFO]: [BattlePass] Loading BattlePass v3.31
[22:57:22] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.9
[22:57:22] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.6.2
[22:57:22] [Server thread/INFO]: [ViaVersion] ViaVersion 4.6.2 is now loaded. Registering protocol transformers and injecting...
[22:57:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[22:57:23] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.11.2
[22:57:23] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_12_R1! Trying to find NMS support
[22:57:23] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_12_R1' loaded!
[22:57:23] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
[22:57:23] [Server thread/INFO]: [NBTAPI] Using the plugin 'ItemEffects' to create a bStats instance!
[22:57:23] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
[22:57:23] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.47
[22:57:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[22:57:24] [Server thread/INFO]: [VoidGen] Loading VoidGen v2.2.1
[22:57:24] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v2.0
[22:57:24] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.3
[22:57:24] [Server thread/INFO]: [GreatKits] Loading GreatKits v2.9
[22:57:24] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v3.1.1
[22:57:24] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[22:57:24] [Server thread/INFO]: [wRewards] Loading wRewards v1.0
[22:57:24] [Server thread/INFO]: [Clans] Loading Clans v0.4.5
[22:57:24] [Server thread/INFO]: [gProtector] Loading gProtector v2.4
[22:57:24] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v2.4.4 beta
[22:57:24] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[22:57:24] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10.1-RELEASE
[22:57:24] [Server thread/INFO]: [rMine] Loading rMine v1.0
[22:57:24] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.5
[22:57:24] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;8eeab68
[22:57:24] [Server thread/INFO]: [Vulcan] Loading Vulcan v2.6.5
[22:57:24] [Thread-9/INFO]: [NBTAPI] The NBT-API seems to be up-to-date!
[22:57:25] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
[22:57:25] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.1
[22:57:25] [Server thread/INFO]: [Chatty] Loading Chatty v2.18.1
[22:57:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.7
[22:57:25] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[22:57:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[22:57:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2404)
[22:57:25] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.3-Release
[22:57:25] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.19
[22:57:25] [Server thread/INFO]: [TAB] Loading TAB v2.8.8
[22:57:25] [Server thread/INFO]: [WGExtender] Loading WGExtender v1.0
[22:57:25] [Server thread/INFO]: [LootChest] Loading LootChest v2.2.2
[22:57:25] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v3.0.10
[22:57:25] [Server thread/INFO]: [Quests] Loading Quests v3.7.6-b5
[22:57:25] [Server thread/INFO]: [Duels] Loading Duels v3.5.3
[22:57:25] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
[22:57:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.7
[22:57:25] [Server thread/INFO]: [SCore] Loading SCore v3.9.55
[22:57:25] [Server thread/INFO]: [ExecutableItems] Loading ExecutableItems v5.9.55
[22:57:25] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.9
[22:57:25] [Server thread/INFO]: [MOTD] [Placeholder] PlaceholderAPI hooked.
[22:57:25] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.47
[22:57:25] [Server thread/INFO]: [0;36;1m [0;36;22m __ [m
[22:57:25] [Server thread/INFO]: [0;36;1m | [0;36;22m|__) [0;32;22mLuckPerms[m [0;36;1mv5.3.47[m
[22:57:25] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m
[22:57:25] [Server thread/INFO]: [m
[22:57:25] [Server thread/INFO]: [LuckPerms] Loading configuration...
[22:57:25] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[22:57:26] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[22:57:26] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[22:57:27] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2195ms)
[22:57:27] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[22:57:27] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_1_8
[22:57:27] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[22:57:27] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[22:57:27] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[22:57:27] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[22:57:27] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[22:57:27] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.5
[22:57:27] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.1.0.42-SNAPSHOT
[22:57:27] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[22:57:27] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[22:57:27] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[22:57:27] [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.
[22:57:27] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[22:57:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[22:57:27] [Server thread/INFO]: Preparing level "world"
[22:57:27] [Server thread/INFO]: -------- World Settings For [world] --------
[22:57:27] [Server thread/INFO]: Mob Spawn Range: 4
[22:57:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:57:27] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Mi 16 / Tiv false
[22:57:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 8 / Other 64
[22:57:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:57:27] [Server thread/INFO]: Random Lighting Updates: false
[22:57:27] [Server thread/INFO]: Structure Info Saving: true
[22:57:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:57:27] [Server thread/INFO]: Max TNT Explosions: 100
[22:57:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:57:27] [Server thread/INFO]: Item Merge Radius: 2.5
[22:57:27] [Server thread/INFO]: Item Despawn Rate: 4000
[22:57:27] [Server thread/INFO]: Arrow Despawn Rate: 300
[22:57:27] [Server thread/INFO]: View Distance: 4
[22:57:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:57:27] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:57:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:57:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[22:57:28] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[22:57:28] [Server thread/INFO]: Mob Spawn Range: 4
[22:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Mi 16 / Tiv false
[22:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 8 / Other 64
[22:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:57:28] [Server thread/INFO]: Random Lighting Updates: false
[22:57:28] [Server thread/INFO]: Structure Info Saving: true
[22:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:57:28] [Server thread/INFO]: Max TNT Explosions: 100
[22:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
[22:57:28] [Server thread/INFO]: Item Despawn Rate: 4000
[22:57:28] [Server thread/INFO]: Arrow Despawn Rate: 300
[22:57:28] [Server thread/INFO]: View Distance: 4
[22:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[22:57:28] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[22:57:28] [Server thread/INFO]: Mob Spawn Range: 4
[22:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:57:28] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Mi 16 / Tiv false
[22:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 8 / Other 64
[22:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:57:28] [Server thread/INFO]: Random Lighting Updates: false
[22:57:28] [Server thread/INFO]: Structure Info Saving: true
[22:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:57:28] [Server thread/INFO]: Max TNT Explosions: 100
[22:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
[22:57:28] [Server thread/INFO]: Item Despawn Rate: 4000
[22:57:28] [Server thread/INFO]: Arrow Despawn Rate: 300
[22:57:28] [Server thread/INFO]: View Distance: 4
[22:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[22:57:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: 67885049437559194)
[22:57:29] [Server thread/INFO]: Preparing spawn area: 0%
[22:57:30] [Server thread/INFO]: Preparing spawn area: 33%
[22:57:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: 67885049437559194)
[22:57:32] [Server thread/INFO]: Preparing start region for level 2 (Seed: 67885049437559194)
[22:57:32] [Server thread/INFO]: [ItemEffects] Enabling ItemEffects v1.2.1
[22:57:32] [Server thread/INFO]: ------------------------------------------------------[m
[22:57:32] [Server thread/INFO]: [m
[22:57:32] [Server thread/INFO]: ._ _ _____ __ __ _ _____[m
[22:57:32] [Server thread/INFO]: | | | | | ____| \ \/ / | | | ____| [m
[22:57:32] [Server thread/INFO]: | |_| | | _| \ / | | | _| [m
[22:57:32] [Server thread/INFO]: | _ | | |___ / \ | |___ | |___[m
[22:57:32] [Server thread/INFO]: |_| |_| |_____| /_/\_\ |_____| |_____|[m
[22:57:32] [Server thread/INFO]: [m
[22:57:32] [Server thread/INFO]: Hexle_Development_Systems - https://hexle.at[m
[22:57:32] [Server thread/INFO]: [m
[22:57:32] [Server thread/INFO]: [m
[22:57:32] [Server thread/INFO]: [0;37;1m[Item Effects][0;32;1m Found correct language: en[m
[22:57:32] [Server thread/INFO]: [0;37;1m[Item Effects][0;32;1m Your server is running a compatible version: v1_12_R1[m
[22:57:32] [Server thread/INFO]: [0;37;1m[Item Effects][0;33;22m 1.12 Events enabled![m
[22:57:32] [Server thread/INFO]: [0;37;1m[Item Effects][0;33;22m EntityPickUpItem was removed, this is not available in the current version! - This is not an error![m
[22:57:32] [Server thread/INFO]: [0;37;1m[Item Effects][0;32;1m Contributed by the Hexle Development Team. Finished loading![m
[22:57:32] [Server thread/INFO]: [m
[22:57:32] [Server thread/INFO]: ------------------------------------------------------[m
[22:57:32] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[22:57:32] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[22:57:33] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.10
[22:57:33] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[22:57:33] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.8
[22:57:33] [Server thread/INFO]: [IRandomTeleport] Enabling IRandomTeleport v1.4
[22:57:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rtp [1.3]
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §6Доступно обновление!
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §6Доступные ссылки для скачивания:
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §a > v1.4.1.jar
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §a >
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §a >
[22:57:33] [Server thread/INFO]: [IRandomTeleport] §aПлагин включён!
[22:57:33] [Server thread/INFO]: [PlayerReport] Enabling PlayerReport v3.4.3
[22:57:33] [Server thread/INFO]: [BattlePass] Enabling BattlePass v3.31
[22:57:33] [Server thread/ERROR]: Cannot load plugins/BattlePass/quests/week-2-quests.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
in 'string', line 121, column 12:
- '&7Прогресс &e%total_progress%&7/ ...
^
expected alphabetic or numeric character, but found П(1055)
in 'string', line 121, column 14:
- '&7Прогресс &e%total_progress%&7/&e ...
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [server.jar:git-Spigot-dcd1643-e60fc34]
at io.github.battlepass.simplespigot.config.Config.reload(Config.java:208) [battle-pass-3_36.jar:?]
at io.github.battlepass.simplespigot.config.Config.<init>(Config.java:58) [battle-pass-3_36.jar:?]
at io.github.battlepass.cache.QuestCache.cache(QuestCache.java:86) [battle-pass-3_36.jar:?]
at io.github.battlepass.BattlePlugin.load(BattlePlugin.java:274) [battle-pass-3_36.jar:?]
at io.github.battlepass.BattlePlugin.onEnable(BattlePlugin.java:103) [battle-pass-3_36.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
in 'string', line 121, column 12:
- '&7Прогресс &e%total_progress%&7/ ...
^
expected alphabetic or numeric character, but found П(1055)
in 'string', line 121, column 14:
- '&7Прогресс &e%total_progress%&7/&e ...
^

at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1455) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:501) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:200) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:152) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[server.jar:git-Spigot-dcd1643-e60fc34]
... 19 more
[22:57:33] [Server thread/ERROR]: Error occurred while enabling BattlePass v3.31 (Is it up to date?)
java.lang.NullPointerException: null
at io.github.battlepass.cache.QuestCache.cache(QuestCache.java:88) ~[?:?]
at io.github.battlepass.BattlePlugin.load(BattlePlugin.java:274) ~[?:?]
at io.github.battlepass.BattlePlugin.onEnable(BattlePlugin.java:103) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
[22:57:33] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.6.2
[22:57:33] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.2
[22:57:33] [Server thread/INFO]: [NBTAPI] Adding listeners...
[22:57:33] [Server thread/INFO]: [NBTAPI] Gson:
[22:57:33] [Server thread/INFO]: [NBTAPI] Checking bindings...
[22:57:33] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[22:57:33] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[22:57:33] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[22:57:33] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[22:57:33] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4
[22:57:33] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[22:57:33] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[22:57:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[22:57:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[22:57:34] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
[22:57:34] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v2.0
[22:57:34] [Server thread/INFO]: [Tim] There are some who call me... Tim?
[22:57:34] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.3
[22:57:34] [Server thread/INFO]: [0;32;1m[HealthBar] Enabled[m
[22:57:34] [Server thread/INFO]: [GreatKits] Enabling GreatKits v2.9
[22:57:34] [Server thread/INFO]: GreatKits 2.9.0 --> ON
[22:57:34] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.1.1
[22:57:34] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
[22:57:34] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "ru_ru"
[22:57:34] [Server thread/INFO]: [LoginSecurity] Registering commands...
[22:57:34] [Server thread/INFO]: [LoginSecurity] Registering listeners...
[22:57:34] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[22:57:34] [Server thread/INFO]: [ClearLag] Using version-adapter: LegacyVersionAdapter
[22:57:34] [Server thread/INFO]: [ClearLag] Loading modules...
[22:57:34] [Server thread/WARN]: [ClearLag] Clearlag FAILED to find your desired language file 'Russia.lang'. Defaulting to English...
[22:57:34] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[22:57:34] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[22:57:34] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[22:57:34] [Thread-18/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
[22:57:34] [Server thread/INFO]: [wRewards] Enabling wRewards v1.0
[22:57:34] [Server thread/WARN]: [PlaceholderAPI] wrewards is attempting to register placeholders via deprecated PlaceholderHook class. This class is no longer supported and will be removed in v2.13.0!
[22:57:34] [Server thread/INFO]: [0;36;1m[wRewards/INFO] Плагин успешно включён, создатель плагина WinLocker - vk.com/winlocker02[m
[22:57:34] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
[22:57:34] [Thread-18/INFO]: [ClearLag] No updates found!
[22:57:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: clans [0.4.5]
[22:57:34] [Server thread/INFO]: [gProtector] Enabling gProtector v2.4
[22:57:34] [Server thread/INFO]: [gProtector] §7Config loaded
[22:57:34] [Server thread/INFO]: [gProtector] §7Metrics loaded successfully
[22:57:34] [Server thread/INFO]: [gProtector] §7Server version older than <1.13>, using legacy channel format
[22:57:34] [Server thread/INFO]: [gProtector] ViaVersion detected. Enabled compatibility.
[22:57:34] [Server thread/INFO]: [gProtector] §7Channels listener loaded successfully.
[22:57:34] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v2.4.4 beta
[22:57:34] [Server thread/WARN]: [CommandCooldown] Could not save config.yml to plugins/CommandCooldown/config.yml because config.yml already exists.
[22:57:34] [Server thread/WARN]: [CommandCooldown] Could not save cooldowns.yml to plugins/CommandCooldown/cooldowns.yml because cooldowns.yml already exists.
[22:57:34] [Server thread/WARN]: [CommandCooldown] Could not save messages.yml to plugins/CommandCooldown/messages.yml because messages.yml already exists.
[22:57:35] [Server thread/INFO]: [CommandCooldown] Update available! Download at
[22:57:35] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10.1-RELEASE
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/donate.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/money.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/reward.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/rub.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[22:57:35] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_12_R1! Trying to find NMS support
[22:57:35] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_12_R1' loaded!
[22:57:35] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
[22:57:35] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Loaded 8 physical crate locations.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Failed to load 8 physical crate locations.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[22:57:35] [Server thread/INFO]: [CrazyCrates] classic.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] sea.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] nether.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] wooden.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] soul.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] outdoors.schematic was successfully found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[22:57:35] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[22:57:35] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[22:57:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: crazycrates [1.10.1-RELEASE]
[22:57:35] [Thread-19/WARN]: [NBTAPI] The NBT-API at 'package me.badbones69.crazycrates.nbtapi' seems to be outdated!
[22:57:35] [Thread-19/WARN]: [NBTAPI] Current Version: '2.7.1' Newest Version: 2.11.2'
[22:57:35] [Thread-19/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
[22:57:35] [Server thread/INFO]: [rMine] Enabling rMine v1.0
[22:57:35] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
[22:57:35] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[22:57:35] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[22:57:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[22:57:35] [Server thread/INFO]: [WorldGuard] Loading region data...
[22:57:35] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.6.5
[22:57:35] [Server thread/INFO]: [Vulcan] Leaked by GOLDSLIV:
[22:57:36] [Server thread/INFO]: [Vulcan] Server Version: 1.12.2 detected!
[22:57:36] [Server thread/INFO]: [Vulcan] BStats enabled!
[22:57:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: Vulcan [2.6.5]
[22:57:36] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[22:57:36] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
[22:57:36] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.1
[22:57:36] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-*
[22:57:36] [Server thread/INFO]: | You're using an not fully supported server version. (v1_12_R1)
[22:57:36] [Server thread/INFO]: | Hooked on Vault 1.5.6-b49
[22:57:36] [Server thread/INFO]: | Command file(s) found : 1
[22:57:36] [Server thread/INFO]: | Config : Ready.
[22:57:36] [Server thread/INFO]: | ProtocolLib not found.
[22:57:36] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[22:57:36] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[22:57:36] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[22:57:36] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[22:57:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[22:57:36] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[22:57:36] [Server thread/INFO]: | Custom commands loaded : 0
[22:57:36] [Server thread/INFO]: | New update available : MyCommand v5.7.3
[22:57:36] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
[22:57:36] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
[22:57:36] [Server thread/INFO]: [Chatty] Enabling Chatty v2.18.1
[22:57:36] [Server thread/INFO]: [Chatty] Vault has successful hooked.
[22:57:36] [Server thread/INFO]: [Chatty] PlaceholderAPI has successful hooked.
[22:57:36] [Server thread/INFO]: [Chatty] NametagEdit has successful hooked.
[22:57:36] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[22:57:36] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[22:57:37] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[22:57:37] [Server thread/INFO]: No kits found to migrate.
[22:57:37] [Server thread/INFO]: Loaded 853 items from items.csv.
[22:57:37] [Server thread/INFO]: Using locale ru
[22:57:37] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[22:57:37] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:57:37] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[22:57:37] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[22:57:37] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[22:57:37] [Server thread/INFO]: HikariPool-1 - Starting...
[22:57:38] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[22:57:38] [Server thread/INFO]: HikariPool-1 - Start completed.
[22:57:38] [Server thread/INFO]:

[0;30;1m[]=====[[0;37;22mEnabling AdvancedBan[0;30;1m]=====[]
[0;30;1m| [0;31;1mInformation:
[0;30;1m| [0;31;1mName: [0;37;22mAdvancedBan
[0;30;1m| [0;31;1mDeveloper: [0;37;22mLeoko
[0;30;1m| [0;31;1mVersion: [0;37;22m2.3.0
[0;30;1m| [0;31;1mStorage: [0;37;22mHSQLDB (local)
[0;30;1m| [0;31;1mSupport:
[0;30;1m| [0;31;1mGithub: [0;37;22mhttps://github.com/DevLeoko/AdvancedBan/issues
[0;30;1m| [0;31;1mDiscord: [0;37;22mhttps://discord.gg/ycDG6rS
[0;30;1m| [0;31;1mTwitter: [0;37;22m@LeokoGar
[0;30;1m| [0;31;1mUpdate:
[0;30;1m| [0;37;22mYou have the newest version
[0;30;1m[]================================[][m
[m
[22:57:38] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[22:57:38] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[22:57:38] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[22:57:38] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[22:57:38] [Server thread/INFO]: -------- World Settings For [spawn2] --------
[22:57:38] [Server thread/INFO]: Mob Spawn Range: 4
[22:57:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:57:38] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Mi 16 / Tiv false
[22:57:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 8 / Other 64
[22:57:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:57:38] [Server thread/INFO]: Random Lighting Updates: false
[22:57:38] [Server thread/INFO]: Structure Info Saving: true
[22:57:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:57:38] [Server thread/INFO]: Max TNT Explosions: 100
[22:57:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:57:38] [Server thread/INFO]: Item Merge Radius: 2.5
[22:57:38] [Server thread/INFO]: Item Despawn Rate: 4000
[22:57:38] [Server thread/INFO]: Arrow Despawn Rate: 300
[22:57:38] [Server thread/INFO]: View Distance: 4
[22:57:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:57:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:57:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:57:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[22:57:38] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1576211222498253438)
[22:57:39] [Server thread/INFO]: [CrazyCrates] Fixed 4 broken crate locations.
[22:57:39] [Server thread/INFO]: [WorldGuard] (spawn2) TNT ignition is PERMITTED.
[22:57:39] [Server thread/INFO]: [WorldGuard] (spawn2) Lighters are PERMITTED.
[22:57:39] [Server thread/INFO]: [WorldGuard] (spawn2) Lava fire is blocked.
[22:57:39] [Server thread/INFO]: [WorldGuard] (spawn2) Fire spread is UNRESTRICTED.
[22:57:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn2'
[22:57:39] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[22:57:39] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[22:57:39] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v4.3.1-b861 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/entity/Phantom
at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.killDecision(SimpleWorldPurger.java:152) ~[?:?]
at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:119) ~[?:?]
at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:197) ~[?:?]
at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:74) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld$SpawningPropertyValidator.validateChange(MVWorld.java:286) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld$SpawningPropertyValidator.validateChange(MVWorld.java:260) ~[?:?]
at com.onarandombox.serializationconfig.SerializationConfig.SerializationConfig.validate(SerializationConfig.java:893) ~[?:?]
at com.onarandombox.serializationconfig.SerializationConfig.SerializationConfig.setPropertyValue(SerializationConfig.java:443) ~[?:?]
at com.onarandombox.serializationconfig.SerializationConfig.SerializationConfig.setPropertyValue(SerializationConfig.java:368) ~[?:?]
at com.onarandombox.serializationconfig.SerializationConfig.SerializationConfig.setPropertyValue(SerializationConfig.java:353) ~[?:?]
at com.onarandombox.serializationconfig.SerializationConfig.SerializationConfig.setPropertyValueUnchecked(SerializationConfig.java:736) ~[?:?]
at com.onarandombox.MultiverseCore.WorldProperties.setAllowAnimalSpawn(WorldProperties.java:424) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld.setAllowAnimalSpawn(MVWorld.java:767) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld.validateEntitySpawns(MVWorld.java:195) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld.validateProperties(MVWorld.java:205) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld.<init>(MVWorld.java:94) ~[?:?]
at com.onarandombox.MultiverseCore.MVWorld.<init>(MVWorld.java:59) ~[?:?]
at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:496) ~[?:?]
at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467) ~[?:?]
at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:442) ~[?:?]
at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:770) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:313) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.Phantom
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_301]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_301]
... 33 more
[22:57:39] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2404)
[22:57:39] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.3-Release
[22:57:39] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[22:57:40] [Server thread/INFO]: [DeluxeMenus] 11 GUI menus loaded!
[22:57:40] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[22:57:40] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[22:57:40] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[22:57:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.3-Release]
[22:57:40] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.19
[22:57:40] [Server thread/INFO]: Loading the config.yml
[22:57:40] [Server thread/INFO]: Successfully loaded config.yml
[22:57:40] [Server thread/INFO]: Loading the Data.yml
[22:57:40] [Server thread/INFO]: Successfully loaded Data.yml
[22:57:40] [Server thread/INFO]: Loading the Messages.yml
[22:57:40] [Server thread/INFO]: Successfully loaded Messages.yml
[22:57:40] [Server thread/INFO]: Loading the Test-File.yml
[22:57:40] [Server thread/INFO]: Successfully loaded Test-File.yml
[22:57:40] [Server thread/INFO]: [TAB] Enabling TAB v2.8.8
[22:57:40] [Server thread/INFO]: [0;37;22m[TAB] Server version: 1.12.2 (v1_12_R1)[m
[22:57:40] [Server thread/INFO]: [0;34;1m[TAB] Hint: Found used PlaceholderAPI placeholder "[0;35;1m%statistic_deaths%[0;34;1m". Consider replacing it with plugin's internal "[0;35;1m%deaths%[0;34;1m" for better performance.[m
[22:57:40] [Server thread/INFO]: [0;34;1m[TAB] Hint: Found used PlaceholderAPI placeholder "[0;35;1m%vault_eco_balance%[0;34;1m". Consider replacing it with plugin's internal "[0;35;1m%money%[0;34;1m" for better performance.[m
[22:57:40] [Server thread/INFO]: [0;34;1m[TAB] Hint: Found used PlaceholderAPI placeholder "[0;35;1m%vault_prefix%[0;34;1m". Consider replacing it with plugin's internal "[0;35;1m%vault-prefix%[0;34;1m" for better performance.[m
[22:57:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [2.8.8]
[22:57:40] [Server thread/INFO]: [0;32;1m[TAB] Enabled in 180ms[m
[22:57:40] [Thread-24/INFO]: [0;32;1m[TAB] Version 2.9.2 is out! Your version: 2.8.8[m
[22:57:40] [Thread-24/INFO]: [0;32;1m[TAB] Get the update at
[22:57:40] [Server thread/INFO]: [WGExtender] Enabling WGExtender v1.0
[22:57:41] [Server thread/INFO]: [LootChest] Enabling LootChest v2.2.2
[22:57:41] [Server thread/INFO]: [LootChest] Loading config files...
[22:57:41] [Server thread/INFO]: [LootChest] Checking for update...
[22:57:41] [Server thread/INFO]: [LootChest] Starting particles...
[22:57:41] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.reflection.minecraft
[22:57:41] [Server thread/INFO]: [ReflectionHelper] Version is v1_12_R1 (11201)
[22:57:41] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v3.0.10
[22:57:41] [Server thread/INFO]: [AntiRelog] Конфиг успешно загружен
[22:57:41] [Server thread/INFO]: [AntiRelog] Detected version: 1.12.2
[22:57:41] [Server thread/INFO]: [Quests] Enabling Quests v3.7.6-b5
[22:57:41] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[22:57:41] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
[22:57:41] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[22:57:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels [1.0]
[22:57:41] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[22:57:41] [Server thread/INFO]: [Duels] Using Economy Provider: com.earth2me.essentials.economy.vault.VaultEconomyProvider
[22:57:41] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[22:57:41] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[22:57:42] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 8 kit(s).
[22:57:42] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 1 arena(s).
[22:57:42] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[22:57:42] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[22:57:42] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
[22:57:42] [Server thread/INFO]: Injecting command information into Citizens.[m
[22:57:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[22:57:42] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:57:42] [Server thread/INFO]: [SCore] Enabling SCore v3.9.55
[22:57:42] [Server thread/INFO]: ================ SCore ================[m
[22:57:42] [Server thread/INFO]: SCore Version of the server git-Spigot-dcd1643-e60fc34 (MC: 1.12.2) ![m
[22:57:42] [Server thread/INFO]: SCore ExecutableItems hooked ! (5.9.55) Load After[m
[22:57:42] [Server thread/INFO]: SCore PlaceholderAPI hooked ! (2.11.2) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore WorldGuard hooked ! (6.2.2-SNAPSHOT;8eeab68) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore Vault hooked ! (1.5.6-b49) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore Multiverse-Core hooked ! (4.3.1-b861) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore CoreProtect hooked ! (2.14.4) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore NBTAPI hooked ! (2.11.2) 8aLoad Before[m
[22:57:42] [Server thread/ERROR]: [SCore] HolographicDisplays hooked BUT you haven't the good version ! (require 3.0 or higher) !
[22:57:42] [Server thread/WARN]: java.lang.NoClassDefFoundError: me/filoghost/holographicdisplays/api/HolographicDisplaysAPI
[22:57:42] [Server thread/WARN]: at com.ssomar.score.SCore.loadDependency(SCore.java:330)
[22:57:42] [Server thread/WARN]: at com.ssomar.score.SCore.onEnable(SCore.java:199)
[22:57:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[22:57:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[22:57:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[22:57:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
[22:57:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
[22:57:42] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
[22:57:42] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
[22:57:42] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
[22:57:42] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
[22:57:42] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
[22:57:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[22:57:42] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: me.filoghost.holographicdisplays.api.HolographicDisplaysAPI
[22:57:42] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
[22:57:42] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152)
[22:57:42] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[22:57:42] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
[22:57:42] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[22:57:42] [Server thread/WARN]: ... 13 more
[22:57:42] [Server thread/INFO]: SCore TAB hooked ! (2.8.8) 8aLoad Before[m
[22:57:42] [Server thread/INFO]: SCore Locale setup: EN[m
[22:57:42] [Server thread/INFO]: SCore Language of the editor setup on EN[m
[22:57:42] [Server thread/INFO]: SCore Language for in-game messages setup on EN[m
[22:57:42] [Server thread/INFO]: SCore onnection to the db...[m
[22:57:42] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table Commands if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table Commands Player if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table Commands Block if not exists...[m
[22:57:42] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...[m
[22:57:43] [Server thread/ERROR]: &cERROR, Couldn't load the Particle value of particlesType from config, value: SOUL_FIRE_FLAME &7&oSProjectile: PACK_2_06.(particles) &6>> Particles available:
[22:57:43] [Server thread/ERROR]: &cERROR, Couldn't load the Particle value of particlesType from config, value: SOUL_FIRE_FLAME &7&oSProjectile: PACK_2_06.(particles) &6>> Particles available:
[22:57:43] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved[m
[22:57:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SCore [1.0.0]
[22:57:43] [Server thread/INFO]: ================ SCore ================[m
[22:57:43] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v5.9.55
[22:57:43] [Server thread/INFO]: ================ ExecutableItems ================[m
[22:57:43] [Server thread/INFO]: ExecutableItems PlaceholderAPI hooked ![m
[22:57:43] [Server thread/INFO]: ExecutableItems NBTAPI hooked ![m
[22:57:43] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld
[22:57:43] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: PLAYER_HEAD &7&o(Item: Free_Spit) &6>> Materials available:
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: PLAYER_HEAD &7&o(Item: Free_Money) &6>> Materials available:
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: SNOWBALL &7&o(Item: Free_Epic_Snowball) &6>> Materials available:
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: CROSSBOW &7&o(Item: Free_Homing_Arrow) &6>> Materials available:
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: HEART_OF_THE_SEA &7&o(Item: Free_Stun_Ball) &6>> Materials available:
[22:57:45] [Server thread/ERROR]: &cERROR, Couldn't load the Material value of material from config, value: CRAFTING_TABLE &7&o(Item: Free_Wifi_Crafting_Table) &6>> Materials available:
[22:57:45] [Server thread/INFO]: ================ ExecutableItems ================[m
[22:57:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:57:46] [Server thread/INFO]: Done (18.433s)! For help, type "help" or "?"
[22:57:46] [Server thread/INFO]: Starting GS4 status listener
[22:57:46] [Server thread/INFO]: Starting remote control listener
[22:57:46] [Query Listener #1/INFO]: Query running on 0.0.0.0:25748
[22:57:46] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:25654
[22:57:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerpoints [3.2.5]
[22:57:46] [Craft Scheduler Thread - 4/ERROR]: Cannot load plugins/NametagEdit/groups.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 1, column 1:
Groups:
^
expected <block end>, but found BlockMappingStart
in 'string', line 62, column 2:
efalt:
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [server.jar:git-Spigot-dcd1643-e60fc34]
at com.nametagedit.plugin.utils.Utils.getConfig(Utils.java:93) [nametagedit.jar:?]
at com.nametagedit.plugin.storage.flatfile.FlatFileConfig.load(FlatFileConfig.java:41) [nametagedit.jar:?]
at com.nametagedit.plugin.NametagHandler$1.run(NametagHandler.java:87) [nametagedit.jar:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) [server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_301]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_301]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'string', line 1, column 1:
Groups:
^
expected <block end>, but found BlockMappingStart
in 'string', line 62, column 2:
efalt:
^

at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[server.jar:git-Spigot-dcd1643-e60fc34]
... 11 more
[22:57:46] [Craft Scheduler Thread - 4/WARN]: [NametagEdit] Plugin NametagEdit v4.4.10 generated an exception while executing task 18
java.lang.NullPointerException: null
at com.nametagedit.plugin.storage.flatfile.FlatFileConfig.loadGroups(FlatFileConfig.java:191) ~[?:?]
at com.nametagedit.plugin.storage.flatfile.FlatFileConfig.load(FlatFileConfig.java:44) ~[?:?]
at com.nametagedit.plugin.NametagHandler$1.run(NametagHandler.java:87) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[server.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [server.jar:git-Spigot-dcd1643-e60fc34]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_301]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_301]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_301]
[22:57:46] [Server thread/WARN]: [HolographicDisplays] Hologram 'rtp1' was in the world 'spawn' but it wasn't loaded.
[22:57:46] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2 (340)
[22:57:46] [Server thread/WARN]: [ViaVersion] This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed.
[22:57:46] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 17 (your version is 1.8.0_301). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
[22:57:46] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1mFound a new version: v4.0.3[0;37;1m (yours: v3.2.0)[m
[22:57:46] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mDownload it on Bukkit Dev:[m
[22:57:46] [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
[22:57:46] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.5.6-b49)!
[22:57:46] [Server thread/INFO]: [LootChest] Loading chests...
[22:57:46] [Craft Scheduler Thread - 0/INFO]: §6Получение информации о версии...
[22:57:46] [Server thread/INFO]: [LootChest] Loaded 3 Lootchests in 3 miliseconds
[22:57:46] [Server thread/INFO]: [LootChest] Starting LootChest timers asynchronously...
[22:57:46] [Server thread/INFO]: [LootChest] Plugin loaded
[22:57:46] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[22:57:46] [Craft Scheduler Thread - 2/INFO]: [0;37;1m[Item Effects][0;32;1m There is not a new update available.[m
[22:57:46] [Craft Scheduler Thread - 6/INFO]: [LootChest] §aA new version 2.3.4 was found on Spigot (your version: 2.2.2). Please update me! <3 - Link:
[22:57:46] [Craft Scheduler Thread - 7/INFO]: [Duels] No updates were available. You are on the latest version!
[22:57:47] [Server thread/INFO]: [Citizens] Loaded 10 NPCs.
[22:57:47] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v3.0.1
[22:57:47] [Craft Scheduler Thread - 1/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[22:57:47] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[22:57:47] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/projects/holographic-displays
[22:57:47] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
[22:57:47] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.3) is available at:
[22:57:47] [Server thread/INFO]: [PlaceholderAPI]
[22:57:47] [Craft Scheduler Thread - 7/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.5.6
[22:57:47] [Craft Scheduler Thread - 7/WARN]: [Vault] Update at:
[22:57:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[22:57:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem [2.6.8]
[22:57:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [1.5.0]
[22:57:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.8.1]
[22:57:47] [Server thread/INFO]: [0;32;1m4 placeholder hook(s) registered! [0;33;22m1 placeholder hook(s) have an update available.[m
[22:57:47] [Server thread/INFO]: [Quests] Loaded 4 Quest(s), 8 Event(s), 862 Phrase(s)
[22:57:56] [Server thread/INFO]: [MyCommand] found an update for MyCommand. Type /mycommand for more infos.
[22:58:06] [Craft Scheduler Thread - 0/INFO]: [gProtector] §eLooking for updates...
[22:58:06] [Craft Scheduler Thread - 0/INFO]: [gProtector] §aNo updates available.
[22:58:43] [User Authenticator #1/INFO]: UUID of player jucicikl is e6d38ed8-12ee-3ec4-b983-70678604c271
[22:58:43] [Netty Epoll Server IO #0/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: WECUI
[22:58:43] [Server thread/INFO]: jucicikl[/5.165.136.247:52058] logged in with entity id 528 at ([spawn2]-44.725498243266806, 68.0, 86.45245812273129)
[22:58:58] [Server thread/INFO]: jucicikl issued server command: /gm 1
[22:59:00] [Server thread/INFO]: jucicikl issued server command: /ci
[22:59:08] [Server thread/INFO]: jucicikl issued server command: /bp
[22:59:22] [Server thread/INFO]: jucicikl issued server command: /mvload warp pvp
[22:59:27] [Server thread/INFO]: jucicikl issued server command: /mvload warp pvp warp pvp2
[22:59:41] [Server thread/INFO]: jucicikl issued server command: /mvload
[22:59:55] [Server thread/INFO]: jucicikl issued server command: /mvload warp pvp warp pvp2
[23:00:18] [Server thread/INFO]: jucicikl issued server command: /mvlist
[23:00:33] [Server thread/INFO]: jucicikl issued server command: /bpadmin help
[23:09:38] [Server thread/INFO]: jucicikl issued server command: /pl
[23:09:45] [Server thread/INFO]: jucicikl issued server command: /bp
[23:09:58] [Server thread/INFO]: jucicikl issued server command: /battlepass:bpdebug
[23:10:38] [Server thread/INFO]: jucicikl issued server command: /bpa reload
[23:13:06] [Server thread/INFO]: jucicikl issued server command: /rtp
[23:13:08] [Server thread/WARN]: jucicikl moved too quickly! 0.0,-10.806526110009003,0.0
[23:13:20] [Server thread/INFO]: jucicikl issued server command: //cyl dirt 1
[23:13:26] [Server thread/INFO]: jucicikl issued server command: //cyl dirt 5
[23:14:29] [Server thread/INFO]: jucicikl issued server command: //sphere 5
[23:14:36] [Server thread/INFO]: jucicikl issued server command: //sphere dirt 5
[23:14:41] [Server thread/INFO]: jucicikl issued server command: /top
[23:14:50] [Server thread/INFO]: jucicikl issued server command: //undo
[23:18:11] [Server thread/INFO]: jucicikl issued server command: //cyl dirt stone 5
[23:18:18] [Server thread/INFO]: jucicikl issued server command: //cyl dirt, stone 5
[23:18:22] [Server thread/INFO]: jucicikl issued server command: //cyl dirt, stone, 5
[23:18:38] [Server thread/INFO]: jucicikl issued server command: //cyl stone, dirt, 5
 
Та там везде ерроры или варны, я бы удалил сервер *****, и начал делать с начала
quests:
1:
name: 'Неделя 2 - Магия'
type: regenerate
variable: none
required-progress: 50
points: 10
item:
material: apple:0
amount: 1
name: '&eМагия'
lore:
- '&7Исцелите &e50 сердец'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
2:
name: 'Неделя 2 - Исследователь'
type: move
variable: none
required-progress: 1000
points: 10
item:
material: paper:0
amount: 1
name: '&eИсследователь'
lore:
- '&7Пройдите 1000 метров'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
3:
name: 'Неделя 2 - Плавец'
type: swim
variable: none
required-progress: 500
points: 10
item:
material: water_bucket:0
amount: 1
name: '&eПлавец'
lore:
- '&7Проплывите 500 блоков'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
4:
name: 'Неделя 2 - Актив'
type: login
variable: none
required-progress: 10
points: 10
item:
material: clock:0
name: '&eАктив'
lore:
- '&7Войдите в аккаунт 10 раз (/login)'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
5:
name: 'Неделя 2 - Убийца'
type: kill-player
variable: none
required-progress: 10
points: 10
item:
material: wooden_sword:0
name: '&eУбийца'
lore:
- '&7Убейте 10 игроков'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
6:
name: 'Неделя 2 - Охотник на монстров'
type: kill-mob
variable: zombie
required-progress: 10
points: 10
item:
material: gold_sword:0
name: '&eОхотник на монстров'
lore:
- '&7Убейте 10 зомби'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
7:
name: 'Неделя 2 - Несчастье'
type: item-break
variable: stone_pickaxe:0
required-progress: 1
points: 10
item:
material: stone_pickaxe:0
name: '&eНесчастье'
lore:
- '&7Сломайте 1 алмазную кирку'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
8:
name: 'Неделя 2 - Любитель опыта'
type: gain-experience
variable: none
required-progress: 500
points: 10
item:
material: experience_bottle:0
name: '&eЛюбитель опыта'
lore:
- '&7Соберите 500 опыта'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
9:
name: 'Неделя 2 - Рыбак'
type: fish
variable: none
required-progress: 10
points: 10
item:
material: fishing_rod:0
name: '&eРыбак'
lore:
- '&7Поймайте 10 предметов
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
10:
name: 'Неделя 2 - Помощь'
type: execute-command
variable: '/help'
required-progress: 1
points: 10
item:
material: saddle:0
name: '&eПомощь'
lore:
- '&7Напишите команду &e/help'
- ''
- '&7Прогресс &e%total_progress%&7/&e%required_progress%'
Не могу ничего найти подозрительного
Объединено

121 строка, мб где-то апостроф упустил или еще что-то смотреть надо
Все, нашел. Спасибо за помощь
 
Назад
Сверху Снизу