Résolu Comment enlever le < et > devant et derrière le pseudo ?

NzoSifou

Dveloppeur intermédiaire : HTML / CSS / NodeJS
21 Septembre 2014
139
6
130
Saint-Trivier sur Moignans
Bonjour,
J'ai un problème je n'arrive pas a enlever le < et > , oui vous allez me dire :
Va dans la config d'essentials chat après c'est le format : sauf que sa marche pas --'
J'ai déjà effectuer une recherche google et j'ai rien trouvée :(
Si vous pouvez me modifier ma config et que sa fassent sa dans le tchat :
NzoSifou -> message
Voila,
Aidez moi :svp: !
PS : ma config de essentials ne passait pas (c’était du .yml) donc elle est en dessous !

Code:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML hierarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
#   - Text with symbols is enclosed in single or double quotation marks

# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

############################################################
# +------------------------------------------------------+ #
# |                 Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################

# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'c'

# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: ''

# The maximum length allowed in nicknames. The nickname prefix is included in this.
max-nick-length: 100

# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true

# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
#change-playerlist: true

# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
#add-prefix-suffix: false

# If the teleport destination is unsafe, should players be teleported to the nearest safe location?
# If this is set to true, Essentials will attempt to teleport players close to the intended destination.
# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
teleport-safety: true

# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 5

# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 5

# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
# This will also prevent the player attacking other players.
teleport-invulnerability: 3

# The delay, in seconds, required between /heal or /feed attempts.
heal-cooldown: 60

# What to prevent from /item and /give.
# e.g item-spawn-blacklist: 10,11,46
item-spawn-blacklist:

# Set this to true if you want permission based item spawn rules.
# Note: The blacklist above will be ignored then.
# Example permissions (these go in your permissions manager):
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
#  - essentials.unlimited.item-all
#  - essentials.unlimited.item-[itemname]
#  - essentials.unlimited.item-[itemid]
#  - essentials.unlimited.item-bucket # Unlimited liquid placing
#
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false

# Mob limit on the /spawnmob command per execution.
spawnmob-limit: 50

# Shall we notify users when using /lightning?
warn-on-smite: true

# The motd and rules are now configured in the files motd.txt and rules.txt.

# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
# In this state, which plugin 'wins' appears to be almost random.
#
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
# To force essentials to take 'god' alias 'god' to 'egod'.
# See http://wiki.bukkit.org/Commands.yml#aliases for more information.

overridden-commands:
#  - god
#  - info

# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
# You should not have to disable commands used in other plugins, they will automatically get priority.
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
disabled-commands:
#  - nick
#  - clear

# These commands will be shown to players with socialSpy enabled.
# You can add commands from other plugins you may want to track or
# remove commands that are used for something you dont want to spy on.
# Set - '*' in order to listen on all possible commands.
socialspy-commands:
  - msg
  - w
  - r
  - mail
  - m
  - t
  - whisper
  - emsg
  - tell
  - er
  - reply
  - ereply
  - email
  - action
  - describe
  - eme
  - eaction
  - edescribe
  - etell
  - ewhisper
  - pm

# If you do not wish to use a permission system, you can define a list of 'player perms' below.
# This list has no effect if you are using a supported permissions system.
# If you are using an unsupported permissions system, simply delete this section.
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
# These are the permissions without the "essentials." part.
player-commands:
  - afk
  - afk.auto
  - back
  - back.ondeath
  - balance
  - balance.others
  - balancetop
  - build
  - chat.color
  - chat.format
  - chat.shout
  - chat.question
  - clearinventory
  - compass
  - depth
  - delhome
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - itemdb
  - kit
  - kits.tools
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - msg.color
  - nick
  - near
  - pay
  - ping
  - protect
  - r
  - rules
  - realname
  - seen
  - sell
  - sethome
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.enchant
  - signs.use.free
  - signs.use.gamemode
  - signs.use.heal
  - signs.use.info
  - signs.use.kit
  - signs.use.mail
  - signs.use.protection
  - signs.use.repair
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - time
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp

# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
# Set delay to -1 for a one time kit.
# For more information, visit http://wiki.ess3.net/wiki/Kits
kits:

# Essentials Sign Control
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.

enabledSigns:
  - color
  #- balance
  - buy
  - sell
  #- trade
  - free
  #- disposal
  - warp
  - kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather

# How many times per second can Essentials signs be interacted with per player.
# Values should be between 1-20, 20 being virtually no lag protection.
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 4

# Backup runs a batch/bash command while saving is disabled.
backup:
  # Interval in minutes.
  interval: 30
  # Unless you add a valid backup command or script here, this feature will be useless.
  # Use 'save-all' to simply force regular world saving without backup.
  #command: 'rdiff-backup World1 backups/World1'

# Set this true to enable permission per warp.
per-warp-permission: false

# Sort output of /list command by groups.
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
list:
    # To merge groups, list the groups you wish to merge
    #Staff: owner admin moderator
    Admins: owner admin
    # To limit groups, set a max user limit
    #builder: 20
    # To hide groups, set the group as hidden
    #default: hidden
    # Uncomment the line below to simply list all players with no grouping
    #Players: '*'

# More output to the console.
debug: false

# Set the locale for all messages.
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
# Don't forget to remove the # in front of the line.
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en

# Turn off god mode when people leave the server.
remove-god-on-disconnect: false

# Auto-AFK
# After this timeout in seconds, the user will be set as AFK.
# This feature requires the player to have essentials.afk.auto node.
# Set to -1 for no timeout.
auto-afk: 300

# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# essentials.afk.kickexempt node overrides this feature.
# Set to -1 for no timeout.
auto-afk-kick: -1

# Set this to true, if you want to freeze the player, if the player is AFK.
# Other players or monsters can't push the player out of AFK mode then.
# This will also enable temporary god mode for the AFK player.
# The player has to use the command /afk to leave the AFK mode.
freeze-afk-players: false

# When the player is AFK, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: false

# This setting controls if a player is marked as active on interaction.
# When this setting is false, the player would need to manually un-AFK using the /afk command.
cancel-afk-on-interact: true

# Should we automatically remove afk status when a player moves?
# Player will be removed from AFK on chat/command regardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true

# You can disable the death messages of Minecraft here.
death-messages: true

# Should players with permissions be able to join and part silently?
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
# In addition, people with essentials.silentjoin.vanish will be vanished on join.
allow-silent-join-quit: false

# You can set a custom join message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-join-message: "&7[&a+&7]&r {PLAYER}"

# You can set a custom quit message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-quit-message: "&7[&c-&7]&r {PLAYER}"

# Add worlds to this list, if you want to automatically disable god mode there.
no-god-in-worlds:
#  - world_nether

# Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
# This does not affect the /home command, there is a separate toggle below for this.
world-teleport-permissions: false

# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
# are not enabled, any number higher than the maximum stack size results in more than one stack.
default-stack-size: -1

# Over-sized stacks are stacks that ignore the normal max stack size.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
# How many items should be in an over-sized stack?
oversized-stacksize: 64

# Allow repair of enchanted weapons and armor.
# If you set this to false, you can still allow it for certain players using the permission.
# essentials.repair.enchanted
repair-enchanted: true

# Allow 'unsafe' enchantments in kits and item spawning.
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
unsafe-enchantments: false

#Do you want Essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false

#Delay to wait before people can cause attack damage after logging in.
login-attack-delay: 5

#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed: 0.8

#Set the max walk speed, values range from 0.1 to 1.0
max-walk-speed: 0.8

#Set the maximum amount of mail that can be sent within a minute.
mails-per-minute: 1000

# Set the maximum time /tempban can be used for in seconds.
# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
max-tempban-time: -1

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHome                     | #
# +------------------------------------------------------+ #
############################################################

# Allows people to set their bed at daytime.
update-bed-at-daytime: true

# Set to true to enable per-world permissions for using homes to teleport between worlds.
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
world-home-permissions: false

# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home.
# You can set the default number of multiple homes using the 'default' rank below.
# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
# To grant different home amounts to different people, you need to define a 'home-rank' below.
# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple:
  default: 5
  vip: 10
  staff: 100

# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.

# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 90

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsEco                      | #
# +------------------------------------------------------+ #
############################################################

# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy

# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE.
# Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500

# Set this to a currency symbol you want to use.
# Remember, if you want to use special characters in this document,
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
currency-symbol: '$'

# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHelp                     | #
# +------------------------------------------------------+ #
############################################################

# Show other plugins commands in help.
non-ess-in-help: true

# Hide plugins which do not give a permission.
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsChat.jar to work.

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  # Or you can give a group specific chat format, to give some extra variation.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

  format: '{GROUP} {DISPLAYNAME} &7->&r {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsProtect.jar to work.

protect:

  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevent the spawning of creatures.
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false

  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1

  # Disable various default physics and behaviors.
  disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value.)
    drown: false
    suffocate: false

    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled?
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false

    # Should the damage after hit by a lightning be disabled?
    lightning: false

    # Should Wither damage be disabled?
    wither: false

    # Disable weather options?
    weather:
      storm: false
      thunder: false
      lightning: false

