Configuration Faire que les gens qui se reco sur le serveur retourne oû ils étaient

lolulo1

Aventurier
3 Février 2015
9
0
1
23
Bonjour,
Je voudrais de l'aide parce que malgré plein de recherches je ne trouve pas de solution...
Je m'explique:
En fait j'ai récemment créé un serveur PvP-Faction
Le serveur fonctionne très bien mais les joueurs retombe toujours au spawn en se reconnectant et pour du PvP-Factions c'est pas génial^^ bref après plusieurs essais et recherches je ne sais pas quel plugin fait ça mais je soupçonne Essentials ou Authme malgré le fait que j'ai désactiver toutes les options trouvées dans les config de ces plugins...
J'ai regardé les logs et un plugin fait /spawn pseudo à chaque connexion d'un joueur.
Merci D'avance :)
 

Oxykis

Graphiste/ Codeur
5 Août 2014
41
2
23
22
Je n'ai pas de réponses précises, mais je peux t'aider!

Premièrement, essentials n'y est pour rien. Mon serveur n'a pas se problème.
Deuxièmement, je n'aime pas Authme, donc je ne l'utilise pas. Il doit s'agir d'une de ses fonctions...

De plus, ce n'est pas lié à ton hébergeur, j'ai le même... Pourrais tu m'envoyer (en code) ton dossier de config principal de Authme. Merci.
 

lolulo1

Aventurier
3 Février 2015
9
0
1
23
Merci de ta réponse voici le fichier:
Code:
DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: authme
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: authme
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: '12345'
  caching: true
  mySQLlastlocX: x
  mySQLlastlocY: y
  mySQLlastlocZ: z
  mySQLlastlocWorld: world
  mySQLColumnEmail: email
  mySQLColumnId: id
  mySQLColumnLogged: isLogged
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
    sessionExpireOnIpChange: false
  restrictions:
    allowChat: false
    allowCommands:
    - /login
    - /register
    - /l
    - /reg
    - /passpartu
    - /email
    - /captcha
    maxRegPerIp: 1
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser:
    - playername;127.0.0.1
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
    displayOtherAccounts: true
    banUnsafedIP: false
    spawnPriority: authme,essentials,multiverse,default
    maxLoginPerIp: 0
    maxJoinPerIp: 0
    noTeleport: true
    allowedPasswordCharacters: '[a-zA-Z0-9_?!@+&-]*'
  GameMode:
    ForceSurvivalMode: false
    ResetInventoryIfCreative: false
    ForceOnlyAfterLogin: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    doubleMD5SaltLength: 8
    supportOldPasswordHash: false
    unsafePasswords: []
  registration:
    enabled: true
    messageInterval: 5
    force: true
    enableEmailRegistrationSystem: false
    doubleEmailCheck: false
    forceKickAfterRegister: false
    forceLoginAfterRegister: false
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
  forceCommands: []
  forceCommandsAsConsole: []
  forceRegisterCommands: []
  forceRegisterCommandsAsConsole: []
  useWelcomeMessage: true
  broadcastWelcomeMessage: false
  delayJoinMessage: false
  applyBlindEffect: false
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
  mySQLOtherUsernameColumns: []
  bCryptLog2Round: 10
  phpbbTablePrefix: phpbb_
  phpbbActivatedGroupId: 2
  wordpressTablePrefix: wp_
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: false
Security:
  SQLProblem:
    stopServer: true
  ReloadCommand:
    useReloadCommandSupport: true
  console:
    noConsoleSpam: false
    removePassword: true
  captcha:
    useCaptcha: false
    maxLoginTry: 5
    captchaLength: 5
Converter:
  Rakamak:
    fileName: users.rak
    useIP: false
    ipFileName: UsersIp.rak
  CrazyLogin:
    fileName: accounts.db
Email:
  mailSMTP: smtp.gmail.com
  mailPort: 465
  mailAccount: ''
  mailPassword: ''
  mailSenderName: ''
  RecoveryPasswordLength: 8
  mailSubject: Your new AuthMe Password
  mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
    the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
    not forget to change password after login! <br /> /changepassword <generatedpass>
    newPassword'
  maxRegPerEmail: 1
  recallPlayers: false
  delayRecall: 5
  emailBlacklisted:
  - 10minutemail.com
  emailWhitelisted: []
Hooks:
  multiverse: true
  chestshop: true
  bungeecord: false
  notifications: true
  disableSocialSpy: true
  useEssentialsMotd: false
Performances: {}
Purge:
  useAutoPurge: false
  daysBeforeRemovePlayer: 60
  removePlayerDat: false
  removeEssentialsFile: false
  defaultWorld: world
  removeLimitedCreativesInventories: false
  removeAntiXRayFile: false
Protection:
  enableProtection: false
  countries:
  - US
  - GB
  countriesBlacklist:
  - A1
  enableAntiBot: false
  antiBotSensibility: 5
  antiBotDuration: 10
VeryGames:
  enableIpCheck: false
 

Oxykis

Graphiste/ Codeur
5 Août 2014
41
2
23
22
teleportUnAuthedToSpawn: false ← La valeur est sur « faux ».
Donc ce n'est pas sa... noTeleport: true ← changer la valeur sur « false »
Voilà mes conseils... Je ne pense pas pouvoir faire mieux...
 

lolulo1

Aventurier
3 Février 2015
9
0
1
23
Bah il stocke les données sur le serv en fait...
je te donne les logs:
Code:
[19:02:38] [Server thread/INFO]: Starting minecraft server version 1.7.10
[19:02:38] [Server thread/INFO]: Loading properties
[19:02:38] [Server thread/INFO]: Default game type: SURVIVAL
[19:02:38] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1649 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[19:02:38] [Server thread/WARN]: Couldn't load server icon
java.lang.IllegalArgumentException: Must be 64 pixels wide
    at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1808) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1796) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadIcon(CraftServer.java:874) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.<init>(CraftServer.java:320) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerList.<init>(PlayerList.java:69) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedPlayerList.<init>(SourceFile:14) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:130) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[19:02:38] [Server thread/INFO]: Debug logging is disabled
