Configuration Crash serveur

Matmatdu34

Architecte en herbe
31 Mars 2016
98
1
115
21
Bonjour, ce matin je lance mon serveur et à chaque fois il crash, des fois même sans avoir fini de ce lancer. De plus j'ai tenté de rajouter des barrettes de ram a mon ordi, mais a chaque fois que je le lançais lorsqu'il avait plus de ram alloué, il n'arrivé pas a ce lancer.
Je précise que je suis sous linux et que j’héberge mon serveur moi même.

Voici les logs :
Code:
[12:35:23] [Server thread/INFO]: Starting minecraft server version 1.8
[12:35:23] [Server thread/INFO]: Loading properties
[12:35:23] [Server thread/INFO]: Default game type: SURVIVAL
[12:35:23] [Server thread/INFO]: Generating keypair
[12:35:23] [Server thread/INFO]: Starting Minecraft server on *:25565
[12:35:24] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[12:35:24] [Server thread/ERROR]: Could not load 'plugins/ChatEx.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 8 more
[12:35:24] [Server thread/ERROR]: Could not load 'plugins/MarriageMaster.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 8 more
[12:35:24] [Server thread/ERROR]: Could not load 'plugins/MinePacks.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 8 more
[12:35:24] [Server thread/ERROR]: Could not load 'plugins/PermissionsEx-1.23.3.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 8 more
[12:35:24] [Server thread/ERROR]: Could not load 'plugins/ServerSigns.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_162]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_162]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 8 more
[12:35:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[12:35:25] [Server thread/INFO]: [Assassination] Loading Assassination v1.5.8
[12:35:25] [Server thread/INFO]: [SwordBow] Loading SwordBow v1.0
[12:35:25] [Server thread/INFO]: [NickMyName] Loading NickMyName v1.2
[12:35:25] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
[12:35:25] [Server thread/INFO]: [TintHealth] Loading TintHealth v1.4.6
[12:35:25] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[12:35:25] [Server thread/INFO]: [AutoShutdown] Loading AutoShutdown v2.4-1.4.2
[12:35:25] [Server thread/INFO]: [SmokingPipes] Loading SmokingPipes v1.1
[12:35:25] [Server thread/INFO]: [MoreItems] Loading MoreItems v2.0.2
[12:35:25] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
[12:35:25] [Server thread/INFO]: [Brewery] Loading Brewery v1.3.1
[12:35:25] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.7
[12:35:25] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v10.4.4
[12:35:25] [Server thread/INFO]: [ParticuleDeSang] Loading ParticuleDeSang v0.1
[12:35:25] [Server thread/INFO]: [SerialKey] Loading SerialKey v0.3
[12:35:25] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
[12:35:25] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
[12:35:25] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.6
[12:35:25] [Server thread/INFO]: [Menottes] Loading Menottes v1.0
[12:35:25] [Server thread/INFO]: [BleedingMobs] Loading BleedingMobs v4.4
[12:35:25] [Server thread/INFO]: [BlackWords] Loading BlackWords v0.3
[12:35:25] [Server thread/INFO]: [Tablist] Loading Tablist v1.2.3.7
[12:35:25] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
[12:35:25] [Server thread/INFO]: [RacesAndClasses] Loading RacesAndClasses v1.1.9
[12:35:25] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.5
[12:35:25] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
[12:35:25] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
[12:35:25] [Server thread/INFO]: [Vault] Loading Vault v1.5.5-b47
[12:35:25] [Server thread/INFO]: [Cannons] Loading Cannons v2.3.8
[12:35:25] [Server thread/INFO]: [Decapitation] Loading Decapitation v0.2.8
[12:35:25] [Server thread/INFO]: [NoItem] Loading NoItem v3.1.0
[12:35:25] [Server thread/INFO]: [BrokenLeg] Loading BrokenLeg v1.7.2
[12:35:25] [Server thread/INFO]: [WantedPlayer] Loading WantedPlayer v1.2
[12:35:25] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[12:35:25] [Server thread/INFO]: [Movecraft] Loading Movecraft v4.0.1
[12:35:25] [Server thread/INFO]: [QuickShop] Loading QuickShop v4.4
[12:35:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.14-SNAPSHOT (build 1195)
[12:35:25] [Server thread/INFO]: [Factions] Loading Factions v2.8.5
[12:35:25] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.68
[12:35:25] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.1.5
[12:35:25] [Server thread/INFO]: [Quests] Loading Quests v2.5.5-b95
[12:35:25] [Server thread/INFO]: [CookieMonster] Loading CookieMonster v1.8
[12:35:25] [Server thread/INFO]: [CreeperHeal] Loading CreeperHeal v6.8.1
[12:35:25] [Server thread/INFO]: [Disease] Loading Disease v1.9.3
[12:35:25] [Server thread/INFO]: [Sentry] Loading Sentry v1.8.4
[12:35:25] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v10.4.4
[12:35:25] [Server thread/INFO]: ----------------------------
[12:35:25] [Server thread/INFO]:   SkinsRestorer Updater
[12:35:25] [Server thread/INFO]:
[12:35:25] [Server thread/INFO]: Could not connect to spigotmc.org
[12:35:25] [Server thread/INFO]: to check for updates!
[12:35:25] [Server thread/INFO]:
[12:35:25] [Server thread/INFO]: ----------------------------
[12:35:25] [Server thread/ERROR]: Error occurred while enabling SkinsRestorer v10.4.4 (Is it up to date?)
java.lang.NullPointerException
    at skinsrestorer.bukkit.SkinsRestorer.onEnable(SkinsRestorer.java:89) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:341) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:251) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