############################################################
# +------------------------------------------------------+ #
# |                EssentialsAntiBuild                   | #
# +------------------------------------------------------+ #
############################################################

  # This section requires the EssentialsAntiBuild.jar to work.

  # Disable various default physics and behaviors
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild

    # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: true

    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using items.
    use: true

    # Should we tell people they are not allowed to build?
    warn-on-build-disallow: false

  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement:
    on-use:
    on-break: 7

  blacklist:

    # Which blocks should people be prevented from placing?
    placement:

    # Which items should people be prevented from using?
    usage:

    # Which blocks should people be prevented from breaking?
    break:

    # Which blocks should not be pushed by pistons?
    piston:

    # Which blocks should not be dispensed by dispensers
    dispenser:

############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################

# This section requires essentialsspawn.jar to work.

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&aBienvenue &4{DISPLAYNAME} &apour la première fois sur ShieldCraft'

  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  #kit: ''
  kit: ''

# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
respawn-listener-priority: high

# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false

# End of file <-- No seriously, you're done with configuration.
 
Bien le bonsoir en ce bas monde,

Regarde dans la partie essentials chat, juste au dessus d'essentials protect, tu as trois lignes, qui montrent la mise en page du chat

Bien cordialement,
Noucho
 
Je ne comprend pas et je ne trouve pas :
Regarde dans la partie essentials chat, juste au dessus d'essentials protect, tu as trois lignes, qui montrent la mise en page du chat

Vous pouvez me le mettre dans un code (ou me le refaire) comme je l'ai dit précédamment :

Si vous pouvez me modifier ma config et que sa fassent sa dans le tchat :
NzoSifou -> message

:svp: et :dsl: de vous embêter si c'est le cas !
 
Code:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML hierarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
#   - Text with symbols is enclosed in single or double quotation marks

# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

############################################################
# +------------------------------------------------------+ #
# |                 Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################

# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'c'

# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: ''

# The maximum length allowed in nicknames. The nickname prefix is included in this.
max-nick-length: 100

# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true

# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
#change-playerlist: true

# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
#add-prefix-suffix: false

# If the teleport destination is unsafe, should players be teleported to the nearest safe location?
# If this is set to true, Essentials will attempt to teleport players close to the intended destination.
# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
teleport-safety: true

# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 5

# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 5

# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
# This will also prevent the player attacking other players.
teleport-invulnerability: 3

# The delay, in seconds, required between /heal or /feed attempts.
heal-cooldown: 60

# What to prevent from /item and /give.
# e.g item-spawn-blacklist: 10,11,46
item-spawn-blacklist:

# Set this to true if you want permission based item spawn rules.
# Note: The blacklist above will be ignored then.
# Example permissions (these go in your permissions manager):
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
#  - essentials.unlimited.item-all
#  - essentials.unlimited.item-[itemname]
#  - essentials.unlimited.item-[itemid]
#  - essentials.unlimited.item-bucket # Unlimited liquid placing
#
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false

# Mob limit on the /spawnmob command per execution.
spawnmob-limit: 50

# Shall we notify users when using /lightning?
warn-on-smite: true

# The motd and rules are now configured in the files motd.txt and rules.txt.

# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
# In this state, which plugin 'wins' appears to be almost random.
#
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
# To force essentials to take 'god' alias 'god' to 'egod'.
# See http://wiki.bukkit.org/Commands.yml#aliases for more information.

overridden-commands:
#  - god
#  - info

# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
# You should not have to disable commands used in other plugins, they will automatically get priority.
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
disabled-commands:
#  - nick
#  - clear

# These commands will be shown to players with socialSpy enabled.
# You can add commands from other plugins you may want to track or
# remove commands that are used for something you dont want to spy on.
# Set - '*' in order to listen on all possible commands.
socialspy-commands:
  - msg
  - w
  - r
  - mail
  - m
  - t
  - whisper
  - emsg
  - tell
  - er
  - reply
  - ereply
  - email
  - action
  - describe
  - eme
  - eaction
  - edescribe
  - etell
  - ewhisper
  - pm

# If you do not wish to use a permission system, you can define a list of 'player perms' below.
# This list has no effect if you are using a supported permissions system.
# If you are using an unsupported permissions system, simply delete this section.
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
# These are the permissions without the "essentials." part.
player-commands:
  - afk
  - afk.auto
  - back
  - back.ondeath
  - balance
  - balance.others
  - balancetop
  - build
  - chat.color
  - chat.format
  - chat.shout
  - chat.question
  - clearinventory
  - compass
  - depth
  - delhome
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - itemdb
  - kit
  - kits.tools
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - msg.color
  - nick
  - near
  - pay
  - ping
  - protect
  - r
  - rules
  - realname
  - seen
  - sell
  - sethome
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.enchant
  - signs.use.free
  - signs.use.gamemode
  - signs.use.heal
  - signs.use.info
  - signs.use.kit
  - signs.use.mail
  - signs.use.protection
  - signs.use.repair
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - time
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp

# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
# Set delay to -1 for a one time kit.
# For more information, visit http://wiki.ess3.net/wiki/Kits
kits:

# Essentials Sign Control
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.

enabledSigns:
  - color
  #- balance
  - buy
  - sell
  #- trade
  - free
  #- disposal
  - warp
  - kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather

# How many times per second can Essentials signs be interacted with per player.
# Values should be between 1-20, 20 being virtually no lag protection.
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 4

# Backup runs a batch/bash command while saving is disabled.
backup:
  # Interval in minutes.
  interval: 30
  # Unless you add a valid backup command or script here, this feature will be useless.
  # Use 'save-all' to simply force regular world saving without backup.
  #command: 'rdiff-backup World1 backups/World1'

# Set this true to enable permission per warp.
per-warp-permission: false

# Sort output of /list command by groups.
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
list:
    # To merge groups, list the groups you wish to merge
    #Staff: owner admin moderator
    Admins: owner admin
    # To limit groups, set a max user limit
    #builder: 20
    # To hide groups, set the group as hidden
    #default: hidden
    # Uncomment the line below to simply list all players with no grouping
    #Players: '*'