[19:02:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:02:38] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:02:38] [Server thread/INFO]: Generating keypair
[19:02:39] [Server thread/INFO]: Starting Minecraft server on 195.154.50.13:10166
[19:02:39] [Server thread/WARN]: Plugin `Report_Player v1.4' uses the space-character (0x20) in its name `Report Player' - this is discouraged
[19:02:39] [Server thread/WARN]: Skipping loading of EchoPet as it does not work with Spigot 1.8 builds!
[19:02:39] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[19:02:39] [Server thread/INFO]: [MagicCarpet] Loading MagicCarpet v2.4.5
[19:02:39] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
[19:02:39] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.5
[19:02:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[19:02:39] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.4
[19:02:39] [Server thread/INFO]: [Vault] Loading Vault v1.2.27-b349
[19:02:39] [Server thread/INFO]: [AntiSpam] Loading AntiSpam v3.2
[19:02:39] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.7
[19:02:39] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[19:02:39] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.1
[19:02:39] [Server thread/INFO]: [CookieMonster] Loading CookieMonster v1.8
[19:02:39] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-03.1514-
[19:02:39] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v2.0
[19:02:39] [Server thread/INFO]: [dynmap] Loading dynmap v2.1-SNAPSHOT-1077
[19:02:39] [Server thread/INFO]: [dynmap] version=git-Spigot-1649 (MC: 1.7.10)
[19:02:39] [Server thread/INFO]: [dynmap] Mod Support API available
[19:02:39] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
[19:02:39] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.6
[19:02:39] [Server thread/INFO]: [Punishmental] Loading Punishmental v5.1
[19:02:39] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.2
[19:02:39] [Server thread/INFO]: [CommandDelayer] Loading CommandDelayer v1.0
[19:02:39] [Server thread/INFO]: [HypixelEffect] Loading HypixelEffect v2.0
[19:02:39] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.43
[19:02:39] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Loading InfiniteDispensersAndDroppers v5.0.0
[19:02:39] [Server thread/INFO]: [iDisguise] Loading iDisguise v3.0.4
[19:02:39] [Server thread/INFO]: [Report_Player] Loading Report_Player v1.4
[19:02:39] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
[19:02:39] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.3
[19:02:39] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
[19:02:39] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
[19:02:39] [Server thread/INFO]: [JSONAPI] Loading JSONAPI v5.4.0
[19:02:39] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.5-SNAPSHOT
[19:02:39] [Server thread/INFO]: [xAuth] Loading xAuth v2.4.4
[19:02:39] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
[19:02:39] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[19:02:39] [Server thread/INFO]: [Factions] Loading Factions v2.7.1
[19:02:39] [Server thread/INFO]: [ObsidianDestroyer] Loading ObsidianDestroyer v4.3.0
[19:02:39] [Server thread/INFO]: [RandomLocation] Loading RandomLocation v4.75
[19:02:39] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.4
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE START ===
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Cachefile datas...
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Onlineplayer datas...
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Registry datas...
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Skipping Dbmojangapi datas since offline mode...
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Saving Cachefile...
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] Setup of IdUtil took 21ms.
[19:02:39] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE COMPLETE (Took 100ms) ===
[19:02:39] [Server thread/INFO]: [Vault] Enabling Vault v1.2.27-b349
[19:02:40] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
[19:02:40] [Server thread/INFO]: [Vault][Permission] PermissionsEx found: Waiting
[19:02:40] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
[19:02:40] [Server thread/INFO]: [Vault][Chat] PermissionsEx found: Waiting
[19:02:40] [Server thread/INFO]: [Vault] Enabled Version 1.2.27-b349
[19:02:40] [Server thread/INFO]: [MassiveCore 2.7.4] Activated integration with Vault
[19:02:40] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[19:02:40] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[19:02:40] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[19:02:40] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[19:02:40] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[19:02:40] [Server thread/INFO]: Preparing level "world"
[19:02:40] [Server thread/INFO]: -------- World Settings For [world] --------
[19:02:40] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:40] [Server thread/INFO]: Anti X-Ray: true
[19:02:40] [Server thread/INFO]:    Engine Mode: 1
[19:02:40] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:40] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:40] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:40] [Server thread/INFO]: Random Lighting Updates: false
[19:02:40] [Server thread/INFO]: Structure Info Saving: true
[19:02:40] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:40] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:40] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:40] [Server thread/INFO]: View Distance: 10
[19:02:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:40] [Server thread/INFO]: Clear tick list: false
[19:02:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:40] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:40] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:40] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[19:02:40] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:40] [Server thread/INFO]: Anti X-Ray: true
[19:02:40] [Server thread/INFO]:    Engine Mode: 1
[19:02:40] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:40] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:40] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:40] [Server thread/INFO]: Random Lighting Updates: false
[19:02:40] [Server thread/INFO]: Structure Info Saving: true
[19:02:40] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:40] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:40] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:40] [Server thread/INFO]: View Distance: 10
[19:02:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:40] [Server thread/INFO]: Clear tick list: false
[19:02:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:40] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:40] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:40] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[19:02:40] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:40] [Server thread/INFO]: Anti X-Ray: true
[19:02:40] [Server thread/INFO]:    Engine Mode: 1
[19:02:40] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:40] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:40] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:40] [Server thread/INFO]: Random Lighting Updates: false
[19:02:40] [Server thread/INFO]: Structure Info Saving: true
[19:02:40] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:40] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:40] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:40] [Server thread/INFO]: View Distance: 10
[19:02:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:40] [Server thread/INFO]: Clear tick list: false
[19:02:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:40] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:40] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:40] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2648997576530690842)
[19:02:40] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4989378822567420456)
[19:02:41] [Server thread/INFO]: Preparing start region for level 2 (Seed: -4989378822567420456)
[19:02:41] [Server thread/INFO]: [MagicCarpet] Enabling MagicCarpet v2.4.5
[19:02:41] [Server thread/INFO]: [MagicCarpet] Loading carpets...
[19:02:41] [Server thread/INFO]: [MagicCarpet] is now enabled!
[19:02:41] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
[19:02:41] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61) 
[19:02:41] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
[19:02:41] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.5
[19:02:41] [Server thread/INFO]: -------- World Settings For [Arene] --------
[19:02:41] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:41] [Server thread/INFO]: Anti X-Ray: true
[19:02:41] [Server thread/INFO]:    Engine Mode: 1
[19:02:41] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:41] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:41] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:41] [Server thread/INFO]: Random Lighting Updates: false
[19:02:41] [Server thread/INFO]: Structure Info Saving: true
[19:02:41] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:41] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:41] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:41] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:41] [Server thread/INFO]: View Distance: 10
[19:02:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:41] [Server thread/INFO]: Clear tick list: false
[19:02:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:41] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:41] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:41] [Server thread/INFO]: Preparing start region for level 3 (Seed: 184296964376371671)
[19:02:42] [Server thread/INFO]: -------- World Settings For [Mines] --------
[19:02:42] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:42] [Server thread/INFO]: Anti X-Ray: true
[19:02:42] [Server thread/INFO]:    Engine Mode: 1
[19:02:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:42] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:42] [Server thread/INFO]: Random Lighting Updates: false
[19:02:42] [Server thread/INFO]: Structure Info Saving: true
[19:02:42] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:42] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:42] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:42] [Server thread/INFO]: View Distance: 10
[19:02:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:42] [Server thread/INFO]: Clear tick list: false
[19:02:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:42] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:42] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:42] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2522891962500567003)
[19:02:42] [Server thread/INFO]: -------- World Settings For [Reunion] --------
[19:02:42] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:42] [Server thread/INFO]: Anti X-Ray: true
[19:02:42] [Server thread/INFO]:    Engine Mode: 1
[19:02:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:42] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:42] [Server thread/INFO]: Random Lighting Updates: false
[19:02:42] [Server thread/INFO]: Structure Info Saving: true
[19:02:42] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:42] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:42] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:42] [Server thread/INFO]: View Distance: 10
[19:02:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:42] [Server thread/INFO]: Clear tick list: false
[19:02:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:42] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:42] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:42] [Server thread/INFO]: Preparing start region for level 5 (Seed: -4667168222771770101)
[19:02:42] [Server thread/INFO]: -------- World Settings For [jail] --------
[19:02:42] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:42] [Server thread/INFO]: Anti X-Ray: true
[19:02:42] [Server thread/INFO]:    Engine Mode: 1
[19:02:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:42] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:42] [Server thread/INFO]: Random Lighting Updates: false
[19:02:42] [Server thread/INFO]: Structure Info Saving: true
[19:02:42] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:42] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:42] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:42] [Server thread/INFO]: View Distance: 10
[19:02:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:42] [Server thread/INFO]: Clear tick list: false
[19:02:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:42] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:42] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:42] [Server thread/INFO]: Preparing start region for level 6 (Seed: 3343906370227073977)
[19:02:42] [Server thread/INFO]: -------- World Settings For [mlj] --------
[19:02:42] [Server thread/INFO]: Mob Spawn Range: 4
[19:02:42] [Server thread/INFO]: Anti X-Ray: true
[19:02:42] [Server thread/INFO]:    Engine Mode: 1
[19:02:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:02:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:02:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:02:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:02:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:02:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:02:42] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:02:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:02:42] [Server thread/INFO]: Random Lighting Updates: false
[19:02:42] [Server thread/INFO]: Structure Info Saving: true
[19:02:42] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:02:42] [Server thread/INFO]: Max Entity Collisions: 8
[19:02:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:02:42] [Server thread/INFO]: Max TNT Explosions: 100
[19:02:42] [Server thread/INFO]: View Distance: 10
[19:02:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:02:42] [Server thread/INFO]: Clear tick list: false
[19:02:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:02:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:02:42] [Server thread/INFO]: Item Despawn Rate: 6000
[19:02:42] [Server thread/INFO]: Item Merge Radius: 2.5
[19:02:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:02:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:02:42] [Server thread/INFO]: Preparing start region for level 7 (Seed: 3231053830829060834)
[19:02:42] [Server thread/INFO]: [MultiWorld] v5.2.5 enabled.
[19:02:42] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[19:02:43] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[19:02:43] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
[19:02:43] [Server thread/INFO]: [AntiSpam] Enabling AntiSpam v3.2
[19:02:43] [Server thread/INFO]: AntiSpam has been enabled.
[19:02:43] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.7
[19:02:43] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[19:02:43] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[19:02:43] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[19:02:43] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[19:02:43] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[19:02:43] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.1
[19:02:43] [Server thread/INFO]: [BungeePortals] Metrics initiated!
[19:02:43] [Server thread/INFO]: [BungeePortals] Commands registered!
[19:02:43] [Server thread/INFO]: [BungeePortals] Events registered!
[19:02:43] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
[19:02:43] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
[19:02:43] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
[19:02:43] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
[19:02:43] [Server thread/INFO]: [BungeePortals] Save task started!
[19:02:43] [Server thread/INFO]: [BungeePortals] Version 1.1 has been enabled. (7ms)
[19:02:43] [Server thread/INFO]: [CookieMonster] Enabling CookieMonster v1.8
[19:02:43] [Server thread/INFO]: [CookieMonster] Using Vault v1.2.27-b349 for economy
[19:02:43] [Server thread/INFO]: [CookieMonster]  v1.8 loaded successfully.
[19:02:43] [Server thread/INFO]: [CookieMonster]  Developed by: [jascotty2, Coelho]
[19:02:43] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-03.1514-
[19:02:43] [Thread-10/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.1 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
[19:02:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[19:02:43] [Server thread/INFO]: [WorldGuard] (Arene) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Arene) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Arene) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Arene) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arene'
[19:02:43] [Server thread/INFO]: [WorldGuard] (Mines) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Mines) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Mines) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Mines) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mines'
[19:02:43] [Server thread/INFO]: [WorldGuard] (Reunion) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Reunion) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Reunion) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (Reunion) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Reunion'
[19:02:43] [Server thread/INFO]: [WorldGuard] (jail) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (jail) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (jail) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (jail) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'jail'
[19:02:43] [Server thread/INFO]: [WorldGuard] (mlj) TNT ignition is PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (mlj) Lighters are PERMITTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] (mlj) Lava fire is blocked.
[19:02:43] [Server thread/INFO]: [WorldGuard] (mlj) Fire spread is UNRESTRICTED.
[19:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mlj'
[19:02:43] [Server thread/INFO]: [WorldGuard] Loading region data...
[19:02:44] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v2.0
[19:02:44] [Server thread/INFO]: [dynmap] Enabling dynmap v2.1-SNAPSHOT-1077
[19:02:44] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.22.7 for access control
[19:02:44] [Server thread/INFO]: [dynmap] Mod Support processing completed
[19:02:44] [Thread-12/INFO]: [HeadDrops] Updater: You have the newest version installed
[19:02:44] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[19:02:44] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[19:02:44] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
[19:02:45] [Server thread/ERROR]: [dynmap] Failed to start WebServer on address 195.154.50.13:10166 : Address already in use
[19:02:45] [Server thread/INFO]: [dynmap] version 2.1-SNAPSHOT-1077 is enabled - core version 2.1-SNAPSHOT-2021
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 211 pending tile renders for world 'world'
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Arene'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Mines'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Reunion'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 23 pending tile renders for world 'Reunion'
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'jail'.
[19:02:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mlj'.
[19:02:45] [Server thread/INFO]: [dynmap] Enabled
[19:02:45] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
[19:02:45] [Server thread/INFO]: [WarpPortals] 7 Portals loaded!
[19:02:45] [Server thread/INFO]: [WarpPortals] 9 Destinations loaded!
[19:02:45] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.6
[19:02:45] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine2.mine.yml'...
[19:02:45] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ3.mine.yml'...
[19:02:45] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine1.mine.yml'...
[19:02:45] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ2.mine.yml'...
[19:02:45] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ1.mine.yml'...
[19:02:45] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.6 enabled!
[19:02:45] [Server thread/INFO]: [Punishmental] Enabling Punishmental v5.1
[19:02:45] [Server thread/INFO]: 5.1
[19:02:45] [Server thread/WARN]: ?a[Punishmental] Starting lag checker
[19:02:45] [Server thread/WARN]: ?a[Punishmental] Lag cheker running
[19:02:45] [Server thread/INFO]: [Punishmental]: Connecting to WorldEdit
[19:02:45] [Server thread/INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
[19:02:45] [Server thread/INFO]: [Punishmental]: Commands READY
[19:02:45] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.2
[19:02:45] [Server thread/INFO]: [CommandDelayer] Enabling CommandDelayer v1.0
[19:02:45] [Server thread/INFO]: [CommandDelayer] 0 planned commands loaded.
[19:02:45] [Server thread/INFO]: [HypixelEffect] Enabling HypixelEffect v2.0
[19:02:45] [Server thread/INFO]: [HypixelEffect] is now enable !
[19:02:45] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.43
[19:02:45] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Enabling InfiniteDispensersAndDroppers v5.0.0
[19:02:45] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Checking for updates.....
[19:02:46] [Server thread/INFO]: [InfiniteDispensersAndDroppers] You are using the newest version!
[19:02:46] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Infinite Dispensers & Droppers is enabled!
[19:02:46] [Server thread/INFO]: [iDisguise] Enabling iDisguise v3.0.4
[19:02:46] [Server thread/ERROR]: Error occurred while enabling iDisguise v3.0.4 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/Packet
    at de.robingrether.idisguise.iDisguise.onEnable(iDisguise.java:63) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R2.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1649]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423) ~[?:1.7.0]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ~[?:1.7.0]
    ... 12 more
[19:02:46] [Server thread/INFO]: [Report_Player] Enabling Report_Player v1.4
[19:02:46] [Server thread/WARN]: ----------------[Report Player]------------------
[19:02:46] [Server thread/ERROR]: The Plugin Notifications was not found
[19:02:46] [Server thread/ERROR]: That Means you wont be able to see all the cool stuff
[19:02:46] [Server thread/ERROR]: this plugin can do!!
[19:02:46] [Server thread/ERROR]: Download Notifications Here:
[19:02:46] [Server thread/ERROR]: http://dev.bukkit.org/server-mods/notifications/
[19:02:46] [Server thread/WARN]: --------------------------------------------------
[19:02:46] [Server thread/INFO]: Report_Player?c Has Been Enabled.Version: 1.4 Website: http://dev.bukkit.org/server-mods/reprot-player
[19:02:46] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
[19:02:46] [Server thread/INFO]: [ClearLag] Loading modules...
[19:02:46] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[19:02:46] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[19:02:46] [Thread-21/INFO]: [ClearLag] Checking for updates...
[19:02:46] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.3
[19:02:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
[19:02:46] [Server thread/INFO]: Le format de la version de Bukkit a ?t? chang?. La version n'a pas ?t? v?rifi?e.
[19:02:46] [Server thread/INFO]: git-Spigot-1649 (MC: 1.7.10)
[19:02:46] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[19:02:46] [Thread-21/INFO]: [ClearLag] No updates found!
[19:02:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[19:02:46] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[19:02:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
[19:02:46] [Server thread/INFO]: [JSONAPI] Enabling JSONAPI v5.4.0
[19:02:46] [Server thread/WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet71Weather
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.defineClass1(Native Method)
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
[19:02:46] [Server thread/WARN]:    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[19:02:46] [Server thread/WARN]:    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
[19:02:46] [Server thread/WARN]:    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
[19:02:46] [Server thread/WARN]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[19:02:46] [Server thread/WARN]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
[19:02:46] [Server thread/WARN]:    at java.security.AccessController.doPrivileged(Native Method)
[19:02:46] [Server thread/WARN]:    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
[19:02:46] [Server thread/WARN]:    at com.alecgorge.minecraft.jsonapi.packets.PacketRegistrarLauncher.<init>(PacketRegistrarLauncher.java:5)
[19:02:46] [Server thread/WARN]:    at com.alecgorge.minecraft.jsonapi.JSONAPI.onEnable(JSONAPI.java:278)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
[19:02:46] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
[19:02:46] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458)
[19:02:46] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[19:02:46] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet71Weather
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
[19:02:46] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
[19:02:46] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
[19:02:46] [Server thread/WARN]:    ... 28 more
[19:02:46] [Server thread/ERROR]: Couldn't register my Packet0x47HttpGetPacket! Is BukkitForge/Bukkit up to date with JSONAPI?
[19:02:46] [Server thread/INFO]: [JSONAPI] Logging to file: false
[19:02:46] [Server thread/INFO]: [JSONAPI] Logging to console: false
[19:02:46] [Server thread/INFO]: [JSONAPI] IP Whitelist = None, all requests are allowed.
[19:02:46] [Server thread/INFO]: [JSONAPI] Attempting to use port 40056
[19:02:46] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.5-SNAPSHOT
[19:02:46] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[19:02:46] [Server thread/INFO]: [AuthMe] Set Language: en
[19:02:46] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[19:02:46] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[19:02:46] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[19:02:46] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[19:02:46] [Server thread/INFO]: [AuthMe] [SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months
[19:02:46] [Server thread/INFO]: [AuthMe] [SPONSOR] Look Minecraft and other offers on www.verygames.net !
[19:02:46] [Server thread/INFO]: [AuthMe] Authme 3.5-SNAPSHOT enabled
[19:02:46] [Server thread/INFO]: [xAuth] Enabling xAuth v2.4.4
[19:02:46] [Server thread/ERROR]: [xAuth] -------------------------------
[19:02:46] [Server thread/ERROR]: [xAuth] H2 library missing!
[19:02:46] [Server thread/ERROR]: [xAuth]
[19:02:46] [Server thread/ERROR]: [xAuth] Please follow the instructions at my dev.bukkit project page
[19:02:46] [Server thread/ERROR]: [xAuth] http://dev.bukkit.org/server-mods/xAuth/pages/required-dependencies/
[19:02:46] [Server thread/ERROR]: [xAuth] -------------------------------
[19:02:46] [Server thread/INFO]: [xAuth] Disabling xAuth v2.4.4
[19:02:46] [Server thread/INFO]: [xAuth] v2.4.4 Disabled!
[19:02:46] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
[19:02:46] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[19:02:46] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
[19:02:46] [Server thread/INFO]: Timeismoney is now enabled
[19:02:46] [Server thread/INFO]: [Factions] Enabling Factions v2.7.1
[19:02:46] [Server thread/INFO]: [Factions 2.7.1] === ENABLE START ===
[19:02:47] [Thread-62/ERROR]: [xAuth] An error occured during the version check process. Please check version format
[19:02:47] [Server thread/INFO]: [Factions 2.7.1] === ENABLE COMPLETE (Took 242ms) ===
[19:02:47] [Server thread/INFO]: [ObsidianDestroyer] Enabling ObsidianDestroyer v4.3.0
[19:02:47] [Server thread/INFO]: [ObsidianDestroyer] Loading config File...
[19:02:47] [Server thread/INFO]: [ObsidianDestroyer] MassiveCore Found! Version: 2.7.4
[19:02:47] [Server thread/INFO]: [ObsidianDestroyer] Factions Found! Version: 2.7.1
[19:02:47] [Server thread/INFO]: [ObsidianDestroyer] Factions - MassiveCore link established.
[19:02:47] [Server thread/INFO]: [RandomLocation] Enabling RandomLocation v4.75
[19:02:47] [Server thread/INFO]: =================  Enabling RandomLocation  ==================
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into Factions: true
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into Towny: false
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into WorldBorder: false
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into GriefPrevention: false
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into Vault: true
[19:02:47] [Server thread/INFO]: [RandomLocation] Hooking into WorldGuard: true
[19:02:47] [Server thread/INFO]: ================================================================
[19:02:47] [Server thread/INFO]: [RandomLocation] Found no zones to load!
[19:02:47] [Server thread/INFO]: [RandomLocation] Loaded 0 players with 0 errors
[19:02:47] [Server thread/INFO]: ================================================================
[19:02:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:02:47] [Server thread/INFO]: Done (7,374s)! For help, type "help" or "?"
[19:02:47] [Server thread/INFO]: Starting GS4 status listener
[19:02:47] [Query Listener #1/INFO]: Query running on 195.154.50.13:10166
[19:02:47] [Server thread/ERROR]: Couldn't load server icon
java.lang.IllegalStateException: Must be 64 pixels wide
    at net.minecraft.util.org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:550) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:464) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Cachefile datas...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Onlineplayer datas...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Registry datas...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Skipping Dbmojangapi datas since offline mode...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Saving Cachefile...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Upgrading from player name to player uuid...
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Pre update factions_mplayer.
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] Post update factions_mplayer. Took 1ms. 0/31 changed.
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4]  ... done!
[19:02:47] [Server thread/INFO]: [MassiveCore 2.7.4] (database saving will now commence which might lock the server for a while)
[19:02:47] [Craft Scheduler Thread - 11/INFO]: ======================  Backup Manager  ======================
[19:02:47] [Craft Scheduler Thread - 11/INFO]: [RandomLocation] Saving zones...
[19:02:47] [Craft Scheduler Thread - 11/INFO]: [RandomLocation] Starting backup...
[19:02:47] [Craft Scheduler Thread - 25/WARN]: ?c[Punishmental] Failsafe Activated to prevent server lock-up
[19:02:47] [Craft Scheduler Thread - 25/WARN]: ?c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
[19:02:47] [Craft Scheduler Thread - 25/WARN]: ?a[Punishmental] Starting lag checker
[19:02:47] [Craft Scheduler Thread - 25/WARN]: ?a[Punishmental] Lag cheker running
[19:02:47] [Craft Scheduler Thread - 11/INFO]: [RandomLocation] Successfully saved zones and made backup
[19:02:47] [Craft Scheduler Thread - 11/INFO]: ================================================================
[19:02:47] [Server thread/INFO]: /84.6.26.35:49910 lost connection: Disconnected
[19:02:47] [Server thread/INFO]: /90.59.228.79:62172 lost connection: Disconnected
[19:02:47] [User Authenticator #1/INFO]: UUID of player lolulo1 is c409f673-a7da-35ce-8d71-deb58fef09ee
[19:02:47] [User Authenticator #2/INFO]: UUID of player OoDemonicBeastoO is c609fb6b-d9af-39dc-a508-986f17d814e6
[19:02:47] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[19:02:47] [Craft Scheduler Thread - 2/INFO]: =========================  Updater  ==========================
[19:02:47] [Craft Scheduler Thread - 2/INFO]: [RandomLocation] Plugin is up to date
[19:02:47] [Craft Scheduler Thread - 2/INFO]: ================================================================
[19:02:48] [Craft Scheduler Thread - 5/INFO]: [ObsidianDestroyer] We didn't find an update!
[19:02:48] [Server thread/INFO]: CONSOLE issued server command: /spawn lolulo1
[19:02:48] [Server thread/INFO]: T?l?portation en cours...
[19:02:48] [Server thread/INFO]: lolulo1[/78.240.61.195:59541] logged in with entity id 537 at ([world] -253.41723971820068, 70.0, 34.426548501489975)
[19:02:48] [Server thread/INFO]: CONSOLE issued server command: /spawn OoDemonicBeastoO
[19:02:48] [Server thread/INFO]: T?l?portation en cours...
[19:02:48] [Server thread/INFO]: OoDemonicBeastoO[/84.6.26.35:49919] logged in with entity id 538 at ([world] -253.5, 70.0, 34.5)
[19:02:49] [User Authenticator #3/INFO]: UUID of player squylers is bceabca3-671b-3243-bb87-464cd78898ba
[19:02:49] [Server thread/INFO]: CONSOLE issued server command: /spawn squylers
[19:02:49] [Server thread/INFO]: T?l?portation en cours...
[19:02:49] [Server thread/INFO]: squylers[/90.59.228.79:62192] logged in with entity id 779 at ([world] -253.5, 70.0, 34.5)
[19:02:50] [Server thread/INFO]: [AuthMe] lolulo1 logged in!
[19:02:54] [Server thread/INFO]: [AuthMe] squylers logged in!
[19:02:54] [Server thread/INFO]: lolulo1 lost connection: Disconnected
[19:02:54] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:02:54] [Server thread/INFO]: lolulo1 left the game
[19:02:57] [User Authenticator #4/INFO]: UUID of player lolulo1 is c409f673-a7da-35ce-8d71-deb58fef09ee
[19:02:57] [Server thread/INFO]: CONSOLE issued server command: /spawn lolulo1
[19:02:57] [Server thread/INFO]: T?l?portation en cours...
[19:02:57] [Server thread/INFO]: lolulo1[/78.240.61.195:59571] logged in with entity id 1340 at ([world] -253.41723971820068, 70.0, 34.426548501489975)
[19:02:58] [Server thread/INFO]: [AuthMe] lolulo1 logged in!
[19:02:58] [Server thread/INFO]: [AuthMe] OoDemonicBeastoO logged in!
[19:03:04] [User Authenticator #5/INFO]: UUID of player louloucraft3001 is 2b5c1451-fa1d-3523-8ec0-09d3c74a42ba
[19:03:04] [Server thread/INFO]: CONSOLE issued server command: /spawn louloucraft3001
[19:03:04] [Server thread/INFO]: T?l?portation en cours...
[19:03:04] [Server thread/INFO]: louloucraft3001[/88.139.71.27:51087] logged in with entity id 1941 at ([world] -253.41723971820068, 70.0, 34.426548501489975)
[19:03:07] [Server thread/INFO]: squylers issued server command: /f home
[19:03:11] [Server thread/INFO]: [AuthMe] louloucraft3001 logged in!
[19:03:12] [Server thread/INFO]: OoDemonicBeastoO issued server command: /f home
[19:03:34] [User Authenticator #6/INFO]: UUID of player hughd999 is 76e60261-191d-3e64-9651-331bf1907bd1
[19:03:34] [Server thread/INFO]: CONSOLE issued server command: /spawn hughd999
[19:03:34] [Server thread/INFO]: T?l?portation en cours...
[19:03:34] [Server thread/INFO]: hughd999[/88.126.204.220:49824] logged in with entity id 4503 at ([world] -253.41723971820068, 70.0, 34.426548501489975)
[19:03:40] [Server thread/INFO]: [AuthMe] hughd999 logged in!
[19:03:47] [Server thread/INFO]: hughd999 issued server command: /home
[19:03:50] [Server thread/INFO]: louloucraft3001 issued server command: /mv
[19:03:50] [Server thread/INFO]: hughd999 issued server command: /home home
[19:03:52] [Server thread/INFO]: louloucraft3001 issued server command: /mc
[19:03:56] [Server thread/INFO]: louloucraft3001 issued server command: /mc
[19:03:59] [Server thread/INFO]: louloucraft3001 issued server command: /tp squylers
[19:04:14] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to AntiSpam v3.2
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:496) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.chat(PlayerConnection.java:965) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:905) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat$1.run(PacketPlayInChat.java:59) [spigot.jar:git-Spigot-1649]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0]
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [?:1.7.0]
    at java.util.concurrent.FutureTask.run(FutureTask.java:166) [?:1.7.0]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [?:1.7.0]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [?:1.7.0]
    at java.lang.Thread.run(Thread.java:722) [?:1.7.0]
Caused by: java.lang.NullPointerException
    at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:206) ~[spigot.jar:git-Spigot-1649]
    at it.AntiSpam.PlayerListener.checkAd(PlayerListener.java:84) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0]
    at java.lang.reflect.Method.invoke(Method.java:601) ~[?:1.7.0]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1649]
    ... 13 more
[19:04:14] [Async Chat Thread - #0/INFO]: <*nico |Pro | OoDemonicBeastoO> donne le nous svp
[19:04:22] [Async Chat Thread - #0/INFO]: <-nico | Fondateur | louloucraft3001> pas tout de suite vou l'aurais tkt
[19:04:37] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to AntiSpam v3.2
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:496) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.chat(PlayerConnection.java:965) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:905) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat$1.run(PacketPlayInChat.java:59) [spigot.jar:git-Spigot-1649]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0]
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [?:1.7.0]
    at java.util.concurrent.FutureTask.run(FutureTask.java:166) [?:1.7.0]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [?:1.7.0]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [?:1.7.0]
    at java.lang.Thread.run(Thread.java:722) [?:1.7.0]