[12:35:25] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.5
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] === ENABLE START ===
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Cachefile datas...
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Onlineplayer datas...
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Registry datas...
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] §eSaving Cachefile...
[12:35:25] [Server thread/INFO]: [MassiveCore 2.8.5] §eSetup of IdUtil took §d38§ems.
[12:35:26] [Server thread/INFO]: [MassiveCore 2.8.5] === ENABLE §aCOMPLETE §e(Took §d399ms§e) ===
[12:35:26] [Server thread/INFO]: [Vault] Enabling Vault v1.5.5-b47
[12:35:26] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[12:35:26] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[12:35:26] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[12:35:26] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[12:35:26] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[12:35:26] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:35:26] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[12:35:26] [Server thread/INFO]: [Vault] Enabled Version 1.5.5-b47
[12:35:26] [Server thread/INFO]: [MassiveCore 2.8.5] §aActivated §eintegration with §dVault
[12:35:26] [Server thread/INFO]: Preparing level "world"
[12:35:26] [Server thread/INFO]: Preparing start region for level 0 (Seed: 27594263)
[12:35:27] [Server thread/INFO]: Preparing spawn area: 77%
[12:35:28] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1971146857826591802)
[12:35:28] [User Authenticator #1/INFO]: UUID of player Matmatdu34 is 41928e99-9b66-4c68-948e-c0e360f01929
[12:35:28] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[12:35:29] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:35:29] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
[12:35:29] [Server thread/INFO]: [Assassination] Enabling Assassination v1.5.8
[12:35:29] [Server thread/ERROR]: [Assassination] Assassination v1.5.8 attempted to register an invalid EventHandler method signature "public void pl.ZamorekPL.Assassination.EagleVision.EagleVision.EV(org.bukkit.entity.Player)" in class pl.ZamorekPL.Assassination.EagleVision.EagleVision
[12:35:29] [Server thread/INFO]: [SwordBow] Enabling SwordBow v1.0
[12:35:29] [Server thread/INFO]: [NickMyName] Enabling NickMyName v1.2
[12:35:29] [Server thread/INFO]: [NickMyName] Enabled NickMyName plugin !
[12:35:29] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
[12:35:29] [Server thread/WARN]: GroupManager - WARNING - The group 'Moderateur' is claiming to be default where 'Membre' already was.
[12:35:29] [Server thread/WARN]: GroupManager - WARNING - Overriding first default request in file: plugins/GroupManager/worlds/world/groups.yml
[12:35:29] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Test' not found for group Membre. Ignoring entry in file: plugins/GroupManager/worlds/world/groups.yml
[12:35:29] [Server thread/INFO]: GroupManager - INFO - World Found: world
[12:35:29] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[12:35:29] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[12:35:29] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[12:35:29] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
[12:35:29] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[12:35:29] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[12:35:29] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[12:35:29] [Server thread/INFO]: [TintHealth] Enabling TintHealth v1.4.6
[12:35:29] [Server thread/INFO]: [TintHealth] Configuration successfully loaded
[12:35:29] [Server thread/INFO]: [TintHealth] 0 player toggles loaded
[12:35:29] [Server thread/INFO]: true / 2
[12:35:29] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[12:35:29] [Server thread/INFO]: [ClearLag] Loading modules...
[12:35:29] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[12:35:29] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[12:35:29] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[12:35:29] [Server thread/INFO]: [AutoShutdown] Enabling AutoShutdown v2.4-1.4.2
[12:35:29] [Server thread/INFO]: [AutoShutdown] Shutdown scheduled for Sat Apr 28 03:00:00 CEST 2018
[12:35:29] [Thread-18/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[12:35:29] [Server thread/INFO]: [AutoShutdown] Shutdown scheduled for Sat Apr 28 08:00:00 CEST 2018
[12:35:29] [Server thread/INFO]: [AutoShutdown] Shutdown scheduled for Sat Apr 28 11:00:00 CEST 2018
[12:35:29] [Server thread/INFO]: [AutoShutdown] Shutdown scheduled for Fri Apr 27 14:00:00 CEST 2018
[12:35:29] [Server thread/INFO]: [AutoShutdown] Shutdown scheduled for Fri Apr 27 17:00:00 CEST 2018
[12:35:29] [Server thread/INFO]: [SmokingPipes] Enabling SmokingPipes v1.1
[12:35:29] [Server thread/INFO]: [SmokingPipes] Plugin Loading
[12:35:29] [Server thread/INFO]: [SmokingPipes] Thanks for using BYTE Smoking Pipes plugin - www.byte.org.uk!
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating Smoking Pipe custom recipe
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating Golden Pipe custom recipe
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating PuffWeed custom recipeDried Smoking Grass
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating Lumnas Root custom recipe
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating FireWeed custom recipe
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating Badroot custom recipe
[12:35:29] [Server thread/INFO]: [SmokingPipes] Creating DocWeed custom recipe Dried healing sugar tobacco
[12:35:29] [Server thread/INFO]: [SmokingPipes] added DocWeed custom recipe
[12:35:29] [Server thread/INFO]: [MoreItems] Enabling MoreItems v2.0.2
[12:35:29] [Server thread/WARN]: [MoreItems] WorldGuard is not present! Some features may bug out!
[12:35:29] [Server thread/ERROR]: [MoreItems] Plugin MoreItems v2.0.2 has failed to register events for class me.khave.moreitems.Events.BlockBreak because org/bukkit/event/player/PlayerItemDamageEvent does not exist.
[12:35:29] [Server thread/INFO]: [MoreItems] Loading all items...
[12:35:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
[12:35:30] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[12:35:30] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[12:35:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[12:35:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[12:35:30] [Server thread/INFO]: [WorldGuard] Loading region data...
[12:35:30] [Server thread/INFO]: [Brewery] Enabling Brewery v1.3.1
[12:35:30] [Server thread/INFO]: [0;32;22m[Brewery] [0;37;1mBrewery enabled![m
[12:35:30] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.7
[12:35:30] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7327216985364719772)
[12:35:30] [Thread-18/INFO]: [ClearLag] No updates found!
[12:35:31] [Server thread/INFO]: [WorldGuard] (Flav2) TNT ignition is PERMITTED.
[12:35:31] [Server thread/INFO]: [WorldGuard] (Flav2) Lighters are PERMITTED.
[12:35:31] [Server thread/INFO]: [WorldGuard] (Flav2) Lava fire is blocked.
[12:35:31] [Server thread/INFO]: [WorldGuard] (Flav2) Fire spread is UNRESTRICTED.
[12:35:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Flav2'
[12:35:31] [Server thread/INFO]: Preparing start region for level 3 (Seed: -369176714513568480)
[12:35:32] [Server thread/INFO]: Preparing spawn area for MondeBateaux, 73%
[12:35:32] [Server thread/INFO]: [WorldGuard] (MondeBateaux) TNT ignition is PERMITTED.
[12:35:32] [Server thread/INFO]: [WorldGuard] (MondeBateaux) Lighters are PERMITTED.
[12:35:32] [Server thread/INFO]: [WorldGuard] (MondeBateaux) Lava fire is blocked.
[12:35:32] [Server thread/INFO]: [WorldGuard] (MondeBateaux) Fire spread is UNRESTRICTED.
[12:35:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MondeBateaux'
[12:35:32] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7507465193652427867)
[12:35:33] [Server thread/INFO]: Preparing spawn area for Monde_Arbre, 57%
[12:35:33] [Server thread/INFO]: [WorldGuard] (Monde_Arbre) TNT ignition is PERMITTED.
[12:35:33] [Server thread/INFO]: [WorldGuard] (Monde_Arbre) Lighters are PERMITTED.
[12:35:33] [Server thread/INFO]: [WorldGuard] (Monde_Arbre) Lava fire is blocked.
[12:35:33] [Server thread/INFO]: [WorldGuard] (Monde_Arbre) Fire spread is UNRESTRICTED.
[12:35:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Monde_Arbre'
[12:35:34] [Server thread/INFO]: Preparing start region for level 5 (Seed: -7590468892679200925)
[12:35:34] [Server thread/INFO]: [WorldGuard] (Survie3) TNT ignition is PERMITTED.
[12:35:34] [Server thread/INFO]: [WorldGuard] (Survie3) Lighters are PERMITTED.
[12:35:34] [Server thread/INFO]: [WorldGuard] (Survie3) Lava fire is blocked.
[12:35:34] [Server thread/INFO]: [WorldGuard] (Survie3) Fire spread is UNRESTRICTED.
[12:35:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survie3'
[12:35:34] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7854453096451768931)
[12:35:35] [Server thread/INFO]: Preparing spawn area for Test, 65%
[12:35:36] [Server thread/INFO]: [WorldGuard] (Test) TNT ignition is PERMITTED.
[12:35:36] [Server thread/INFO]: [WorldGuard] (Test) Lighters are PERMITTED.
[12:35:36] [Server thread/INFO]: [WorldGuard] (Test) Lava fire is blocked.
[12:35:36] [Server thread/INFO]: [WorldGuard] (Test) Fire spread is UNRESTRICTED.
[12:35:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Test'
[12:35:37] [Server thread/INFO]: [MultiWorld] v5.2.7 enabled.
[12:35:37] [Server thread/INFO]: [ParticuleDeSang] Enabling ParticuleDeSang v0.1
[12:35:37] [Server thread/INFO]: Particule de Sang Par BenjiB02  est ONLINE
[12:35:37] [Server thread/INFO]: [SerialKey] Enabling SerialKey v0.3
[12:35:37] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
[12:35:37] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
[12:35:37] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
[12:35:37] [Thread-21/INFO]: [Skyupdater] No update found for 'SerialKey'.
[12:35:39] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
[12:35:39] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
[12:35:39] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.6
[12:35:39] [Server thread/INFO]: [iConomy - April Fools] Enabled (28 ms)
[12:35:39] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[12:35:39] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[12:35:39] [Thread-23/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[12:35:39] [Server thread/INFO]: [Menottes] Enabling Menottes v1.0
[12:35:39] [Server thread/INFO]: Menottes Enabled
[12:35:39] [Server thread/INFO]: [BleedingMobs] Enabling BleedingMobs v4.4
[12:35:39] [Server thread/INFO]: [BlackWords] Enabling BlackWords v0.3
[12:35:39] [Server thread/INFO]: [Tablist] Enabling Tablist v1.2.3.7
[12:35:39] [Server thread/INFO]: Tablist> Tablist v1.2.3.7 enabled!!
[12:35:39] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
[12:35:39] [Server thread/INFO]: [RacesAndClasses] Enabling RacesAndClasses v1.1.9
[12:35:41] [Server thread/INFO]: [RacesAndClasses]loaded: 90 traits, 3 races, 4 classes, 13 channels, hooked 12 Events
[12:35:41] [Server thread/INFO]: [RacesAndClasses]RacesAndClasses Version: '1.1.9' fully loaded with Permissions: Vault
[12:35:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
[12:35:41] [Server thread/INFO]: [Cannons] Enabling Cannons v2.3.8
[12:35:41] [Server thread/ERROR]: [Cannons] Plugin Cannons v2.3.8 has failed to register events for class at.pavlov.cannons.listener.BlockListener because org/bukkit/event/block/BlockExplodeEvent does not exist.
[12:35:41] [Server thread/INFO]: [Cannons] Loading projectile configs
[12:35:42] [Server thread/INFO]: [Cannons] Loading cannon designs
[12:35:42] [Server thread/INFO]: [Cannons] Cannons plugin v2.3.8 has been enabled
[12:35:42] [Server thread/INFO]: [Decapitation] Enabling Decapitation v0.2.8
[12:35:42] [Server thread/INFO]: [Decapitation] Bounties not enabled
[12:35:43] [Server thread/INFO]: [NoItem] Enabling NoItem v3.1.0
[12:35:43] [Server thread/INFO]: [BrokenLeg] Enabling BrokenLeg v1.7.2
[12:35:43] [Server thread/INFO]: [BrokenLeg] has been enabled !
[12:35:43] [Server thread/INFO]: [WantedPlayer] Enabling WantedPlayer v1.2
[12:35:43] [Server thread/INFO]: [WantedPlayer] Auto-Mode Desactivated !
[12:35:43] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[12:35:43] [Server thread/ERROR]: ==================== Jobs ====================
[12:35:43] [Server thread/ERROR]: Unable to load jobConfig.yml!
[12:35:43] [Server thread/ERROR]: Check your config for formatting issues!
[12:35:43] [Server thread/ERROR]: No jobs were loaded!
[12:35:43] [Server thread/ERROR]: Error: while scanning a simple key
 in 'string', line 529, column 1:
    RAW Paste Data
    ^
could not found expected ':'
 in 'string', line 531, column 1:
    # Jobs configuration.
    ^

[12:35:43] [Server thread/ERROR]: ==============================================
[12:35:43] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[12:35:43] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[12:35:43] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[12:35:44] [Server thread/INFO]: [Movecraft] Enabling Movecraft v4.0.1
[12:35:44] [Server thread/INFO]: [Movecraft] Recognized PilotTool setting of: 280
[12:35:44] [Server thread/INFO]: [Movecraft] CompatiblityMode is set to true
[12:35:44] [Server thread/INFO]: [Movecraft] Found a compatible version of WorldGuard. Enabling WorldGuard integration
[12:35:44] [Server thread/INFO]: [Movecraft] Settings: WorldGuardBlockMoveOnBuildPerm - true, WorldGuardBlockSinkOnPVPPerm - true
[12:35:44] [Server thread/INFO]: [Movecraft] Found a compatible version of WorldEdit. Enabling WorldEdit integration
[12:35:44] [Server thread/INFO]: [Movecraft] Found a compatible version of Cannons. Enabling Cannons integration
[12:35:44] [Server thread/INFO]: [Movecraft] Movecraft did not find a compatible version of WGCustomFlags. Disabling WGCustomFlags integration.
[12:35:44] [Server thread/INFO]: [Movecraft] Movecraft did not find a compatible version of Towny. Disabling Towny integration.
[12:35:44] [Server thread/INFO]: [Movecraft] Movecraft did not find a compatible version of Essentials. Disabling Essentials integration.
[12:35:44] [Server thread/INFO]: [Movecraft] Found a compatible Vault plugin.
[12:35:44] [Server thread/INFO]: [Movecraft] Loaded 10 Craft files
[12:35:44] [Server thread/INFO]: [Movecraft] Submitted statistics to mcstats.org succesfully. Thank you for your support.
[12:35:44] [Server thread/INFO]: [Movecraft] [V 4.0.1] has been enabled.
[12:35:44] [Server thread/INFO]: [QuickShop] Enabling QuickShop v4.4
[12:35:44] [Server thread/INFO]: [QuickShop] Hooking Vault
[12:35:45] [Server thread/INFO]: [QuickShop] Starting item scheduler
[12:35:45] [Server thread/INFO]: [QuickShop] Limit cfg found...
[12:35:45] [Server thread/INFO]: [QuickShop] Limits.use: false
[12:35:45] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.vip=20}
[12:35:45] [Server thread/INFO]: [QuickShop] Loading shops from database...
[12:35:45] [Server thread/INFO]: [QuickShop] Loaded 2 shops.
[12:35:45] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...
[12:35:45] [Server thread/INFO]: [QuickShop] Registering Listeners
[12:35:45] [Server thread/INFO]: [QuickShop] Metrics started.
[12:35:45] [Server thread/INFO]: [QuickShop] QuickShop loaded!
[12:35:45] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.14-SNAPSHOT (build 1195)
[12:35:46] [Server thread/ERROR]: [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
[12:35:46] [Server thread/INFO]: [Factions] Enabling Factions v2.8.5
[12:35:46] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.5[0;36;22m] [0;33;1m=== ENABLE START ===[m
[12:35:46] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.5[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mWorldGuard[m
[12:35:46] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.5[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m359ms[0;33;1m) ===[m
[12:35:46] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.68
[12:35:47] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.1.5
[12:35:47] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R1 (Minecraft 1.8)...
[12:35:47] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[12:35:47] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 3 mythic items.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
[12:35:48] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
[12:35:48] [Server thread/INFO]: [MythicMobs] v2.1.5 has been successfully loaded!
[12:35:48] [Thread-38/WARN]: [MythicMobs] The author of this plugin (Xikage AKA Ashijin) has misconfigured their Auto Update system
[12:35:48] [Thread-38/WARN]: [MythicMobs] File versions should follow the format 'PluginName VVERSION'
[12:35:48] [Thread-38/WARN]: [MythicMobs] Please notify the author of this error.
[12:35:48] [Server thread/INFO]: [Quests] Enabling Quests v2.5.5-b95
[12:35:48] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '\00' (0x0) special characters are not allowed
in "'string'", position 0
[12:35:48] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
[12:35:48] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
[12:35:48] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
[12:35:48] [Server thread/WARN]:     at me.blackvein.quests.Quests.loadData(Quests.java:584)
[12:35:48] [Server thread/WARN]:     at me.blackvein.quests.Quests.defaultDataFile(Quests.java:256)
[12:35:48] [Server thread/WARN]:     at me.blackvein.quests.Quests.onEnable(Quests.java:193)
[12:35:48] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[12:35:48] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327)
[12:35:48] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
[12:35:48] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:341)
[12:35:48] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313)
[12:35:48] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:394)
[12:35:48] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:362)
[12:35:48] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:317)
[12:35:48] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:190)
[12:35:48] [Server thread/WARN]:     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484)
[12:35:48] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:748)
[12:35:48] [Server thread/WARN]: Caused by: unacceptable character '\00' (0x0) special characters are not allowed
in "'string'", position 0
[12:35:48] [Server thread/WARN]:     at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67)
[12:35:48] [Server thread/WARN]:     at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47)
[12:35:48] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.load(Yaml.java:400)
[12:35:48] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[12:35:48] [Server thread/WARN]:     ... 16 more
[12:35:50] [Server thread/INFO]: [CookieMonster] Enabling CookieMonster v1.8
[12:35:50] [Server thread/INFO]: [CookieMonster] Using Vault v1.5.5-b47 for economy
[12:35:50] [Server thread/INFO]: [CookieMonster]  v1.8 loaded successfully.
[12:35:50] [Server thread/INFO]: [CookieMonster]  Developed by: [jascotty2, Coelho]
[12:35:50] [Server thread/INFO]: [CreeperHeal] Enabling CreeperHeal v6.8.1
[12:35:50] [Server thread/INFO]: debug: false
[12:35:50] [Server thread/INFO]: [Disease] Enabling Disease v1.9.3
[12:35:50] [Server thread/INFO]: [Disease] Plugin Loading
[12:35:50] [Server thread/INFO]: [Disease] Loading configuration file
[12:35:50] [Server thread/INFO]: [Disease] Loading Language file
[12:35:50] [Server thread/INFO]: [Disease] Temperature module loaded
[12:35:50] [Server thread/INFO]: Custom heat values reloaded into calculator
[12:35:50] [Server thread/INFO]: radius 3
[12:35:50] [Server thread/INFO]: fire 10
[12:35:50] [Server thread/INFO]: torch 2
[12:35:50] [Server thread/INFO]: [Disease] §aAdding allowed world: world
[12:35:50] [Server thread/INFO]: [Disease] §aAdding allowed world: world_nether
[12:35:50] [Server thread/INFO]: [Disease] §aAdding allowed world: world_the_end
[12:35:50] [Server thread/INFO]: [Disease] Loading choking items: [260, 297, 319, 320, 349, 350, 358, 363, 364, 365, 366, 367, 391, 392, 393, 411, 412, 423, 424]
[12:35:50] [Server thread/INFO]: §aCreating Bandage Recipe
[12:35:50] [Server thread/INFO]: §aCreating Sweetwort Recipe
[12:35:50] [Server thread/INFO]: §aCreating Smoothwater Recipe
[12:35:50] [Server thread/INFO]: §aCreating Bitterwort Recipe
[12:35:50] [Server thread/INFO]: §aCreating Brightwater Recipe
[12:35:50] [Server thread/INFO]: §aCreating LegSplint Recipe
[12:35:50] [Server thread/INFO]: §aCreating WarmGel recipe
[12:35:50] [Server thread/INFO]: §aCreating Blackbrew Recipe
[12:35:50] [Server thread/INFO]: §aCreating SoothingPotion Recipe
[12:35:50] [Server thread/INFO]: §aCreating LycanPotion Recipe
[12:35:50] [Server thread/INFO]: §aCreating Syringe Recipe
[12:35:50] [Server thread/INFO]: §aCreating vaccines Recipe
[12:35:50] [Server thread/INFO]: §aCreating boiling milk recipe
[12:35:50] [Server thread/INFO]: §aCreating Disease Vial Recipe
[12:35:50] [Server thread/INFO]: §aCreating SweetBrine Recipe
[12:35:50] [Server thread/INFO]: [Disease] §cThanks for using the BYTE Disease plugin - www.byte.org.uk!
[12:35:50] [Server thread/INFO]: [Disease] §aBYTE scoreboard Enabled
[12:35:50] [Server thread/INFO]: [Disease] Scoreboard Stats not Found
[12:35:50] [Server thread/INFO]: [Disease] Citizens plugin Found
[12:35:50] [Server thread/INFO]: [Disease] Hooking into citizens
[12:35:50] [Server thread/INFO]: [Disease] Vault plugin Found
[12:35:50] [Server thread/INFO]: [Disease] Vault Enabled
[12:35:50] [Server thread/INFO]: [Disease] World Guard disabled in config
[12:35:50] [Server thread/INFO]: [Disease] timer at 50
[12:35:50] [Server thread/INFO]: [Sentry] Enabling Sentry v1.8.4
[12:35:50] [Server thread/INFO]: [Sentry] Could not register with Denizen
[12:35:50] [Server thread/INFO]: [Sentry] Could not find or register with Towny
[12:35:50] [Server thread/INFO]: [Sentry] Registered with Factions sucessfully. the FACTION: target will function
[12:35:50] [Server thread/INFO]: [Sentry] Could not find or register with War.
[12:35:50] [Server thread/INFO]: [Sentry] Could not find or register with SimpleClans.
[12:35:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:35:53] [Server thread/INFO]: Done (26.891s)! For help, type "help" or "?"
[12:35:53] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[12:35:53] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.6
[12:35:53] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[12:35:53] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[12:35:54] [pool-3-thread-16/WARN]: Exception in thread "pool-3-thread-16"
[12:35:54] [pool-3-thread-16/WARN]: org.apache.commons.lang.UnhandledException: Plugin BleedingMobs v4.4 generated an exception while executing task 28
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V
    at me.snowleo.bleedingmobs.update.UpdateCheck.getUpdatePage(UpdateCheck.java:104)
    at me.snowleo.bleedingmobs.update.UpdateCheck.checkForUpdate(UpdateCheck.java:30)
    at me.snowleo.bleedingmobs.update.UpdateNotifier$AsyncUpdateCheck.run(UpdateNotifier.java:33)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[12:35:54] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[12:35:54] [pool-3-thread-20/INFO]: [Vault] Checking for Updates ...
[12:35:55] [pool-3-thread-20/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.5
[12:35:55] [pool-3-thread-20/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[12:35:55] [Server thread/INFO]: com.mojang.authlib.GameProfile@31b3e02[id=41928e99-9b66-4c68-948e-c0e360f01929,name=Matmatdu34,properties={textures=[com.mojang.authlib.properties.Property@29ac9c21]},legacy=false] (/192.168.0.46:63530) lost connection: Disconnected
[12:35:55] [Server thread/INFO]: [Quests] 4 Quest(s) loaded.
[12:35:55] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
[12:35:55] [Server thread/INFO]: [Quests] 842 Phrase(s) loaded.
[12:35:55] [pool-3-thread-20/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.2] busy[3] max[20]
[12:35:55] [pool-3-thread-26/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.3] busy[4] max[20]
[12:35:55] [pool-3-thread-27/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.4] busy[5] max[20]
[12:35:55] [pool-3-thread-28/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.5] busy[6] max[20]
[12:35:55] [pool-3-thread-29/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.6] busy[7] max[20]
[12:35:55] [pool-3-thread-30/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.7] busy[8] max[20]
[12:35:55] [pool-3-thread-31/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.8] busy[9] max[20]
[12:35:55] [pool-3-thread-32/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.9] busy[10] max[20]
[12:35:55] [pool-3-thread-33/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.10] busy[11] max[20]
[12:35:55] [pool-3-thread-34/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.11] busy[12] max[20]
[12:35:55] [pool-3-thread-35/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.12] busy[13] max[20]
[12:35:55] [pool-3-thread-36/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.13] busy[14] max[20]
[12:35:55] [pool-3-thread-37/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.14] busy[15] max[20]
[12:35:55] [pool-3-thread-23/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.15] busy[16] max[20]
[12:35:55] [pool-3-thread-38/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.16] busy[17] max[20]
[12:35:56] [pool-3-thread-32/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.17] busy[18] max[20]
[12:35:56] [pool-3-thread-40/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.18] busy[19] max[20]
[12:35:56] [pool-3-thread-38/INFO]: DataSourcePool [jdbcsqlitepluginsCannonsCannonsdb] grow; id[jdbcsqlitepluginsCannonsCannonsdb.19] busy[20] max[20]
[12:35:57] [User Authenticator #2/INFO]: UUID of player Matmatdu34 is 41928e99-9b66-4c68-948e-c0e360f01929
[12:35:58] [Server thread/ERROR]: Could not pass event AsyncPlayerChatEvent to BlackWords v0.3
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-33d5de3]
    at de.tobiyas.racesandclasses.chat.channels.container.ChannelContainer.sendMessageInChannel(ChannelContainer.java:360) [RacesAndClasses.jar:?]
    at de.tobiyas.racesandclasses.chat.channels.container.ChannelContainer.addPlayerToChannel(ChannelContainer.java:296) [RacesAndClasses.jar:?]
    at de.tobiyas.racesandclasses.chat.channels.ChannelManager.joinChannel(ChannelManager.java:368) [RacesAndClasses.jar:?]
    at de.tobiyas.racesandclasses.chat.channels.ChannelManager.playerLogin(ChannelManager.java:601) [RacesAndClasses.jar:?]
    at de.tobiyas.racesandclasses.listeners.generallisteners.Listener_Player.onPlayerJoin(Listener_Player.java:103) [RacesAndClasses.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_162]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_162]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_162]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:258) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:142) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:81) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:150) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.ServerConnection.c(SourceFile:151) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:733) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit.jar:git-Bukkit-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit.jar:git-Bukkit-33d5de3]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
    at be.brigamers.blackWords.events.PlayerChat.onAsyncPlayerChat(PlayerChat.java:46) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_162]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_162]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_162]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_162]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit.jar:git-Bukkit-33d5de3]
    ... 27 more