# More output to the console.
debug: false

# Set the locale for all messages.
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
# Don't forget to remove the # in front of the line.
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en

# Turn off god mode when people leave the server.
remove-god-on-disconnect: false

# Auto-AFK
# After this timeout in seconds, the user will be set as AFK.
# This feature requires the player to have essentials.afk.auto node.
# Set to -1 for no timeout.
auto-afk: 300

# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# essentials.afk.kickexempt node overrides this feature.
# Set to -1 for no timeout.
auto-afk-kick: -1

# Set this to true, if you want to freeze the player, if the player is AFK.
# Other players or monsters can't push the player out of AFK mode then.
# This will also enable temporary god mode for the AFK player.
# The player has to use the command /afk to leave the AFK mode.
freeze-afk-players: false

# When the player is AFK, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: false

# This setting controls if a player is marked as active on interaction.
# When this setting is false, the player would need to manually un-AFK using the /afk command.
cancel-afk-on-interact: true

# Should we automatically remove afk status when a player moves?
# Player will be removed from AFK on chat/command regardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true

# You can disable the death messages of Minecraft here.
death-messages: true

# Should players with permissions be able to join and part silently?
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
# In addition, people with essentials.silentjoin.vanish will be vanished on join.
allow-silent-join-quit: false

# You can set a custom join message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-join-message: "&7[&a+&7]&r {PLAYER}"

# You can set a custom quit message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-quit-message: "&7[&c-&7]&r {PLAYER}"

# Add worlds to this list, if you want to automatically disable god mode there.
no-god-in-worlds:
#  - world_nether

# Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
# This does not affect the /home command, there is a separate toggle below for this.
world-teleport-permissions: false

# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
# are not enabled, any number higher than the maximum stack size results in more than one stack.
default-stack-size: -1

# Over-sized stacks are stacks that ignore the normal max stack size.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
# How many items should be in an over-sized stack?
oversized-stacksize: 64

# Allow repair of enchanted weapons and armor.
# If you set this to false, you can still allow it for certain players using the permission.
# essentials.repair.enchanted
repair-enchanted: true

# Allow 'unsafe' enchantments in kits and item spawning.
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
unsafe-enchantments: false

#Do you want Essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false

#Delay to wait before people can cause attack damage after logging in.
login-attack-delay: 5

#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed: 0.8

#Set the max walk speed, values range from 0.1 to 1.0
max-walk-speed: 0.8

#Set the maximum amount of mail that can be sent within a minute.
mails-per-minute: 1000

# Set the maximum time /tempban can be used for in seconds.
# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
max-tempban-time: -1

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHome                     | #
# +------------------------------------------------------+ #
############################################################

# Allows people to set their bed at daytime.
update-bed-at-daytime: true

# Set to true to enable per-world permissions for using homes to teleport between worlds.
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
world-home-permissions: false

# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home.
# You can set the default number of multiple homes using the 'default' rank below.
# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
# To grant different home amounts to different people, you need to define a 'home-rank' below.
# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple:
  default: 5
  vip: 10
  staff: 100

# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.

# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 90

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsEco                      | #
# +------------------------------------------------------+ #
############################################################

# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy

# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE.
# Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500

# Set this to a currency symbol you want to use.
# Remember, if you want to use special characters in this document,
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
currency-symbol: '$'

# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHelp                     | #
# +------------------------------------------------------+ #
############################################################

# Show other plugins commands in help.
non-ess-in-help: true

# Hide plugins which do not give a permission.
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsChat.jar to work.

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  # Or you can give a group specific chat format, to give some extra variation.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

  format: '&b{DISPLAYNAME}&e ->&r {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsProtect.jar to work.

protect:

  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevent the spawning of creatures.
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false

  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1

  # Disable various default physics and behaviors.
  disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value.)
    drown: false
    suffocate: false

    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled?
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false

    # Should the damage after hit by a lightning be disabled?
    lightning: false

    # Should Wither damage be disabled?
    wither: false

    # Disable weather options?
    weather:
      storm: false
      thunder: false
      lightning: false

############################################################
# +------------------------------------------------------+ #
# |                EssentialsAntiBuild                   | #
# +------------------------------------------------------+ #
############################################################

  # This section requires the EssentialsAntiBuild.jar to work.

  # Disable various default physics and behaviors
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild

    # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: true

    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using items.
    use: true

    # Should we tell people they are not allowed to build?
    warn-on-build-disallow: false

  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement:
    on-use:
    on-break: 7

  blacklist:

    # Which blocks should people be prevented from placing?
    placement:

    # Which items should people be prevented from using?
    usage:

    # Which blocks should people be prevented from breaking?
    break:

    # Which blocks should not be pushed by pistons?
    piston:

    # Which blocks should not be dispensed by dispensers
    dispenser:

############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################

# This section requires essentialsspawn.jar to work.

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&aBienvenue &4{DISPLAYNAME} &apour la première fois sur ShieldCraft'

  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  #kit: ''
  kit: ''

# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
respawn-listener-priority: high

# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false

# End of file <-- No seriously, you're done with configuration.

Voilà, normalement c'est bon
 
Dernière édition par un modérateur:
mr je vais tester sa !
EDIT : Marche pas :(((( peut tu venir sur mon serveur ? 1.10.2 ip : shieldcrafttest.mcmine.fr
Pour faire sa plz
 
Dernière édition:
Voila ma liste des plugins :
Plugins.PNG

Et mes logs quand mon serveur démarre ici :

Code:
[14:16:16] [Server thread/INFO]: Starting minecraft server version 1.10.2
[14:16:16] [Server thread/INFO]: Loading properties
[14:16:16] [Server thread/INFO]: Default game type: SURVIVAL
[14:16:16] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-de459a2-51263e9 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
[14:16:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:16:16] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:16:16] [Server thread/INFO]: Debug logging is disabled
[14:16:16] [Server thread/INFO]: Generating keypair
[14:16:16] [Server thread/INFO]: Starting Minecraft server on 188.165.251.188:26759
[14:16:16] [Server thread/INFO]: Using epoll channel type
[14:16:17] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/RegionJukebox.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: WGRegionEvents
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/Prison.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Vault
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: dynmap
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/Rankup.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Vault
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/MundoSK.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/pie/tlatoani/Mundo : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.UnsupportedClassVersionError: com/pie/tlatoani/Mundo : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_101]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_101]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_101]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_101]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_101]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_101]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_101]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_101]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_101]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    ... 6 more
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/PirateSK-0.4.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: pl/piratjsk/piratesk/PirateSK : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.UnsupportedClassVersionError: pl/piratjsk/piratesk/PirateSK : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_101]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_101]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_101]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_101]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_101]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_101]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_101]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_101]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_101]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    ... 6 more
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/RandomSK_2_7_1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/mirre/random/RandomSK : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.UnsupportedClassVersionError: com/mirre/random/RandomSK : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_101]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_101]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_101]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_101]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_101]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_101]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_101]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_101]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_101]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    ... 6 more
[14:16:17] [Server thread/INFO]: [MagicCarpet] Loading MagicCarpet v2.4.5
[14:16:17] [Server thread/INFO]: [CustomRecipes] Loading CustomRecipes v2.0.1
[14:16:17] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
[14:16:17] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
[14:16:17] [Server thread/INFO]: [MultiLogger] Loading MultiLogger v1.3
[14:16:17] [Server thread/INFO]: [Elevators] Loading Elevators v1.0.3
[14:16:17] [Server thread/INFO]: [ReQuip] Loading ReQuip v2.0.1
[14:16:17] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.4
[14:16:17] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.21
[14:16:17] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
[14:16:17] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
[14:16:17] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.0.2
[14:16:17] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[14:16:17] [Server thread/INFO]: [DisableChat] Loading DisableChat v1.0
[14:16:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0
[14:16:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
[14:16:18] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.1
[14:16:18] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.21-SNAPSHOT (build 1437)
[14:16:18] [Server thread/INFO]: [Waypoints] Loading Waypoints v2.5
[14:16:18] [Server thread/INFO]: [MassiveHat] Loading MassiveHat v2.8.21
[14:16:18] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[14:16:18] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[14:16:18] [Server thread/INFO]: [SignEditor] Loading SignEditor v1.07
[14:16:18] [Server thread/INFO]: [MassiveBooks] Loading MassiveBooks v2.8.21
[14:16:18] [Server thread/INFO]: [Launchpads] Loading Launchpads v3.0.0
[14:16:18] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
[14:16:18] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.1
[14:16:18] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
[14:16:18] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
[14:16:18] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
[14:16:18] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
[14:16:18] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
    at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:303) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_101]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_101]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_101]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_101]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2252) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2285) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2084) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:795) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_101]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_101]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_101]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_101]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:400) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:327) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[LogBlock.jar:?]
    ... 9 more