Caused by: java.lang.NullPointerException
    at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:206) ~[spigot.jar:git-Spigot-1649]
    at it.AntiSpam.PlayerListener.checkAd(PlayerListener.java:84) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0]
    at java.lang.reflect.Method.invoke(Method.java:601) ~[?:1.7.0]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1649]
    ... 13 more
[19:04:37] [Async Chat Thread - #0/INFO]: <*nico |Pro | OoDemonicBeastoO> ok on ma dit qu'on l'auras mercredi de cette semain
[19:05:15] [Server thread/INFO]: lolulo1 issued server command: /online
[19:06:36] [Async Chat Thread - #1/INFO]: <| Codeur | lolulo1> Bon ?a marche toujours pas le deco-reco meme encroit :3
[19:06:49] [Server thread/INFO]: louloucraft3001 lost connection: Internal Exception: java.io.IOException: Connection reset by peer
[19:06:49] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:06:49] [Server thread/INFO]: louloucraft3001 left the game
[19:08:18] [Server thread/INFO]: OoDemonicBeastoO lost connection: Disconnected
[19:08:18] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:08:18] [Server thread/INFO]: OoDemonicBeastoO left the game
[19:09:28] [Server thread/INFO]: [ClearLag] Attention les Items au sol vont ??tre supprim??s dans 60 secondes!
[19:10:23] [Server thread/INFO]: squylers issued server command: /mc
[19:10:28] [Server thread/INFO]: [ClearLag] ?? Tu?? 29 Entit??s!
[19:10:43] [Server thread/INFO]: lolulo1 issued server command: /rl
[19:10:43] [Server thread/WARN]: Couldn't load server icon
java.lang.IllegalArgumentException: Must be 64 pixels wide
    at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1808) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadServerIcon0(CraftServer.java:1796) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadIcon(CraftServer.java:874) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:802) [spigot.jar:git-Spigot-1649]
    at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[19:10:43] [Server thread/INFO]: Debug logging is disabled