[12:35:58] [Server thread/INFO]: [Disease] Loading player Matmatdu34
[12:35:58] [Server thread/INFO]: Matmatdu34[/192.168.0.46:63532] logged in with entity id 632 at ([world] 526.9298090039748, 151.0, 802.49690644338)
[12:36:01] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6125ms behind, skipping 122 tick(s)
[12:36:06] [pool-3-thread-20/INFO]: [0;32;22m[Brewery] [0;37;1mUpdate available for Brewery-1.3.1: Brewery v1.5[m

Plus un message d'erreur que j'ai eu lorsque le serveur avait fini de ce lancer ( message dans le terminal du serveur ) :
Code:
[12:36:01] [Server thread/WARN]: Can't keep up! Did the system time change, or is th$  is the server overloaded? Running 6125ms behind, skipping 122 tick(s)

Et les logs créé lorsque j'avais tenté d'allouer plus de ram :
Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f1646005020, pid=1785, tid=0x00007f16544fb700
#
# JRE version: OpenJDK Runtime Environment (8.0_162-b12) (build 1.8.0_162-8u162-b12-0ubuntu0.16.04.2-b12)
# Java VM: OpenJDK 64-Bit Server VM (25.162-b12 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x00007f1646005020
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00007f16947b9800):  JavaThread "Server thread" [_thread_in_Java, id=1814, stack(0x00007f16543fb000,0x00007f16544fc000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00007f1646005020

Registers:
RAX=0x00000001004c88c8, RBX=0x00007f1641f41408, RCX=0x00000000eb055a20, RDX=0x0000000000000000
RSP=0x00007f16544fa0d8, RBP=0x00007f16544fa1b8, RSI=0x00000000eb055a38, RDI=0x00000000eb055a38
R8 =0x000000000000000d, R9 =0x0000000000000000, R10=0x00000001004c88c8, R11=0x00007f1685306620
R12=0x0000000000000000, R13=0x00007f16544fa170, R14=0x00000001004c8860, R15=0x00007f16947b9800
RIP=0x00007f1646005020, EFLAGS=0x0000000000010202, CSGSFS=0x002b000000000033, ERR=0x0000000000000014
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007f16544fa0d8)
0x00007f16544fa0d8:   00007f168536630c 00007f164021a953
0x00007f16544fa0e8:   00007f164021a92e 00007f16544fa218
0x00007f16544fa0f8:   00007f16947b9800 00007f16544fa160
0x00007f16544fa108:   00007f169a7540d5 00007f16544fa1b8
0x00007f16544fa118:   00007f168530675c 00000000eb055640
0x00007f16544fa128:   00000000eb0bb360 0000000000000000
0x00007f16544fa138:   00000000eb215390 00000000eb215430
0x00007f16544fa148:   9b62d2acb3092000 00007f16544fa1b8
0x00007f16544fa158:   00007f1685007815 00007f16850077d0
0x00007f16544fa168:   00007f1685007815 00000000eb055a20
0x00007f16544fa178:   00007f16544fa178 00007f164021a92f
0x00007f16544fa188:   00007f16544fa218 00007f164021ac60
0x00007f16544fa198:   0000000000000000 00007f164021aa88
0x00007f16544fa1a8:   00007f16544fa170 00007f16544fa210
0x00007f16544fa1b8:   00007f16544fa260 00007f1685007ffd
0x00007f16544fa1c8:   0000000000000000 0000000000000000
0x00007f16544fa1d8:   00000000eb1ea098 00000000eb1e8c40
0x00007f16544fa1e8:   00000000eb1e8520 00000000eb215390
0x00007f16544fa1f8:   00000000eb215430 00000000eb055a20
0x00007f16544fa208:   00000000eb055640 00000000eb054ca8
0x00007f16544fa218:   00000000eb055390 00007f16544fa220
0x00007f16544fa228:   00007f164021a815 00007f16544fa280
0x00007f16544fa238:   00007f164021ac60 0000000000000000
0x00007f16544fa248:   00007f164021a880 00007f16544fa210
0x00007f16544fa258:   00007f16544fa288 00007f16544fa2c8
0x00007f16544fa268:   00007f1685007ffd 00000000eb055390
0x00007f16544fa278:   00000000eb054ca8 00000000c1f55510
0x00007f16544fa288:   00007f16544fa288 00007f164340f478
0x00007f16544fa298:   00007f16544fa2f0 00007f1643414138
0x00007f16544fa2a8:   0000000000000000 00007f164340f6b0
0x00007f16544fa2b8:   00007f16544fa288 00007f16544fa2f0
0x00007f16544fa2c8:   00007f16544fa338 00007f1685007ffd

Instructions: (pc=0x00007f1646005020)
0x00007f1646005000:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

Register to memory mapping:

RAX=0x00000001004c88c8 is pointing into metadata
RBX=0x00007f1641f41408 is pointing into metadata
RCX=0x00000000eb055a20 is an oop
java.util.jar.JarFile$JarEntryIterator
 - klass: 'java/util/jar/JarFile$JarEntryIterator'
RDX=0x0000000000000000 is an unknown value
RSP=0x00007f16544fa0d8 is pointing into the stack for thread: 0x00007f16947b9800
RBP=0x00007f16544fa1b8 is pointing into the stack for thread: 0x00007f16947b9800
RSI=0x00000000eb055a38 is an oop
java.util.zip.ZipFile$ZipEntryIterator
 - klass: 'java/util/zip/ZipFile$ZipEntryIterator'
RDI=0x00000000eb055a38 is an oop
java.util.zip.ZipFile$ZipEntryIterator
 - klass: 'java/util/zip/ZipFile$ZipEntryIterator'
R8 =0x000000000000000d is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x00000001004c88c8 is pointing into metadata
R11=0x00007f1685306620 is at entry_point+32 in (nmethod*)0x00007f1685306490
R12=0x0000000000000000 is an unknown value
R13=0x00007f16544fa170 is pointing into the stack for thread: 0x00007f16947b9800
R14=0x00000001004c8860 is pointing into metadata
R15=0x00007f16947b9800 is a thread


Stack: [0x00007f16543fb000,0x00007f16544fc000],  sp=0x00007f16544fa0d8,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00007f1646005020
j  de.tobiyas.racesandclasses.util.traitutil.DefaultTraitCopy.copyDefaultTraits()V+69
j  de.tobiyas.racesandclasses.RacesAndClasses.initManagers()V+40
j  de.tobiyas.racesandclasses.RacesAndClasses.fullReload(ZZ)J+18
j  de.tobiyas.racesandclasses.RacesAndClasses.pluginEnable()V+109
j  de.tobiyas.util.RaC.UtilsUsingPlugin.onEnable()V+13
j  org.bukkit.plugin.java.JavaPlugin.setEnabled(Z)V+21
j  org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(Lorg/bukkit/plugin/Plugin;)V+99
j  org.bukkit.plugin.SimplePluginManager.enablePlugin(Lorg/bukkit/plugin/Plugin;)V+47
j  org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(Lorg/bukkit/plugin/Plugin;)V+5
j  org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(Lorg/bukkit/plugin/PluginLoadOrder;)V+76
j  net.minecraft.server.v1_8_R1.MinecraftServer.q()V+17
j  net.minecraft.server.v1_8_R1.MinecraftServer.k()V+289
j  net.minecraft.server.v1_8_R1.MinecraftServer.a(Ljava/lang/String;Ljava/lang/String;JLnet/minecraft/server/v1_8_R1/WorldType;Ljava/lang/String;)V+1130
j  net.minecraft.server.v1_8_R1.DedicatedServer.init()Z+1214
j  net.minecraft.server.v1_8_R1.MinecraftServer.run()V+1
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [libjvm.so+0x66440b]
V  [libjvm.so+0x6619e4]
V  [libjvm.so+0x661fc7]
V  [libjvm.so+0x6a5254]
V  [libjvm.so+0xa117f7]
V  [libjvm.so+0xa11cbc]
V  [libjvm.so+0x8b7222]
C  [libpthread.so.0+0x76ba]  start_thread+0xca


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f1644011000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1889, stack(0x00007f1640438000,0x00007f1640539000)]
  0x0000000001fa4000 JavaThread "Timer-3" daemon [_thread_blocked, id=1886, stack(0x00007f1640539000,0x00007f164063a000)]
  0x0000000004338800 JavaThread "pool-29-thread-1" [_thread_blocked, id=1877, stack(0x00007f1640c3e000,0x00007f1640d3f000)]
  0x0000000003fe6800 JavaThread "pool-26-thread-1" [_thread_blocked, id=1874, stack(0x00007f164073b000,0x00007f164083c000)]
  0x0000000002739000 JavaThread "pool-23-thread-1" [_thread_blocked, id=1866, stack(0x00007f164083c000,0x00007f164093d000)]
  0x00000000052b7800 JavaThread "pool-20-thread-1" [_thread_blocked, id=1863, stack(0x00007f16418f7000,0x00007f16419f8000)]
  0x0000000004606000 JavaThread "pool-17-thread-1" [_thread_blocked, id=1860, stack(0x00007f1640b3d000,0x00007f1640c3e000)]
  0x0000000004850000 JavaThread "pool-14-thread-1" [_thread_blocked, id=1854, stack(0x00007f1640d3f000,0x00007f1640e40000)]
  0x000000000484f000 JavaThread "pool-11-thread-1" [_thread_blocked, id=1853, stack(0x00007f1640e40000,0x00007f1640f41000)]
  0x000000000483f000 JavaThread "Timer-2" [_thread_blocked, id=1851, stack(0x00007f1643cff000,0x00007f1643e00000)]
  0x000000000479d800 JavaThread "Timer-1" [_thread_blocked, id=1847, stack(0x00007f16417f6000,0x00007f16418f7000)]
  0x000000000475a000 JavaThread "pool-6-thread-1" [_thread_blocked, id=1845, stack(0x00007f16419f8000,0x00007f1641af9000)]
  0x00000000046ec000 JavaThread "Timer-0" [_thread_blocked, id=1842, stack(0x00007f1641cf9000,0x00007f1641dfa000)]
  0x00007f165c019000 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=1839, stack(0x00007f1641ffa000,0x00007f16420fb000)]
  0x00000000022ac000 JavaThread "MStore ModificationPollerRemote" [_thread_blocked, id=1836, stack(0x00007f16422fb000,0x00007f16423fc000)]
  0x00000000022aa000 JavaThread "MStore ModificationPollerLocal" [_thread_blocked, id=1835, stack(0x00007f16423fc000,0x00007f16424fd000)]
  0x00000000022a7800 JavaThread "Thread-13" [_thread_blocked, id=1834, stack(0x00007f16424fd000,0x00007f16425fe000)]
  0x00000000022a6000 JavaThread "Thread-14" daemon [_thread_in_native, id=1833, stack(0x00007f16425fe000,0x00007f16426ff000)]
  0x00000000022a1800 JavaThread "Thread-11" [_thread_blocked, id=1832, stack(0x00007f16426ff000,0x00007f1642800000)]
  0x00000000022a0000 JavaThread "Thread-12" daemon [_thread_in_native, id=1831, stack(0x00007f1642800000,0x00007f1642901000)]
  0x0000000002279000 JavaThread "Thread-9" [_thread_blocked, id=1830, stack(0x00007f1642901000,0x00007f1642a02000)]
  0x0000000002278000 JavaThread "Thread-10" daemon [_thread_in_native, id=1829, stack(0x00007f1642a02000,0x00007f1642b03000)]
  0x0000000001dac000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1822, stack(0x00007f1643525000,0x00007f1643626000)]
  0x0000000001d12800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=1820, stack(0x00007f16540f8000,0x00007f16541f9000)]
  0x0000000001c4d800 JavaThread "Thread-5" [_thread_blocked, id=1816, stack(0x00007f16541f9000,0x00007f16542fa000)]
  0x0000000001c4b000 JavaThread "Server console handler" daemon [_thread_in_native, id=1815, stack(0x00007f16542fa000,0x00007f16543fb000)]
  0x00007f169400a800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1786, stack(0x00007f169bd5e000,0x00007f169be5f000)]
