Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z crashowaniem serwera dla graczy po wbiciu.


Rekomendowane odpowiedzi

Opublikowano

Witam mój serwer crashuje gdy gracz wbija to wywala mu całego Mc i musi włączać od początku. Nie wiem dlaczego tak się dzieje może jakiś stary plugin? w code będą logi z consoli :/ .

 

 

 

[00:32:57] [Server thread/INFO]: Starting minecraft server version 1.7.10
[00:32:57] [Server thread/INFO]: Loading properties
[00:32:57] [Server thread/INFO]: Default game type: SURVIVAL
[00:32:57] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1591 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[00:32:58] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:32:58] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:32:58] [Server thread/INFO]: Generating keypair
[00:32:58] [Server thread/INFO]: Starting Minecraft server on xxxxx
[00:32:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[00:32:59] [Server thread/ERROR]: Could not load 'plugins/AZRank-1.2.5.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Vault
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
[00:32:59] [Server thread/ERROR]: Could not load 'plugins/mcore.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/PlayerInventory
	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/PlayerInventory
	at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:82) ~[?:?]
	at com.massivecraft.mcore.MCore.<clinit>(MCore.java:67) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
	at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.PlayerInventory
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
	at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:82) ~[?:?]
	at com.massivecraft.mcore.MCore.<clinit>(MCore.java:67) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
	at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	... 6 more