[19:10:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:10:43] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:10:43] [Server thread/INFO]: -------- World Settings For [world] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [Arene] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [Mines] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [Reunion] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [jail] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: -------- World Settings For [mlj] --------
[19:10:43] [Server thread/INFO]: Mob Spawn Range: 4
[19:10:43] [Server thread/INFO]: Anti X-Ray: true
[19:10:43] [Server thread/INFO]:    Engine Mode: 1
[19:10:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:10:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[19:10:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:10:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:10:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:10:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:10:43] [Server thread/INFO]: Alternative Hopper Ticking: false
[19:10:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:10:43] [Server thread/INFO]: Random Lighting Updates: false
[19:10:43] [Server thread/INFO]: Structure Info Saving: true
[19:10:43] [Server thread/INFO]: Sending up to 5 chunks per packet
[19:10:43] [Server thread/INFO]: Max Entity Collisions: 8
[19:10:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:10:43] [Server thread/INFO]: Max TNT Explosions: 100
[19:10:43] [Server thread/INFO]: View Distance: 10
[19:10:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:10:43] [Server thread/INFO]: Clear tick list: false
[19:10:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:10:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:10:43] [Server thread/INFO]: Item Despawn Rate: 6000
[19:10:43] [Server thread/INFO]: Item Merge Radius: 2.5
[19:10:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:10:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:10:43] [Server thread/INFO]: [RandomLocation] Disabling RandomLocation v4.75
[19:10:43] [Server thread/INFO]: ======================  Backup Manager  ======================
[19:10:43] [Server thread/INFO]: [RandomLocation] Saving zones...
[19:10:43] [Server thread/INFO]: [RandomLocation] Starting backup...
[19:10:43] [Server thread/INFO]: [RandomLocation] Successfully saved zones and made backup
[19:10:43] [Server thread/INFO]: ================================================================
[19:10:43] [Server thread/INFO]: [ObsidianDestroyer] Disabling ObsidianDestroyer v4.3.0
[19:10:43] [Server thread/INFO]: [Factions] Disabling Factions v2.7.1
[19:10:43] [Server thread/INFO]: [Factions 2.7.1] Disabled
[19:10:43] [Server thread/INFO]: [Timeismoney] Disabling Timeismoney v1.5
[19:10:43] [Server thread/INFO]: Timeismoney is now disabled
[19:10:43] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.12.2
[19:10:43] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.5-SNAPSHOT
[19:10:43] [Server thread/INFO]: [JSONAPI] Disabling JSONAPI v5.4.0
[19:10:43] [Server thread/INFO]: [JSONAPI] Stopping JSON server
[19:10:43] [Server thread/INFO]: [JSONAPI] Stopping JSON socket server
[19:10:43] [Server thread/INFO]: [JSONAPI] Stopping JSON WebSocket server
[19:10:43] [Server thread/INFO]: [JSONAPI] Tearing down API methods
[19:10:43] [Server thread/INFO]: [JSONAPI] Cancelling performance monitoring
[19:10:43] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.12.2
[19:10:43] [Server thread/INFO]: [Essentials] Disabling Essentials v2.12.2
[19:10:43] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[19:10:43] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.3
[19:10:43] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.7.7
[19:10:43] [Server thread/INFO]: [Report_Player] Disabling Report_Player v1.4
[19:10:43] [Server thread/INFO]: [iDisguise] Disabling iDisguise v3.0.4
[19:10:43] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling iDisguise v3.0.4 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.validate(CraftScheduler.java:400) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:141) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskLaterAsynchronously(CraftScheduler.java:115) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.runTaskAsynchronously(CraftScheduler.java:98) ~[spigot.jar:git-Spigot-1649]
    at com.alecgorge.minecraft.jsonapi.adminium.Adminium3.sendNotification(Adminium3.java:78) ~[?:?]
    at com.alecgorge.minecraft.jsonapi.adminium.Adminium3.pushNotification(Adminium3.java:60) ~[?:?]
    at com.alecgorge.minecraft.jsonapi.adminium.Adminium3$ConsoleHandler.publish(Adminium3.java:156) ~[?:?]
    at java.util.logging.Logger.log(Logger.java:522) [?:1.7.0]
    at java.util.logging.Logger.doLog(Logger.java:543) [?:1.7.0]
    at java.util.logging.Logger.log(Logger.java:632) [?:1.7.0]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:358) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:436) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:429) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:470) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:833) [spigot.jar:git-Spigot-1649]
    at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[19:10:43] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Disabling InfiniteDispensersAndDroppers v5.0.0