=>0x00007f16947b9800 JavaThread "Server thread" [_thread_in_Java, id=1814, stack(0x00007f16543fb000,0x00007f16544fc000)]
  0x00007f16947b8800 JavaThread "Server Infinisleeper" daemon [_thread_blocked, id=1813, stack(0x00007f16544fc000,0x00007f16545fd000)]
  0x00007f16947e9800 JavaThread "NonBlockingInputStreamThread" daemon [_thread_blocked, id=1812, stack(0x00007f16545fd000,0x00007f16546fe000)]
  0x00007f16946df800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1801, stack(0x00007f16548fe000,0x00007f16549ff000)]
  0x00007f16942bd000 JavaThread "process reaper" daemon [_thread_blocked, id=1798, stack(0x00007f167ccd3000,0x00007f167cd0c000)]
  0x00007f169413b800 JavaThread "Service Thread" daemon [_thread_blocked, id=1795, stack(0x00007f167cf19000,0x00007f167d01a000)]
  0x00007f1694133800 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=1794, stack(0x00007f167d01a000,0x00007f167d11b000)]
  0x00007f1694131000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1793, stack(0x00007f167d11b000,0x00007f167d21c000)]
  0x00007f169412e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1792, stack(0x00007f167d21c000,0x00007f167d31d000)]
  0x00007f1694107000 JavaThread "Finalizer" daemon [_thread_blocked, id=1791, stack(0x00007f167d5f6000,0x00007f167d6f7000)]
  0x00007f1694102800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1790, stack(0x00007f167d6f7000,0x00007f167d7f8000)]