Caused by: java.net.ConnectException: Connexion refusée
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.7.0_101]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) ~[?:1.7.0_101]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) ~[?:1.7.0_101]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) ~[?:1.7.0_101]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.7.0_101]
    at java.net.Socket.connect(Socket.java:579) ~[?:1.7.0_101]
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:214) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2252) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2285) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2084) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:795) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_101]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_101]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_101]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_101]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:400) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:327) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[LogBlock.jar:?]
    at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[LogBlock.jar:?]
    ... 9 more
[14:16:18] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
[14:16:18] [Server thread/INFO]: [AdminChat] Loading Admin-Chat v1.4.4
[14:16:18] [Server thread/INFO]: [Maintenance] Loading Maintenance v2.1
[14:16:18] [Server thread/INFO]: [SkExtras] Loading SkExtras v3.9.1
[14:16:18] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.2
[14:16:18] [Server thread/INFO]: [MassiveTickets] Loading MassiveTickets v2.8.21
[14:16:18] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[14:16:18] [Server thread/INFO]: [ExtrasSK] Loading ExtrasSK v1.1
[14:16:18] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
[14:16:18] [Server thread/INFO]: [SkStuff] Loading SkStuff v1.4.1
[14:16:18] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.77
[14:16:18] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[14:16:18] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[14:16:18] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.1
[14:16:18] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.3
[14:16:18] [Server thread/INFO]: [StBukkitLib] Loading StBukkitLib v1.3.1
[14:16:18] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[14:16:18] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
[14:16:18] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
[14:16:18] [Server thread/INFO]: [Factions] Loading Factions v2.8.21
[14:16:18] [Server thread/INFO]: [ShowCaseStandalone] Loading ShowCaseStandalone v769
[14:16:18] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.7.1
[14:16:18] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.4
[14:16:18] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_10_R1[0;32;1m, using [0;33;1mUniversalSkinFactory[m
[14:16:18] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.21
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Cachefile datas...[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Onlineplayer datas...[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Registry datas...[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mSaving Cachefile...[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mSetup of IdUtil took [0;35;1m22[0;33;1mms.[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsBasics[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsBoard[0;33;1m set to [0;35;1mMinecraft 1.9.0+ [1_9_R1+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsChat[0;33;1m set to [0;35;1mMinecraft 1.8.3+ [1_8_R2+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsEntityDamageEvent[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsEntityGet[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsItemStackCreate[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsItemStackTooltip[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsPermissions[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsPlayerInventoryCreate[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsSkullMeta[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinEvent[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActionbar[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActual[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinCommand[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinDisplayName[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinGamemode[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinInventory[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinKick[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinMessage[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinModification[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinPlayed[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinSenderPs[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTeleport[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTitle[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinVisibility[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinWorld[0;33;1m set to [0;35;1mDefault[m
[14:16:18] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m485ms[0;33;1m) ===[m
[14:16:18] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
[14:16:18] [Server thread/WARN]: [PlotMe] This MC version is not supported yet, trying latest version!
[14:16:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0
[14:16:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:16:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
[14:16:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
[14:16:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
[14:16:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
[14:16:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:16:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:16:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[14:16:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:16:18] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[14:16:18] [Server thread/INFO]: Preparing level "world"
[14:16:18] [Server thread/INFO]: -------- World Settings For [world] --------
[14:16:18] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:18] [Server thread/INFO]: Random Lighting Updates: false
[14:16:18] [Server thread/INFO]: Structure Info Saving: true
[14:16:18] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:18] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:18] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:18] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:18] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:18] [Server thread/INFO]: View Distance: 5
[14:16:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:18] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:19] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[14:16:19] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:19] [Server thread/INFO]: Random Lighting Updates: false
[14:16:19] [Server thread/INFO]: Structure Info Saving: true
[14:16:19] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:19] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:19] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:19] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:19] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:19] [Server thread/INFO]: View Distance: 5
[14:16:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:19] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:19] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:16:19] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:19] [Server thread/INFO]: Random Lighting Updates: false
[14:16:19] [Server thread/INFO]: Structure Info Saving: true
[14:16:19] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:19] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:19] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:19] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:19] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:19] [Server thread/INFO]: View Distance: 5
[14:16:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:19] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:19] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5427568673442154093)
[14:16:20] [Server thread/INFO]: Preparing spawn area: 67%
[14:16:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3831342949067470191)
[14:16:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3831342949067470191)
[14:16:21] [Server thread/INFO]: [MagicCarpet] Enabling MagicCarpet v2.4.5
[14:16:21] [Server thread/INFO]: [MagicCarpet] Loading carpets...
[14:16:21] [Server thread/INFO]: [MagicCarpet] is now enabled!
[14:16:21] [Server thread/INFO]: [CustomRecipes] Enabling CustomRecipes v2.0.1
[14:16:21] [Server thread/INFO]: [CustomRecipes] The plugin has been enabled successfully, and all recipes have been loaded.
[14:16:21] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.9
[14:16:21] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.MythicMobListener because net/elseland/xikage/MythicMobs/API/Bukkit/Events/MythicMobDeathEvent does not exist.
[14:16:21] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.TokenEnchantListener because com/vk2gpz/tokenenchant/event/TEBlockExplodeEvent does not exist.
[14:16:21] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
[14:16:21] [Server thread/INFO]: GroupManager - INFO - World Found: world
[14:16:21] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[14:16:21] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[14:16:21] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[14:16:21] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
[14:16:21] [Server thread/INFO]: [MultiLogger] Enabling MultiLogger v1.3
[14:16:21] [Server thread/INFO]: Starting MultiLogger by etaxi341!
[14:16:21] [Server thread/ERROR]: Error occurred while enabling MultiLogger v1.3 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at me.etaxi341.ML.Main.onEnable(Main.java:45) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:21] [Server thread/INFO]: [Elevators] Enabling Elevators v1.0.3
[14:16:21] [Server thread/INFO]: [Elevators] Metrics started
[14:16:21] [Server thread/INFO]: [ReQuip] Enabling ReQuip v2.0.1
[14:16:21] [Server thread/INFO]: Started Metrics for mcstats.org
[14:16:21] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.0.2
[14:16:21] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Economy
[14:16:21] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Chat
[14:16:21] [Server thread/INFO]: Tablist> Tablist v1.3.0.2 enabled!!
[14:16:21] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[14:16:21] [Server thread/WARN]: [ChestCommands] Vault with a compatible economy plugin was not found! Icons with a PRICE or commands that give money will not work.
[14:16:21] [Server thread/INFO]: [DisableChat] Enabling DisableChat v1.0
[14:16:21] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.1
[14:16:22] [Server thread/INFO]:
[14:16:22] [Server thread/INFO]: === Super Trails ===
[14:16:22] [Server thread/INFO]: SuperTrails 9.6.1 for MC 1.10 enabled
[14:16:22] [Server thread/INFO]: Thank you for using !
[14:16:22] [Server thread/INFO]: =====================
[14:16:22] [Server thread/INFO]:
[14:16:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.21-SNAPSHOT (build 1437)
[14:16:22] [Server thread/INFO]: [Citizens] Ne peut charger l'économie. Vault as-t'il été activé ?
[14:16:22] [Server thread/INFO]: [Waypoints] Enabling Waypoints v2.5
[14:16:22] [Server thread/INFO]: [MassiveHat] Enabling MassiveHat v2.8.21
[14:16:22] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveHat 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[14:16:22] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveHat 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m5ms[0;33;1m) ===[m
[14:16:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[14:16:22] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[14:16:22] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
[14:16:22] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_101).
[14:16:22] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
[14:16:22] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[14:16:23] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[14:16:23] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 255, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448
[14:16:23] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[14:16:23] [Server thread/INFO]: [SignEditor] Enabling SignEditor v1.07
[14:16:23] [Server thread/INFO]: [MassiveBooks] Enabling MassiveBooks v2.8.21
[14:16:23] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveBooks 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[14:16:23] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveBooks 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m35ms[0;33;1m) ===[m
[14:16:23] [Server thread/INFO]: [Launchpads] Enabling Launchpads v3.0.0
[14:16:23] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
[14:16:23] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.1
[14:16:23] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[14:16:23] [Server thread/INFO]: [ReflectionHelper] Version is v1_10_R1 (11001)
[14:16:23] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[14:16:23] [Server thread/INFO]: Injected custom channel handlers.
[14:16:23] [Server thread/INFO]: Adding channels for online players...
[14:16:23] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_10_R1'.[m
[14:16:23] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 48ms.[m
[14:16:23] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
[14:16:23] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
[14:16:23] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
[14:16:23] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[14:16:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[14:16:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[14:16:23] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling Admin-Chat v1.4.4
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling metrics...
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling executive manager...
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling Command Handler...
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling Channel Manager...
[14:16:24] [Server thread/WARN]: [AdminChat] The permission adminchat.channel.adminchat is already registered!
[14:16:24] [Server thread/WARN]: [AdminChat] The permission adminchat.channel.main is already registered!
[14:16:24] [Server thread/INFO]: [AdminChat] Enabling Listener...
[14:16:24] [Server thread/INFO]: [Maintenance] Enabling Maintenance v2.1
[14:16:24] [Server thread/INFO]: [Maintenance] Plugin Version 2.1 enabled.
[14:16:24] [Server thread/INFO]: [SkExtras] Enabling SkExtras v3.9.1
[14:16:24] [Server thread/ERROR]: [SkExtras] LibsDisguise wasn't found, so I'm not going to load it's stuff :3
[14:16:24] [Server thread/INFO]: [SkExtras] Registered Anvil Rename Event via ProtocolLib
[14:16:24] [Server thread/INFO]: [SkExtras] [SkExtras] Registered Collision Event
[14:16:24] [Server thread/INFO]: [SkExtras] [SkExtras] Registered Anvil Rename Event
[14:16:24] [Server thread/INFO]: [SkExtras] [SkExtras] Registered Move Freeze Event
[14:16:24] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.2
[14:16:24] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[14:16:24] [Server thread/INFO]: [MassiveTickets] Enabling MassiveTickets v2.8.21
[14:16:24] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveTickets 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[14:16:24] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveTickets 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m44ms[0;33;1m) ===[m
[14:16:24] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[14:16:24] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[14:16:24] [Server thread/INFO]: git-Spigot-de459a2-51263e9 (MC: 1.10.2)
[14:16:24] [Server thread/INFO]: 1.10.2-R0.1-SNAPSHOT
[14:16:24] [Server thread/INFO]: Using locale fr_FR
[14:16:24] [Server thread/INFO]: Using locale fr_FR
[14:16:24] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[14:16:24] [Server thread/INFO]: [ExtrasSK] Enabling ExtrasSK v1.1
[14:16:24] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:24] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[14:16:25] [Server thread/WARN]: java.lang.NullPointerException
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.WorldServer.<init>(WorldServer.java:58)
[14:16:25] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.createWorld(CraftServer.java:895)
[14:16:25] [Server thread/WARN]:     at org.bukkit.Bukkit.createWorld(Bukkit.java:468)
[14:16:25] [Server thread/WARN]:     at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
[14:16:25] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
[14:16:25] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
[14:16:25] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
[14:16:25] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
[14:16:25] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
[14:16:25] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
[14:16:25] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[14:16:25] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[14:16:25] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373)
[14:16:25] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323)
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412)
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377)
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332)
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271)
[14:16:25] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535)
[14:16:25] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:745)
[14:16:25] [Server thread/ERROR]: [Multiverse-Core] The world 'creatif' could NOT be loaded because it contains errors and is probably corrupt!
[14:16:25] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'creatif'
[14:16:25] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
[14:16:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotworld2
[14:16:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:25] [Server thread/INFO]: -------- World Settings For [PvP] --------
[14:16:25] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:25] [Server thread/INFO]: Random Lighting Updates: false
[14:16:25] [Server thread/INFO]: Structure Info Saving: true
[14:16:25] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:25] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:25] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:25] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:25] [Server thread/INFO]: View Distance: 5
[14:16:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:25] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5705245557713122205)
[14:16:25] [Server thread/INFO]: [WorldGuard] (PvP) TNT ignition is PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (PvP) Lighters are PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (PvP) Lava fire is blocked.
[14:16:25] [Server thread/INFO]: [WorldGuard] (PvP) Fire spread is UNRESTRICTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvP'
[14:16:25] [Server thread/INFO]: -------- World Settings For [test] --------
[14:16:25] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:25] [Server thread/INFO]: Random Lighting Updates: false
[14:16:25] [Server thread/INFO]: Structure Info Saving: true
[14:16:25] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:25] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:25] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:25] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:25] [Server thread/INFO]: View Distance: 5
[14:16:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:25] [Server thread/INFO]: Preparing start region for level 4 (Seed: -220164466727289219)
[14:16:25] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
[14:16:25] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
[14:16:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Creatif
[14:16:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:25] [Server thread/INFO]: -------- World Settings For [TeamBuilder2] --------
[14:16:25] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:25] [Server thread/INFO]: Random Lighting Updates: false
[14:16:25] [Server thread/INFO]: Structure Info Saving: true
[14:16:25] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:25] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:25] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:25] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:25] [Server thread/INFO]: View Distance: 5
[14:16:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:25] [Server thread/INFO]: Preparing start region for level 5 (Seed: -5064140206649227000)
[14:16:25] [Server thread/INFO]: [WorldGuard] (TeamBuilder2) TNT ignition is PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (TeamBuilder2) Lighters are PERMITTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] (TeamBuilder2) Lava fire is blocked.
[14:16:25] [Server thread/INFO]: [WorldGuard] (TeamBuilder2) Fire spread is UNRESTRICTED.
[14:16:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TeamBuilder2'
[14:16:25] [Server thread/INFO]: -------- World Settings For [survie] --------
[14:16:25] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:25] [Server thread/INFO]: Random Lighting Updates: false
[14:16:25] [Server thread/INFO]: Structure Info Saving: true
[14:16:25] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:25] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:25] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:25] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:25] [Server thread/INFO]: View Distance: 5
[14:16:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:25] [Server thread/INFO]: Preparing start region for level 6 (Seed: 2375535973007603307)
[14:16:26] [Server thread/INFO]: [WorldGuard] (survie) TNT ignition is PERMITTED.
[14:16:26] [Server thread/INFO]: [WorldGuard] (survie) Lighters are PERMITTED.
[14:16:26] [Server thread/INFO]: [WorldGuard] (survie) Lava fire is blocked.
[14:16:26] [Server thread/INFO]: [WorldGuard] (survie) Fire spread is UNRESTRICTED.
[14:16:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survie'
[14:16:26] [Server thread/INFO]: -------- World Settings For [faction] --------
[14:16:26] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:26] [Server thread/INFO]: Random Lighting Updates: false
[14:16:26] [Server thread/INFO]: Structure Info Saving: true
[14:16:26] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:26] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:26] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:26] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:26] [Server thread/INFO]: View Distance: 5
[14:16:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:26] [Server thread/INFO]: Preparing start region for level 7 (Seed: 4109229583356073690)
[14:16:27] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
[14:16:27] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
[14:16:27] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
[14:16:27] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
[14:16:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
[14:16:27] [Server thread/INFO]: -------- World Settings For [plotworld] --------
[14:16:27] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:27] [Server thread/INFO]: Random Lighting Updates: false
[14:16:27] [Server thread/INFO]: Structure Info Saving: true
[14:16:27] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:27] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:27] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:27] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:27] [Server thread/INFO]: View Distance: 5
[14:16:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:27] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:27] [Server thread/INFO]: Preparing start region for level 8 (Seed: 3683485428776096571)
[14:16:28] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
[14:16:28] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
[14:16:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Capitaine_Jack
[14:16:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:28] [Server thread/INFO]: -------- World Settings For [opprison] --------
[14:16:28] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:28] [Server thread/INFO]: Random Lighting Updates: false
[14:16:28] [Server thread/INFO]: Structure Info Saving: true
[14:16:28] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:28] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:28] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:28] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:28] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:28] [Server thread/INFO]: View Distance: 5
[14:16:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:28] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:28] [Server thread/INFO]: Preparing start region for level 9 (Seed: -7544930448600417039)
[14:16:28] [Server thread/INFO]: [WorldGuard] (opprison) TNT ignition is PERMITTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] (opprison) Lighters are PERMITTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] (opprison) Lava fire is blocked.
[14:16:28] [Server thread/INFO]: [WorldGuard] (opprison) Fire spread is UNRESTRICTED.
[14:16:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'opprison'
[14:16:28] [Server thread/INFO]: Could not set generator for world 'TARDIS_TimeVortex': Plugin 'TARDISChunkGenerator' does not exist[m
[14:16:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: TARDIS_TimeVortex
[14:16:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world2
[14:16:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Crᅢatif
[14:16:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:28] [Server thread/INFO]: -------- World Settings For [mondestaff] --------
[14:16:28] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:28] [Server thread/INFO]: Random Lighting Updates: false
[14:16:28] [Server thread/INFO]: Structure Info Saving: true
[14:16:28] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:28] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:28] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:28] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:28] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:28] [Server thread/INFO]: View Distance: 5
[14:16:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:28] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:28] [Server thread/INFO]: Preparing start region for level 10 (Seed: 7352900633316624754)
[14:16:29] [Server thread/INFO]: [WorldGuard] (mondestaff) TNT ignition is PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mondestaff) Lighters are PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mondestaff) Lava fire is blocked.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mondestaff) Fire spread is UNRESTRICTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mondestaff'
[14:16:29] [Server thread/INFO]: -------- World Settings For [tntwars] --------
[14:16:29] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:29] [Server thread/INFO]: Random Lighting Updates: false
[14:16:29] [Server thread/INFO]: Structure Info Saving: true
[14:16:29] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:29] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:29] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:29] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:29] [Server thread/INFO]: View Distance: 5
[14:16:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:29] [Server thread/INFO]: Preparing start region for level 11 (Seed: 2862338661693833180)
[14:16:29] [Server thread/INFO]: [WorldGuard] (tntwars) TNT ignition is PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (tntwars) Lighters are PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (tntwars) Lava fire is blocked.
[14:16:29] [Server thread/INFO]: [WorldGuard] (tntwars) Fire spread is UNRESTRICTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tntwars'
[14:16:29] [Server thread/INFO]: -------- World Settings For [mine] --------
[14:16:29] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:29] [Server thread/INFO]: Random Lighting Updates: false
[14:16:29] [Server thread/INFO]: Structure Info Saving: true
[14:16:29] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:29] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:29] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:29] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:29] [Server thread/INFO]: View Distance: 5
[14:16:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:29] [Server thread/INFO]: Preparing start region for level 12 (Seed: 1065929037169077000)
[14:16:29] [Server thread/INFO]: [WorldGuard] (mine) TNT ignition is PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mine) Lighters are PERMITTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mine) Lava fire is blocked.
[14:16:29] [Server thread/INFO]: [WorldGuard] (mine) Fire spread is UNRESTRICTED.
[14:16:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mine'
[14:16:29] [Server thread/INFO]: -------- World Settings For [TeamBuilder] --------
[14:16:29] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:29] [Server thread/INFO]: Random Lighting Updates: false
[14:16:29] [Server thread/INFO]: Structure Info Saving: true
[14:16:29] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:29] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:29] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:29] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:29] [Server thread/INFO]: View Distance: 5
[14:16:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:29] [Server thread/INFO]: Preparing start region for level 13 (Seed: 9059641966093528698)
[14:16:30] [Server thread/INFO]: [WorldGuard] (TeamBuilder) TNT ignition is PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (TeamBuilder) Lighters are PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (TeamBuilder) Lava fire is blocked.
[14:16:30] [Server thread/INFO]: [WorldGuard] (TeamBuilder) Fire spread is UNRESTRICTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TeamBuilder'
[14:16:30] [Server thread/INFO]: -------- World Settings For [pvp1] --------
[14:16:30] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:30] [Server thread/INFO]: Random Lighting Updates: false
[14:16:30] [Server thread/INFO]: Structure Info Saving: true
[14:16:30] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:30] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:30] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:30] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:30] [Server thread/INFO]: View Distance: 5
[14:16:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:30] [Server thread/INFO]: Preparing start region for level 14 (Seed: -8441266254053052014)
[14:16:30] [Server thread/INFO]: [WorldGuard] (pvp1) TNT ignition is PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (pvp1) Lighters are PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (pvp1) Lava fire is blocked.
[14:16:30] [Server thread/INFO]: [WorldGuard] (pvp1) Fire spread is UNRESTRICTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp1'
[14:16:30] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotme
[14:16:30] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[14:16:30] [Server thread/INFO]: -------- World Settings For [thibox543] --------
[14:16:30] [Server thread/INFO]: Mob Spawn Range: 4
[14:16:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:16:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:16:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:16:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:16:30] [Server thread/INFO]: Random Lighting Updates: false
[14:16:30] [Server thread/INFO]: Structure Info Saving: true
[14:16:30] [Server thread/INFO]: Max Entity Collisions: 8
[14:16:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:16:30] [Server thread/INFO]: Max TNT Explosions: 50
[14:16:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:16:30] [Server thread/INFO]: Item Despawn Rate: 6000
[14:16:30] [Server thread/INFO]: Item Merge Radius: 2.5
[14:16:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:16:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:16:30] [Server thread/INFO]: View Distance: 5
[14:16:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:16:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:16:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:16:30] [Server thread/INFO]: Preparing start region for level 15 (Seed: 4439588440223932082)
[14:16:30] [Server thread/INFO]: [WorldGuard] (thibox543) TNT ignition is PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (thibox543) Lighters are PERMITTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] (thibox543) Lava fire is blocked.
[14:16:30] [Server thread/INFO]: [WorldGuard] (thibox543) Fire spread is UNRESTRICTED.
[14:16:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'thibox543'
[14:16:30] [Server thread/INFO]: [Multiverse-Core] 16 - World(s) loaded.
[14:16:30] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b717 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[14:16:30] [Server thread/INFO]: [SkStuff] Enabling SkStuff v1.4.1
[14:16:30] [Server thread/INFO]: [SkStuff] SkStuff 1.4.1 has been successfully enabled!
[14:16:30] [Server thread/INFO]: [SkStuff] Trying to register version specific stuff...
[14:16:31] [Server thread/INFO]: [SkStuff] WorldEdit found! Registering WorldEdit stuff...
[14:16:31] [Server thread/INFO]: [SkStuff] Everything ready! Loaded a total of 1 condition, 12 effects, 1 event, 13 expressions and 2 types!
[14:16:31] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.77
[14:16:31] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
[14:16:31] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[14:16:31] [Server thread/INFO]: [WildSkript] skQuery hooked!
[14:16:31] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at net.dzikoysk.wildskript.WildSkript.utils(WildSkript.java:124) ~[?:?]
    at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:52) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[14:16:31] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.1