[19:10:43] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Infinite Dispensers & Droppers is disabled!
[19:10:43] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.43
[19:10:43] [Server thread/INFO]: [HypixelEffect] Disabling HypixelEffect v2.0
[19:10:43] [Server thread/INFO]: [HypixelEffect] is now disable
[19:10:43] [Server thread/INFO]: [CommandDelayer] Disabling CommandDelayer v1.0
[19:10:43] [Server thread/INFO]: [AutoMessage] Disabling AutoMessage v2.5.2
[19:10:43] [Server thread/INFO]: [Punishmental] Disabling Punishmental v5.1
[19:10:43] [Server thread/INFO]: [Punishmental]: COMMANDS DISABLED
[19:10:43] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.6
[19:10:43] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
[19:10:43] [Server thread/INFO]: [WarpPortals] Disabling WarpPortals v5.6.3
[19:10:44] [Server thread/INFO]: [dynmap] Disabling dynmap v2.1-SNAPSHOT-1077
[19:10:44] [Server thread/INFO]: [dynmap] Unloaded 11 components.
[19:10:44] [Server thread/INFO]: [dynmap] Stopping map renderer...
[19:10:44] [Server thread/INFO]: [dynmap] Saved 30 pending tile renders in world 'world'
[19:10:44] [Server thread/INFO]: [dynmap] Disabled
[19:10:44] [Server thread/INFO]: [HeadDrops] Disabling HeadDrops v2.0
[19:10:44] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.0.0-beta-03.1514-
[19:10:44] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[19:10:44] [Server thread/INFO]: [CookieMonster] Disabling CookieMonster v1.8
[19:10:44] [Server thread/INFO]: [BungeePortals] Disabling BungeePortals v1.1
[19:10:44] [Server thread/INFO]: [BungeePortals] Portal data saved! (2ms)
[19:10:44] [Server thread/INFO]: [BungeePortals] Version 1.1 has been disabled. (2ms)
[19:10:44] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22.7
[19:10:44] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[19:10:44] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
[19:10:44] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
[19:10:44] [Server thread/INFO]: [AntiSpam] Disabling AntiSpam v3.2
[19:10:44] [Server thread/INFO]: AntiSpam has been disabled.
[19:10:44] [Server thread/INFO]: [Vault] Disabling Vault v1.2.27-b349
[19:10:44] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.7.4
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Deactivated integration with Vault
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Disabled
[19:10:44] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.0;3342-78f975b9
[19:10:44] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.2.5
[19:10:44] [Server thread/INFO]: [MultiWorld] Disabled.
[19:10:44] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
[19:10:44] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
[19:10:44] [Server thread/INFO]: [MagicCarpet] Disabling MagicCarpet v2.4.5
[19:10:44] [Server thread/INFO]: [MagicCarpet] Saving carpets...
[19:10:44] [Server thread/INFO]: [MagicCarpet] is now disabled!
[19:10:44] [Server thread/WARN]: Plugin `Report_Player v1.4' uses the space-character (0x20) in its name `Report Player' - this is discouraged
[19:10:44] [Server thread/WARN]: Skipping loading of EchoPet as it does not work with Spigot 1.8 builds!
[19:10:44] [Server thread/ERROR]: Could not load 'plugins/antiaura-0.1-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: ProtocolLib
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:228) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [spigot.jar:git-Spigot-1649]
    at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