Other Threads:
  0x00007f16940fb000 VMThread [stack: 0x00007f167d7f8000,0x00007f167d8f9000] [id=1789]
  0x00007f1694145800 WatcherThread [stack: 0x00007f167ce18000,0x00007f167cf19000] [id=1796]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 232960K, used 19617K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 7% used [0x00000000eab00000,0x00000000eb413700,0x00000000f1d00000)
  from space 116224K, 8% used [0x00000000f8e80000,0x00000000f9894dd0,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 368007K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 52% used [0x00000000c0000000,0x00000000d6761d50,0x00000000ea980000)
 Metaspace       used 51821K, capacity 54228K, committed 54400K, reserved 1095680K
  class space    used 6601K, capacity 7264K, committed 7296K, reserved 1048576K

Card table byte_map: [0x00007f1698207000,0x00007f1698408000] byte_map_base: 0x00007f1697c07000

Marking Bits: (ParMarkBitMap*) 0x00007f169b021300
 Begin Bits: [0x00007f167e000000, 0x00007f167f000000)
 End Bits:   [0x00007f167f000000, 0x00007f1680000000)

Polling page: 0x00007f169be74000

CodeCache: size=245760Kb used=12443Kb max_used=12589Kb free=233316Kb
 bounds [0x00007f1685000000, 0x00007f1685c60000, 0x00007f1694000000]
 total_blobs=4983 nmethods=4290 adapters=607
 compilation: enabled

Compilation events (10 events):
Event: 36,702 Thread 0x00007f1694133800 5408       3       java.util.zip.ZipFile$ZipEntryIterator::nextElement (5 bytes)
Event: 36,703 Thread 0x00007f1694133800 nmethod 5408 0x00007f168534e010 code [0x00007f168534e180, 0x00007f168534e368]
Event: 36,703 Thread 0x00007f1694131000 5397       4       java.util.HashSet::isEmpty (8 bytes)
Event: 36,704 Thread 0x00007f1694131000 nmethod 5397 0x00007f16853ebc90 code [0x00007f16853ebde0, 0x00007f16853ebe58]
Event: 36,711 Thread 0x00007f1694133800 5409   !   3       java.lang.StringCoding$StringEncoder::encode (179 bytes)
Event: 36,714 Thread 0x00007f1694133800 nmethod 5409 0x00007f168575ebd0 code [0x00007f168575ef40, 0x00007f1685760c18]
Event: 36,715 Thread 0x00007f1694133800 5410       3       java.io.UnixFileSystem::normalize (132 bytes)
Event: 36,717 Thread 0x00007f1694133800 nmethod 5410 0x00007f1685a763d0 code [0x00007f1685a76680, 0x00007f1685a77d28]
Event: 36,719 Thread 0x00007f1694133800 5411   !   3       java.util.zip.ZipFile$ZipEntryIterator::hasNext (41 bytes)
Event: 36,720 Thread 0x00007f1694133800 nmethod 5411 0x00007f1685a3d4d0 code [0x00007f1685a3d660, 0x00007f1685a3da68]

GC Heap History (10 events):
Event: 30,270 GC heap before
{Heap before GC invocations=8 (full 2):
 PSYoungGen      total 305664K, used 305661K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 262144K, 100% used [0x00000000eab00000,0x00000000fab00000,0x00000000fab00000)
  from space 43520K, 99% used [0x00000000fab00000,0x00000000fd57f5f8,0x00000000fd580000)
  to   space 43520K, 0% used [0x00000000fd580000,0x00000000fd580000,0x0000000100000000)
 ParOldGen       total 697856K, used 157372K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 22% used [0x00000000c0000000,0x00000000c99af240,0x00000000ea980000)
 Metaspace       used 45182K, capacity 47172K, committed 47488K, reserved 1091584K
  class space    used 5788K, capacity 6255K, committed 6272K, reserved 1048576K
Event: 30,492 GC heap after
Heap after GC invocations=8 (full 2):
 PSYoungGen      total 160256K, used 43501K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f1d00000)
  from space 43520K, 99% used [0x00000000fd580000,0x00000000ffffb5f8,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 242622K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 34% used [0x00000000c0000000,0x00000000cecefb30,0x00000000ea980000)
 Metaspace       used 45182K, capacity 47172K, committed 47488K, reserved 1091584K
  class space    used 5788K, capacity 6255K, committed 6272K, reserved 1048576K
}
Event: 31,365 GC heap before
{Heap before GC invocations=9 (full 2):
 PSYoungGen      total 160256K, used 160237K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 100% used [0x00000000eab00000,0x00000000f1d00000,0x00000000f1d00000)
  from space 43520K, 99% used [0x00000000fd580000,0x00000000ffffb5f8,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 242622K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 34% used [0x00000000c0000000,0x00000000cecefb30,0x00000000ea980000)
 Metaspace       used 45254K, capacity 47284K, committed 47488K, reserved 1091584K
  class space    used 5794K, capacity 6263K, committed 6272K, reserved 1048576K
Event: 31,460 GC heap after
Heap after GC invocations=9 (full 2):
 PSYoungGen      total 232960K, used 92250K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f1d00000)
  from space 116224K, 79% used [0x00000000f1d00000,0x00000000f7716870,0x00000000f8e80000)
  to   space 116224K, 0% used [0x00000000f8e80000,0x00000000f8e80000,0x0000000100000000)
 ParOldGen       total 697856K, used 242630K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 34% used [0x00000000c0000000,0x00000000cecf1b30,0x00000000ea980000)
 Metaspace       used 45254K, capacity 47284K, committed 47488K, reserved 1091584K
  class space    used 5794K, capacity 6263K, committed 6272K, reserved 1048576K
}
Event: 32,267 GC heap before
{Heap before GC invocations=10 (full 2):
 PSYoungGen      total 232960K, used 208986K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 100% used [0x00000000eab00000,0x00000000f1d00000,0x00000000f1d00000)
  from space 116224K, 79% used [0x00000000f1d00000,0x00000000f7716870,0x00000000f8e80000)
  to   space 116224K, 0% used [0x00000000f8e80000,0x00000000f8e80000,0x0000000100000000)
 ParOldGen       total 697856K, used 242630K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 34% used [0x00000000c0000000,0x00000000cecf1b30,0x00000000ea980000)
 Metaspace       used 45484K, capacity 47578K, committed 47872K, reserved 1091584K
  class space    used 5820K, capacity 6296K, committed 6400K, reserved 1048576K
Event: 32,424 GC heap after
Heap after GC invocations=10 (full 2):
 PSYoungGen      total 232960K, used 100592K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f1d00000)
  from space 116224K, 86% used [0x00000000f8e80000,0x00000000ff0bc030,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 276058K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 39% used [0x00000000c0000000,0x00000000d0d969d8,0x00000000ea980000)
 Metaspace       used 45484K, capacity 47578K, committed 47872K, reserved 1091584K
  class space    used 5820K, capacity 6296K, committed 6400K, reserved 1048576K
}
Event: 34,497 GC heap before
{Heap before GC invocations=11 (full 2):
 PSYoungGen      total 232960K, used 217328K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 100% used [0x00000000eab00000,0x00000000f1d00000,0x00000000f1d00000)
  from space 116224K, 86% used [0x00000000f8e80000,0x00000000ff0bc030,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 276058K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 39% used [0x00000000c0000000,0x00000000d0d969d8,0x00000000ea980000)
 Metaspace       used 46289K, capacity 48370K, committed 48768K, reserved 1091584K
  class space    used 5905K, capacity 6405K, committed 6528K, reserved 1048576K
Event: 34,590 GC heap after
Heap after GC invocations=11 (full 2):
 PSYoungGen      total 232960K, used 92613K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f1d00000)
  from space 116224K, 79% used [0x00000000f1d00000,0x00000000f7771698,0x00000000f8e80000)
  to   space 116224K, 0% used [0x00000000f8e80000,0x00000000f8e80000,0x0000000100000000)
 ParOldGen       total 697856K, used 285040K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 40% used [0x00000000c0000000,0x00000000d165c330,0x00000000ea980000)
 Metaspace       used 46289K, capacity 48370K, committed 48768K, reserved 1091584K
  class space    used 5905K, capacity 6405K, committed 6528K, reserved 1048576K
}
Event: 36,448 GC heap before
{Heap before GC invocations=12 (full 2):
 PSYoungGen      total 232960K, used 209349K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 100% used [0x00000000eab00000,0x00000000f1d00000,0x00000000f1d00000)
  from space 116224K, 79% used [0x00000000f1d00000,0x00000000f7771698,0x00000000f8e80000)
  to   space 116224K, 0% used [0x00000000f8e80000,0x00000000f8e80000,0x0000000100000000)
 ParOldGen       total 697856K, used 285040K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 40% used [0x00000000c0000000,0x00000000d165c330,0x00000000ea980000)
 Metaspace       used 51770K, capacity 54164K, committed 54400K, reserved 1095680K
  class space    used 6595K, capacity 7264K, committed 7296K, reserved 1048576K
Event: 36,638 GC heap after
Heap after GC invocations=12 (full 2):
 PSYoungGen      total 232960K, used 10323K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 116736K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f1d00000)
  from space 116224K, 8% used [0x00000000f8e80000,0x00000000f9894dd0,0x0000000100000000)
  to   space 116224K, 0% used [0x00000000f1d00000,0x00000000f1d00000,0x00000000f8e80000)
 ParOldGen       total 697856K, used 368007K [0x00000000c0000000, 0x00000000ea980000, 0x00000000eab00000)
  object space 697856K, 52% used [0x00000000c0000000,0x00000000d6761d50,0x00000000ea980000)
 Metaspace       used 51770K, capacity 54164K, committed 54400K, reserved 1095680K
  class space    used 6595K, capacity 7264K, committed 7296K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 36,035 Thread 0x00007f16947b9800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f16857c48ec method=java.util.Arrays.fill([Ljava/lang/Object;IILjava/lang/Object;)V @ 20
Event: 36,035 Thread 0x00007f16947b9800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f16857c48ec method=java.util.Arrays.fill([Ljava/lang/Object;IILjava/lang/Object;)V @ 20
Event: 36,035 Thread 0x00007f16947b9800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x00007f16857c48ec method=java.util.Arrays.fill([Ljava/lang/Object;IILjava/lang/Object;)V @ 20
Event: 36,049 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f1685b47638 method=java.util.AbstractCollection.toArray()[Ljava/lang/Object; @ 22
Event: 36,291 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f1685b47638 method=java.util.AbstractCollection.toArray()[Ljava/lang/Object; @ 22
Event: 36,364 Thread 0x00007f16947b9800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f1685c2d6cc method=jdk.internal.org.objectweb.asm.Frame.pop()I @ 4
Event: 36,380 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f16856e5ac8 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 36,381 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f16856e5ac8 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 36,381 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f16856e5ac8 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 36,381 Thread 0x00007f16947b9800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f16856e5ac8 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 23,151 Thread 0x00007f16947b9800 Exception <a 'java/lang/NoClassDefFoundError': net/minecraft/server/v1_7_R4/NBTBase> (0x00000000f5a68110) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]
Event: 23,153 Thread 0x00007f16947b9800 Exception <a 'java/lang/NoClassDefFoundError': net/minecraft/server/v1_10_R1/NBTBase> (0x00000000f5a76e78) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]
Event: 23,440 Thread 0x00007f16947b9800 Exception <a 'java/lang/NoClassDefFoundError': ru/tehkode/permissions/PermissionManager> (0x00000000f5fceaf0) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/oops/constantPool.cpp, line 235]
Event: 24,004 Thread 0x00007f16947b9800 Exception <a 'java/lang/NoClassDefFoundError': org/bukkit/event/player/PlayerItemDamageEvent> (0x00000000f6b7cf20) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]
Event: 24,714 Thread 0x00007f16947b9800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f8176cf0) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 24,776 Thread 0x00007f16947b9800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f81e74e8) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 24,994 Thread 0x00007f16947b9800 Exception <a 'java/lang/NoClassDefFoundError': org/bukkit/event/block/BlockExplodeEvent> (0x00000000f8ceb3c8) thrown at [/build/openjdk-8-OdO8jS/openjdk-8-8u162-b12/src/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 199]
Event: 32,443 Thread 0x00007f16947b9800 Implicit null exception at 0x00007f1685652391 to 0x00007f168565394d
Event: 35,341 Thread 0x00007f16947b9800 Implicit null exception at 0x00007f1685b6707b to 0x00007f1685b69265
Event: 35,562 Thread 0x00007f16947b9800 Implicit null exception at 0x00007f16853e1d4c to 0x00007f16853e1d80

Events (10 events):
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685a9b310
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685a9c010
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685a9cf10
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685aa27d0
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685aa37d0
Event: 36,714 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685aca6d0
Event: 36,715 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685acaa10
Event: 36,715 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685ada710
Event: 36,715 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685aec7d0
Event: 36,717 Thread 0x00007f1694133800 flushing nmethod 0x00007f1685b1f850