[14:16:31] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[14:16:31] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[14:16:31] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 170 classes.
[14:16:31] [Server thread/INFO]: [skQuery] Beginning to process a total of 170 from SkQuery
[14:16:31] [Server thread/INFO]: [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery
[14:16:31] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.3
[14:16:31] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[14:16:31] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[14:16:31] [Server thread/WARN]: [HolographicDisplays] Hologram '1' not found, skipping it.
[14:16:31] [Server thread/INFO]: [StBukkitLib] Enabling StBukkitLib v1.3.1
[14:16:31] [Server thread/INFO]: [StBukkitLib] Hooked with WorldEdit v6.1.3;7a097ca
[14:16:31] [Server thread/INFO]: [StBukkitLib] Hooked with WorldGuard v6.1.2;e38d98d
[14:16:31] [Server thread/INFO]: [StBukkitLib] Unable to hook with optional dependencies (3): PermissionsEx, VanishNoPacket, Vault
[14:16:31] [Server thread/INFO]: [StBukkitLib] Loaded 8 help topics in help.yml for plugin: StBukkitLib
[14:16:31] [Server thread/INFO]: [StBukkitLib] Registered help manager for plugin: 'StBukkitLib'
[14:16:31] [Server thread/INFO]: [StBukkitLib] Verification API enabled.
[14:16:31] [Server thread/INFO]: [StBukkitLib] Help API enabled.
[14:16:31] [Server thread/INFO]: [StBukkitLib] StBukkitLib v1.3.1 by Stealth2800 enabled.
[14:16:31] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[14:16:31] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
[14:16:31] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine.mine.yml'...
[14:16:31] [Server thread/INFO]: [MineResetLite] Loading mine from file 'a.mine.yml'...
[14:16:31] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
[14:16:31] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
[14:16:31] [Server thread/INFO]: [AncientGates] Vault dependency not found, defaulting to Bukkit Permissions. Economy support unavailable.
[14:16:31] [Server thread/INFO]: [AncientGates] Loading conf from disk
[14:16:31] [Server thread/INFO]: [Factions] Enabling Factions v2.8.21
[14:16:31] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[14:16:31] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationWorldGuard[m
[14:16:31] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationSpigot[m
[14:16:31] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m180ms[0;33;1m) ===[m
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Enabling ShowCaseStandalone v769
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Starting b769, created by kellerkindt with great contribution by sorklin, Ceddini, Ryzko
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Loading configuration.
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Loaded localization: locale_EN.yml
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Initialising ShopHandler
[14:16:31] [Server thread/INFO]: [ShowCaseStandalone] Initialising PlayerSessionHandler
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Initialising PriceRangeHandler
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Starting StorageHandlers
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Preparing StorageHandlers
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Loaded Shops: 0, PlayerSessions: 0, PriceRanges: 0
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Searching for other Plugins...
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Hooked into WorldGuard
[14:16:32] [Server thread/WARN]: [ShowCaseStandalone] No economy system found, using dummy economy system!
[14:16:32] [Server thread/WARN]: [ShowCaseStandalone] Please get a plugin, either iMonies, EssentialsEco, or BOSEconomy!
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Register event listeners
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Initilazing Metrics
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Metrics successfully initialized
[14:16:32] [Server thread/INFO]: [ShowCaseStandalone] Enabled
[14:16:32] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.7.1
[14:16:32] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.7.1!
Nathan and Lewis <3 you
[14:16:32] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[14:16:32] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
[14:16:32] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
[14:16:32] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[14:16:32] [Server thread/INFO]: [skRayFall] Bacon holograms found
[14:16:32] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
[14:16:32] [Server thread/INFO]: [[0;36;22mskRayFall[m] [0;31;1mAn update for skRayFall is available![m
[14:16:32] [Server thread/INFO]: [skRayFall] Bacon is ready!
[14:16:32] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML.
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadCustomPermissions(CraftServer.java:780) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:334) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:32] [Server thread/INFO]: Done (13,436s)! For help, type "help" or "?"
[14:16:32] [Craft Scheduler Thread - 6/WARN]: [Elevators] Plugin Elevators v1.0.3 generated an exception while executing task 23
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.mcstats.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
    at org.mcstats.MetricsLite.access$200(MetricsLite.java:53) ~[?:?]
    at org.mcstats.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_101]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_101]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:32] [Craft Scheduler Thread - 8/WARN]: [ChestCommands] Plugin ChestCommands v3.1.4 generated an exception while executing task 26
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.mcstats.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
    at org.mcstats.MetricsLite.access$200(MetricsLite.java:53) ~[?:?]
    at org.mcstats.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_101]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_101]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:32] [Craft Scheduler Thread - 10/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
[14:16:32] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[14:16:32] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 141: databases:')
[14:16:32] [Server thread/INFO]: [Skript] Finished loading.
[14:16:32] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[14:16:32] [Craft Scheduler Thread - 35/WARN]: [skRayFall] Plugin skRayFall v1.7.1 generated an exception while executing task 95
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at net.rayfall.eyesniper2.skRayFall.Metrics.postPlugin(Metrics.java:335) ~[?:?]
    at net.rayfall.eyesniper2.skRayFall.Metrics.access$400(Metrics.java:57) ~[?:?]
    at net.rayfall.eyesniper2.skRayFall.Metrics$1.run(Metrics.java:223) ~[?:?]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_101]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_101]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    +===============+[m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    | SkinsRestorer |[m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    +===============+[m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [0;36;1m    Current version: [0;31;1m12.9.4[m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    The latest version![m
[14:16:32] [Craft Scheduler Thread - 0/INFO]: [m
[14:16:32] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
[14:16:32] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[14:16:32] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[14:16:32] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
[14:16:32] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[14:16:32] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[14:16:32] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[14:16:32] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! Stack trace:
[14:16:32] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Fin prématurée du fichier.
[14:16:32] [Skript update thread/ERROR]: #!#!     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:593)
[14:16:32] [Skript update thread/ERROR]: #!#!     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
[14:16:32] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
[14:16:32] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
[14:16:32] [Skript update thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Server thread/INFO]: [Citizens] 8 PNJs chargé(s).
[14:16:32] [Skript update thread/ERROR]: #!#! Version Information:
[14:16:32] [Skript update thread/ERROR]: #!#!   Skript: 2.1.2
[14:16:32] [Skript update thread/ERROR]: #!#!   Bukkit: 1.10.2-R0.1-SNAPSHOT
[14:16:32] [Skript update thread/ERROR]: #!#!   Minecraft: 1.10.2
[14:16:32] [Skript update thread/ERROR]: #!#!   Java: 1.7.0_101
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! Current node: databases: (config.sk, line 141)
[14:16:32] [Skript update thread/ERROR]: #!#! Current item: null
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/ERROR]: #!#! End of Error.
[14:16:32] [Skript update thread/ERROR]: #!#!
[14:16:32] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
[14:16:32] [Server thread/INFO]: [AncientGates] Loading gates from disk
[14:16:32] [Server thread/INFO]: [AncientGates] Loading gates into memory
[14:16:32] [Server thread/INFO]: [AncientGates] Enabled
[14:16:32] [Craft Scheduler Thread - 9/WARN]: [Skript] Plugin Skript v2.1.2 generated an exception while executing task 99
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at ch.njol.skript.Metrics.postPlugin(Metrics.java:347) ~[?:?]
    at ch.njol.skript.Metrics$1.run(Metrics.java:235) ~[?:?]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigotmc-1.10.2-R0.1.jar:git-Spigot-de459a2-51263e9]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_101]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_101]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Voila sa s’arrête exactement ici :) !
 
Dernière édition:
Salut,

Bon, on va regarder tes logs. Tant qu'a faire, je fais tout.
Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/RegionJukebox.jar' in folder 'plugins' 
org.bukkit.plugin.UnknownDependencyException: WGRegionEvents
Je t'invite à lire...
Qu'es-ce que tu as compris ? Rien ? Je vais t'aider encore un peu:
"Could not load 'plugins/RegionJukebox.jar" -> ne peut pas charger le plugin RegionJukebox
"UnknownDependencyException" -> dépendance inconnue (en gros, RegionJukebox dépend d'un autre plugin)
"WGRegionEvents" -> WGRegionEvents est le nom d'un plugin.
Bref, RegionJukebox dépend de WGRegionEvents. Il faut donc installer WGRegionEvents ou désinstaller RegionJuekbox.

Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/Prison.jar' in folder 'plugins' 
org.bukkit.plugin.UnknownDependencyException: Vault
Du coup je pense que tu as compris cette erreur...
Le plugin "Prison" à besoin de "Vault" pour fonctionner.

Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins' 
org.bukkit.plugin.UnknownDependencyException: dynmap
DynmapPlotMe -> dynmap

[14:16:17] [Server thread/ERROR]: Could not load 'plugins/Rankup.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Vault
Rankup -> Vault à nouveau


Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/MundoSK.jar' in folder 'plugins' 
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/pie/tlatoani/Mundo : Unsupported major.minor version 52.0
Ah ça change... xD
Bon ici c'est un peu plus technique. Tu comprends que le problème vient de MundoSK (enfin j'espère que tu comprend ça) et l'erreur pourrait se résumer à ça: "Unsupported major.minor version 52.0". Après une rapide recherche sur google tu aurais trouvé que cela vient de la version de Java. Il faut mettre Java à jour.

Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/PirateSK-0.4.1.jar' in folder 'plugins' 
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: pl/piratjsk/piratesk/PirateSK : Unsupported major.minor version 52.0
La par contre tu as compris... C'est la même chose que le précédent mais avec PirateSK-0.4.1

Code:
[14:16:17] [Server thread/ERROR]: Could not load 'plugins/RandomSK_2_7_1.jar' in folder 'plugins' 
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/mirre/random/RandomSK : Unsupported major.minor version 52.0
Et ça continue encore et encore...
Mais cette fois ci avec RandomSK

Code:
[14:16:18] [Server thread/ERROR]: [LogBlock] Error while fetching connection: 
com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
Alors la c'est un petit peu plus spécifique au plugin utilisé. Le problème vient de LogBlock qui utilise une base de donnée pour sauvegarder toutes ses données (logique en même temps). Il semblerait que tu n'ai pas (bien) configuré les accès à cette base de donnée. En as-tu au moins une ? :/ Si ce n'est pas le cas, il me semble que LogBlock ne pourra pas fonctionner (je ne pense pas qu'il sache gérer une base de donnée local... à vérifier).

Code:
[14:16:21] [Server thread/ERROR]: Error occurred while enabling MultiLogger v1.3 (Is it up to date?) 
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Ça c'est une erreur minecraft (tu ne peut en soit pas le savoir (si ce n'est en allant chercher sur google)). Cela vient tout simplement du fait que MultiLogger n'est pas adapté pour la version de ton serveur. Il faut mettre le plugin.