[19:10:44] [Server thread/INFO]: [MagicCarpet] Loading MagicCarpet v2.4.5
[19:10:44] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
[19:10:44] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.5
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
[19:10:44] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[19:10:44] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.4
[19:10:44] [Server thread/INFO]: [Vault] Loading Vault v1.2.27-b349
[19:10:44] [Server thread/INFO]: [AntiSpam] Loading AntiSpam v3.2
[19:10:44] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.7
[19:10:44] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[19:10:44] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.1
[19:10:44] [Server thread/INFO]: [CookieMonster] Loading CookieMonster v1.8
[19:10:44] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-03.1514-
[19:10:44] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v2.0
[19:10:44] [Server thread/INFO]: [dynmap] Loading dynmap v2.1-SNAPSHOT-1077
[19:10:44] [Server thread/INFO]: [dynmap] version=git-Spigot-1649 (MC: 1.7.10)
[19:10:44] [Server thread/INFO]: [dynmap] Mod Support API available
[19:10:44] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
[19:10:44] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.6
[19:10:44] [Server thread/INFO]: [Punishmental] Loading Punishmental v5.1
[19:10:44] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.2
[19:10:44] [Server thread/INFO]: [CommandDelayer] Loading CommandDelayer v1.0
[19:10:44] [Server thread/INFO]: [HypixelEffect] Loading HypixelEffect v2.0
[19:10:44] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.43
[19:10:44] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Loading InfiniteDispensersAndDroppers v5.0.0
[19:10:44] [Server thread/INFO]: [iDisguise] Loading iDisguise v3.0.4
[19:10:44] [Server thread/INFO]: [Report_Player] Loading Report_Player v1.4
[19:10:44] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
[19:10:44] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.3
[19:10:44] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
[19:10:44] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
[19:10:44] [Server thread/INFO]: [JSONAPI] Loading JSONAPI v5.4.0
[19:10:44] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.5-SNAPSHOT
[19:10:44] [Server thread/INFO]: [xAuth] Loading xAuth v2.4.4
[19:10:44] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
[19:10:44] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[19:10:44] [Server thread/INFO]: [Factions] Loading Factions v2.7.1
[19:10:44] [Server thread/INFO]: [ObsidianDestroyer] Loading ObsidianDestroyer v4.3.0
[19:10:44] [Server thread/INFO]: [RandomLocation] Loading RandomLocation v4.75
[19:10:44] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.4
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE START ===
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Cachefile datas...
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Onlineplayer datas...
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Registry datas...
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Skipping Dbmojangapi datas since offline mode...
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Saving Cachefile...
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Setup of IdUtil took 14ms.
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE COMPLETE (Took 88ms) ===
[19:10:44] [Server thread/INFO]: [Vault] Enabling Vault v1.2.27-b349
[19:10:44] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
[19:10:44] [Server thread/INFO]: [Vault][Permission] PermissionsEx found: Waiting
[19:10:44] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
[19:10:44] [Server thread/INFO]: [Vault][Chat] PermissionsEx found: Waiting
[19:10:44] [Server thread/INFO]: [Vault] Enabled Version 1.2.27-b349
[19:10:44] [Server thread/INFO]: [MassiveCore 2.7.4] Activated integration with Vault
[19:10:44] [Server thread/INFO]: [MagicCarpet] Enabling MagicCarpet v2.4.5
[19:10:44] [Server thread/INFO]: [MagicCarpet] Loading carpets...
[19:10:44] [Server thread/INFO]: [MagicCarpet] is now enabled!
[19:10:44] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
[19:10:44] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61) 
[19:10:44] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
[19:10:44] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.5
[19:10:44] [Server thread/INFO]: [MultiWorld] v5.2.5 enabled.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
[19:10:44] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100-DEV
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
[19:10:44] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
[19:10:45] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[19:10:45] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[19:10:45] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
[19:10:45] [Server thread/INFO]: [AntiSpam] Enabling AntiSpam v3.2
[19:10:45] [Server thread/INFO]: AntiSpam has been enabled.
[19:10:45] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.7
[19:10:45] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[19:10:45] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[19:10:45] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[19:10:45] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[19:10:45] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[19:10:45] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.1
[19:10:45] [Server thread/INFO]: [BungeePortals] Metrics initiated!
[19:10:45] [Server thread/INFO]: [BungeePortals] Commands registered!
[19:10:45] [Server thread/INFO]: [BungeePortals] Events registered!
[19:10:45] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
[19:10:45] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
[19:10:45] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
[19:10:45] [Server thread/INFO]: [BungeePortals] Portal data loaded! (1ms)
[19:10:45] [Server thread/INFO]: [BungeePortals] Save task started!
[19:10:45] [Server thread/INFO]: [BungeePortals] Version 1.1 has been enabled. (7ms)
[19:10:45] [Server thread/INFO]: [CookieMonster] Enabling CookieMonster v1.8
[19:10:45] [Server thread/INFO]: [CookieMonster] Using Vault v1.2.27-b349 for economy
[19:10:45] [Server thread/INFO]: [CookieMonster]  v1.8 loaded successfully.
[19:10:45] [Server thread/INFO]: [CookieMonster]  Developed by: [jascotty2, Coelho]
[19:10:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-03.1514-
[19:10:45] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[19:10:45] [Server thread/INFO]: [WorldGuard] (Arene) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Arene) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Arene) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Arene) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arene'
[19:10:45] [Server thread/INFO]: [WorldGuard] (Mines) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Mines) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Mines) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Mines) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mines'
[19:10:45] [Server thread/INFO]: [WorldGuard] (Reunion) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Reunion) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Reunion) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (Reunion) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Reunion'
[19:10:45] [Server thread/INFO]: [WorldGuard] (jail) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (jail) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (jail) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (jail) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'jail'
[19:10:45] [Server thread/INFO]: [WorldGuard] (mlj) TNT ignition is PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (mlj) Lighters are PERMITTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] (mlj) Lava fire is blocked.
[19:10:45] [Server thread/INFO]: [WorldGuard] (mlj) Fire spread is UNRESTRICTED.
[19:10:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mlj'
[19:10:45] [Server thread/INFO]: [WorldGuard] Loading region data...
[19:10:45] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v2.0
[19:10:45] [Server thread/INFO]: [dynmap] Enabling dynmap v2.1-SNAPSHOT-1077
[19:10:46] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.22.7 for access control
[19:10:46] [Thread-69/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.1 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
[19:10:46] [Server thread/INFO]: [dynmap] Mod Support processing completed
[19:10:46] [Thread-71/INFO]: [HeadDrops] Updater: You have the newest version installed
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
[19:10:46] [Server thread/ERROR]: [dynmap] Failed to start WebServer on address 195.154.50.13:10166 : Address already in use
[19:10:46] [Server thread/INFO]: [dynmap] version 2.1-SNAPSHOT-1077 is enabled - core version 2.1-SNAPSHOT-2021
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 30 pending tile renders for world 'world'
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Arene'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Mines'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Reunion'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'jail'.
[19:10:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mlj'.
[19:10:46] [Server thread/INFO]: [dynmap] Enabled
[19:10:47] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
[19:10:47] [Server thread/INFO]: [WarpPortals] 7 Portals loaded!
[19:10:47] [Server thread/INFO]: [WarpPortals] 9 Destinations loaded!
[19:10:47] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.6
[19:10:47] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine2.mine.yml'...
[19:10:47] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ3.mine.yml'...
[19:10:47] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine1.mine.yml'...
[19:10:47] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ2.mine.yml'...
[19:10:47] [Server thread/INFO]: [MineResetLite] Loading mine from file 'champ1.mine.yml'...
[19:10:47] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.6 enabled!
[19:10:47] [Server thread/INFO]: [Punishmental] Enabling Punishmental v5.1
[19:10:47] [Server thread/INFO]: 5.1
[19:10:47] [Server thread/WARN]: ?a[Punishmental] Starting lag checker
[19:10:47] [Server thread/WARN]: ?a[Punishmental] Lag cheker running
[19:10:47] [Server thread/INFO]: [Punishmental]: Connecting to WorldEdit
[19:10:47] [Server thread/INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
[19:10:47] [Server thread/INFO]: [Punishmental]: Commands READY
[19:10:47] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.2
[19:10:47] [Server thread/INFO]: [CommandDelayer] Enabling CommandDelayer v1.0
[19:10:47] [Server thread/INFO]: [CommandDelayer] 0 planned commands loaded.
[19:10:47] [Server thread/INFO]: [HypixelEffect] Enabling HypixelEffect v2.0
[19:10:47] [Server thread/INFO]: [HypixelEffect] is now enable !
[19:10:47] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.43
[19:10:48] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Enabling InfiniteDispensersAndDroppers v5.0.0
[19:10:48] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Checking for updates.....
[19:10:48] [Server thread/INFO]: [InfiniteDispensersAndDroppers] You are using the newest version!
[19:10:48] [Server thread/INFO]: [InfiniteDispensersAndDroppers] Infinite Dispensers & Droppers is enabled!
[19:10:48] [Server thread/INFO]: [iDisguise] Enabling iDisguise v3.0.4
[19:10:48] [Server thread/ERROR]: Error occurred while enabling iDisguise v3.0.4 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/Packet
    at de.robingrether.idisguise.iDisguise.onEnable(iDisguise.java:63) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:866) [spigot.jar:git-Spigot-1649]
    at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R2.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-1649]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1649]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423) ~[?:1.7.0]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ~[?:1.7.0]
    ... 22 more