Dynamic libraries:
00400000-00401000 r-xp 00000000 fd:00 8789350                            /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00600000-00601000 r--p 00000000 fd:00 8789350                            /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00601000-00602000 rw-p 00001000 fd:00 8789350                            /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
01c35000-0546a000 rw-p 00000000 00:00 0                                  [heap]
c0000000-ea980000 rw-p 00000000 00:00 0
ea980000-eab00000 ---p 00000000 00:00 0
eab00000-100000000 rw-p 00000000 00:00 0
100000000-100720000 rw-p 00000000 00:00 0
100720000-140000000 ---p 00000000 00:00 0
7f1640038000-7f1640238000 rw-p 00000000 00:00 0
7f1640238000-7f1640438000 rw-p 00000000 00:00 0
7f1640438000-7f164043b000 ---p 00000000 00:00 0
7f164043b000-7f1640539000 rw-p 00000000 00:00 0
7f1640539000-7f164053c000 ---p 00000000 00:00 0
7f164053c000-7f164063a000 rw-p 00000000 00:00 0
7f164063a000-7f164063d000 ---p 00000000 00:00 0
7f164063d000-7f164073b000 rw-p 00000000 00:00 0
7f164073b000-7f164073e000 ---p 00000000 00:00 0
7f164073e000-7f164083c000 rw-p 00000000 00:00 0
7f164083c000-7f164083f000 ---p 00000000 00:00 0
7f164083f000-7f1640b3d000 rw-p 00000000 00:00 0
7f1640b3d000-7f1640b40000 ---p 00000000 00:00 0
7f1640b40000-7f1640c3e000 rw-p 00000000 00:00 0
7f1640c3e000-7f1640c41000 ---p 00000000 00:00 0
7f1640c41000-7f1640d3f000 rw-p 00000000 00:00 0
7f1640d3f000-7f1640d42000 ---p 00000000 00:00 0
7f1640d42000-7f1640e40000 rw-p 00000000 00:00 0
7f1640e40000-7f1640e43000 ---p 00000000 00:00 0
7f1640e43000-7f1641141000 rw-p 00000000 00:00 0
7f1641141000-7f16411c5000 r-xp 00000000 fd:00 13762573                   /tmp/sqlite-3.7.2-libsqlitejdbc.so
7f16411c5000-7f16413c5000 ---p 00084000 fd:00 13762573                   /tmp/sqlite-3.7.2-libsqlitejdbc.so
7f16413c5000-7f16413c6000 r--p 00084000 fd:00 13762573                   /tmp/sqlite-3.7.2-libsqlitejdbc.so
7f16413c6000-7f16413c9000 rw-p 00085000 fd:00 13762573                   /tmp/sqlite-3.7.2-libsqlitejdbc.so
7f16413c9000-7f16415c9000 rw-p 00000000 00:00 0
7f16415c9000-7f16415f1000 r-xp 00000000 fd:00 8788125                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsunec.so
7f16415f1000-7f16417f1000 ---p 00028000 fd:00 8788125                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsunec.so
7f16417f1000-7f16417f5000 r--p 00028000 fd:00 8788125                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsunec.so
7f16417f5000-7f16417f6000 rw-p 0002c000 fd:00 8788125                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsunec.so
7f16417f6000-7f16417f9000 ---p 00000000 00:00 0
7f16417f9000-7f16418f7000 rw-p 00000000 00:00 0
7f16418f7000-7f16418fa000 ---p 00000000 00:00 0
7f16418fa000-7f16419f8000 rw-p 00000000 00:00 0
7f16419f8000-7f16419fb000 ---p 00000000 00:00 0
7f16419fb000-7f1641cf9000 rw-p 00000000 00:00 0
7f1641cf9000-7f1641cfc000 ---p 00000000 00:00 0
7f1641cfc000-7f1641ffa000 rw-p 00000000 00:00 0
7f1641ffa000-7f1641ffd000 ---p 00000000 00:00 0
7f1641ffd000-7f16422fb000 rw-p 00000000 00:00 0
7f16422fb000-7f16422fe000 ---p 00000000 00:00 0
7f16422fe000-7f16423fc000 rw-p 00000000 00:00 0
7f16423fc000-7f16423ff000 ---p 00000000 00:00 0
7f16423ff000-7f16424fd000 rw-p 00000000 00:00 0
7f16424fd000-7f1642500000 ---p 00000000 00:00 0
7f1642500000-7f16425fe000 rw-p 00000000 00:00 0
7f16425fe000-7f1642601000 ---p 00000000 00:00 0
7f1642601000-7f16426ff000 rw-p 00000000 00:00 0
7f16426ff000-7f1642702000 ---p 00000000 00:00 0
7f1642702000-7f1642800000 rw-p 00000000 00:00 0
7f1642800000-7f1642803000 ---p 00000000 00:00 0
7f1642803000-7f1642901000 rw-p 00000000 00:00 0
7f1642901000-7f1642904000 ---p 00000000 00:00 0
7f1642904000-7f1642a02000 rw-p 00000000 00:00 0
7f1642a02000-7f1642a05000 ---p 00000000 00:00 0
7f1642a05000-7f1642b03000 rw-p 00000000 00:00 0
7f1642b03000-7f1642b1a000 r-xp 00000000 fd:00 266774                     /lib/x86_64-linux-gnu/libresolv-2.23.so
7f1642b1a000-7f1642d1a000 ---p 00017000 fd:00 266774                     /lib/x86_64-linux-gnu/libresolv-2.23.so
7f1642d1a000-7f1642d1b000 r--p 00017000 fd:00 266774                     /lib/x86_64-linux-gnu/libresolv-2.23.so
7f1642d1b000-7f1642d1c000 rw-p 00018000 fd:00 266774                     /lib/x86_64-linux-gnu/libresolv-2.23.so
7f1642d1c000-7f1642d1e000 rw-p 00000000 00:00 0
7f1642d1e000-7f1642d23000 r-xp 00000000 fd:00 266725                     /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f1642d23000-7f1642f23000 ---p 00005000 fd:00 266725                     /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f1642f23000-7f1642f24000 r--p 00005000 fd:00 266725                     /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f1642f24000-7f1642f25000 rw-p 00006000 fd:00 266725                     /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f1642f25000-7f1643125000 rw-p 00000000 00:00 0
7f1643125000-7f1643325000 rw-p 00000000 00:00 0
7f1643325000-7f1643525000 rw-p 00000000 00:00 0
7f1643525000-7f1643528000 ---p 00000000 00:00 0
7f1643528000-7f1643626000 rw-p 00000000 00:00 0
7f1643626000-7f164362d000 r-xp 00000000 fd:00 8787685                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt_headless.so
7f164362d000-7f164382c000 ---p 00007000 fd:00 8787685                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt_headless.so
7f164382c000-7f164382d000 r--p 00006000 fd:00 8787685                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt_headless.so
7f164382d000-7f164382e000 rw-p 00007000 fd:00 8787685                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt_headless.so
7f164382e000-7f16438ce000 r-xp 00000000 fd:00 8789334                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f16438ce000-7f1643ace000 ---p 000a0000 fd:00 8789334                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f1643ace000-7f1643acf000 r--p 000a0000 fd:00 8789334                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f1643acf000-7f1643ada000 rw-p 000a1000 fd:00 8789334                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f1643ada000-7f1643cff000 rw-p 00000000 00:00 0
7f1643cff000-7f1643d02000 ---p 00000000 00:00 0
7f1643d02000-7f1644000000 rw-p 00000000 00:00 0
7f1644000000-7f164402a000 rw-p 00000000 00:00 0
7f164402a000-7f1648000000 ---p 00000000 00:00 0
7f1648000000-7f1648021000 rw-p 00000000 00:00 0
7f1648021000-7f164c000000 ---p 00000000 00:00 0
7f164c000000-7f164c043000 rw-p 00000000 00:00 0
7f164c043000-7f1650000000 ---p 00000000 00:00 0
7f1650000000-7f1650021000 rw-p 00000000 00:00 0
7f1650021000-7f1654000000 ---p 00000000 00:00 0
7f1654048000-7f165405b000 r--s 00346000 fd:00 8789337                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar
7f165405b000-7f165405d000 r--s 00014000 fd:00 2886620                    /home/matmat/MinecraftServeur/plugins/sentry (1).jar
7f165405d000-7f165405f000 r--s 00011000 fd:00 2886648                    /home/matmat/MinecraftServeur/plugins/Disease-1.9.3.jar
7f165405f000-7f1654063000 r--s 00025000 fd:00 2886619                    /home/matmat/MinecraftServeur/plugins/CreeperHeal-6.8.1.jar
7f1654063000-7f1654066000 r--s 0001b000 fd:00 2886631                    /home/matmat/MinecraftServeur/plugins/CookieMonster.jar
7f1654066000-7f165406e000 r--s 0008f000 fd:00 2886608                    /home/matmat/MinecraftServeur/plugins/Quests-2.5.5.jar
7f165406e000-7f1654086000 r--s 0013d000 fd:00 2886633                    /home/matmat/MinecraftServeur/plugins/MythicMobs-2.1.5.jar
7f1654086000-7f1654091000 r--s 00082000 fd:00 2886605                    /home/matmat/MinecraftServeur/plugins/Factions.jar
7f1654091000-7f16540a4000 r--s 000e0000 fd:00 2886607                    /home/matmat/MinecraftServeur/plugins/Citizens (3).jar
7f16540a4000-7f16540c6000 r--s 001ce000 fd:00 2886616                    /home/matmat/MinecraftServeur/plugins/Movecraft (1).jar
7f16540c6000-7f16540f8000 r--s 0024f000 fd:00 2886628                    /home/matmat/MinecraftServeur/plugins/MassiveCore.jar
7f16540f8000-7f16540fb000 ---p 00000000 00:00 0
7f16540fb000-7f16541f9000 rw-p 00000000 00:00 0
7f16541f9000-7f16541fc000 ---p 00000000 00:00 0
7f16541fc000-7f16542fa000 rw-p 00000000 00:00 0
7f16542fa000-7f16542fd000 ---p 00000000 00:00 0
7f16542fd000-7f16543fb000 rw-p 00000000 00:00 0
7f16543fb000-7f16543fe000 ---p 00000000 00:00 0
7f16543fe000-7f16544fc000 rw-p 00000000 00:00 0
7f16544fc000-7f16544ff000 ---p 00000000 00:00 0
7f16544ff000-7f16545fd000 rw-p 00000000 00:00 0
7f16545fd000-7f1654600000 ---p 00000000 00:00 0
7f1654600000-7f16548fe000 rw-p 00000000 00:00 0
7f16548fe000-7f1654901000 ---p 00000000 00:00 0
7f1654901000-7f1654bff000 rw-p 00000000 00:00 0
7f1654bff000-7f1654dff000 rw-p 00000000 00:00 0
7f1654dff000-7f1654fff000 rw-p 00000000 00:00 0
7f1654fff000-7f1658000000 rw-p 00000000 00:00 0
7f1658000000-7f1658021000 rw-p 00000000 00:00 0
7f1658021000-7f165c000000 ---p 00000000 00:00 0
7f165c000000-7f165c0dc000 rw-p 00000000 00:00 0
7f165c0dc000-7f1660000000 ---p 00000000 00:00 0
7f1660000000-7f16618b7000 rw-p 00000000 00:00 0
7f16618b7000-7f1664000000 ---p 00000000 00:00 0
7f1664000000-7f16646f8000 rw-p 00000000 00:00 0
7f16646f8000-7f1668000000 ---p 00000000 00:00 0
7f1668000000-7f1668021000 rw-p 00000000 00:00 0
7f1668021000-7f166c000000 ---p 00000000 00:00 0
7f166c000000-7f166c021000 rw-p 00000000 00:00 0
7f166c021000-7f1670000000 ---p 00000000 00:00 0
7f1670000000-7f1670021000 rw-p 00000000 00:00 0
7f1670021000-7f1674000000 ---p 00000000 00:00 0
7f1674000000-7f1674021000 rw-p 00000000 00:00 0
7f1674021000-7f1678000000 ---p 00000000 00:00 0
7f1678000000-7f1678021000 rw-p 00000000 00:00 0
7f1678021000-7f167c000000 ---p 00000000 00:00 0
7f167c000000-7f167c006000 r--s 00045000 fd:00 2886603                    /home/matmat/MinecraftServeur/plugins/Shopkeepers.jar
7f167c006000-7f167c009000 r--s 0001d000 fd:00 2886649                    /home/matmat/MinecraftServeur/plugins/QuickShop.jar
7f167c009000-7f167c00c000 r--s 00021000 fd:00 2886641                    /home/matmat/MinecraftServeur/plugins/Jobs.jar
7f167c00c000-7f167c00d000 r--s 00003000 fd:00 2886632                    /home/matmat/MinecraftServeur/plugins/WantedPlayer.jar
7f167c00d000-7f167c00f000 r--s 00002000 fd:00 2886630                    /home/matmat/MinecraftServeur/plugins/BrokenLegV1.7.X(V4.1).jar
7f167c00f000-7f167c011000 r--s 0000a000 fd:00 2886625                    /home/matmat/MinecraftServeur/plugins/NoItem-3.1.0.jar
7f167c011000-7f167c013000 r--s 00006000 fd:00 2886611                    /home/matmat/MinecraftServeur/plugins/Decapitation.jar
7f167c013000-7f167c017000 r--s 00049000 fd:00 2886640                    /home/matmat/MinecraftServeur/plugins/Cannons (1).jar
7f167c017000-7f167c01c000 r--s 00044000 fd:00 2886614                    /home/matmat/MinecraftServeur/plugins/Vault (1).jar
7f167c01c000-7f167c024000 r--s 00059000 fd:00 2886624                    /home/matmat/MinecraftServeur/plugins/HolographicDisplays.jar
7f167c024000-7f167c043000 r--s 001b1000 fd:00 2886644                    /home/matmat/MinecraftServeur/plugins/RacesAndClasses.jar
7f167c043000-7f167c044000 r--s 00001000 fd:00 2886627                    /home/matmat/MinecraftServeur/plugins/chair1.2_- lastversion.jar
7f167c044000-7f167c045000 r--s 00004000 fd:00 2886610                    /home/matmat/MinecraftServeur/plugins/Tablist (1).jar
7f167c045000-7f167c046000 r--s 00002000 fd:00 2886634                    /home/matmat/MinecraftServeur/plugins/BlackWords.jar
7f167c046000-7f167c04a000 r--s 0001d000 fd:00 2886636                    /home/matmat/MinecraftServeur/plugins/BleedingMobs (1).jar
7f167c04a000-7f167c04c000 r--s 00000000 fd:00 2886647                    /home/matmat/MinecraftServeur/plugins/Menottes.jar
7f167c04c000-7f167c050000 r--s 00025000 fd:00 2886638                    /home/matmat/MinecraftServeur/plugins/iConomy.jar
7f167c050000-7f167c051000 r--s 00009000 fd:00 2886642                    /home/matmat/MinecraftServeur/plugins/DeathMessages.jar
7f167c051000-7f167c076000 r--s 00176000 fd:00 2886606                    /home/matmat/MinecraftServeur/plugins/VoxelSniper-5.170.0-SNAPSHOT.jar
7f167c076000-7f167c078000 r--s 00012000 fd:00 2886613                    /home/matmat/MinecraftServeur/plugins/SerialKey (1).jar
7f167c078000-7f167c082000 r--s 00070000 fd:00 2886623                    /home/matmat/MinecraftServeur/plugins/SkinsRestorer-v10.4.4-BETA.jar
7f167c082000-7f167c09d000 r--s 00117000 fd:00 2886637                    /home/matmat/MinecraftServeur/plugins/worldguard-6.1.2.jar
7f167c09d000-7f167c29d000 rw-p 00000000 00:00 0
7f167c29d000-7f167c49d000 rw-p 00000000 00:00 0
7f167c49d000-7f167c4ae000 r-xp 00000000 fd:00 8789327                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnio.so
7f167c4ae000-7f167c6ae000 ---p 00011000 fd:00 8789327                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnio.so
7f167c6ae000-7f167c6af000 r--p 00011000 fd:00 8789327                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnio.so
7f167c6af000-7f167c6b0000 rw-p 00012000 fd:00 8789327                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnio.so
7f167c6b0000-7f167c6c6000 r-xp 00000000 fd:00 8789322                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnet.so
7f167c6c6000-7f167c8c6000 ---p 00016000 fd:00 8789322                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnet.so
7f167c8c6000-7f167c8c7000 r--p 00016000 fd:00 8789322                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnet.so
7f167c8c7000-7f167c8c8000 rw-p 00017000 fd:00 8789322                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libnet.so
7f167c8c8000-7f167c8d1000 r-xp 00000000 fd:00 8789330                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libmanagement.so
7f167c8d1000-7f167cad0000 ---p 00009000 fd:00 8789330                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libmanagement.so
7f167cad0000-7f167cad1000 r--p 00008000 fd:00 8789330                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libmanagement.so
7f167cad1000-7f167cad2000 rw-p 00009000 fd:00 8789330                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libmanagement.so
7f167cad2000-7f167cad3000 r-xp 00000000 fd:00 13762572                   /tmp/libjansi-64-git-Bukkit-33d5de3-4599204185675895929.so
7f167cad3000-7f167ccd2000 ---p 00001000 fd:00 13762572                   /tmp/libjansi-64-git-Bukkit-33d5de3-4599204185675895929.so
7f167ccd2000-7f167ccd3000 rw-p 00000000 fd:00 13762572                   /tmp/libjansi-64-git-Bukkit-33d5de3-4599204185675895929.so
7f167ccd3000-7f167ccd6000 ---p 00000000 00:00 0
7f167ccd6000-7f167cd0c000 rw-p 00000000 00:00 0
7f167cd0c000-7f167ce18000 r--s 01197000 fd:00 2887616                    /home/matmat/MinecraftServeur/craftbukkit.jar
7f167ce18000-7f167ce19000 ---p 00000000 00:00 0
7f167ce19000-7f167cf19000 rw-p 00000000 00:00 0
7f167cf19000-7f167cf1c000 ---p 00000000 00:00 0
7f167cf1c000-7f167d01a000 rw-p 00000000 00:00 0
7f167d01a000-7f167d01d000 ---p 00000000 00:00 0
7f167d01d000-7f167d11b000 rw-p 00000000 00:00 0
7f167d11b000-7f167d11e000 ---p 00000000 00:00 0
7f167d11e000-7f167d21c000 rw-p 00000000 00:00 0
7f167d21c000-7f167d21f000 ---p 00000000 00:00 0
7f167d21f000-7f167d31d000 rw-p 00000000 00:00 0
7f167d31d000-7f167d5f6000 r--p 00000000 fd:00 8784146                    /usr/lib/locale/locale-archive
7f167d5f6000-7f167d5f9000 ---p 00000000 00:00 0
7f167d5f9000-7f167d6f7000 rw-p 00000000 00:00 0
7f167d6f7000-7f167d6fa000 ---p 00000000 00:00 0
7f167d6fa000-7f167d7f8000 rw-p 00000000 00:00 0
7f167d7f8000-7f167d7f9000 ---p 00000000 00:00 0
7f167d7f9000-7f1680000000 rw-p 00000000 00:00 0
7f1680000000-7f1680021000 rw-p 00000000 00:00 0
7f1680021000-7f1684000000 ---p 00000000 00:00 0
7f1684000000-7f1684001000 r--s 00000000 fd:00 2886635                    /home/matmat/MinecraftServeur/plugins/Particule De Sang.jar
7f1684001000-7f168400a000 r--s 00057000 fd:00 2886646                    /home/matmat/MinecraftServeur/plugins/multiworld.jar
7f168400a000-7f168400d000 r--s 00025000 fd:00 2886609                    /home/matmat/MinecraftServeur/plugins/brewery-1.3.1.jar
7f168400d000-7f168402e000 r--s 00181000 fd:00 2886645                    /home/matmat/MinecraftServeur/plugins/worldedit-bukkit-6.1.3.jar
7f168402e000-7f1684230000 rw-p 00000000 00:00 0
7f1684230000-7f16843fe000 r--s 03c2c000 fd:00 8785362                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar
7f16843fe000-7f1684dfe000 rw-p 00000000 00:00 0
7f1684dfe000-7f1684dff000 ---p 00000000 00:00 0
7f1684dff000-7f1684eff000 rw-p 00000000 00:00 0
7f1684eff000-7f1684f00000 ---p 00000000 00:00 0
7f1684f00000-7f1685000000 rw-p 00000000 00:00 0
7f1685000000-7f1685c60000 rwxp 00000000 00:00 0
7f1685c60000-7f1694000000 ---p 00000000 00:00 0
7f1694000000-7f1694833000 rw-p 00000000 00:00 0
7f1694833000-7f1698000000 ---p 00000000 00:00 0
7f1698000000-7f1698004000 r--s 00031000 fd:00 2886601                    /home/matmat/MinecraftServeur/plugins/MoreItems_v2.0.2-FIXED.jar
7f1698004000-7f1698005000 r--s 00002000 fd:00 2886617                    /home/matmat/MinecraftServeur/plugins/SmokingPipes-1.1.jar
7f1698005000-7f1698006000 r--s 00004000 fd:00 13762588                   /home/matmat/MinecraftServeur/plugins/AutoShutdown.jar
7f1698006000-7f169800a000 r--s 00019000 fd:00 2886643                    /home/matmat/MinecraftServeur/plugins/Clearlag.jar
7f169800a000-7f169800b000 r--s 00006000 fd:00 2886618                    /home/matmat/MinecraftServeur/plugins/TintHealth-1.4.6.jar
7f169800b000-7f169800e000 r--s 0001f000 fd:00 2886615                    /home/matmat/MinecraftServeur/plugins/EssentialsGroupManager.jar
7f169800e000-7f169800f000 r--s 00003000 fd:00 2886629                    /home/matmat/MinecraftServeur/plugins/NickMyName-1.7-1.8-1.2.jar
7f169800f000-7f1698011000 r--s 00018000 fd:00 2886604                    /home/matmat/MinecraftServeur/plugins/Assassination_v1.5.8.jar
7f1698011000-7f1698014000 r--s 00015000 fd:00 8789339                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar
7f1698014000-7f1698019000 r--s 0009d000 fd:00 8786922                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar
7f1698019000-7f169801c000 r--s 0000f000 fd:00 8783067                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar
7f169801c000-7f1698026000 r--s 00116000 fd:00 8783064                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar
7f1698026000-7f1698028000 r--s 00008000 fd:00 8783098                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar
7f1698028000-7f169802d000 r--s 0003b000 fd:00 8783078                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar
7f169802d000-7f1698048000 r--s 001d6000 fd:00 8783139                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar
7f1698048000-7f1698063000 r--s 00394000 fd:00 8783127                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar
7f1698063000-7f1698206000 rw-p 00000000 00:00 0
7f1698206000-7f1698207000 ---p 00000000 00:00 0
7f1698207000-7f169843a000 rw-p 00000000 00:00 0
7f169843a000-7f16987c8000 ---p 00000000 00:00 0
7f16987c8000-7f16987d0000 r-xp 00000000 fd:00 8788124                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f16987d0000-7f16989cf000 ---p 00008000 fd:00 8788124                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f16989cf000-7f16989d0000 r--p 00007000 fd:00 8788124                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f16989d0000-7f16989d1000 rw-p 00008000 fd:00 8788124                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f16989d1000-7f16989dc000 r-xp 00000000 fd:00 266727                     /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f16989dc000-7f1698bdb000 ---p 0000b000 fd:00 266727                     /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f1698bdb000-7f1698bdc000 r--p 0000a000 fd:00 266727                     /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f1698bdc000-7f1698bdd000 rw-p 0000b000 fd:00 266727                     /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f1698bdd000-7f1698be3000 rw-p 00000000 00:00 0
7f1698be3000-7f1698bee000 r-xp 00000000 fd:00 266731                     /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f1698bee000-7f1698ded000 ---p 0000b000 fd:00 266731                     /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f1698ded000-7f1698dee000 r--p 0000a000 fd:00 266731                     /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f1698dee000-7f1698def000 rw-p 0000b000 fd:00 266731                     /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f1698def000-7f1698e05000 r-xp 00000000 fd:00 266721                     /lib/x86_64-linux-gnu/libnsl-2.23.so
7f1698e05000-7f1699004000 ---p 00016000 fd:00 266721                     /lib/x86_64-linux-gnu/libnsl-2.23.so
7f1699004000-7f1699005000 r--p 00015000 fd:00 266721                     /lib/x86_64-linux-gnu/libnsl-2.23.so
7f1699005000-7f1699006000 rw-p 00016000 fd:00 266721                     /lib/x86_64-linux-gnu/libnsl-2.23.so
7f1699006000-7f1699008000 rw-p 00000000 00:00 0
7f1699008000-7f1699010000 r-xp 00000000 fd:00 266723                     /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f1699010000-7f169920f000 ---p 00008000 fd:00 266723                     /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f169920f000-7f1699210000 r--p 00007000 fd:00 266723                     /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f1699210000-7f1699211000 rw-p 00008000 fd:00 266723                     /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f1699211000-7f169923e000 r-xp 00000000 fd:00 8788610                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f169923e000-7f169943d000 ---p 0002d000 fd:00 8788610                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f169943d000-7f169943e000 r--p 0002c000 fd:00 8788610                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f169943e000-7f1699440000 rw-p 0002d000 fd:00 8788610                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f1699440000-7f169944f000 r-xp 00000000 fd:00 8789321                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f169944f000-7f169964e000 ---p 0000f000 fd:00 8789321                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f169964e000-7f1699650000 r--p 0000e000 fd:00 8789321                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f1699650000-7f1699651000 rw-p 00010000 fd:00 8789321                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f1699651000-7f1699658000 r-xp 00000000 fd:00 266776                     /lib/x86_64-linux-gnu/librt-2.23.so
7f1699658000-7f1699857000 ---p 00007000 fd:00 266776                     /lib/x86_64-linux-gnu/librt-2.23.so
7f1699857000-7f1699858000 r--p 00006000 fd:00 266776                     /lib/x86_64-linux-gnu/librt-2.23.so
7f1699858000-7f1699859000 rw-p 00007000 fd:00 266776                     /lib/x86_64-linux-gnu/librt-2.23.so
7f1699859000-7f169986f000 r-xp 00000000 fd:00 266668                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f169986f000-7f1699a6e000 ---p 00016000 fd:00 266668                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1699a6e000-7f1699a6f000 rw-p 00015000 fd:00 266668                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f1699a6f000-7f1699b77000 r-xp 00000000 fd:00 266700                     /lib/x86_64-linux-gnu/libm-2.23.so
7f1699b77000-7f1699d76000 ---p 00108000 fd:00 266700                     /lib/x86_64-linux-gnu/libm-2.23.so
7f1699d76000-7f1699d77000 r--p 00107000 fd:00 266700                     /lib/x86_64-linux-gnu/libm-2.23.so
7f1699d77000-7f1699d78000 rw-p 00108000 fd:00 266700                     /lib/x86_64-linux-gnu/libm-2.23.so
7f1699d78000-7f1699eea000 r-xp 00000000 fd:00 8787882                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f1699eea000-7f169a0ea000 ---p 00172000 fd:00 8787882                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f169a0ea000-7f169a0f4000 r--p 00172000 fd:00 8787882                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f169a0f4000-7f169a0f6000 rw-p 0017c000 fd:00 8787882                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f169a0f6000-7f169a0fa000 rw-p 00000000 00:00 0
7f169a0fa000-7f169ad52000 r-xp 00000000 fd:00 8787928                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f169ad52000-7f169af52000 ---p 00c58000 fd:00 8787928                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f169af52000-7f169afe5000 r--p 00c58000 fd:00 8787928                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f169afe5000-7f169b00e000 rw-p 00ceb000 fd:00 8787928                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f169b00e000-7f169b03e000 rw-p 00000000 00:00 0
7f169b03e000-7f169b056000 r-xp 00000000 fd:00 266768                     /lib/x86_64-linux-gnu/libpthread-2.23.so
7f169b056000-7f169b255000 ---p 00018000 fd:00 266768                     /lib/x86_64-linux-gnu/libpthread-2.23.so
7f169b255000-7f169b256000 r--p 00017000 fd:00 266768                     /lib/x86_64-linux-gnu/libpthread-2.23.so
7f169b256000-7f169b257000 rw-p 00018000 fd:00 266768                     /lib/x86_64-linux-gnu/libpthread-2.23.so
7f169b257000-7f169b25b000 rw-p 00000000 00:00 0
7f169b25b000-7f169b25e000 r-xp 00000000 fd:00 266654                     /lib/x86_64-linux-gnu/libdl-2.23.so
7f169b25e000-7f169b45d000 ---p 00003000 fd:00 266654                     /lib/x86_64-linux-gnu/libdl-2.23.so
7f169b45d000-7f169b45e000 r--p 00002000 fd:00 266654                     /lib/x86_64-linux-gnu/libdl-2.23.so
7f169b45e000-7f169b45f000 rw-p 00003000 fd:00 266654                     /lib/x86_64-linux-gnu/libdl-2.23.so
7f169b45f000-7f169b478000 r-xp 00000000 fd:00 266812                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f169b478000-7f169b677000 ---p 00019000 fd:00 266812                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f169b677000-7f169b678000 r--p 00018000 fd:00 266812                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f169b678000-7f169b679000 rw-p 00019000 fd:00 266812                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f169b679000-7f169b839000 r-xp 00000000 fd:00 266632                     /lib/x86_64-linux-gnu/libc-2.23.so
7f169b839000-7f169ba39000 ---p 001c0000 fd:00 266632                     /lib/x86_64-linux-gnu/libc-2.23.so
7f169ba39000-7f169ba3d000 r--p 001c0000 fd:00 266632                     /lib/x86_64-linux-gnu/libc-2.23.so
7f169ba3d000-7f169ba3f000 rw-p 001c4000 fd:00 266632                     /lib/x86_64-linux-gnu/libc-2.23.so
7f169ba3f000-7f169ba43000 rw-p 00000000 00:00 0
7f169ba43000-7f169ba50000 r-xp 00000000 fd:00 8789317                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f169ba50000-7f169bc50000 ---p 0000d000 fd:00 8789317                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f169bc50000-7f169bc51000 r--p 0000d000 fd:00 8789317                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f169bc51000-7f169bc52000 rw-p 0000e000 fd:00 8789317                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f169bc52000-7f169bc78000 r-xp 00000000 fd:00 266606                     /lib/x86_64-linux-gnu/ld-2.23.so
7f169bc78000-7f169bc79000 r--s 00001000 fd:00 2886622                    /home/matmat/MinecraftServeur/plugins/SwordBow (3).jar
7f169bc79000-7f169bd5e000 rw-p 00000000 00:00 0
7f169bd5e000-7f169bd61000 ---p 00000000 00:00 0
7f169bd61000-7f169be64000 rw-p 00000000 00:00 0
7f169be64000-7f169be66000 r--s 00001000 fd:00 8783105                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar
7f169be66000-7f169be67000 r--s 0000a000 fd:00 8783085                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar
7f169be67000-7f169be6a000 r--s 00038000 fd:00 8783053                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar
7f169be6a000-7f169be6b000 r--s 00010000 fd:00 8783138                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar
7f169be6b000-7f169be73000 rw-s 00000000 fd:00 13762571                   /tmp/hsperfdata_matmat/1785
7f169be73000-7f169be74000 rw-p 00000000 00:00 0
7f169be74000-7f169be75000 r--p 00000000 00:00 0
7f169be75000-7f169be77000 rw-p 00000000 00:00 0
7f169be77000-7f169be78000 r--p 00025000 fd:00 266606                     /lib/x86_64-linux-gnu/ld-2.23.so
7f169be78000-7f169be79000 rw-p 00026000 fd:00 266606                     /lib/x86_64-linux-gnu/ld-2.23.so
7f169be79000-7f169be7a000 rw-p 00000000 00:00 0
7ffc0fca8000-7ffc0fcc9000 rw-p 00000000 00:00 0                          [stack]
7ffc0fd3a000-7ffc0fd3c000 r--p 00000000 00:00 0                          [vvar]
7ffc0fd3c000-7ffc0fd3e000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Xmx1024M -Xms1021M
java_command: craftbukkit.jar
java_class_path (initial): craftbukkit.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/home/matmat/bin:/home/matmat/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
SHELL=/bin/bash