Code:
[14:16:25] [Server thread/ERROR]: [Multiverse-Core] The world 'creatif' could NOT be loaded because it contains errors and is probably corrupt!
Bon bah la il suffit de lire... Voir de traduire si tu ne comprend pas l'anglais (google translate n'est pas si mauvais pour comprendre le sens d'une phrase qui n'est pas dans une langue que tu connais).

Code:
[14:16:31] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?) 
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
On retrouve exactement la même erreur que pour MultiLogger sauf que cette fois ci c'est pour WildSkript. Il faut également le mettre à jour, il n'est pas adapté pour la version de ton serveur :/

Code:
[14:16:32] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML. 
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
Heu wait... Tu as modifier le fichier permissions.yml à la racine de ton serveur ? Qu'as-tu mis dedans ? Oo

Code:
[14:16:32] [Craft Scheduler Thread - 6/WARN]: [Elevators] Plugin Elevators v1.0.3 generated an exception while executing task 23 
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Même chose que pour MultiLogger ou WildSkript, le plugin Elevators n'est pas à jour.

Code:
[14:16:32] [Craft Scheduler Thread - 8/WARN]: [ChestCommands] Plugin ChestCommands v3.1.4 generated an exception while executing task 26 
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Idem que pour MultiLogger, WildSkript, ... mais ici c'est pour ChestComands. Vérifies les mises à jours.

Code:
[14:16:32] [Craft Scheduler Thread - 35/WARN]: [skRayFall] Plugin skRayFall v1.7.1 generated an exception while executing task 95 
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Pareil que le précédent mais pour skyRayFall.

Code:
[14:16:32] [Craft Scheduler Thread - 9/WARN]: [Skript] Plugin Skript v2.1.2 generated an exception while executing task 99 
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Encore un plugin pas à jour... Cette fois-ci c'est le plugin Skript.

Je ne vois a priori pas d'erreur ou de problème avec Essentials. Mais vu tout ce qu'il y a ci dessus, je t'invite à corriger tous ses problèmes et à reposter tes logs une fois que tout sera corrigé.



Cordialement,
Detobel36