[19:10:48] [Server thread/INFO]: [Report_Player] Enabling Report_Player v1.4
[19:10:48] [Server thread/WARN]: ----------------[Report Player]------------------
[19:10:48] [Server thread/ERROR]: The Plugin Notifications was not found
[19:10:48] [Server thread/ERROR]: That Means you wont be able to see all the cool stuff
[19:10:48] [Server thread/ERROR]: this plugin can do!!
[19:10:48] [Server thread/ERROR]: Download Notifications Here:
[19:10:48] [Server thread/ERROR]: http://dev.bukkit.org/server-mods/notifications/
[19:10:48] [Server thread/WARN]: --------------------------------------------------
[19:10:48] [Server thread/INFO]: Report_Player?c Has Been Enabled.Version: 1.4 Website: http://dev.bukkit.org/server-mods/reprot-player
[19:10:48] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
[19:10:48] [Server thread/INFO]: [ClearLag] Loading modules...
[19:10:48] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[19:10:48] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[19:10:48] [Thread-80/INFO]: [ClearLag] Checking for updates...
[19:10:48] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.3
[19:10:48] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
[19:10:48] [Server thread/INFO]: Le format de la version de Bukkit a ?t? chang?. La version n'a pas ?t? v?rifi?e.
[19:10:48] [Server thread/INFO]: git-Spigot-1649 (MC: 1.7.10)
[19:10:48] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[19:10:48] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[19:10:48] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[19:10:48] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
[19:10:48] [Server thread/INFO]: [JSONAPI] Enabling JSONAPI v5.4.0
[19:10:48] [Server thread/WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet71Weather
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.defineClass1(Native Method)
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
[19:10:48] [Server thread/WARN]:    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[19:10:48] [Server thread/WARN]:    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
[19:10:48] [Server thread/WARN]:    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
[19:10:48] [Server thread/WARN]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[19:10:48] [Server thread/WARN]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
[19:10:48] [Server thread/WARN]:    at java.security.AccessController.doPrivileged(Native Method)
[19:10:48] [Server thread/WARN]:    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
[19:10:48] [Server thread/WARN]:    at com.alecgorge.minecraft.jsonapi.packets.PacketRegistrarLauncher.<init>(PacketRegistrarLauncher.java:5)
[19:10:48] [Server thread/WARN]:    at com.alecgorge.minecraft.jsonapi.JSONAPI.onEnable(JSONAPI.java:278)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
[19:10:48] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
[19:10:48] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
[19:10:48] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:866)
[19:10:48] [Server thread/WARN]:    at org.bukkit.Bukkit.reload(Bukkit.java:301)
[19:10:48] [Server thread/WARN]:    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23)
[19:10:48] [Server thread/WARN]:    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[19:10:48] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[19:10:48] [Server thread/WARN]:    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[19:10:48] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet71Weather
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
[19:10:48] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
[19:10:48] [Server thread/WARN]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
[19:10:48] [Server thread/WARN]:    ... 38 more
[19:10:48] [Server thread/INFO]: [JSONAPI] Logging to file: false
[19:10:48] [Server thread/INFO]: [JSONAPI] Logging to console: false
[19:10:48] [Server thread/INFO]: [JSONAPI] IP Whitelist = None, all requests are allowed.
[19:10:48] [Server thread/INFO]: [JSONAPI] Attempting to use port 40056
[19:10:49] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.5-SNAPSHOT
[19:10:49] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[19:10:49] [Server thread/INFO]: [AuthMe] Set Language: en
[19:10:49] [Thread-80/INFO]: [ClearLag] No updates found!
[19:10:49] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[19:10:49] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[19:10:49] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[19:10:49] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[19:10:49] [Server thread/INFO]: [AuthMe] [SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months
[19:10:49] [Server thread/INFO]: [AuthMe] [SPONSOR] Look Minecraft and other offers on www.verygames.net !
[19:10:49] [Server thread/INFO]: [AuthMe] Authme 3.5-SNAPSHOT enabled
[19:10:49] [Server thread/INFO]: [xAuth] Enabling xAuth v2.4.4
[19:10:49] [Server thread/ERROR]: [xAuth] -------------------------------
[19:10:49] [Server thread/ERROR]: [xAuth] H2 library missing!
[19:10:49] [Server thread/ERROR]: [xAuth]
[19:10:49] [Server thread/ERROR]: [xAuth] Please follow the instructions at my dev.bukkit project page
[19:10:49] [Server thread/ERROR]: [xAuth] http://dev.bukkit.org/server-mods/xAuth/pages/required-dependencies/
[19:10:49] [Server thread/ERROR]: [xAuth] -------------------------------
[19:10:49] [Server thread/INFO]: [xAuth] Disabling xAuth v2.4.4
[19:10:49] [Server thread/INFO]: [xAuth] v2.4.4 Disabled!
[19:10:49] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
[19:10:49] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[19:10:49] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
[19:10:49] [Server thread/INFO]: Timeismoney is now enabled
[19:10:49] [Server thread/INFO]: [Factions] Enabling Factions v2.7.1
[19:10:49] [Server thread/INFO]: [Factions 2.7.1] === ENABLE START ===
[19:10:49] [Server thread/INFO]: [Factions 2.7.1] === ENABLE COMPLETE (Took 162ms) ===
[19:10:49] [Thread-121/ERROR]: [xAuth] An error occured during the version check process. Please check version format
[19:10:50] [Server thread/INFO]: [ObsidianDestroyer] Enabling ObsidianDestroyer v4.3.0
[19:10:50] [Server thread/INFO]: [ObsidianDestroyer] Loading config File...
[19:10:50] [Server thread/INFO]: [ObsidianDestroyer] MassiveCore Found! Version: 2.7.4
[19:10:50] [Server thread/INFO]: [ObsidianDestroyer] Factions Found! Version: 2.7.1
[19:10:50] [Server thread/INFO]: [ObsidianDestroyer] Factions - MassiveCore link established.
[19:10:50] [Server thread/INFO]: [RandomLocation] Enabling RandomLocation v4.75
[19:10:50] [Server thread/INFO]: =================  Enabling RandomLocation  ==================
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into Factions: true
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into Towny: false
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into WorldBorder: false
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into GriefPrevention: false
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into Vault: true
[19:10:50] [Server thread/INFO]: [RandomLocation] Hooking into WorldGuard: true
[19:10:50] [Server thread/INFO]: ================================================================
[19:10:50] [Server thread/INFO]: [RandomLocation] Found no zones to load!
[19:10:50] [Server thread/INFO]: [RandomLocation] Loaded 0 players with 0 errors
[19:10:50] [Server thread/INFO]: ================================================================
[19:10:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:10:50] [Server thread/INFO]: lolulo1: Reload complete.
[19:10:50] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[19:10:51] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Cachefile datas...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Onlineplayer datas...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Registry datas...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Skipping Dbmojangapi datas since offline mode...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Saving Cachefile...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Upgrading from player name to player uuid...
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Pre update factions_mplayer.
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] Post update factions_mplayer. Took 1ms. 0/31 changed.
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4]  ... done!
[19:10:51] [Server thread/INFO]: [MassiveCore 2.7.4] (database saving will now commence which might lock the server for a while)
[19:10:51] [Craft Scheduler Thread - 35/INFO]: ======================  Backup Manager  ======================
[19:10:51] [Craft Scheduler Thread - 35/INFO]: [RandomLocation] Saving zones...
[19:10:51] [Craft Scheduler Thread - 35/INFO]: [RandomLocation] Starting backup...
[19:10:51] [Craft Scheduler Thread - 35/INFO]: [RandomLocation] Successfully saved zones and made backup
[19:10:51] [Craft Scheduler Thread - 35/INFO]: ================================================================
[19:10:51] [Craft Scheduler Thread - 42/INFO]: Subject cured of any punishments
[19:10:51] [Craft Scheduler Thread - 42/INFO]: Subject cured of any punishments
[19:10:51] [Craft Scheduler Thread - 42/INFO]: Subject cured of any punishments
[19:10:51] [Craft Scheduler Thread - 42/WARN]: ?c[Punishmental] Failsafe Activated to prevent server lock-up
[19:10:51] [Craft Scheduler Thread - 42/WARN]: ?c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
[19:10:51] [Craft Scheduler Thread - 42/WARN]: ?a[Punishmental] Starting lag checker
[19:10:51] [Craft Scheduler Thread - 42/WARN]: ?a[Punishmental] Lag cheker running
[19:10:51] [Craft Scheduler Thread - 30/INFO]: [ObsidianDestroyer] We didn't find an update!
[19:10:51] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[19:10:51] [Craft Scheduler Thread - 37/INFO]: =========================  Updater  ==========================
[19:10:51] [Craft Scheduler Thread - 37/INFO]: [RandomLocation] Plugin is up to date
[19:10:51] [Craft Scheduler Thread - 37/INFO]: ================================================================
[19:10:52] [Server thread/INFO]: [AuthMe] lolulo1 logged in!
[19:10:55] [Server thread/INFO]: [AuthMe] squylers logged in!
[19:10:57] [Server thread/INFO]: squylers issued server command: /mc
[19:11:27] [Server thread/INFO]: squylers issued server command: /mc
[19:11:37] [Server thread/INFO]: lolulo1 issued server command: /tp squylers lolulo1
[19:11:41] [Server thread/INFO]: squylers issued server command: /mc
[19:11:56] [Server thread/INFO]: squylers issued server command: /mc
[19:12:17] [Server thread/INFO]: squylers issued server command: /mc
[19:12:20] [Server thread/INFO]: lolulo1 issued server command: /ac squylers
[19:12:20] [Server thread/INFO]: [Aide Admin] | Codeur | lolulo1 :  squylers
[19:12:39] [Server thread/INFO]: lolulo1 issued server command: /globalmute
[19:12:56] [Server thread/INFO]: lolulo1 issued server command: /ac
[19:13:05] [Server thread/INFO]: squylers issued server command: /mc
[19:13:11] [Server thread/INFO]: lolulo1 issued server command: /auracheck squylers
[19:13:13] [Server thread/INFO]: lolulo1 issued server command: /pl
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.13947433817993726,0.19123230896968835,0.17428784932399832 (0.9834323740199762, 1.7646838329128902, 10.597110356196872)
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (9.345367396757831, 2.8269902287993762, 15.215103585699248)
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (11.654554484385276, 3.280050496824044, 13.163156186151157)
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (12.605143664898042, 3.724049568129657, 10.878153921218914)
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (11.470681065640267, 3.5711686462717935, 9.899120353600152)
[19:13:17] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (10.438320070563226, 3.4213453399351152, 9.008199781390902)
[19:13:18] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (9.498871537968373, 3.2745184968675174, 8.197462037315162)
[19:13:18] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (8.64397334866904, 3.130628187860772, 7.459690668943796)
[19:13:18] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (7.866015973986048, 2.9896156822896716, 6.788318704377027)
[19:13:47] [Server thread/INFO]: squylers issued server command: /f home
[19:13:49] [Server thread/WARN]: squylers moved too quickly! 0.0,-0.050541039060078674,-0.14415145887934866 (7.518615850368707, 1.7835433276429065, 9.316971590554113)
[19:13:49] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (6.841940621019071, 1.6694724935825587, 8.478444391751546)
[19:13:49] [Server thread/WARN]: squylers moved too quickly! 0.0,0.0,0.0 (6.226166144564388, 1.5576830740276892, 7.71538461884996)
[19:13:51] [Server thread/INFO]: squylers issued server command: /f home
[19:14:03] [Server thread/WARN]: lolulo1 moved too quickly! 0.059114209112010485,0.13450306375371213,0.0 (9.950230352149324, 0.4704000070095062, 4.393523119689602)
[19:14:08] [Server thread/INFO]: squylers issued server command: /mc
[19:14:24] [Server thread/INFO]: lolulo1 issued server command: /tp hughd999
[19:14:27] [Server thread/INFO]: lolulo1 issued server command: /sun
[19:15:25] [Server thread/INFO]: lolulo1 issued server command: //pos2
[19:15:35] [Server thread/INFO]: lolulo1 issued server command: /rg redefine juge
[19:15:45] [Timer-3/INFO]: [WorldGuard] Region data changes made in 'Reunion' have been background saved
[19:16:08] [Server thread/INFO]: squylers lost connection: Disconnected
[19:16:08] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:16:08] [Server thread/INFO]: squylers left the game
[19:16:22] [Server thread/INFO]: lolulo1 issued server command: /spawn
[19:16:38] [Server thread/INFO]: lolulo1 issued server command: /gm
[19:16:41] [Server thread/INFO]: lolulo1 issued server command: /gm 0
[19:16:44] [Server thread/INFO]: lolulo1 issued server command: /kit pro
[19:17:15] [Server thread/INFO]: lolulo1 issued server command: /feed
[19:17:31] [Server thread/INFO]: [ClearLag] Attention les Items au sol vont ??tre supprim??s dans 60 secondes!
[19:17:49] [Server thread/INFO]: lolulo1 issued server command: /gm 1
[19:18:15] [Server thread/INFO]: lolulo1 issued server command: /gm 0
[19:18:31] [Server thread/INFO]: [ClearLag] ?? Tu?? 25 Entit??s!
[19:18:51] [Server thread/INFO]: lolulo1 issued server command: /clear sand
[19:18:55] [Server thread/INFO]: lolulo1 issued server command: /clear lolulo1 sand
[19:19:31] [Server thread/INFO]: lolulo1 issued server command: /fly
[19:19:57] [Server thread/INFO]: lolulo1 issued server command: /gm 1
[19:20:20] [User Authenticator #7/INFO]: UUID of player squylers is bceabca3-671b-3243-bb87-464cd78898ba
[19:20:20] [Server thread/INFO]: CONSOLE issued server command: /spawn squylers
[19:20:20] [Server thread/INFO]: T?l?portation en cours...
[19:20:20] [Server thread/INFO]: squylers[/90.59.228.79:63063] logged in with entity id 46882 at ([world] -253.5, 70.0, 34.5)
[19:20:41] [Server thread/INFO]: [AuthMe] squylers logged in!
[19:20:48] [Server thread/INFO]: squylers issued server command: /f home
[19:21:12] [Server thread/INFO]: lolulo1 lost connection: Disconnected
[19:21:12] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:21:12] [Server thread/INFO]: lolulo1 left the game
[19:22:05] [User Authenticator #8/INFO]: UUID of player lolulo1 is c409f673-a7da-35ce-8d71-deb58fef09ee
[19:22:05] [Server thread/INFO]: CONSOLE issued server command: /spawn lolulo1
[19:22:05] [Server thread/INFO]: T?l?portation en cours...
[19:22:05] [Server thread/INFO]: lolulo1[/78.240.61.195:59969] logged in with entity id 55942 at ([world] -253.41723971820068, 70.0, 34.426548501489975)
[19:22:06] [Server thread/INFO]: [AuthMe] lolulo1 logged in!
[19:22:07] [User Authenticator #9/INFO]: UUID of player REMY26150 is bb779c3e-817d-38da-9737-00e18e551388
[19:22:07] [Server thread/INFO]: CONSOLE issued server command: /spawn REMY26150
[19:22:07] [Server thread/INFO]: T?l?portation en cours...
[19:22:07] [Server thread/INFO]: REMY26150[/90.29.202.35:64117] logged in with entity id 56219 at ([world] -253.5, 70.0, 34.5)
[19:22:20] [Server thread/INFO]: [AuthMe] REMY26150 logged in!
[19:22:25] [Server thread/INFO]: lolulo1 issued server command: /tp REMY26150 lolulo1
[19:22:29] [Server thread/INFO]: lolulo1 issued server command: /gm 0
[19:22:35] [Server thread/INFO]: lolulo1 issued server command: /he
[19:23:07] [Server thread/INFO]: lolulo1 issued server command: /deop REMY26150
[19:23:07] [Server thread/INFO]: lolulo1: De-opped REMY26150
[19:23:41] [Server thread/INFO]: lolulo1 issued server command: /npcs
[19:23:46] [Server thread/INFO]: lolulo1 issued server command: /nocheatplus
[19:23:48] [Server thread/INFO]: hughd999 issued server command: /tp REMY26150
[19:23:52] [Server thread/INFO]: squylers issued server command: /tpa REMY26150
[19:23:54] [Server thread/INFO]: [AuthMe] hughd999 logged in!
[19:23:56] [Server thread/INFO]: hughd999 issued server command: /tp REMY26150
[19:23:57] [Server thread/INFO]: REMY26150 issued server command: /tpyes
[19:23:58] [Server thread/INFO]: lolulo1 issued server command: /nocheatplus inspect REMY26150
[19:24:22] [Server thread/INFO]: REMY26150 issued server command: /kit start
[19:24:27] [Server thread/INFO]: REMY26150 issued server command: /kit guerrier
[19:24:29] [Server thread/INFO]: lolulo1 issued server command: /gm 1
[19:24:47] [Server thread/INFO]: squylers issued server command: /kit food
[19:25:05] [Server thread/INFO]: hughd999 issued server command: /vanish
[19:25:11] [Server thread/INFO]: [ClearLag] Attention les Items au sol vont ??tre supprim??s dans 60 secondes!
[19:26:10] [Server thread/WARN]: squylers moved wrongly!
[19:26:11] [Server thread/INFO]: [ClearLag] ?? Tu?? 25 Entit??s!
[19:26:25] [Server thread/INFO]: lolulo1 issued server command: /online
[19:26:33] [Server thread/INFO]: lolulo1 issued server command: /nick REMY26150 off
[19:26:35] [Server thread/INFO]: lolulo1 issued server command: /online
[19:26:41] [Server thread/INFO]: squylers issued server command: /f home
[19:26:52] [Server thread/INFO]: lolulo1 issued server command: /pex group Owner user remove REMY26150
[19:27:03] [Server thread/INFO]: lolulo1 issued server command: /nocheatplus reload
[19:27:03] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100-DEV
[19:27:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[19:27:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[19:27:03] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[19:27:04] [Server thread/INFO]: [NoCheatPlus] Configuration reloaded.
[19:27:10] [Server thread/INFO]: lolulo1 issued server command: /tp REMY26150 lolulo1
[19:27:12] [Server thread/INFO]: lolulo1 issued server command: /gm 0
[19:27:13] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed Angle: tried to hit multiple entities at the same time. VL 299.
[19:27:18] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed Angle: tried to hit multiple entities at the same time. VL 9447.
[19:27:18] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed SurvivalFly: tried to move from -185.49, 70.00, -37.13 to -185.49, 71.17, -37.13 over a distance of 1.16 block(s). VL 480.
[19:27:23] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed Angle: tried to hit multiple entities at the same time. VL 11768.
[19:27:29] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed Angle: tried to hit multiple entities at the same time. VL 275.
[19:27:34] [Server thread/INFO]: lolulo1 issued server command: /god REMY26150
[19:27:41] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed Angle: tried to hit multiple entities at the same time. VL 257.
[19:27:41] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed SurvivalFly: tried to move from -186.82, 69.00, -35.38 to -187.05, 69.00, -34.99 over a distance of 0.45 block(s). VL 413.
[19:27:46] [Server thread/INFO]: hughd999 issued server command: /tp REMY26150
[19:27:48] [Server thread/INFO]: REMY26150 issued server command: /kill lolulo1
[19:27:48] [Server thread/INFO]: L'acc?s ? la commande a ?t? refus? pour REMY26150.
[19:28:03] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed SurvivalFly: tried to move from -183.83, 69.00, -40.23 to -184.18, 69.00, -39.95 over a distance of 0.45 block(s). VL 401.
[19:28:08] [Server thread/INFO]: [NoCheatPlus] REMY26150 failed SurvivalFly: tried to move from -187.00, 69.00, -37.26 to -187.28, 69.00, -36.48 over a distance of 0.82 block(s). VL 849.
[19:28:11] [Server thread/INFO]: lolulo1 issued server command: /op REMY26150
[19:28:11] [Server thread/INFO]: lolulo1: Opped REMY26150
[19:28:13] [Server thread/INFO]: hughd999 issued server command: /tp squylers
[19:28:16] [Server thread/INFO]: REMY26150 issued server command: /kill hughd999
[19:28:16] [Server thread/INFO]: hughd999 died
[19:28:17] [Server thread/INFO]: REMY26150 was slain by lolulo1 using [Lancelot]
[19:28:23] [Server thread/INFO]: REMY26150 issued server command: /kill lolulo1
[19:28:23] [Server thread/INFO]: lolulo1 died
[19:28:25] [Server thread/INFO]: REMY26150 issued server command: /back
[19:28:28] [Server thread/INFO]: lolulo1 issued server command: /lagg clear
[19:28:32] [Server thread/WARN]: REMY26150 moved wrongly!
[19:28:32] [Server thread/INFO]: lolulo1 issued server command: /gm 1
[19:28:35] [Server thread/INFO]: REMY26150 issued server command: /kill hughd999
[19:28:35] [Server thread/INFO]: hughd999 died
[19:28:38] [Server thread/INFO]: lolulo1 issued server command: /pex group Owner user add REMY26150
[19:28:43] [Server thread/INFO]: lolulo1 issued server command: /online
[19:29:00] [Server thread/INFO]: lolulo1 issued server command: /pex group Youtuber user add REMY26150
[19:29:03] [Async Chat Thread - #2/INFO]: <|Youtuber | REMY26150> t
[19:29:23] [Server thread/INFO]: lolulo1 issued server command: /pex group Youtuber user remove REMY26150
[19:29:44] [Server thread/INFO]: REMY26150 lost connection: Disconnected
[19:29:44] [Server thread/INFO]: Unknown command. Type "/help" for help.
[19:29:44] [Server thread/INFO]: REMY26150 left the game
[19:29:58] [Server thread/INFO]: squylers issued server command: /mc
[19:30:32] [Server thread/INFO]: hughd999 issued server command: /:WAND
[19:30:36] [Server thread/INFO]: hughd999 issued server command: //wand
 

Arthael

Ancien
Ancien
4 Juin 2013
2 167
749
267
24
www.minecraft.fr
Il ne faut pas poster deux messages à la suite sans que 24h ne les séparent ou bien avant qu'un autre utilisateur du forum ne poste une réponse à la discussion, sans quoi on considère qu'il y a multipost.