[00:32:59] [Server thread/ERROR]: Could not load 'plugins/VillagerShop.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Vault
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
[00:32:59] [Server thread/ERROR]: Could not load 'plugins/SkriptPlus.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: SkAddonLib
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
[00:32:59] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0
[00:32:59] [Server thread/INFO]: [HideStream] Loading HideStream v3.7
[00:32:59] [Server thread/INFO]: [NetherEnd] Loading NetherEnd v1
[00:32:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
[00:32:59] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.9-RC-sMD5NET-b673
[00:32:59] [Server thread/INFO]: [Rlb] Loading Rlb v2.4
[00:32:59] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[00:32:59] [Server thread/INFO]: [CustomServerMessages] Loading CustomServerMessages v4.2.1
[00:32:59] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
[00:32:59] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
[00:32:59] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[00:32:59] [Server thread/INFO]: [PvPToggle] Loading PvPToggle v3.0.0
[00:32:59] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[00:32:59] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
[00:32:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[00:32:59] [Server thread/INFO]: [FastCraft] Loading FastCraft v20
[00:32:59] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.2.0
[00:32:59] [Server thread/INFO]: [FunnyGuilds] Loading FunnyGuilds v3.9.9.1 Cleaned
[00:32:59] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[00:32:59] [Server thread/INFO]: [BossMessage] Loading BossMessage v1.6
[00:32:59] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.8-SNAPSHOT:3803-e037f90,master
[00:32:59] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.3
[00:32:59] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[00:32:59] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.13
[00:32:59] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[00:32:59] [Server thread/INFO]: [Trade] Loading Trade v0.5.5b
[00:32:59] [Server thread/INFO]: [OtherDrops] Loading OtherDrops v2.7.1
[00:32:59] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[00:32:59] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.6
[00:32:59] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[00:32:59] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.13
[00:32:59] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:32:59] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[00:32:59] [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.
[00:32:59] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[00:32:59] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[00:32:59] [Server thread/INFO]: Preparing level "world2"
[00:32:59] [Server thread/INFO]: -------- World Settings For [world2] --------
[00:32:59] [Server thread/INFO]: View Distance: 5
[00:32:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:32:59] [Server thread/INFO]: Clear tick list: false
[00:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[00:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[00:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:32:59] [Server thread/INFO]: Anti X-Ray: true
[00:32:59] [Server thread/INFO]: 	Engine Mode: 1
[00:32:59] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:32:59] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[00:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:32:59] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:32:59] [Server thread/INFO]: Random Lighting Updates: false
[00:32:59] [Server thread/INFO]: Structure Info Saving: true
[00:32:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:32:59] [Server thread/INFO]: Max Entity Collisions: 8
[00:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:32:59] [Server thread/INFO]: -------- World Settings For [world2_nether] --------
[00:32:59] [Server thread/INFO]: View Distance: 5
[00:32:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:32:59] [Server thread/INFO]: Clear tick list: false
[00:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[00:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[00:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:32:59] [Server thread/INFO]: Anti X-Ray: true
[00:32:59] [Server thread/INFO]: 	Engine Mode: 1
[00:32:59] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:32:59] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[00:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:32:59] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:32:59] [Server thread/INFO]: Random Lighting Updates: false
[00:32:59] [Server thread/INFO]: Structure Info Saving: true
[00:32:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:32:59] [Server thread/INFO]: Max Entity Collisions: 8
[00:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:32:59] [Server thread/INFO]: -------- World Settings For [world2_the_end] --------
[00:32:59] [Server thread/INFO]: View Distance: 5
[00:32:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:32:59] [Server thread/INFO]: Clear tick list: false
[00:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[00:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[00:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:32:59] [Server thread/INFO]: Anti X-Ray: true
[00:32:59] [Server thread/INFO]: 	Engine Mode: 1
[00:32:59] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:32:59] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[00:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:32:59] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:32:59] [Server thread/INFO]: Random Lighting Updates: false
[00:32:59] [Server thread/INFO]: Structure Info Saving: true
[00:32:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:32:59] [Server thread/INFO]: Max Entity Collisions: 8
[00:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:32:59] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3699984395610164060)
[00:33:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7749095167228405694)
[00:33:01] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7749095167228405694)
[00:33:01] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0
[00:33:01] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[00:33:01] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[00:33:01] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 159.0 Y: 60.0 Z: 255.0
[00:33:01] [Server thread/INFO]: [HideStream] Enabling HideStream v3.7
[00:33:01] [Server thread/INFO]: [HideStream] Version 3.7 enabled.
[00:33:01] [Server thread/INFO]: [NetherEnd] Enabling NetherEnd v1
[00:33:01] [Server thread/INFO]: [Nether*End] AKTYWOWANY..
[00:33:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
[00:33:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.9-RC-sMD5NET-b673
[00:33:01] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
[00:33:01] [Server thread/WARN]: [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.
[00:33:01] [Server thread/WARN]: [NoCheatPlus]  Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
[00:33:01] [Server thread/WARN]: [NoCheatPlus]  Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/
[00:33:01] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[00:33:01] [Server thread/INFO]: [NoCheatPlus] Version 3.10.9-RC-sMD5NET-b673 is enabled.
[00:33:01] [Server thread/INFO]: [Rlb] Enabling Rlb v2.4
[00:33:01] [Server thread/INFO]: [Rlb] [RandomLocationButton] Enabled Successfully!
[00:33:01] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[00:33:03] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[00:33:03] [Server thread/INFO]: [Skript]  ~ created by & ? Peter G?ttinger aka Njol ~
[00:33:03] [Server thread/INFO]: [CustomServerMessages] Enabling CustomServerMessages v4.2.1
[00:33:03] [Server thread/INFO]: [CustomServerMessages] config.yml successfully loaded!
[00:33:03] [Server thread/INFO]: [CustomServerMessages] Events successfully registered!
[00:33:03] [Server thread/INFO]: [CustomServerMessages] Commands successfully registered!
[00:33:03] [Server thread/INFO]: [CustomServerMessages] CustomServerMessages is enabled successfully! :-)
[00:33:03] [Server thread/INFO]: [CustomServerMessages] Developed by MrKrisKrisu.
[00:33:03] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
[00:33:03] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
[00:33:03] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[00:33:03] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[00:33:03] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[00:33:03] [Server thread/INFO]: [PvPToggle] Enabling PvPToggle v3.0.0
[00:33:03] [Server thread/INFO]: [PvPToggle] Loading...
[00:33:03] [Server thread/INFO]: [PvPToggle] found and loaded world world2
[00:33:03] [Server thread/INFO]: [PvPToggle] found and loaded world world2_nether
[00:33:03] [Server thread/INFO]: [PvPToggle] found and loaded world world2_the_end
[00:33:03] [Server thread/INFO]: [PvPToggle] Using SuperPerms for permissions checking
[00:33:03] [Server thread/INFO]: [PvPToggle] WorldGuard Plugin detected...
[00:33:03] [Server thread/INFO]: [PvPToggle] WorldGuard integration disabled via options!
[00:33:03] [Server thread/INFO]: [PvPToggle] v3.0.0 enabled!
[00:33:03] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[00:33:03] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[00:33:03] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[00:33:04] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -3661078935828645501
[00:33:04] [Server thread/INFO]: -------- World Settings For [world] --------
[00:33:04] [Server thread/INFO]: View Distance: 5
[00:33:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:33:04] [Server thread/INFO]: Clear tick list: false
[00:33:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:33:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:33:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:33:04] [Server thread/INFO]: Item Despawn Rate: 6000
[00:33:04] [Server thread/INFO]: Item Merge Radius: 2.5
[00:33:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:33:04] [Server thread/INFO]: Anti X-Ray: true
[00:33:04] [Server thread/INFO]: 	Engine Mode: 1
[00:33:04] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:33:04] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:33:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:33:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:33:04] [Server thread/INFO]: Mob Spawn Range: 4
[00:33:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:33:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:33:04] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:33:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:33:04] [Server thread/INFO]: Random Lighting Updates: false
[00:33:04] [Server thread/INFO]: Structure Info Saving: true
[00:33:04] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:33:04] [Server thread/INFO]: Max Entity Collisions: 8
[00:33:04] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:33:04] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3661078935828645501)
[00:33:05] [Server thread/INFO]: [PvPToggle] found and loaded world world
[00:33:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -4088270094550553228
[00:33:05] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[00:33:05] [Server thread/INFO]: View Distance: 5
[00:33:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:33:05] [Server thread/INFO]: Clear tick list: false
[00:33:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:33:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:33:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:33:05] [Server thread/INFO]: Item Despawn Rate: 6000
[00:33:05] [Server thread/INFO]: Item Merge Radius: 2.5
[00:33:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:33:05] [Server thread/INFO]: Anti X-Ray: true
[00:33:05] [Server thread/INFO]: 	Engine Mode: 1
[00:33:05] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:33:05] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:33:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:33:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Mob Spawn Range: 4
[00:33:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:33:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:33:05] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:33:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:33:05] [Server thread/INFO]: Random Lighting Updates: false
[00:33:05] [Server thread/INFO]: Structure Info Saving: true
[00:33:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:33:05] [Server thread/INFO]: Max Entity Collisions: 8
[00:33:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:33:05] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4088270094550553228)
[00:33:05] [Server thread/INFO]: [PvPToggle] found and loaded world world_nether
[00:33:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world2' - Env: NORMAL - Type: NORMAL & seed: 3699984395610164060
[00:33:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world2_nether' - Env: NETHER - Type: NORMAL & seed: 7749095167228405694
[00:33:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world2_the_end' - Env: THE_END - Type: NORMAL & seed: 7749095167228405694
[00:33:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: FLAT & seed: 7109688787281929521
[00:33:05] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[00:33:05] [Server thread/INFO]: View Distance: 5
[00:33:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[00:33:05] [Server thread/INFO]: Clear tick list: false
[00:33:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:33:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[00:33:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:33:05] [Server thread/INFO]: Item Despawn Rate: 6000
[00:33:05] [Server thread/INFO]: Item Merge Radius: 2.5
[00:33:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:33:05] [Server thread/INFO]: Anti X-Ray: true
[00:33:05] [Server thread/INFO]: 	Engine Mode: 1
[00:33:05] [Server thread/INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[00:33:05] [Server thread/INFO]: 	Replace Blocks: [1, 5]
[00:33:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:33:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:33:05] [Server thread/INFO]: Mob Spawn Range: 4
[00:33:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[00:33:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[00:33:05] [Server thread/INFO]: Alternative Hopper Ticking: false
[00:33:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[00:33:05] [Server thread/INFO]: Random Lighting Updates: false
[00:33:05] [Server thread/INFO]: Structure Info Saving: true
[00:33:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[00:33:05] [Server thread/INFO]: Max Entity Collisions: 8
[00:33:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[00:33:05] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7109688787281929521)
[00:33:05] [Server thread/INFO]: [PvPToggle] found and loaded world flatroom
[00:33:05] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[00:33:05] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
[00:33:05] [Server thread/INFO]: [BarAPI] Loaded
[00:33:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2'
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_nether) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_nether) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_nether) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_nether) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2_nether'
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_the_end) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_the_end) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_the_end) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world2_the_end) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2_the_end'
[00:33:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[00:33:05] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[00:33:05] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[00:33:05] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[00:33:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[00:33:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world2'
[00:33:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world2_nether'
[00:33:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world2_the_end'
[00:33:05] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'world'
[00:33:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[00:33:05] [Server thread/INFO]: [WorldGuard] 7 regions loaded for 'flatroom'
[00:33:05] [Server thread/INFO]: [FastCraft] Enabling FastCraft v20
[00:33:06] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.2.0
[00:33:06] [Server thread/ERROR]: Cannot load plugins/AutoMessage/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character 	 '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'string', line 30, column 1:

    ^

	at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at com.TeamNovus.AutoMessage.AutoMessage.reloadConfiguration(AutoMessage.java:74) [AutoMessage.jar:?]
	at com.TeamNovus.AutoMessage.AutoMessage.onEnable(AutoMessage.java:32) [AutoMessage.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1.jar:git-Spigot-1591]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character 	 '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation);  in 'string', line 30, column 1:

    ^
	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:532) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:157) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.7.10-R0.1.jar:git-Spigot-1591]
	... 17 more
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Enabling FunnyGuilds v3.9.9.1 Cleaned
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Available Processors: 8
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Active Threads: 17
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Loaded users: 5
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Loaded regions: 0
[00:33:06] [Server thread/INFO]: [FunnyGuilds] Loaded guilds: 0
[00:33:06] [Server thread/INFO]: [FunnyGuilds] ~ Created by & ? Dzikoysk ~
[00:33:06] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[00:33:06] [Server thread/INFO]: [WildSkript] skQuery hooked!
[00:33:06] [Thread-22/INFO]: [FunnyGuilds][Updater] > You have a current version of FunnyGuilds.
[00:33:06] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[00:33:06] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[00:33:06] [Server thread/INFO]: [WildSkript] ~ Created by & ? Dzikoysk ~
[00:33:06] [Server thread/INFO]: [BossMessage] Enabling BossMessage v1.6
[00:33:06] [Server thread/WARN]: [BossMessage] Failed to hook in Vault's Economy! Is vault even installed?
[00:33:06] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
[00:33:06] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
[00:33:06] [Server thread/INFO]: [CraftBook] Successfully added 1 CommandItems!
[00:33:06] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
[00:33:06] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[00:33:06] [Server thread/INFO]: [CraftBook] 3825 chunk(s) for 6 world(s) processed (156ms elapsed)
[00:33:06] [Server thread/INFO]: [CraftBook] null is the latest version available, and the updatability of it is: DISABLED. You currently have version null installed.
[00:33:06] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.3
[00:33:06] [Server thread/WARN]: [ClearLag] --=[> This build was made for CraftBukkit 1.7.8 <]=---
[00:33:06] [Server thread/WARN]: [ClearLag] The following features have been disabled: mob-range
[00:33:06] [Server thread/INFO]: [ClearLag] No config updates found...
[00:33:06] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
[00:33:06] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[00:33:06] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[00:33:06] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[00:33:06] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[00:33:06] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[00:33:06] [Server thread/INFO]: [skQuery] Out of 163 classes, 156 classes were loaded from SkQuery
[00:33:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[00:33:06] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[00:33:06] [Server thread/INFO]: git-Spigot-1591 (MC: 1.7.10)
[00:33:06] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[00:33:06] [Server thread/TRACE]: Aborting ItemSpawnBL read, itemDB not yet loaded.
[00:33:07] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[00:33:07] [Server thread/INFO]: [Trade] Enabling Trade v0.5.5b
[00:33:07] [Server thread/INFO]: [OtherDrops] Enabling OtherDrops v2.7.1
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] Loading file: otherdrops-drops.yml
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] Error: unknown material (boook).
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] Error: unknown material (boook).
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] Using Bukkit superperms.
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] OtherDrops loaded.
[00:33:07] [Server thread/INFO]: [OtherDrops:2.7.1] Payment method found (Essentials version: 2.2)
[00:33:07] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[00:33:07] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.6
[00:33:07] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[00:33:07] [Server thread/INFO]: [AuthMe] Set Language: en
[00:33:07] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[00:33:07] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[00:33:07] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[00:33:07] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[00:33:07] [Server thread/INFO]: [AuthMe] Authme 3.3.6 enabled
[00:33:07] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[00:33:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:33:07] [Server thread/INFO]: Done (8.406s)! For help, type "help" or "?"
[00:33:07] [Server thread/INFO]: Starting GS4 status listener
[00:33:07] [Query Listener #1/INFO]: Query running on 94.23.45.93:31921
[00:33:07] [Server thread/INFO]: Starting remote control listener
[00:33:07] [Server thread/WARN]: No rcon password set in '/home_crafthost/svr28543/server.properties', rcon disabled!
[00:33:08] [Craft Scheduler Thread - 9/INFO]: [HideStream] Running updater ..
[00:33:08] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[00:33:08] [Craft Scheduler Thread - 9/INFO]: [HideStream] Update checking has been disabled in the updater config.
[00:33:08] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[00:33:08] [Craft Scheduler Thread - 9/INFO]: [Skript] Checking for the latest version of Skript...
[00:33:09] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
[00:33:10] [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. (st.sk, line 20: if name of the player's tool is "&aStoniarka":')
[00:33:10] [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. (st.sk, line 24: If player's tool is golden pickaxe named "&cRozwalacz Stoniarki":')
[00:33:11] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[00:33:11] [Server thread/INFO]: [Skript] Loaded 6 scripts with a total of 7 triggers and 9 commands in 3.43 seconds
[00:33:11] [Server thread/INFO]: [Skript] Finished loading.
[00:33:25] [Netty IO #1/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@7a93d744 to net.minecraft.server.v1_7_R4.HandshakeListener@19f03b
[00:33:25] [Netty IO #1/DEBUG]: Enabled auto read
[00:33:25] [Netty IO #1/DEBUG]: Enabled auto read
[00:33:25] [Netty IO #1/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@7a93d744 to net.minecraft.server.v1_7_R4.PacketStatusListener@7878f38e
[00:33:27] [Netty IO #2/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@1df4a476 to net.minecraft.server.v1_7_R4.HandshakeListener@28594e57
[00:33:27] [Netty IO #2/DEBUG]: Enabled auto read
[00:33:27] [Netty IO #2/DEBUG]: Enabled auto read
[00:33:27] [Netty IO #2/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@1df4a476 to net.minecraft.server.v1_7_R4.LoginListener@59f9179d
[00:33:27] [User Authenticator #1/INFO]: UUID of player Oazik is 032e36b0-ece3-394a-95a6-dfeb43f2d414
[00:33:27] [Server thread/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@1df4a476 to net.minecraft.server.v1_7_R4.PlayerConnection@3262eec2
[00:33:27] [Server thread/DEBUG]: Disabled auto read
[00:33:27] [Netty IO #2/DEBUG]: Enabled auto read
[00:33:27] [Server thread/INFO]: Oazik[/88.199.30.10:60791] logged in with entity id 265 at ([world] -186.94830179109363, 64.5, -29.419487061088013)
[00:33:29] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[00:33:37] [Server thread/INFO]: [AuthMe] Oazik logged in!
[00:34:12] [Server thread/INFO]: Oazik lost connection: Disconnected
[00:34:13] [Netty IO #3/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@6be22d66 to net.minecraft.server.v1_7_R4.HandshakeListener@4e12badf
[00:34:13] [Netty IO #3/DEBUG]: Enabled auto read
[00:34:13] [Netty IO #3/DEBUG]: Enabled auto read
[00:34:13] [Netty IO #3/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@6be22d66 to net.minecraft.server.v1_7_R4.PacketStatusListener@2faaae84
[00:34:14] [Netty IO #0/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@6f63256d to net.minecraft.server.v1_7_R4.HandshakeListener@562e503c
[00:34:14] [Netty IO #0/DEBUG]: Enabled auto read
[00:34:14] [Netty IO #0/DEBUG]: Enabled auto read
[00:34:14] [Netty IO #0/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@6f63256d to net.minecraft.server.v1_7_R4.LoginListener@7d4527a0
[00:34:15] [User Authenticator #2/INFO]: UUID of player Oazik is 032e36b0-ece3-394a-95a6-dfeb43f2d414
[00:34:15] [Server thread/DEBUG]: Set listener of net.minecraft.server.v1_7_R4.NetworkManager@6f63256d to net.minecraft.server.v1_7_R4.PlayerConnection@28611d65
[00:34:15] [Server thread/DEBUG]: Disabled auto read

 

 

Opublikowano

bukkit precz spigot polecam ci

CPU i5 6600k 4,1GHZ | RAM HyperX SAVAGE 16GB RAMGPU ASUS GTX 1070 ROG STRIX 8GOC |

SSD1 Samsung EVO 850 120GB| SSD2 ADATA SP600 120GB |HDD Toshiba 1TB

Reklama serwera minigames w starym stylu Kliknij tutaj

 

Opublikowano

bukkit precz spigot polecam ci

Ok dobra mam spigot tylko crashuje mi wersja 1.7.10 jak gracz wchodzi to co jakiś czas go wywala :x Czytaj ze zrozumieniem :/

Opublikowano

Zapewne jakiś plugin gryzie się z innym lub jest za stara wersja jego.
Spróbuj robić sposobem prób i błędów.
Czyli usuń 1 plugin, włącz serwer i sprawdz czy działa, jeżeli tak to znaczy że problem jest w danym pluginie, a jeśli nie to sprawdzaj kolejne.
Kiedyś miałem podobny problem, że graczy wyrzucało, lecz wtedy nie było pluginow i problem był w świecie, Czarny punkt na świecie gdzie crash jest. Usunąłem świat i już działało normalnie.
Możesz spróbować pierw usunąć świat i sprawdzić czy działa, jeśli nie to na pewno problem z jakimś pluginem 

531001454960877632167.png

Opublikowano

u mnie się crashowało dla tego że stworzyłem pusty świat za pomocy MV i cleangenerator, usunełem potem generator'a i jak gracz wylatywał po za mapę to wywalało crash serwera, może ci to pomorze w jakimś stopniu.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...