Signal Handlers:
SIGSEGV: [libjvm.so+0xa6dcc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xa6dcc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x8b5350], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x8b5350], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x8b5350], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x8b5350], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x8b5200], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x8b56d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x8b56d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x8b56d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x8b56d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"

uname:Linux 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64
libc:glibc 2.23 NPTL 2.23
rlimit: STACK 8192k, CORE 0k, NPROC 15616, NOFILE 1048576, AS infinity
load average:1,10 0,46 0,17

/proc/meminfo:
MemTotal:        4043440 kB
MemFree:         2444040 kB
MemAvailable:    2793060 kB
Buffers:           23692 kB
Cached:           527892 kB
SwapCached:            0 kB
Active:          1252328 kB
Inactive:         260268 kB
Active(anon):     962072 kB
Inactive(anon):     8432 kB
Active(file):     290256 kB
Inactive(file):   251836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       8388604 kB
SwapFree:        8388604 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:        957128 kB
Mapped:            93048 kB
Shmem:              9328 kB
Slab:              40392 kB
SReclaimable:      24192 kB
SUnreclaim:        16200 kB
KernelStack:        3440 kB
PageTables:         7768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    10410324 kB
Committed_AS:    1746756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       60352 kB
DirectMap2M:     4132864 kB


CPU:total 2 (initial active 2) (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

/proc/cpuinfo:
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 15
model name    : Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz
stepping    : 2
microcode    : 0x5a
cpu MHz        : 1799.922
cache size    : 2048 KB
physical id    : 0
siblings    : 2
core id        : 0
cpu cores    : 2
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 10
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
bugs        :
bogomips    : 3599.84
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 15
model name    : Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz
stepping    : 2
microcode    : 0x5a
cpu MHz        : 1799.922
cache size    : 2048 KB
physical id    : 0
siblings    : 2
core id        : 1
cpu cores    : 2
apicid        : 1
initial apicid    : 1
fpu        : yes
fpu_exception    : yes
cpuid level    : 10
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
bugs        :
bogomips    : 3599.84
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 4043440k(2444040k free), swap 8388604k(8388604k free)

vm_info: OpenJDK 64-Bit Server VM (25.162-b12) for linux-amd64 JRE (1.8.0_162-8u162-b12-0ubuntu0.16.04.2-b12), built on Mar 14 2018 12:11:18 by "buildd" with gcc 5.4.0 20160609

time: Fri Apr 27 12:20:26 2018
elapsed time: 36 seconds (0d 0h 0m 36s)

Plus un message que j'ai eu lorsque j'ai été déconnecter de force : Internal Exception: java.io.IOException: Une connexion établi a été abandonnée par un logiciel de votre ordinateur hôte
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 530
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

[12:35:24] [Server thread/ERROR]: Could not load 'plugins/ChatEx.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
Re télécharge le plugin "ChatEx". Celui que tu as pris ne semble pas correctement compilé (erreur du développeur si tu préfères).

[12:35:24] [Server thread/ERROR]: Could not load 'plugins/MarriageMaster.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
Pareil que le précédent, mais cette fois ci c'est "MarriageMaster".

[12:35:24] [Server thread/ERROR]: Could not load 'plugins/MinePacks.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
La même avec "MinePacks".

[12:35:24] [Server thread/ERROR]: Could not load 'plugins/PermissionsEx-1.23.3.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
Et ça continue encore et encore... "PermissionsEx".

[12:35:24] [Server thread/ERROR]: Could not load 'plugins/ServerSigns.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
C'est que le début, d'accord... bref, ici c'est "ServerSigns" qui pose soucis.

Vu tous ces plugins, à mon avis tu les a mal téléchargé, où fait une fausse manip. Bref, re télécharge les proprement.

[12:35:25] [Server thread/ERROR]: Error occurred while enabling SkinsRestorer v10.4.4 (Is it up to date?) java.lang.NullPointerException
Vérifie que SkinsRestorer est à jour ;)

Code:
[12:35:43] [Server thread/ERROR]: No jobs were loaded!
[12:35:43] [Server thread/ERROR]: Error: while scanning a simple key
 in 'string', line 529, column 1:
    RAW Paste Data
    ^
could not found expected ':'
 in 'string', line 531, column 1:
    # Jobs configuration.
    ^
Erreur dans ta configuration du plugin "Jobs". A la ligne 529 et 531.

[12:35:48] [Server thread/INFO]: [Quests] Enabling Quests v2.5.5-b95 [12:35:48] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '\00' (0x0) special characters are not allowed in "'string'", position 0
Problème dans ta configuration de Quests. Il semblerait que ça soit tout au début du fichier.

[12:35:54] [pool-3-thread-16/WARN]: org.apache.commons.lang.UnhandledException: Plugin BleedingMobs v4.4 generated an exception while executing task 28 at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V at me.snowleo.bleedingmobs.update.UpdateCheck.getUpdatePage(UpdateCheck.java:104) at me.snowleo.bleedingmobs.update.UpdateCheck.checkForUpdate(UpdateCheck.java:30) at me.snowleo.bleedingmobs.update.UpdateNotifier$AsyncUpdateCheck.run(UpdateNotifier.java:33) at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
Problème avec le plugin "BleedingMobs". Peut-être un problème de version du plugin.


[12:35:58] [Server thread/ERROR]: Could not pass event AsyncPlayerChatEvent to BlackWords v0.3 org.bukkit.event.EventException
Problème de version du plugin "BlackWords". Vérifie que tu as la bonne version du plugin pour ton serveur.

Et les logs créé lorsque j'avais tenté d'allouer plus de ram :
Combien de RAM as-tu essayé de mettre ? Combien de RAM as-tu sur ta machine ?


Cordialement,
Detobel36
 
  • J'aime
Reactions: Matmatdu34

Matmatdu34

Architecte en herbe
31 Mars 2016
98
1
115
21
D'accord je fait régler tout les problèmes avec les plugins

J'avais 8go de ram 7go de libre j'ai tenté d'en mettre 6go
Mais j'ai le problème avec le message d'erreur java même lorsque je remet la ram normal.